summaryrefslogtreecommitdiff
path: root/src/xxd
AgeCommit message (Collapse)Author
2015-08-04patch 7.4.804Bram Moolenaar
Problem: Xxd doesn't have a license notice. Solution: Add license as indicated by Juergen.
2015-03-05updated for version 7.4.652Bram Moolenaar
Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
2013-09-19updated for version 7.4.030Bram Moolenaar
Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
2013-06-21updated for version 7.3.1224Bram Moolenaar
Problem: Clang gives warnings on xxd. Solution: Change how to use part of a string. (Dominique Pelle) Also avoid warning for return not reached.
2013-02-26updated for version 7.3.835Bram Moolenaar
Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman)
2011-10-03Add files aaded by patch 7.3.326.Bram Moolenaar
2011-04-11updated for version 7.3.161Bram Moolenaar
Problem: Items on the stack may be too big. Solution: Make items static or allocate them.
2011-04-02updated for version 7.3.153Bram Moolenaar
Problem: Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die().
2011-04-01updated for version 7.3.152Bram Moolenaar
Problem: Xxd does not check for errors from library functions. Solution: Add error checks. (Florian Zumbiehl)
2010-02-24updated for version 7.2.372Bram Moolenaar
Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg)
2010-02-17updated for version 7.2.367Bram Moolenaar
Problem: "xxd -r -p" doesn't work as documented. Solution: Skip white space. (James Vega)
2009-06-16updated for version 7.2-209Bram Moolenaar
2007-12-03updated for version 7.1-167Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-04-30updated for version 7.0gBram Moolenaar
2006-04-05updated for version 7.0c10Bram Moolenaar
2006-03-26updated for version 7.0b02Bram Moolenaar
2006-03-06updated for version 7.0216Bram Moolenaar
2005-12-16updated for version 7.0171Bram Moolenaar
2005-03-18updated for version 7.0061Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar