summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-1335-49/+49
* New order after _netcat has been changed to _nc: sort the list.delphij2005-02-131-1/+1
* Back out the previous commit. There is an obvious bug in it.harti2005-02-131-12/+10
* Spell the variable as underscore plus their possible value, to followdelphij2005-02-131-2/+2
* Forgotten to commit this file during the last commit. Connect nc(1)delphij2005-02-131-0/+5
* Stylistic fixes: push variable into a local context (this part is goingharti2005-02-111-10/+12
* Convert several instances of negative logic to positive logic.harti2005-02-111-85/+84
* Buffers are already NUL-terminated so there is no need to explicitely addharti2005-02-101-1/+0
* Mostly stylistic nits in preparation for splitting up Var_Parse:harti2005-02-101-15/+19
* Fixed usage().ru2005-02-101-2/+3
* Require at least one argument.ru2005-02-102-10/+6
* Let the buffer just use the default size by specifying 0 as the sizeharti2005-02-101-1/+1
* Mark the modification of the input string (which should really be const)harti2005-02-101-1/+1
* Style nits:harti2005-02-101-7/+13
* Describe a pre-condition of Var_Parse().harti2005-02-101-0/+3
* Remove a comment that's not actual anymore.harti2005-02-101-3/+0
* Fix spacing by converting mixes of space and tab to tab. Also add a numberharti2005-02-104-41/+46
* Initialise the status variable. W_SETTERMSIG uses its value.harti2005-02-101-0/+1
* Lst_Append returns void, so the other case of the ? statementharti2005-02-101-1/+1
* back out 1.7 changes, unneeded and possibly wrong.alfred2005-02-101-9/+6
* Turn K&R functions into prototypes.stefanf2005-02-101-17/+6
* Let the generated code include <string.h> instead of <memory.h>.stefanf2005-02-101-2/+2
* Use defines for character constants for open and closing braces andharti2005-02-091-11/+22
* Fixed the misplaced $FreeBSD$.ru2005-02-092-23/+25
* While working on constification temporarily disable -Werror. Things are tooharti2005-02-091-0/+1
* Untangle VarFind and, while rewriting most of the function, fix theharti2005-02-091-45/+51
* Introduce VarCreate and VarDestroy functions and used them whereharti2005-02-091-58/+51
* Include missing headers.stefanf2005-02-094-0/+6
* Avoid usage of implicit int.stefanf2005-02-071-1/+2
* Include <stdlib.h> for exit().stefanf2005-02-071-0/+1
* Add a prototype for localupdate().stefanf2005-02-071-0/+1
* Remove an unneeded check.harti2005-02-071-1/+4
* Introduce a typedef for variable value modifation functions and use itharti2005-02-072-14/+12
* Make the intention of a loop clearer.harti2005-02-071-4/+5
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-076-58/+70
* Fix bugs in the previous commit.ru2005-02-071-2/+2
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-076-12/+22
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-077-39/+43
* Revamp several Makefile nits:delphij2005-02-071-2/+3
* Finish the import of nc(1) from OpenBSD. This includes:delphij2005-02-061-0/+11
* Where the returned line length from Buf_GetAll is not used just passharti2005-02-042-6/+3
* Rewrite of the buf code:harti2005-02-042-169/+95
* Save last displayed file by having the "last" pointer global and save itdelphij2005-02-041-6/+8
* None of the users of Buf_Discard used it to get rid of only a part ofharti2005-02-044-28/+13
* Inline the ADDWORD() macro in the two places where it is used. It justharti2005-02-041-10/+11
* Use _exit() instead of exit() when the exec() after a vfork() fails.harti2005-02-041-1/+1
* Move PrintAddr() from util.c into suff.c - the only file where it isharti2005-02-043-12/+17
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-047-86/+85
* Minor cleanup: make brk_string to return argc only if the pointer to itharti2005-02-042-15/+6
* Further constification. Use a temporary hack (copying the input string)harti2005-02-042-42/+52
OpenPOWER on IntegriCloud