summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1998-01-04(parse_long_options): Check for write error to stdout before exiting.Jim Meyering
1998-01-04(libfu_a_SOURCES): Add closeout.c.Jim Meyering
(noinst_HEADERS): Add closeout.h.
1998-01-04.Jim Meyering
1998-01-04.Jim Meyering
1998-01-03.Jim Meyering
1998-01-03Guard PARAMS-enabling definition withJim Meyering
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to be consistent.
1998-01-03Guard PARAMS-enabling definition withJim Meyering
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi.
1998-01-02(make_path): Try to change ownership only if we've just created theJim Meyering
directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1.
1997-12-31Define and use PARAMS, not __EXCLUDE_P.Jim Meyering
1997-12-31Use PARAMS, not __EXCLUDE_P.Jim Meyering
1997-12-29(invalid_arg): Use a single fprintf and wholeJim Meyering
format statements to ease translation. Convert from K&R to ANSI function dcls.
1997-12-28Use ANSI syntax, not K&R.Jim Meyering
1997-12-28(make_path) [!__STDC__]: Remove K&R-style definition.Jim Meyering
1997-12-28define PARAMSJim Meyering
1997-12-28Add PARAMS.Jim Meyering
1997-12-25(_GNU_SOURCE): Define only if not already defined.Jim Meyering
1997-12-25Declare stpcpy only if not defined as macro.Jim Meyering
1997-12-25Declare stpcpy only if not defined as macro.Jim Meyering
1997-12-25Include <string.h> if available.Jim Meyering
1997-12-21.Jim Meyering