summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1996-05-17Update prototype to match.Jim Meyering
1996-05-17(get_fs_usage): Declare parameter PATH to be const.Jim Meyering
1996-05-16(getdate.c): Disable dependencies that canJim Meyering
require rerunning YACC when not in maintainer mode. (posixtm.c): Likewise.
1996-05-16Update prototypes.Jim Meyering
1996-05-16(mode_compile): Declare parameter MODE_STRING const.Jim Meyering
Remove register attribute. (mode_adjust): Likewise for CHANGES.
1996-05-15.Jim Meyering
1996-05-12Sat May 11 13:30:53 1996 enami tsugutomo <enami@ba2.so-net.or.jp>Jim Meyering
* regex.c (re_match_2_internal): Fix off-by-one error; don't use length of exactn as character, and don't use length of bitmap of charset as bitmap.
1996-05-07Update from GNU libc.Jim Meyering
1996-05-06.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-02.Jim Meyering
1996-05-01(EXTRA_DIST): Add strcasecmp.c.Jim Meyering
1996-04-28Indent CPP conditionals.Jim Meyering
1996-04-28[HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dclJim Meyering
of unused variable so that after preprocessing, the file will never be empty. Otherwise, some compilers in ANSI mode (among them, the Dec Alpha OSF 2.0 C compiler) reject empty files. From Kaveh Ghazi.
1996-04-25Add copyright.Jim Meyering
1996-04-25.Jim Meyering
1996-04-24(find_backup_file_name): Constify decls of formal parameters.Jim Meyering
1996-04-24(find_backup_file_name, max_backup_version, make_version_name,Jim Meyering
version_number, concat): Constify decls of formal parameters.
1996-04-24.Jim Meyering
1996-04-24(su_SOURCES): Remove getopt.c and getopt1.c.Jim Meyering
(EXTRA_DIST): Add getopt.c and getopt1.c
1996-04-22New version from gettext-0.10.12.Jim Meyering
1996-04-19(basename): Rewrite so it doesn't rely on strrchr,Jim Meyering
and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi.
1996-04-18Indent cpp-directives.Jim Meyering
1996-04-14Test cpp-defined __sun as well as sun, becauseJim Meyering
in strict ANSI mode, only __sun is defined. From Kaveh Ghazi.
1996-04-13Unprotoize.Jim Meyering
[ISASCII]: Define. [ISUPPER]: Define.
1996-04-13.Jim Meyering
1996-04-10.Jim Meyering
1996-04-10.Jim Meyering
1996-04-08(mon_week_ISO): New function to implement new %V format.Jim Meyering
(sun_week): Make TM parameter `const'. (mon_week): Likewise. (mon_week): Rewrite to correctly implement %W format..
1996-04-05(sun_week): Make %U work properly.Jim Meyering
Before, `date -d '1 Jan 1995' +%U' output `00'. Now it prints `01'.
1996-04-05.Jim Meyering
1996-04-03.Jim Meyering
1996-04-03Include stdio.h before grp.h.Jim Meyering
Because <grp.h> on alpha OSF1 V2.0 uses "FILE *". From Kaveh Ghazi.
1996-04-03.Jim Meyering
1996-04-01(unsetenv): unprotoize.Jim Meyering
1996-04-01.Jim Meyering
1996-03-31.Jim Meyering
1996-03-30update from FSF:/home/gd/gnu/libJim Meyering
1996-03-30Update from libc.Jim Meyering
1996-03-29.Jim Meyering
1996-03-24.Jim Meyering
1996-03-24.Jim Meyering
1996-03-24.Jim Meyering
1996-03-14.Jim Meyering
1996-03-14add ## comment on first lineJim Meyering
1996-03-14(EXTRA_DIST): Renamed form DIST_OTHER.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