summaryrefslogtreecommitdiff
path: root/editors/bpatch (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
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* 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-233-11/+8
| | | | Notes: svn path=/head/; revision=12731
* Clarify.Tim Vanderhoek1998-08-231-1/+1
| | | | Notes: svn path=/head/; revision=12730
* Move the warning about redistribution from Makefile to pkg/DESCR. SomeTim Vanderhoek1998-08-232-11/+9
| | | | | | | rephrasals in pkg/DESCR. Notes: svn path=/head/; revision=12729
* The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot ofJoerg Wunsch1998-08-021-2/+2
| | | | | | | stuff away. Move to other FTP servers. Notes: svn path=/head/; revision=12254
* 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
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* No package name necessary, also "hex" doesn't start with a vowel (unlessSatoshi Asami1996-03-221-1/+1
| | | | | | | it is intended to be pronounced "eych ee ecks" :> ). Notes: svn path=/head/; revision=2876
* Just a little newline to make the maintainer line stand out, so thatSatoshi Asami1996-03-221-1/+2
| | | | | | | people can blame Joerg if it doesn't work. :) Notes: svn path=/head/; revision=2875
* bpatch -- yet another hex editor.Joerg Wunsch1996-03-187-0/+229
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