about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-20 17:54:51 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-20 17:54:51 +0000
commitbc5e1a952c7f5758d92e0dc2dbd38b25d0aead5f (patch)
tree2bec1bb03a603401140de1921e93358005a5dbaf /doc/HISTORY
parent290a6cc9ef0093126a3a22a9f53a51973404d0f7 (diff)
downloadnetpbm-mirror-bc5e1a952c7f5758d92e0dc2dbd38b25d0aead5f.tar.gz
netpbm-mirror-bc5e1a952c7f5758d92e0dc2dbd38b25d0aead5f.tar.xz
netpbm-mirror-bc5e1a952c7f5758d92e0dc2dbd38b25d0aead5f.zip
correct explanation of 600->500 change
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2286 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 635a3942..ae99cd46 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -36,11 +36,10 @@ not yet  BJH  Release 10.68.00
               not get defined.  But this is apparently a bug in Mac OSX, since
               X/Open 500 does have strdup.  Furthermore, many other Netpbm
               files use strdup and apparently compile OK on Mac OSX without
-              600.  Finally, we have a report now that on SunOS with a non-C99
-              compiler, _XOPEN_SOURCE 600 actually removes things from libc
-              that these files need (no details).  So we will go back to 500
-              and if the problem on Mac OSX gets reported again, we will look
-              more deeply.
+              600.  Finally, we see today that Illumos system header files
+              deliberately kill the compilation if the compiler is pre-C99 and
+              _XOPEN_SOURCE is 600.  So we go back to 500 and if the problem
+              on Mac OSX gets reported again, we will look more deeply.
 
               Build: fix undefined symbols in fiasco converters with
               static libraries.