summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-07-20.Jim Meyering
2002-07-20.Jim Meyering
2002-07-20.Jim Meyering
2002-07-20Adjust to work with new autoconf macros, AC_FUNC_MALLOCJim Meyering
and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
2002-07-20.Jim Meyering
2002-07-20Upgrade to gettext-0.11.3.Jim Meyering
2002-07-15*** empty log message ***Jim Meyering
2002-07-15#undef MNT_IGNORE before defining it, to avoid warning on FreeBSD.Jim Meyering
2002-07-15Include <string.h>.Jim Meyering
2002-07-09*** empty log message ***Jim Meyering
2002-07-09(ME_DUMMY): Don't count entries of type `auto' as dummy ones.Jim Meyering
At least on GNU/Linux systems, `auto' means something else. From Michael Stone.
2002-07-01*** empty log message ***Jim Meyering
2002-07-01Include sys/time.h.Jim Meyering
From Volker Borchert.
2002-06-26*** empty log message ***Jim Meyering
2002-06-26(WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead ofJim Meyering
(defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1 reported by Vin Shelton.
2002-06-26from libcJim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(ISASCII, ISPRINT): Undefine, to avoid warning aboutJim Meyering
redefinition due to Solaris5.6's definition in /usr/include/sys/euc.h.
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(segv_handler, c_stack_action) [! defined SA_SIGINFO]:Jim Meyering
Do not assume SA_SIGINFO behavior. Bug reported by Jim Meyering on NetBSD 1.5.2.
2002-06-22*** empty log message ***Jim Meyering
2002-06-22Update from diffutils-2.8.2.Jim Meyering
2002-06-22.Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add exitfail.c and exitfail.h.Jim Meyering
2002-06-22New files, from diffutils-2.8.2.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add c-stack.c, too.Jim Meyering
2002-06-22New file, from diffutils-2.8.2.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h.Jim Meyering
(EXTRA_DIST): Add fnmatch_loop.c.
2002-06-22.Jim Meyering
2002-06-19*** empty log message ***Jim Meyering
2002-06-19Report an error if neither S_ISREG norJim Meyering
S_IFREG is defined, instead of using a test specific to glibc 2.2. This should be safe, since POSIX requires S_ISREG and Unix Version 7 had S_IFREG. We don't need to check for <sys/types.h> since we don't use any symbols that it defines.
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,Jim Meyering
so that each temporary file name is unique and valid in the first 8 characters, for operation under DOS.
2002-06-15(FILE_TYPE_H): Guard entire contents with #ifndef.Jim Meyering
For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> have been included before this file.
2002-06-15.Jim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined.Jim Meyering
2002-06-15(S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined.Jim Meyering
2002-06-14*** empty log message ***Jim Meyering
2002-06-14Use the version from diffutils-2.8.2.Jim Meyering
2002-05-27*** empty log message ***Jim Meyering
2002-05-27Fix a problem seen only on nonconforming systems whereby ls.c'sJim Meyering
use of localtime, and then of gettimeofday would cause trouble: the localtime call used to initialize rpl_gettimeofday's save mechanism would clobber ls's current local time information so that in any long listing the first file would always be listed with date 1970-01-01. Analysis by Volker Borchert. (localtime): Undefine. (rpl_localtime): New function.
2002-05-25fix typoJim Meyering
2002-05-25remove typoJim Meyering
2002-05-22Include "file-type.h", etc.Jim Meyering
2002-05-22*** empty log message ***Jim Meyering
2002-05-22*** empty log message ***Jim Meyering
2002-05-22.Jim Meyering