summaryrefslogtreecommitdiff
path: root/src/xxd
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0987: unnecessary condition in #ifdefv8.1.0987Bram Moolenaar2019-03-021-1/+1
| | | | | Problem: Unnecessary condition in #ifdef. Solution: Remove using CYGWIN32. (Ken Takata)
* patch 8.1.0855: cannot build xxd with MSVC 10v8.1.0855Bram Moolenaar2019-01-311-1/+1
| | | | | Problem: Cannot build xxd with MSVC 10. Solution: Move declaration to start of block.
* patch 8.1.0854: xxd does not work with more than 32 bit addressesv8.1.0854Bram Moolenaar2019-01-301-13/+29
| | | | | Problem: xxd does not work with more than 32 bit addresses. Solution: Add support for 64 bit addresses. (Christer Jensen, closes #3791)
* patch 8.1.0821: xxd "usage" output and other arguments not testedv8.1.0821Bram Moolenaar2019-01-251-4/+4
| | | | | | Problem: Xxd "usage" output and other arguments not tested. Solution: Add a test to trigger the usage output in various ways. Fix uncovered problem.
* patch 8.0.1658: capitalize argument not available in long formv8.0.1658Bram Moolenaar2018-04-031-0/+2
| | | | | Problem: Capitalize argument not available in long form. Solution: Recognize -capitalize. Update man page.
* patch 8.0.1656: no option to have xxd produce upper case variable namesv8.0.1656Bram Moolenaar2018-04-031-4/+8
| | | | | Problem: No option to have xxd produce upper case variable names. Solution: Add the -C argument. (Matt Panaro closes #2772)
* patch 8.0.1537: xxd does not skip NUL lines when using ebcdicv8.0.1537Bram Moolenaar2018-02-241-2/+2
| | | | | | Problem: Xxd does not skip NUL lines when using ebcdic. Solution: Check for a NUL before converting a character for ebcdic. (Tim Sell, closes #2668)
* patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar2017-10-071-3/+8
| | | | | Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
* 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.1399v7.4.1399Bram Moolenaar2016-02-232-40/+0
| | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
* 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.1100v7.4.1100Bram Moolenaar2016-01-152-29/+1
| | | | | Problem: Cygwin makefiles are unused. Solution: Remove them.
* patch 7.4.1016v7.4.1016Bram Moolenaar2015-12-311-11/+0
| | | | | Problem: Still a few OS/2 pieces remain. Solution: Delete more.
* 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.4.030v7.4.030Bram Moolenaar2013-09-191-1/+1
| | | | | Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
* 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)
* Add files aaded by patch 7.3.326.Bram Moolenaar2011-10-031-0/+28
|
* 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.372v7.2.372Bram Moolenaar2010-02-241-1/+2
| | | | | Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg)
* 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-062-1/+11
|
* 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-1310-0/+968