summaryrefslogtreecommitdiff
path: root/src/xxd/xxd.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2048v7.4.2048Bram Moolenaar2016-07-161-19/+3
| | | | | Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-301-14/+11
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.804v7.4.804Bram Moolenaar2015-08-041-0/+3
| | | | | Problem: Xxd doesn't have a license notice. Solution: Add license as indicated by Juergen.
* updated for version 7.4.652v7.4.652Bram Moolenaar2015-03-051-14/+48
| | | | | | Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
* updated for version 7.3.1224v7.3.1224Bram Moolenaar2013-06-211-2/+2
| | | | | | Problem: Clang gives warnings on xxd. Solution: Change how to use part of a string. (Dominique Pelle) Also avoid warning for return not reached.
* updated for version 7.3.835v7.3.835Bram Moolenaar2013-02-261-3/+4
| | | | | | Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman)
* updated for version 7.3.161v7.3.161Bram Moolenaar2011-04-111-1/+1
| | | | | Problem: Items on the stack may be too big. Solution: Make items static or allocate them.
* updated for version 7.3.153v7.3.153Bram Moolenaar2011-04-021-0/+3
| | | | | Problem: Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die().
* updated for version 7.3.152v7.3.152Bram Moolenaar2011-04-011-55/+116
| | | | | Problem: Xxd does not check for errors from library functions. Solution: Add error checks. (Florian Zumbiehl)
* updated for version 7.2.367v7.2.367Bram Moolenaar2010-02-171-5/+5
| | | | | Problem: "xxd -r -p" doesn't work as documented. Solution: Skip white space. (James Vega)
* updated for version 7.2-209v7.2.209Bram Moolenaar2009-06-161-4/+5
|
* updated for version 7.1-167v7.1.167Bram Moolenaar2007-12-031-2/+4
|
* updated for version 7.1bBram Moolenaar2007-05-101-3/+3
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-1/+1
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-0/+3
|
* updated for version 7.0b02v7.0b02Bram Moolenaar2006-03-261-1/+4
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-0/+7
|
* updated for version 7.0171Bram Moolenaar2005-12-161-6/+8
|
* updated for version 7.0061Bram Moolenaar2005-03-181-1/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+767