summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-09-05.Jim Meyering
2003-09-03*** empty log message ***Jim Meyering
2003-09-03*** empty log message ***Jim Meyering
2003-09-03(human_readable): Fix bug that rounded 10501 to 10k.Jim Meyering
Bug reported by Lute Kamstra in <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
2003-09-03*** empty log message ***Jim Meyering
2003-09-03(relative_time_table): Use tDAY_UNIT for "tomorrow",Jim Meyering
"yesterday", "today", and "now" rather than tMINUTE_UNIT. Of course with correspondingly smaller numbers for tomorrow and yesterday. From Tadayoshi Funaba. Originally installed into sh-utils on 1999-08-07, but the patch was mistakenly reverted by the next change to that shared file (but this time in fileutils) on 1999-08-29.
2003-08-19.Jim Meyering
2003-08-19*** empty log message ***Jim Meyering
2003-08-19*** empty log message ***Jim Meyering
2003-08-19Include <stdlib.h> and <string.h> unconditionally,Jim Meyering
as we're now assuming that part of hosted C89. (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed. (same_name): Invoke pathconf on destination, not source, as that's a bit clearer even if they are the same dir.
2003-08-18*** empty log message ***Jim Meyering
2003-08-18Remove space before TAB.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18add a few, to let me check in Paul's big merge from gnulibJim Meyering
2003-08-18undo last change -- duhJim Meyering
2003-08-18.Jim Meyering
2003-08-18Add a bunch so I can commit Paul's big merge from gnulibJim Meyering
2003-08-18Sync with gnulib, and indent nested cpp directives.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18Merge from gnulib.Jim Meyering
(libfetish_a_SOURCES): Remove getndelim2.c, getndelim2.h, xstrtoimax.c. Add localcharset.h. (CLEANFILES, SUFFIXES): Initialize to empty. (EXTRA_DIST): Add getndelim2.c, getndelim2.h. (install-exec-local): Use $(GLIBC21), not @GLIBC21@. Do not mkdir libdir if not glibc21. (charset.alias): @host@ -> $(host). (SUFFIXES, .sin.sed, CLEANFILES): Reorder rules to match gnulib module suggestions.
2003-08-18Include <stdbool.h>, <limits.h>.Jim Meyering
(_POSIX_NAME_MAX): Define if not defined. (MIN): New macro. (same_name): If file names are silently truncated, report that the file names are the same if they are the same after the silent truncation.
2003-08-17*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15Include "physmem.h" before system includes.Jim Meyering
2003-08-10*** empty log message ***Jim Meyering
2003-08-10(utimens): Revert most of last change.Jim Meyering
Test HAVE_WORKING_UTIMES instead of HAVE_UTIMES.
2003-08-09.Jim Meyering
2003-08-09*** empty log message ***Jim Meyering
2003-08-09.Jim Meyering
2003-08-09(libeftish_a_SOURCES): Add utimens.c, utimens.h.Jim Meyering
2003-08-09Test HAVE_UTIME, not HAVE_UTIMES.Jim Meyering
Prefer utime, since it works and utimes doesn't on some systems.
2003-08-09*** empty log message ***Jim Meyering
2003-08-09Change Solaris 2.7 to Solaris 5.7 in comment.Jim Meyering
2003-08-09*** empty log message ***Jim Meyering
2003-08-09(unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment.Jim Meyering
2003-08-09.Jim Meyering
2003-08-09*** empty log message ***Jim Meyering
2003-08-09.Jim Meyering
2003-08-09*** empty log message ***Jim Meyering
2003-08-09Use the e.g., `$(FNMATCH_H)' notation for AC_REPLACEDJim Meyering
variable names, rather than @FNMATCH_H@. Likewise for $(ALLOCA_H). (fnmatch.h): Use `$@' in the commands, in place of the three copies of the literal target, `fnmatch.h'. (alloca.h): Likewise.
2003-08-09*** empty log message ***Jim Meyering
2003-08-09(libfetish_a_SOURCES): Remove fnmatch_.h.Jim Meyering
(lib_OBJECTS): New macro, for convenience when cutting and pasting Makefile.am templates from gnulib. (EXTRA_DIST): Remove fnmatch_loop.c. (BUILT_SOURCES): Append $(FNMATCH_H). Import the following changes from gnulib templates for alloca and fnmatch): (all-local $(lib_OBJECTS)): New dependencies. (alloca.h): Use alloca.h-t for temporary. (EXTRA_DIST): Append fnmatch_.h, fnmatch_loop.c. (fnmatch.h): New rule. (MOSTLYCLEANFILES): Add fnmatch.h, fnmatch.h-t. (DISTCLEANFILES): Remove fnmatch.h
2003-08-08*** empty log message ***Jim Meyering
2003-08-08(read_filesystem_list) [MOUNTED_GETFSSTAT]:Jim Meyering
Use MNT_NOWAIT, rather than MNT_WAIT. Otherwise, `df DIR' could hang on OSF/1 5.1 for DIR on both local and remote file systems. Reported by (and fix confirmed by) Nelson H. F. Beebe.
2003-08-07.Jim Meyering