projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b118a18
)
* modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 2 Sep 2005 19:43:54 +0000
(19:43 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 2 Sep 2005 19:43:54 +0000
(19:43 +0000)
m4/ulonglong.m4. Problem reported by Martin Lambers.
ChangeLog
patch
|
blob
|
history
modules/inttostr
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 5f3db55932bc2eee2437b780338e0814995235fe..573a37287d755b550a96e3cc2a9e32facdcf4fb3 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-09-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
+ m4/ulonglong.m4. Problem reported by Martin Lambers.
+
2005-09-02 Bruno Haible <bruno@clisp.org>
* gnulib-tool (import): In the other first-use case, provide defaults
diff --git
a/modules/inttostr
b/modules/inttostr
index 7f819bacad68a93a2580ab3365a075c535bba6eb..a20647d6d1556d4eccc918b6875346d04768e5c4 100644
(file)
--- a/
modules/inttostr
+++ b/
modules/inttostr
@@
-10,8
+10,11
@@
lib/offtostr.c
lib/umaxtostr.c
m4/intmax_t.m4
m4/inttostr.m4
+m4/inttypes_h.m4
m4/longlong.m4
+m4/stdint_h.m4
m4/uintmax_t.m4
+m4/ulonglong.m4
Depends-on: