Subject: CVS commit: pkgsrc/editors/hexedit
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2004 12:12:55
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Aug  3 12:12:55 UTC 2004

Modified Files:
	pkgsrc/editors/hexedit: Makefile PLIST distinfo
	pkgsrc/editors/hexedit/patches: patch-ae
Removed Files:
	pkgsrc/editors/hexedit/patches: patch-aa patch-ad

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/editors/hexedit/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/hexedit/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/hexedit/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/editors/hexedit/patches/patch-aa
cvs rdiff -r1.2 -r0 pkgsrc/editors/hexedit/patches/patch-ad
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/hexedit/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.