9 months ago pancake * Properly fix all those signed/unsigned issues default tip
9 months ago pancake * Fix search for bytes >0x7f. Thanks Dreyer!
20 months ago pancake * Add patch from @jsegura fixing make clean
20 months ago pancake * merge
23 months ago pancake * hexdump output is easily parseable
22 months ago pancake * Fix seeking on scripts
2010-05-12 pancake * Add missing TODO file
2010-05-12 pancake * Fix segfault when hexdumping -1 bytes
2010-04-29 pancake * Various syntax fixes (like in suckless.org style)
2010-02-09 pancake * Merge heads
2010-02-06 pancake * Initial import of 'bdiff'
2010-02-06 pancake * Added 'r+' command to resize file N bytes at curseek
2009-12-22 pancake * Fix make dist for old versions of mercurial
2009-12-22 pancake * Bump revision to 0.5
2009-12-22 pancake * Release ired 0.4
2009-10-07 pancake * Updated manpages with documentation about environment
2009-09-23 pancake * Initial support for plan9
2009-09-03 pancake * Fixed c99 pedantic warning (signed issue in scanf)
2009-09-03 pancake * mkdir before install
2009-09-02 pancake * Fix segfault when extending an invalid-format character (f.ex: px*)
2009-09-01 pancake * Add 'uninstall' makefile target
2009-09-01 pancake * Update ChangeLog file
2009-09-01 pancake * Add manpages for ired and vired
2009-09-01 pancake * Rename from red to ired to avoid program name collisions
2009-07-17 pancake * Fix search command. Oops :)
2009-07-12 pancake * Fix segfault in cmd_search()
2009-07-11 pancake * Bump revision number to 0.2
2009-07-11 pancake * Fix gcc warning. Release 0.1
2009-07-11 pancake * Use CFLAGS when compiling
2009-07-11 pancake * Fix '!' command segfault
2009-07-11 pancake * Use 'isascii' instead of buf[0] for pz and pZ
2009-07-11 pancake * Full implementation of the w32 IO API
2009-07-11 pancake * First build for w32
2009-07-11 pancake * Some minor changes in README
2009-07-11 pancake * Added support for 'K' 'M' and 'G' suffix in str2ull function
2009-07-11 pancake * Some code review and simplification -10LOC
2009-07-11 pancake * Minor fix in README
2009-07-11 pancake * Fix build
2009-07-11 pancake * Fix README
2009-07-11 pancake * hexdump() now gets a 3rd argument to set the width
2009-07-11 pancake * Fix segfault coz an uninitialized variable
2009-07-11 pancake * Add command 'r' to resize and remove bytes
2009-07-11 pancake * Simplify argv parsing (-1 LOC)
2009-07-11 pancake * Add '?' in help message
2009-07-11 pancake * Code cleanup (-18 LOC)
2009-07-10 pancake * Fix some valgrind warnings in the print format command
2009-07-10 pancake * Set vired block size to 256
2009-07-10 pancake * Initial implementation of the 'p' command to print
2009-07-10 pancake * Added support for 's+b' and 's-b'
2009-07-10 pancake * Define new 'p' command in README
2009-07-10 pancake * Fix obsize in cmd_bsize()
2009-07-10 pancake * Split hexdump() in util.c
2009-07-10 pancake * Fix end-of-file and out-of-file IO reads
2009-07-07 pancake * Use ut64 and ut8 instead of ull and uc8
2009-07-07 pancake * Use oneliner switch statements for single ops
2009-07-07 pancake * io layer rewritten as cpp macros
2009-07-07 pancake * Do not use 'read -n' coz is posix shell
2009-07-07 pancake * Added '>' and '<' command to dump and load bytes
2009-07-06 pancake * Implement '/' search command for hex and strings
2009-07-05 pancake * Initial import of 'vired'