projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a1c64
)
posix-modules: say what it does.
author
Reuben Thomas
<rrt@sc3d.org>
Fri, 25 Mar 2011 02:29:53 +0000
(
03:29
+0100)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 25 Mar 2011 02:29:53 +0000
(
03:29
+0100)
* posix-modules: Add a line to the --help output saying what it does.
ChangeLog
patch
|
blob
|
history
posix-modules
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c58e13c4837894eb2a796c4abbb45d280d38caf8..8988e31900117c2e37ed2482240de6a6cdbc609c 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-11-30 Reuben Thomas <rrt@sc3d.org>
+
+ posix-modules: say what it does.
+ * posix-modules: Add a line to the --help output saying what it does.
+
2011-03-24 Paul Eggert <eggert@cs.ucla.edu>
xmalloc: Do not leak if underlying realloc is C99 compatible.
diff --git
a/posix-modules
b/posix-modules
index 81e431f9e7608e914cae39e59caf39282074520e..5bb29f0027914402a56da00ded989f0467fc29be 100755
(executable)
--- a/
posix-modules
+++ b/
posix-modules
@@
-26,6
+26,8
@@
func_usage ()
echo "\
Usage: posix-modules
+Lists the gnulib modules that implement POSIX interfaces.
+
Report bugs to <bug-gnulib@gnu.org>."
}