summaryrefslogtreecommitdiff
path: root/editors/bpatch/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/instr/myinstr/ to avoid namespace pollution that caused builds onSteve Price1999-09-201-4/+39
| | | | | | | FreeBSD/Alpha to fail. Notes: svn path=/head/; revision=21773
* ncurses in -current is no longer compatible with -ltermcap (sigh), useJoerg Wunsch1999-03-031-1/+1
| | | | | | | | | -lmytinfo instead. Bug reported by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=16988
* Use MAN1. Install correctly from usermode.Tim Vanderhoek1998-08-231-9/+6
| | | | Notes: svn path=/head/; revision=12731
* Allow the display of '%'. Also combine the two patches forSteve Price1998-07-041-10/+35
| | | | | | | | | | bpatch.c while I'm here. PR: 6867 Submitted by: Luoqi Chen <luoqi@chen.ml.org> Notes: svn path=/head/; revision=11707
* bpatch -- yet another hex editor.Joerg Wunsch1996-03-182-0/+192
This one is unique in that it doesn't load the entire file at once, hence you could use it for large files or even whole disks. Notes: svn path=/head/; revision=2853