1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 22:24:12 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Jim Meyering
e6eece1575 update Copyright years for 1996 1996-04-24 04:45:54 +00:00
Jim Meyering
318a497768 Update FSF's address. 1996-03-24 18:33:12 +00:00
Jim Meyering
1954f681c6 (main): Declare to be of type int, not void. 1996-03-21 22:47:02 +00:00
Jim Meyering
3ee97d4d5b Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
1996-03-16 16:14:26 +00:00
Jim Meyering
6fc4ae7a28 (main): Initialize for internationalized message support:
call setlocale, bindtextdomain, and textdomain.
1996-03-12 23:49:29 +00:00
Jim Meyering
3d2a9041f9 (docolon): Don't use deceptively-named RE_SYNTAX_POSIX_BASIC -- it recognizes
non-BRE \?, \+, and \|.  Instead, use RE_SYNTAX_POSIX_MINIMAL_BASIC.
1996-03-02 02:45:20 +00:00
Jim Meyering
9a181424ac (eval6): Cast strlen to int to avoid warning from gcc -Wall. 1996-02-29 02:53:37 +00:00
Jim Meyering
34e1cf8304 (cmpf): Indent macro uses so ansi2knr doesn't mistake them
for function dcls and munge them.
(arithf): Likewise.
(arithdivf): Likewise.
1996-02-24 18:25:29 +00:00
Jim Meyering
85f9983c19 (docolon): Set re_syntax_options to RE_SYNTAX_POSIX_BASIC
so expr's pattern matching uses BASIC (not GNU-extended) REs.
Reported by Jim Kingdon.
1996-02-23 16:13:53 +00:00
Jim Meyering
53398947a1 Protoize and __P-protect forward dcls. 1996-01-06 11:44:05 +00:00
Jim Meyering
f0556f3517 Annotate localizable strings with _(...). From Franc,ois. 1995-08-08 04:37:34 +00:00
Jim Meyering
635b1b5b6e (usage): Add one- and two-line descriptions to --help output.
From Karl.
1995-05-15 04:53:56 +00:00
Jim Meyering
0d6850348c add 1995 to Copyright dates 1995-03-09 22:33:05 +00:00
Jim Meyering
788bd6716f (docolon): Use memset instead of bzero. 1995-02-27 06:01:27 +00:00
Jim Meyering
a9f1783e20 * src/*.c: Include "error.h" instead of simply declaring
`void error ();'.
1994-12-20 05:26:44 +00:00
Jim Meyering
3ae9a27c25 (docolon): Zero out re_buffer and re_regs before using them.
From H.J. Lu <hjl@nynexst.com>.
1994-12-13 04:42:23 +00:00
Jim Meyering
b902a4439e merge with 1.10t 1994-10-21 05:25:03 +00:00
Jim Meyering
ec90359f34 . 1994-10-01 02:52:05 +00:00
Jim Meyering
0a0800fe25 merge with 1.10n2 1994-09-27 22:02:00 +00:00
Jim Meyering
649d081fee merge with 1.10n 1994-09-25 03:12:38 +00:00
Jim Meyering
fed388a533 Don't include <ctype.h> or define IS* macros since system.h now does that. 1994-09-24 15:20:51 +00:00
Jim Meyering
7a3fb2d7ad . 1994-06-20 14:14:34 +00:00
Jim Meyering
f1e3280296 . 1994-04-19 00:45:54 +00:00
Jim Meyering
d7daf7444e . 1993-12-23 00:08:23 +00:00
Jim Meyering
22ba8f3323 merge with 1.9.1a 1993-11-20 17:00:37 +00:00
Jim Meyering
d7c526e66d merge with 1.8.1i 1993-10-26 00:11:14 +00:00
Jim Meyering
cfe240bbd8 merge with 1.8.1h 1993-10-24 21:30:08 +00:00
Jim Meyering
fa7a1e19e2 merge with 1.8.1g 1993-10-17 03:57:04 +00:00
Jim Meyering
44c053f008 merge with 1.8.1d 1993-10-12 14:49:11 +00:00
Jim Meyering
87fa23e641 merge with 1.8.1b 1993-10-12 01:52:24 +00:00
Jim Meyering
3134fad324 merge with 1.8.1a 1993-10-04 21:20:37 +00:00
Jim Meyering
ae0074289c merge with 1.8.1 + partial --version and --help 1993-09-08 18:23:12 +00:00
Jim Meyering
5c9a84b610 Define isascii macro to be 1 also if STDC_HEADERS. 1993-04-01 04:21:00 +00:00
Jim Meyering
6afc161556 (toarith): Change single use of isdigit to ISDIGIT. 1992-12-07 05:28:23 +00:00
Jim Meyering
88b7056046 all files: make most variables static and const when possible.
declare lots of functions static.
1992-11-12 04:14:54 +00:00
Jim Meyering
cf5cedb71a Make file-scope variable static. 1992-11-01 06:50:15 +00:00
Jim Meyering
ccbd1d7dc5 Initial revision 1992-11-01 05:44:29 +00:00