summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-06-06.Jim Meyering
1997-06-03[HAVE_UNISTD_H]: Include unistd.h.Jim Meyering
John Gatewood Ham reported that this is necessary for DJGPP/Win95.
1997-06-01(OtherTable): Interpret `next' as 1 (not 2) units.Jim Meyering
Patch from Richard Sharman <rsharman@magmacom.com>.
1997-05-30fix for abs pathnamesJim Meyering
1997-05-28correct/normalize indentation in cpp directivesJim Meyering
1997-05-28update from FSFJim Meyering
1997-05-28(read_filesystem_list): Add `|| defined (__OpenBSD__)'Jim Meyering
to the NetBSD #if so OpenBSD also uses the f_fstypename member. (fstype_to_string): Add `&& !defined (__OpenBSD__)' to the NetBSD #if expression to exclude this function definition. OpenBSD 2.1 beta doesn't need it. Patch from Hugh Daniel <hugh@ecotone.xanadu.com>
1997-05-27Don't include backupfile.h.Jim Meyering
1997-05-27(libfu_a_SOURCES): Add addext.c.Jim Meyering
Remove getversion.c; get_version is now in backupfile.c. Add basename.c since it's no longer replacible.
1997-05-27Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.Jim Meyering
1997-05-27.Jim Meyering
1997-05-27Update from patch-2.2.93.Jim Meyering
1997-05-27Update from FSF via patch-2.2.93.Jim Meyering
1997-05-27Update from FSF via patch-2.2.93.Jim Meyering
1997-05-27Update from glibc via patch-2.2.93.Jim Meyering
1997-05-24(read_filesystem_list): Show automount-relatedJim Meyering
duplicate filesystems only when --all specified. With suggestions from Stuart Kemp.
1997-05-24Indent cpp directives.Jim Meyering
1997-05-24.Jim Meyering
1997-05-02.Jim Meyering
1997-04-29update from automake-1.1oJim Meyering
1997-04-10s/;/. in comment to placate francoisJim Meyering
1997-03-23.Jim Meyering
1997-03-14(TIME_T_MIN): Work around a bug in Cray C 5.0.3.0.Jim Meyering
1997-03-13.Jim Meyering
1997-03-13.Jim Meyering
1997-03-13(EXTRA_DIST): Add chown.c.Jim Meyering
1997-03-12.Jim Meyering
1997-03-11.Jim Meyering
1997-02-27(tYEAR_UNIT): Increase yyRelYear by $1, not just by 1.Jim Meyering
From Andreas Schwab.
1997-02-22(tMONTH_UNIT): Increase yyRelMonth by $1, not just by 1.Jim Meyering
(tDAY_UNIT): Likewise for yyRelDay. (tHOUR_UNIT): Likewise for yyRelHour. (tMINUTE_UNIT): Likewise for yyRelMinutes. (tSEC_UNIT): Likewise for yyRelSeconds.
1997-02-21update from FSFJim Meyering
1997-02-21update from FSFJim Meyering
1997-02-18.Jim Meyering
1997-02-18.Jim Meyering
1997-02-18.Jim Meyering
1997-02-04libitizeJim Meyering
1997-02-04libitizeJim Meyering
1997-02-04libitizeJim Meyering
1997-02-04new obstack from libcJim Meyering
1997-02-03(parse_long_options): Compare getopt_long returnJim Meyering
value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call.
1997-01-26bracket prototype with PARAMSJim Meyering
1997-01-26.Jim Meyering
1997-01-25remove trailing blanksJim Meyering
1997-01-25(noinst_HEADERS): Add getdate.h.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25(XSTRTOL_H): Undefine it.Jim Meyering
1997-01-25[!_STRTOL_ERROR]: Define the type `enum strtol_error'Jim Meyering
only if it hasn't already been defined.
1997-01-25(__xstrtol): Change interpretation ofJim Meyering
VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former when any suffix is valid, the later when no suffix is allowed.
1997-01-25(parse_long_options): Reset optind to zeroJim Meyering
before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later.
1997-01-23Update from GNU via UliJim Meyering