projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f78d6
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Fri, 28 Apr 2000 16:50:24 +0000
(16:50 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 28 Apr 2000 16:50:24 +0000
(16:50 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 06c85e6d7abc88829f0ae726987640fc1e184534..122280f66db7ca2ea05a69db5929713a8acc5613 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,10
@@
+2000-04-28 Jim Meyering <meyering@lucent.com>
+
+ * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
+ redefinition warning on some systems (HPUX). Otherwise, regex.h is
+ included first, then limits.h is included by locale.h by libintl.h.
+ From John David Anglin.
+
2000-04-25 Jim Meyering <meyering@lucent.com>
* makepath.c (S_IRWXUGO): Define.