Benno Schulenberg
c095ece497
gnulib: update to its current state in git
2017-05-01 15:07:33 +02:00
Benno Schulenberg
c84324bc7a
gnulib: update to current state
2017-04-04 21:11:31 +02:00
Kamil Dudka
70bcf752dc
backup: prevent a symlink attack by operating on the file descriptor
...
Use futimens() instead of utime() to change the timestamps on a backup
file. Otherwise, a non-privileged user could create an arbitrary symlink
with the name of the backup file and in this way fool a privileged user
to call utime() on the attacker-chosen file.
Import the relevant gnulib module to make sure futimens() is available.
2017-04-04 11:28:01 +02:00
Mike Frysinger
0d9a734724
pull in the nl_langinfo & wcwidth modules from gnulib
...
These functions aren't available on mingw toolchains, so include the
gnulib modules so we can fall back on them.
2017-03-09 14:37:57 +01:00
Mike Frysinger
0176cb5b30
pull in the sys_wait module from gnulib
...
This is used by systems that lack sys/wait.h, like Windows.
2017-03-06 12:02:32 +01:00
Mike Frysinger
cab33779ae
handle deficient signal systems
...
Pull in the sigaction module from gnulib, and add ifdef checks
for a bunch of signals that don't exist on Windows.
2017-03-06 12:02:25 +01:00
Mike Frysinger
7c2cfd6e0c
pull in the lstat module from gnulib
...
This is used by systems that lack lstat(), like Windows.
2017-03-06 12:02:20 +01:00
Mike Frysinger
a0fb55235a
pull in the glob module from gnulib
...
This is used by systems that lack glob.h, like Windows.
2017-03-06 12:02:06 +01:00
Mike Frysinger
e7c43521fc
drop the wchar.h/wctype.h/stdarg.h checks
...
Since gnulib provides these now, we can assume them.
2017-03-06 12:01:21 +01:00
Mike Frysinger
9a2deb4182
drop the glib fallback for snprintf/vsnprintf
...
The gnulib imports handle this for us now.
2017-03-06 12:01:17 +01:00
Mike Frysinger
272345ccf9
assume getopt_long support is always available
...
Now that we pull in the gnulib getopt-gnu module, we can assume it exists.
2017-03-06 12:01:12 +01:00
Mike Frysinger
3deec4352b
assume regex.h support is always available
...
Now that we pull in the gnulib regex module, we can assume it exists.
2017-03-06 12:01:08 +01:00
Mike Frysinger
63cae0c199
drop the isblank/iswblank fallback functions
...
Switch over to gnulib for these.
2017-03-06 12:01:05 +01:00
Mike Frysinger
e9a3f858bc
drop the getdelim/getline fallback functions
...
Switch over to gnulib for these.
2017-03-06 12:01:02 +01:00
Mike Frysinger
ba8d71f447
add support for gnulib
...
On a system with up-to-date GNU tools, this does not change
the size of nano's binary.
We start off with importing only a few modules, although we
don't yet delete the fallback logic for them.
2017-03-06 11:56:02 +01:00
Mike Frysinger
8aeb8434d6
more svn->git updates
2016-04-17 23:39:07 -04:00
Benno Schulenberg
4712fc0615
Mentioning SVN instead of CVS, in the docs and in a comment.
...
Patch by Thomas Rosenau.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-03-13 19:09:28 +00:00
Jordi Mallach
48053784e2
Make it much simpler by just using autoreconf.
...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1354 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2003-01-15 17:38:38 +00:00
Jordi Mallach
f821db9b1f
Argh. Now call autoheader after aclocal.
...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1083 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2002-02-26 22:49:02 +00:00
Jordi Mallach
fef9d86fae
autoheader should be called before.
...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2002-01-19 19:23:55 +00:00
Jordi Mallach
8fd15e2672
Oops, m4 stuff is in m4/ in nano 1.1.x...
...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@848 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2001-10-04 01:44:06 +00:00
Jordi Mallach
19aad376ef
Added script to get working configure, etc.
...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@845 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2001-10-04 01:37:36 +00:00