diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-11-28 17:40:10 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-11-28 17:40:10 +0000 |
commit | 59bf40d2b1cfe85111b15ec05f8c124f657aefe2 (patch) | |
tree | 537b064ccd3a64d7c966b22bc2271ccef8719a31 /doc | |
parent | 904c1e64ad0d672c04c1c28e0f0d760b0e7c7cae (diff) | |
download | netpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.tar.gz netpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.tar.xz netpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.zip |
Explicit two's complement interpretation for systems (eg ppc64) where 'char' is unsigned
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4197 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 4172816a..3178321f 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -17,6 +17,10 @@ not yet BJH Release 10.97.00 pamtogif: Fix bug: doesn't ignore the input alpha mask when user specified -transparent. Broken in Netpbm 10.37 (December 2006). + palmtopnm: Fix bug: fails with PackBits input on platform with + default unsigned char, such as ppc64. Always broken. (Ability + to convert PackBits input was new in Netpbm 10.27 (March 2005). + pamrubber: Fix bug: random behavior with -quad when you specify both points for source or target and the second one is lower in the image than the first. Always broken (Pamrubber was new in |