summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-07Actually invoke jm_WITH_REGEX now that it requires an argument.Jim Meyering
1999-02-07Add a run-time Test for proper operation of re_compile_pattern.Jim Meyering
1999-02-06import latestJim Meyering
1999-02-03cpp indentJim Meyering
1999-02-03(S_ISDOOR): Define if missing.Jim Meyering
1999-02-03.Jim Meyering
1999-02-03*** empty log message ***Jim Meyering
1999-02-03*** empty log message ***Jim Meyering
1999-02-03*** empty log message ***Jim Meyering
1999-02-03Handle DOOR.Jim Meyering
1999-02-03(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):Jim Meyering
Define to zero if not already defined. (HAVE_SYMLINKS): Define. (gobble_file): Remove #ifdef. (get_link_name, make_link_path): Guard these with #if HAVE_SYMLINKS rather than #ifdef S_ISLNK. (print_type_indicator): Remove #ifdefs and reorganize. (print_color_indicator): Remove #ifdefs. (length_of_file_name_and_frills): Likewise.
1999-02-03(print_type_indicator): Print doors as '>'.Jim Meyering
(length_of_file_name_and_frills): Account for this.
1999-02-03(ftypelet): Handle doors.Jim Meyering
(S_ISDOOR): Define if missing.
1999-02-03New version from L. Peter Deutsch.Jim Meyering
1999-02-01*** empty log message ***Jim Meyering
1999-02-01(STRXCASECMP_FUNCTION): Don't increment within macro argument list.Jim Meyering
From Akim Demaille.
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Wrap the @top node in @ifnottex instead ofJim Meyering
@ifinfo so `makeinfo --html ...' works. From Karl Berry.
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Wrap the @top node in @ifnottex instead ofJim Meyering
@ifinfo so `makeinfo --html ...' works. From Karl Berry.
1999-01-31*** empty log message ***Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31new test: Create a hard link to a dangling symlink.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31(do_link): Allow creation of a hard link to a danglingJim Meyering
symlink. Reported by Alexey Solovyov:
1999-01-31*** empty log message ***Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31(main): Call chdir ("/") after chroot.Jim Meyering
Suggestion from James Youngman.
1999-01-31.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Include locale.h.Jim Meyering
[!HAVE_SETLOCALE]: Define-away setlocale. (getloadavg): Ensure the sscanf of /proc/getloadavg data uses the `C' numeric locale. Restore afterwards.
1999-01-31(print_uptime): Use the C numeric locale for sscanfJim Meyering
of /proc/uptime data, then restore.
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Check for locale.h and the function, setlocale.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Protoize.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31(copy_internal): Describe any backup-related renamingJim Meyering
operations when in verbose mode. (copy_internal): Likewise. Based on changes from Marty Leisner.
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Declare chown manually.Jim Meyering
1999-01-31.Jim Meyering
1999-01-31.Jim Meyering
1999-01-31.Jim Meyering
1999-01-31.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering
1999-01-31Use 3-arg form of AC_DEFINE.Jim Meyering
1999-01-31*** empty log message ***Jim Meyering