summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1998-03-14.Jim Meyering
1998-03-14s/get-date.h/getdate.h/Jim Meyering
1998-03-14.Jim Meyering
1998-03-13protoizeJim Meyering
1998-03-13(getugroups): Don't add a group number if it would be a duplicate.Jim Meyering
From Ulrich Drepper.
1998-03-10(getuidbyname) [__DJGPP__]: Make function know aboutJim Meyering
any arbitrary user name. (getgidbyname) [__DJGPP__]: Make function know about any arbitrary group name. From Eli.
1998-03-10(parse_user_spec) [__DJGPP__]: Make function knowJim Meyering
about any arbitrary user and group by pretending to be the user and to belong to the group specified in `spec_arg' argument.
1998-02-25.Jim Meyering
1998-02-24(TYPE_SIGNED): Define.Jim Meyering
(TYPE_MAXIMUM): Define. (ULONG_MAX): Use TYPE_MAXIMUM. (LONG_MAX): Use TYPE_MAXIMUM.
1998-02-24(libfu_a_SOURCES): Add quotearg.c.Jim Meyering
(noinst_HEADERS): Add quotearg.h.
1998-02-24.Jim Meyering
1998-02-24protoizeJim Meyering
1998-02-24add commentJim Meyering
1998-02-24update from libitJim Meyering
1998-02-24protoizeJim Meyering
1998-02-24capitalize macro params and protoizeJim Meyering
1998-02-24add copyrightJim Meyering
1998-02-24Update from libit.Jim Meyering
1998-02-23.Jim Meyering
1998-02-22revert most of last delta, but leave cppi/copyright changesJim Meyering
1998-02-20.Jim Meyering
1998-02-20(noinst_HEADERS): s/getdate.h/get-date.h/Jim Meyering
1998-02-20s/getdate.h/get-date.h/Jim Meyering
1998-02-20.Jim Meyering
1998-02-19(dirname): Include ctype.h.Jim Meyering
[IN_CTYPE_DOMAIN]: Define. [ISALPHA]: Define. [MSDOS]: Add support for DOS-style file names with drive letters. Based on a patch from Eli Zaretskii.
1998-02-19[__DJGPP__]: Add missing typedef for daddr_t.Jim Meyering
1998-02-11Add my comment from ChangeLog entry for gkm's change.Jim Meyering
1998-02-07.Jim Meyering
1998-02-07.Jim Meyering
1998-02-03(sys/types.h): Include to get size_t on some systems.Jim Meyering
(NULL): Define if needed.
1998-01-25.Jim Meyering
1998-01-23(__mktime_internal): Work around bug in Irix4.0.5'sJim Meyering
C compiler. From Kaveh Ghazi. (TYPE_MINIMUM): Define. (TYPE_MAXIMUM): Define. (TIME_T_MIN): Use TYPE_MINIMUM. (TIME_T_MAX): Use TYPE_MAXIMUM.
1998-01-21.Jim Meyering
1998-01-21Fix copyrightJim Meyering
1998-01-21Use ANSI function definitions.Jim Meyering
Remove global declaration of backup_type. (simple_backup_suffix): Default to `~', not `.orig'. Use PARAMS, not __BACKUPFILE_P. (find_backup_file_name): Add parameter, backup_type.
1998-01-21Remove extern declaration of backup_type.Jim Meyering
Use PARAMS, not __BACKUPFILE_P. (VALID_BACKUP_TYPE): Define. (find_backup_file_name): Adjust prototype.
1998-01-20Use ANSI function definitions.Jim Meyering
1998-01-20[enum backup_type]: Set `none' to 1.Jim Meyering
1998-01-16Make PARAMS-defining conditionals consistent.Jim Meyering
1998-01-16Make PARAMS-defining conditionals consistent.Jim Meyering
1998-01-13Set errno to ENOENT, not EINVAL. This is consistentJim Meyering
with most other implementations.
1998-01-12Include sys/param.h only #if HAVE_SYS_PARAM_H.Jim Meyering
Move function-spanning `#if ...BSIZE' stmt to follow inclusion of sys/param.h since BSIZE is sometimes defined in sys/param.h. Based on a patch from Philippe De Muyter.
1998-01-11.Jim Meyering
1998-01-11*** empty log message ***Jim Meyering
1998-01-10(make_path): Reformat 3 if-stmts to test `if (newly_created_dir)' only once.Jim Meyering
Suggestion from Andreas Schwab.
1998-01-10(make_path): Put only newly created directories on the LEADING_DIRS list.Jim Meyering
1998-01-06Add %expect directive.Jim Meyering
Move inclusion of getdate.h and dependent extern declarations down so getdate.h's prototype follows the sometimes-enabled definition of `const' to nothing. Otherwise, the prototype wouldn't match the definition because of the defined-away `const'. (get_date): ANSI-fy definition. From Kaveh Ghazi.
1998-01-05(get_fs_usage): Add parens.Jim Meyering
1998-01-05(PROPAGATE_ALL_ONES): New macro.Jim Meyering
(get_fs_usage): If a value consists entirely of 1 bits, propagate this info to the output by setting it to (uintmax_t) -1.
1998-01-04.Jim Meyering