about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-19 17:31:15 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-19 17:31:15 +0000
commit2a4b7ed2c9a770fa70628b0f5eca1b1e96251e1b (patch)
tree07915b54076680711bc270cd7bec98327b5a62aa /doc
parent37e30243c7bee72fd6fc269d8f362b36eee9366c (diff)
downloadnetpbm-mirror-2a4b7ed2c9a770fa70628b0f5eca1b1e96251e1b.tar.gz
netpbm-mirror-2a4b7ed2c9a770fa70628b0f5eca1b1e96251e1b.tar.xz
netpbm-mirror-2a4b7ed2c9a770fa70628b0f5eca1b1e96251e1b.zip
Add pm_readbiglong2, etc.
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1289 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 2b35a978..befd4d3e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,13 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.52.00
 
+
+              libnetpbm: add pm_readbiglong2, pm_readbiglong2u,
+              pm_readlittlelong2, pm_readlittlelong2u: These use the proper
+              32 bit integer types instead of "long".  (But the old ones
+              still work in legacy code because long is always at least 32
+              bits).
+
               Add pamrecolor.  Thanks Scott Pakin.
 
               anytopnm: Use 'pngtopam' shell command instead of 'pngtopnm'.