summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make sure the file in Attic is really "dead".ru2002-05-071-91/+0
* Affect the first of stdin, stdout and stderr that is attached to a terminal.tjr2002-05-062-17/+28
* -I and -J both set the same variable, replstr, to the string to replace withjmallett2002-05-061-0/+2
* - Properly initialize the count_win when the user turns the info windowmp2002-05-061-1/+4
* Fix make(1) behaviour regarding SysV-style substitution when given a niljmallett2002-05-051-0/+6
* Modify the -p implementation to use a user's locale, so they can respond tojmallett2002-05-052-13/+63
* Fix a typo.jmallett2002-05-051-2/+3
* In an effort to make this utility easier to work with at a source level, movejmallett2002-05-051-141/+154
* Document the fact that at(1) is run through cron(8) and that this affectsasmodai2002-05-041-0/+14
* Add myself.mini2002-05-041-0/+1
* Grouping changes.jmallett2002-05-041-2/+2
* Don't use pointers as booleans.jmallett2002-05-041-3/+3
* Replace calloc(3) with malloc(3), and set the tail of thejmallett2002-05-041-2/+3
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningjmallett2002-05-031-3/+3
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifjmallett2002-05-031-1/+1
* Move substitution out to a function, prerun(), and replace use of run() withjmallett2002-05-031-85/+78
* Get rid of bogus holder for realloc(3).jmallett2002-05-031-6/+5
* Rewrite the loop that handles substitution in the -I case, and try to makejmallett2002-05-031-15/+75
* Rename `lflag' to `Lflag' to match the option's case.jmallett2002-05-031-6/+6
* Revert revision 1.22. I incorrectly modified the Berkeley identifiers.jmallett2002-05-031-3/+12
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.jmallett2002-05-036-13/+52
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-021-0/+5
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-023-0/+589
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesjmallett2002-05-022-4/+2
* __COPYRIGHT() and __SCCSID().jmallett2002-05-021-12/+3
* An explicit cast to size_t for an inline integer, since the two are not thejmallett2002-05-021-2/+2
* A markup fix, and document -R as non-standard.jmallett2002-05-021-3/+5
* Make -J a proper flag internal to the code (rather than just check forjmallett2002-05-022-10/+30
* *str is spelled 's1' inside the body of the code.jmallett2002-05-021-4/+2
* Rework some of the -I support so I can't find a way to make xargs(1) core orjmallett2002-05-022-15/+14
* Add some spurious veritcal whitespace to reduce diffs to OpenBSD.jmallett2002-05-011-0/+2
* Merge local changes again, against ANSIfied m4(1).jmallett2002-05-018-245/+109
* Do not bother with #include <machine/psl.h> since it is just a stub filepeter2002-05-011-1/+0
* Build elf2aout for sparc64.jake2002-04-301-0/+4
* Don't use ISO_8859 when I should use ISO8859.dwmalone2002-04-297-2/+1057
* Do not override the `install' target.ru2002-04-291-1/+1
* Add a French calendar.dwmalone2002-04-284-3/+19
* Minor nit; return(foo) from main rather than exit(foo).markm2002-04-281-1/+1
* Very minor whitespace nit.markm2002-04-281-1/+0
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Reorder for style.markm2002-04-281-3/+3
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Fix VCS tags; ANSIfy functionsmarkm2002-04-281-14/+8
* Add some function prototypes to squash warnings.markm2002-04-281-0/+6
* Easy warns fixes; sort out some types and me them a bit more consistent;markm2002-04-281-8/+9
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).markm2002-04-283-18/+13
* Warns; ANSIfy, constify and move declarations into a common header.markm2002-04-283-39/+68
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Fix a const-char vs char issue.markm2002-04-281-1/+3
* Very minor whitespace nit.markm2002-04-281-0/+1
OpenPOWER on IntegriCloud