summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-12[_]: Don't define this away.Jim Meyering
1996-03-12.Jim Meyering
1996-03-12(max_backup_version): Declare file_name_length to be of type size_t.Jim Meyering
1996-03-12.Jim Meyering
1996-03-12.Jim Meyering
1996-03-12(main): Initialize for internationalized message support: call setlocale,Jim Meyering
bindtextdomain, and textdomain.
1996-03-12Add definitions and includes for NLS.Jim Meyering
1996-03-11.Jim Meyering
1996-03-11(write_bytes): Renamed from xfwrite.Jim Meyering
Remove SIZE parameter. It was always 1. Update all callers. Rename NELEM parameter to N_BYTES and change its type to size_t.
1996-03-10Merge changes from FSF.Jim Meyering
1996-03-09.Jim Meyering
1996-03-09(star_digits_closebracket): Declare formal param, IDX, and local I toJim Meyering
be of type size_t (rather than int) to avoid warnings from gcc -Wall.
1996-03-09(memcasecmp): Declare local I to be unsigned to avoid warning from gcc -Wall.Jim Meyering
1996-03-09(main): Initialize for internationalized message support: call setlocale,Jim Meyering
bindtextdomain, and textdomain.
1996-03-09.Jim Meyering
1996-03-09Use /usr/bin/perl.Jim Meyering
Remove unused $test.
1996-03-09Change some more " to '.Jim Meyering
1996-03-09Fix for perl5 (there were % inside double-quoted strings).Jim Meyering
Change a lot of "" to ''.
1996-03-09(copy): Comment change to avoid overwriting source with backup.Jim Meyering
1996-03-08.Jim Meyering
1996-03-08(main): Tell read_filesystem_list that it should determine file system typeJim Meyering
when the user specifies --print-type or -T. From Michael Rendell <michael@cs.mun.ca>
1996-03-07(print_entry): Use STRUCT_UTMP, not `struct utmp'.Jim Meyering
1996-03-07.Jim Meyering
1996-03-06.Jim Meyering
1996-03-06.Jim Meyering
1996-03-06(usage): Reorder --time and --help so --help is the latter (justJim Meyering
before --version) to be consistent with other usage functions.
1996-03-06(RelativeMonth): Add 1900 to the year so that relative date specsJim Meyering
that push the year through the end of the century work. For example, `date -d "01/01/1998 3 years" +%Y' now prints 2001. From Peter Dalgaard (pd@kubism.ku.dk).
1996-03-06.Jim Meyering
1996-03-05.Jim Meyering
1996-03-05(main): Exit after processing --version.Jim Meyering
1996-03-02.Jim Meyering
1996-03-02(WINDOWS_SETFILEMODE_BINARY): New macro.Jim Meyering
(skip) [_WIN32 && _O_BINARY]: Use it. (read_char): Likewise. (read_block): Likewise. Based on changes by Gary Newman <gnewman@shore.net>.
1996-03-02Document sort -z. From eichin@cygnus.com.Jim Meyering
1996-03-02.Jim Meyering
1996-03-02(docolon): Don't use deceptively-named RE_SYNTAX_POSIX_BASIC -- it recognizesJim Meyering
non-BRE \?, \+, and \|. Instead, use RE_SYNTAX_POSIX_MINIMAL_BASIC.
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29General cleanup. Use xstrtoul, not atoi.Jim Meyering
Change output format. Allow inputs as large as ULONG_MAX. Allow more than one command line argument.
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSIJim Meyering
function definition so ansi2knr doesn't munge it.
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29(eval6): Cast strlen to int to avoid warning from gcc -Wall.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29.Jim Meyering
1996-02-29Use @sc{} around POSIX and POSIX.2.Jim Meyering
1996-02-28.Jim Meyering