| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to decode old-style options if the argv[1] begins with `-' and the | sobomax | 2002-06-20 | 1 | -10/+28 |
* | Bogusness may have happened using a variable assignment here before, but | jmallett | 2002-06-20 | 1 | -1/+1 |
* | Use size_t consistently and complete some uncompleted code resulting in a | jmallett | 2002-06-20 | 2 | -3/+6 |
* | We have a place for extern declarations of global variables in ed.h, do not | jmallett | 2002-06-20 | 2 | -3/+2 |
* | Remove two unused variables. | jmallett | 2002-06-20 | 1 | -2/+0 |
* | Minor const cleanup. | jmallett | 2002-06-20 | 2 | -4/+4 |
* | Bring documentation on CDPATH and its effects on cd(1) back into sync with | tjr | 2002-06-19 | 1 | -4/+6 |
* | When trying to emulate a cross-device move operation with cp and rm, add | tjr | 2002-06-16 | 1 | -2/+2 |
* | Use an usage() rather than doing the fprintf inside option parsing. | jmallett | 2002-06-14 | 1 | -3/+9 |
* | When -R is not specified, fail to copy the contents of dangling symlinks | tjr | 2002-06-13 | 1 | -3/+11 |
* | Print the "$" symbol on blank lines when the -s and -e options are used | tjr | 2002-06-13 | 1 | -17/+11 |
* | Remove bogus "-" operand from usage message. There is no restriction on | tjr | 2002-06-13 | 1 | -1/+1 |
* | Markup nits: use the Ar macro when describing the -signal_name and | tjr | 2002-06-13 | 1 | -5/+7 |
* | Add examples and diagnostics sections | tjr | 2002-06-13 | 1 | -0/+17 |
* | Support the "--" end of options marker, useful to disambiguate between | tjr | 2002-06-13 | 1 | -1/+4 |
* | Don't list shell builtins when the hash command is used (SUSv3) | tjr | 2002-06-13 | 1 | -1/+2 |
* | ps(1) appeared in v4 | jmallett | 2002-06-10 | 1 | -1/+1 |
* | Sort sections, use Ex macro in Diagnostics section, point out that the first | tjr | 2002-06-10 | 1 | -11/+4 |
* | Add History section. sleep appeared in v4. | tjr | 2002-06-10 | 1 | -0/+5 |
* | Note early appearence of some commands. These actually appeared in PWB, but | jmallett | 2002-06-10 | 1 | -0/+5 |
* | Use socklen_t for the length of a socket structure instead of `int'. | keramida | 2002-06-09 | 1 | -1/+2 |
* | Replace <strings.h> with <string.h>. No functions from the former are | keramida | 2002-06-09 | 1 | -1/+1 |
* | Check the return value of getcwd() to avoid printf()ing a NULL. Mark | mike | 2002-06-09 | 1 | -4/+5 |
* | Allow whitespace to act as a delimiter in the keywords list given to the -o, | jmallett | 2002-06-08 | 2 | -5/+14 |
* | Fixed unsorting. | bde | 2002-06-08 | 1 | -1/+1 |
* | Don't say that the list of formats can be space delimited, it no longer can be. | jmallett | 2002-06-08 | 1 | -2/+5 |
* | Back out previous back out of previously correct code. | jmallett | 2002-06-07 | 1 | -2/+1 |
* | Remove tunables to hide warnings that no longer exist. | jmallett | 2002-06-07 | 1 | -2/+0 |
* | Cast to long to match format. Hidden by revision 1.18 of Makefile. | jmallett | 2002-06-07 | 1 | -1/+2 |
* | Use a global `now' variable for the current time, and initialise it at | jmallett | 2002-06-06 | 3 | -6/+5 |
* | Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed | jmallett | 2002-06-06 | 4 | -0/+21 |
* | sysctlbyname(3) returns -1 on failure, not any other value < 0. | jmallett | 2002-06-06 | 1 | -3/+3 |
* | Support the SUSv3 `rgroup' format. | jmallett | 2002-06-06 | 4 | -5/+24 |
* | Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I | jmallett | 2002-06-06 | 1 | -1/+2 |
* | SUSv3 conform on the "comm" and "args" formats, and make correct the "command" | jmallett | 2002-06-06 | 4 | -4/+41 |
* | Refer to the command format by its SUSv3 name (comm), and list command as an | jmallett | 2002-06-06 | 1 | -2/+2 |
* | As per behaviour on SVR4 systems, to allow any desirable type of header in the | jmallett | 2002-06-06 | 1 | -2/+4 |
* | Document the -f and -v options of the unset builtin. | tjr | 2002-06-06 | 1 | -5/+15 |
* | Quote the output of the no-argument form of the `set' builtin for re-input | tjr | 2002-06-06 | 1 | -2/+8 |
* | Add the SUSv3 -p ("portable") option to both the export and readonly | tjr | 2002-06-06 | 2 | -3/+47 |
* | Don't modify output that is to be quoted if it contains no IFS characters | tjr | 2002-06-06 | 1 | -0/+7 |
* | Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or | jmallett | 2002-06-05 | 3 | -10/+8 |
* | Comma seperate format lists, since space is no longer up to the task. | jmallett | 2002-06-05 | 1 | -6/+6 |
* | Support the 'comm' keyword, which is equivalent to our 'command', but | jmallett | 2002-06-05 | 1 | -0/+2 |
* | A space cannot be a header string seperator it appears given the SUSv3 | jmallett | 2002-06-05 | 1 | -1/+1 |
* | To comply with SUSv3, duplicate the variable contents for each given format, | jmallett | 2002-06-05 | 1 | -1/+4 |
* | Returning NULL here if malloc(3) fails is silly, at this point in the codepath | jmallett | 2002-06-05 | 1 | -1/+1 |
* | Remove an XXX comment that seems to be a tiny bit no longer pertinent. This | jmallett | 2002-06-05 | 1 | -4/+0 |
* | Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out. | jmallett | 2002-06-05 | 1 | -5/+5 |
* | Use a const char * where it is meant to be used. There's no reason to try | jmallett | 2002-06-05 | 1 | -1/+2 |