diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-01 07:40:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-01 07:40:02 +0000 |
commit | 4d9bd132854e436dca64c3bd630c8bb8009aa3d7 (patch) | |
tree | 9a45e234c6fa67d86c66d7885c83cc686b860c47 /lib/ChangeLog | |
parent | 6fd75407f472cfa8fe2a929cb656a1534ce3400c (diff) | |
download | coreutils-4d9bd132854e436dca64c3bd630c8bb8009aa3d7.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b9c9f9aa6..5a1d26951 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2001-09-01 Jim Meyering <meyering@lucent.com> + * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it + doesn't conflict with sparc-sun-solaris2.7's definition in + /usr/include/sys/int_types.h. + * exclude.c: Use `""', not `<>' to #include non-system header files. (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp and strncasecmp as r-values. Unixware didn't have declarations. |