summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-01 09:05:59 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-01 09:05:59 +0000
commitb4b997286ed025b673f3ba4698d0075952cc7896 (patch)
tree43ef3fb43263e6c2d4c0db62d588eb59d1a6c66a /Build/source/texk/kpathsea/ChangeLog
parenta15743669eec9a2ab5c7c49ffead9fa786103502 (diff)
getopt
git-svn-id: svn://tug.org/texlive/trunk@25547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index aadc7b9b3fa..261715995fb 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,13 @@
+2012-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * c-unistd.h: Declare getopt() (via <kpathsea/getopt.h>) but
+ not getopt_long().
+
+ * getopt.h: With __need_getopt declare only getopt() but not
+ getopt_long() (with 'struct option').
+
+ * getopt.[ch]: Drop pre-ANSI C non-prototype declarations.
+
2012-02-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* c-unistd.h [CYGWIN]: Explicitly #include <kpathsea/getopt.h>