Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|