summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use getline(3) to handle lines longer than 8192 bytes in patch filesjca2019-12-021-3/+4
* Remove support for automatically checking files out of RCS. Themillert2015-07-261-5/+1
* Introduce strtolinenum to properly check line numbers while parsing:tobias2014-11-251-1/+3
* Remove SCCS support. For this to work, we would need "get", which we don'ttobias2014-11-221-5/+1
* type police and assorted cleanup. From Lionel Fourquaux; ok ray@otto2006-03-111-2/+4
* o fairly major man page reorganizationmillert2003-10-311-1/+2
* Add license from patch.c to original source files missing a license.otto2003-08-151-1/+27
* Do not add an extra newline at the end if the last line of the inputotto2003-08-101-1/+2
* - use stdbool.h instead of roll-your-own booleansotto2003-08-011-5/+3
* Print a maximum of one invalid line number warning per patch in a patch file.otto2003-07-311-1/+2
* minor knf and cleanups; otto okderaadt2003-07-281-2/+2
* More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,otto2003-07-281-49/+30
* Missed this in the rejname commit.millert2003-07-221-2/+1
* More cleanup.otto2003-07-221-32/+10
* fix headerderaadt2003-07-211-1/+1
* remove a bit more junkderaadt2003-07-211-18/+3
* knf and other cleanup; ok ottoderaadt2003-07-211-35/+35
* remove junk; ok otto teduderaadt2003-07-181-44/+3
* oh, and the false protos can goderaadt2003-04-081-3/+1
* Strcat and Strcpy are no longer usedderaadt2003-04-081-3/+1
* Use libc basename(3) and dirname(3) instead of defining our own. Also clean up some nasty assumptions that basename() returns a pointer that lies within its argumentmillert1999-01-031-1/+2
* Start of -Wall and cleaning up icky bits.millert1997-09-221-1/+4
* I hate static buffer sizes! Prolongue the max length of a line to 8Kniklas1997-09-061-2/+2
* *** empty log message ***dgregor1997-06-241-1/+2
* rindex -> strrchrmillert1997-01-171-2/+2
* sprintf -> snprintf except where guaranteed safe.millert1996-09-241-6/+4
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-241-3/+4
* mktemp w/ open & fdopenderaadt1996-06-251-1/+2
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+184