summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-11-07Only include <inttypes.h> if HAVE_INTTYPES_H.tv1-4/+6
2004-08-03Changes 1.2.10:adam3-63/+11
- 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
2003-09-01Add NetBSD RCS tagscjep2-0/+2
2003-08-08Fix some off_t format strings. hexedit now displays addresses correctlyscw2-0/+49
on big-endian platforms.
2002-01-18Update hexedit to 1.2.2mjl3-37/+24
- 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.
2001-10-01Buildlinkify (strongly), and use ncurses' buildlink.mk, which removeswiz2-26/+4
the need for some of the hacks in the patches.
1999-11-12Make this package work on Solaris.agc2-11/+27
1999-10-14Update to match distfile on ftp.netbsd.org. Fetching the distfilesimonb1-6/+4
from the site results in a redirect to "missing.html"...
1999-07-06 * Update ncurses dependency.jlam2-31/+30
* Correct MD5 checksum of distfile. * Adapt to ncurses-4.2.
1998-09-28Update hexedit to 1.0.0.frueauf3-35/+48
1998-08-27Update hexedit to 0.9.5.frueauf2-19/+26
1998-08-24Initial addition of hexedit-0.9.4, to view and edit files in hexadecimalfrueauf2-0/+37
or ASCII.