Jim Meyering
6a44886e24
maint: update all FSF copyright year lists to include 2010
...
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
2010-01-01 16:18:27 +01:00
Jim Meyering
9bfafb33a6
admin: update all copyright notices to include the year 2009
2009-11-11 22:18:37 +01:00
Jim Meyering
5b6ba5593b
maint/sc: enable the m4 quote check
...
* m4/vararrays.m4 (AC_C_VARARRAYS): Quote AC_DEFINE argument.
* cfg.mk (local-checks-to-skip): Add sc_m4_quote_check.
2009-11-11 22:18:37 +01:00
Jim Meyering
7e7a52f33b
remove many files
...
Many are now obtained via bootstrap from gnulib.
Others (ms/) were not being maintained.
2009-11-11 14:08:06 +01:00
Paul Eggert
43e4846f11
* COPYING: New file.
...
* AUTHORS: Update from GPLv2 to GPLv3.
* Makefile.am: Likewise.
* NEWS: Likewise.
* README: Likewise.
* README-hacking: Likewise.
* bootstrap: Likewise.
* bootstrap.conf: Likewise.
* configure.ac: Likewise.
* exgettext: Likewise.
* doc/Makefile.am: Likewise.
* lib/Makefile.am: Likewise.
* lib/cmpbuf.c: Likewise.
* lib/cmpbuf.h: Likewise.
* lib/prepargs.c: Likewise.
* m4/vararrays.m4: Likewise.
* man/Makefile.am: Likewise.
* ms/Makefile.am: Likewise.
* ms/README: Likewise.
* ms/config.bat: Likewise.
* ms/config.sed: Likewise.
* ms/config.site: Likewise.
* po/POTFILES.in: Likewise.
* src/Makefile.am: Likewise.
* src/analyze.c: Likewise.
* src/cmp.c: Likewise.
* src/context.c: Likewise.
* src/diff.c: Likewise.
* src/diff.h: Likewise.
* src/diff3.c: Likewise.
* src/dir.c: Likewise.
* src/ed.c: Likewise.
* src/io.c: Likewise.
* src/normal.c: Likewise.
* src/sdiff.c: Likewise.
* src/system.h: Likewise.
* src/util.c: Likewise.
2007-07-19 17:45:29 +00:00
Paul Eggert
f5c7610983
Update FSF address.
2006-01-05 07:23:55 +00:00
Paul Eggert
91b8605708
* src/cmp.c: Don't include <setmode.h>.
...
(specify_ignore_initial): Reword to avoid gcc -W warnings.
(main): Use freopen instead of setmode, since freopen is in POSIX.
* src/context.c: Revert most 2004-09-01 changes. Then:
(TIMESPEC_NS): Remove. All uses replaced by
get_stat_mtime_ns.
Include stat-time.h, strftime.h.
(nstrtime): Remove decl.
* src/diff.c: Revert most 2004-09-01 changes. Then:
Don't include <posixver.h>, <quotesys.h>, <setmode.h>.
Include <sh-quote.h>, <stat-time.h>, <timespec.h>.
All uses of quotesys replaced by sh-quote.
(main, compare_files):
Use freopen instead of setmode, since freopen is in POSIX.
(main): Don't complain about "diff -NUM'.
(main, set_mtime_to_now):
Adjust to stat-time.h macros when accessing nanoseconds.
* src/diff3.c: Include sh-quote.h rather than quotesys. All uses
changed.
* src/dir.c (dir_read): excluded_filename renamed to
excluded_file_name.
* src/io.c: Don't include <setmode.h>.
(sip, read_files): Remove binary file stuff, leaving a FIXME behind.
A DOS expert needs to look at this.
* src/diff.c: Include sh-quote.h rather than quotesys.h.
All uses changed.
* src/system.h: Include verify.h.
(verify): Remove. All uses changed to verify.h version.
Include <intprops.h>.
(TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove. Now uses
intprops.h versions.
(O_BINARY): New defns, taken from coreutils.
* src/util.c: Include sh-quote.h rather than quotesys.h.
All uses changed.
2006-01-05 07:08:23 +00:00
Paul Eggert
4ed49df5e4
(Makefile.am): Don't use $<, as it doesn't work with Solaris make.
2004-03-08 00:03:44 +00:00
Paul Eggert
da9e16ed92
(AC_FUNC_SETMODE_DOS): AC_LIBOBJ(setmode) if true.
2004-02-09 08:29:40 +00:00
Paul Eggert
a6c2999cb2
coreutils 5.2.0
2004-01-12 20:52:38 +00:00
Paul Eggert
d8c6a49f1a
(jm_FUNC_REALLOC): Define HAVE_REALLOC if realloc works.
2002-08-12 07:38:20 +00:00
Paul Eggert
cf8a358fdf
(jm_FUNC_MALLOC): Define HAVE_MALLOC if malloc works.
2002-08-12 07:34:43 +00:00
Paul Eggert
faf225b9c6
Don't assume uintmax_t. Check for getcontext and sigaltstack existence,
...
too.
2002-06-11 11:56:33 +00:00
Paul Eggert
536f11749b
Don't invoke AC_FUNC_FNMATCH_GNU with an argument.
2002-06-11 11:22:20 +00:00
Paul Eggert
0d1e55b956
(AC_HEADER_STDBOOL): Do not cast pointer to
...
bool in integer constant expression; C99 does not allow it.
2002-06-11 06:06:32 +00:00
Paul Eggert
70c7ef8c86
(jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
2002-06-11 06:06:32 +00:00
Paul Eggert
6756cc9358
Update to latest Autoconf CVS for AC_GNU_SOURCE
...
(renamed from AC__GNU_SOURCE).
2002-06-11 06:06:32 +00:00
Paul Eggert
f4468d980d
(jm_PREREQ_C_STACK): Do not AC_REQUIRE jm_AC_TYPE_UINTMAX_T.
...
Check for sys/resource.h, uccontext.h.
Check for decls of getcontext, sigaltstack.
Check for stack_t.
2002-06-11 06:06:32 +00:00
Paul Eggert
3c8ae4bdc1
Convert to new autoconf.
2002-06-10 08:04:33 +00:00
Paul Eggert
735b377bbd
(jm_PREREQ_EXCLUDE): Use AC_FUNC_FNMATCH_GNU.
...
(jm_PREREQ_QUOTEARG): AM_C_PROTOTYPES -> AC_C_PROTOTYPES.
2002-05-25 10:34:07 +00:00
Paul Eggert
e2e1c72458
Check for false and true values in preprocessor expressions.
2002-04-25 21:55:16 +00:00
Paul Eggert
3977399600
Initial revision
2002-04-09 17:55:36 +00:00
Paul Eggert
bea637acb3
Initial revision
2002-04-05 20:37:31 +00:00
Paul Eggert
c7448142e8
(jm_PREREQ_EXCLUDE): Use AC_HEADER_STDBOOL rather than AC_CHECK_HEADERS(stdbool.h).
...
(jm_PREREQ_HASH): Likewise.
2002-04-05 20:37:31 +00:00
Paul Eggert
1d63e8c4d1
(jm_PREREQ): Add jm_PREREQ_HARD_LOCALE.
...
(jm_PREREQ_HARD_LOCALE): New macro.
2002-03-12 06:34:28 +00:00
Paul Eggert
6d9d2036a2
(AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Change wording of message.
...
Do not check for stdbool.h or ucontext.h, or for ucontext_t or
sigaction or sigaltstack.
2002-03-11 08:00:47 +00:00
Paul Eggert
a0303415a5
Remove trailing white space
2002-03-01 19:46:11 +00:00
Paul Eggert
07c7dac163
(AC_FUNC_SETMODE_DOS): Check for fcntl.h and unistd.h unconditionally.
2002-02-28 04:28:07 +00:00
Paul Eggert
570f74da59
(jm_PREREQ): Add jm_PREREQ_POSIXVER.
...
(jm_PREREQ_POSIXVER): New macro.
2002-02-28 04:28:07 +00:00
Paul Eggert
9f0eff52c2
Initial revision
2002-02-28 04:28:07 +00:00
Paul Eggert
3f4addd972
Initial revision
2002-01-16 12:19:34 +00:00
Paul Eggert
c47d95a084
Remove jm-glibc-io.m4
2001-12-12 00:40:53 +00:00
Paul Eggert
d104e14d8e
Initial revision
2001-12-11 08:11:35 +00:00
Paul Eggert
770d68dc36
autoconf/lib/autoconf/functions.m4
2001-11-25 15:13:04 +00:00
Paul Eggert
f78da6466e
Initial revision
2001-11-23 13:28:32 +00:00
Paul Eggert
22af62a567
(jm_PREREQ_READUTMP): Remove, as it gives autoheader the willies.
2001-11-23 13:25:01 +00:00
Paul Eggert
64c1b907e3
Initial revision
2001-11-20 19:05:44 +00:00
Paul Eggert
0b795bef12
Initial revision
2001-11-20 05:34:44 +00:00
Paul Eggert
8a81b851d5
Initial revision
2001-08-12 17:11:46 +00:00
Paul Eggert
ecad5d7b24
Initial revision
2001-07-15 14:31:54 +00:00