Age | Commit message (Collapse) | Author |
|
Problem: There is still code and help for unsupported systems.
Solution: Remove the code and text. (Hirohito Higashi)
|
|
Problem: The MS-DOS code does not build.
Solution: Remove the old MS-DOS code.
|
|
Problem: Using old style function declarations.
Solution: Change to new style function declarations. (script by Hirohito
Higashi)
|
|
Problem: Cygwin makefiles are unused.
Solution: Remove them.
|
|
Problem: Still a few OS/2 pieces remain.
Solution: Delete more.
|
|
Problem: Xxd doesn't have a license notice.
Solution: Add license as indicated by Juergen.
|
|
Problem: Xxd lacks a few features.
Solution: Use 8 characters for the file position. Add the -e and -o
arguments. (Vadim Vygonets)
|
|
Problem: The -mno-cygwin argument is no longer supported by Cygwin.
Solution: Remove the arguments. (Steve Hall)
|
|
Problem: Clang gives warnings on xxd.
Solution: Change how to use part of a string. (Dominique Pelle) Also avoid
warning for return not reached.
|
|
Problem: "xxd -i" fails on an empty file.
Solution: Do output the closing } for an empty file. (partly by Lawrence
Woodman)
|
|
|
|
Problem: Items on the stack may be too big.
Solution: Make items static or allocate them.
|
|
Problem: Compiler warning for ambiguous else, missing prototype.
Solution: Add braces. (Dominique Pelle) Add prototype for die().
|
|
Problem: Xxd does not check for errors from library functions.
Solution: Add error checks. (Florian Zumbiehl)
|
|
Problem: Cross-compiling GvimExt and xxd doesn't work.
Solution: Change the build files. (Markus Heidelberg)
|
|
Problem: "xxd -r -p" doesn't work as documented.
Solution: Skip white space. (James Vega)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|