Commit graph

9 commits

Author SHA1 Message Date
snj
d1c679259f Update to 1.2.12. Included are some small bug fixes and a --color option.
See bundled Changes file for full details.
2008-11-06 19:06:32 +00:00
tv
bb6363122d Only include <inttypes.h> if HAVE_INTTYPES_H. 2005-11-07 20:16:56 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
adam
dde50871c6 Changes 1.2.10:
- handle getnstr() not defined (needed for SGI IRIX 6.5.22)

Changes 1.2.9:
	- fix searching larger than 3 characters long strings

Changes 1.2.8:
	- replace the unsafe getstr() with getnstr()

Changes 1.2.7:
	- check the presence of <sys/mount.h> before including it
	- fix build on Digital UNIX 4.0f (remove -Wall)
	- use the full width of the terminal (the trick is to stop relying on
	printing "\n", but using move() instead)
	- fix displaying the offsets at beginning of each line on big endian
	boxes (thanks to Martin Schaffner)

Changes 1.2.6:
	- fix core dump when searching backward (thanks to Jean Delvare)
          (the culprit is memrmem, but also fixing provided memrchr)

Changes 1.2.5:
	- fix build on Solaris
	  (which doesn't have BLKGETSIZE and all compilers don't have -W)

Changes 1.2.4:
	- use BLKGETSIZE to try to get the size of a device
	- do not die horribly when accessing after the end
	- fix provided memrchr() (thanks to Yue Luo)
	- fix displaying after searching >32bit files (thanks to Paul Mattal)

Changes 1.2.3:
	- add some KEY_HOME KEY_END (^[[7~ and ^[[8~)
	- fix for HAVE_MEMMEM
	- fix my memrchr not behaving the same as libc's
	- fix the use of memrchr to behave as libc's
	- use "(void)" in prototype of functions having no parameters
	- call "raw()" when help() is over
2004-08-03 12:12:54 +00:00
scw
269d9e9993 Fix some off_t format strings. hexedit now displays addresses correctly
on big-endian platforms.
2003-08-08 13:24:56 +00:00
mjl
f0bf4c69b2 Update hexedit to 1.2.2
- now displays the reached offset while searching
- many shortcuts added for different teminals
- replace llseek with lseek + use of _FILE_OFFSET_BITS=64
- replaced lots of int by INT which 64bits
- yet again some s/int/INT/
- Some bug fixed

Fixes PR/15050 by Shell Hung.
2002-01-18 22:59:30 +00:00
wiz
daf6a76d0d Buildlinkify (strongly), and use ncurses' buildlink.mk, which removes
the need for some of the hacks in the patches.
2001-10-01 00:51:46 +00:00
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00