summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1996-07-14Remove my address.Jim Meyering
1996-07-14formatting...Jim Meyering
1996-07-14Return a value!Jim Meyering
1996-07-14Indent nested CPP-directives.Jim Meyering
1996-07-14update FSF address in copyrightJim Meyering
1996-07-14Libit tweaks.Jim Meyering
1996-07-14Tweak for libit.Jim Meyering
1996-07-14Tweak for libit.Jim Meyering
1996-07-11use latest from gettext-0.10.23Jim Meyering
1996-07-06.Jim Meyering
1996-07-06(su_SOURCES): Remove group-member.c.Jim Meyering
(EXTRA_DIST): Add group-member.c here.
1996-07-03(strndup): Include stdio.h and sys/types.h toJim Meyering
get definition of NULL and size_t on SunOS4.1.3.
1996-06-30.Jim Meyering
1996-06-25(strndup): Deansify.Jim Meyering
[!STDC_HEADERS]: Include string.h and stdlib.h.
1996-06-25(EXTRA_DIST): Add strndup.c.Jim Meyering
(fu_SOURCES): Add getline.c. (noinst_HEADERS): Add getline.h.
1996-06-23.Jim Meyering
1996-06-23copied from id-utils-3.0kJim Meyering
1996-06-16.Jim Meyering
1996-06-16(EXTRA_DIST): Add basename.c.Jim Meyering
(fu_SOURCES): Remove basename.c.
1996-06-16.Jim Meyering
1996-05-24Hack out broken WEAK junk.Jim Meyering
1996-05-24Define __P.Jim Meyering
1996-05-23(read_filesystem_list) [MOUNTED_LISTMNTENT]: New function.Jim Meyering
From Johan Danielsson (joda@pdc.kth.se).
1996-05-23[_CRAY]: Don't include sys/filsys.h because althoughJim Meyering
Unicos-9 has it, it's not needed and would cause other problems because it requires inclusion of other, non-standard headers.
1996-05-22Add copyright header.Jim Meyering
1996-05-22Update from GNU libc-copies.Jim Meyering
1996-05-21(euidaccess) [!S_IROTH]: Define.Jim Meyering
[!S_IWOTH]: Define. [!S_IXOTH]: Define. Marcus Daniels <marcus@sysc.pdx.edu> reported that m68k NEXTSTEP 3.2 doesn't define S_IROTH or S_IWOTH unless some posix compile option is used and associated symbols defined.
1996-05-21.Jim Meyering
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