| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Duplicate the pointer to the string containing the header so it does not get | jmallett | 2002-06-05 | 1 | -1/+1 |
* | Display job status correctly when a pipeline is suspended. | tjr | 2002-06-04 | 1 | -6/+8 |
* | Describe finished jobs as "Done", not "Exit" (SUSv3) | tjr | 2002-06-04 | 1 | -1/+5 |
* | Don't output `state' and `current' fields for processes that aren't | tjr | 2002-06-04 | 1 | -3/+5 |
* | Missing prototypes from previous commit. | tjr | 2002-06-04 | 1 | -0/+3 |
* | Correct minor spacing problem in output of jobs -l for pipelines. | tjr | 2002-06-04 | 1 | -1/+1 |
* | Quote alias values in the output of the alias(1) builtin so they are | tjr | 2002-06-04 | 3 | -5/+44 |
* | Respect setting of the COLUMNS environment variable (SUSv3) | tjr | 2002-06-04 | 2 | -1/+14 |
* | Ignore empty COLUMNS environment variable. COLUMNS should take precedence | tjr | 2002-06-04 | 1 | -5/+5 |
* | Correct history (again): V3 had a kill command, only it was in section 8, | tjr | 2002-06-03 | 1 | -1/+1 |
* | Correct History: sync(8) appeared in V4. | tjr | 2002-06-03 | 1 | -1/+1 |
* | Correct History section: kill(1) appeared in V4, not V6. | tjr | 2002-06-03 | 1 | -1/+1 |
* | Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg, | tjr | 2002-06-02 | 1 | -1/+1 |
* | Adding an entry to the history with H_ENTER moves libedit's internal | tjr | 2002-06-02 | 1 | -0/+9 |
* | Implement $PPID, the parent process ID of the shell. | tjr | 2002-06-01 | 2 | -0/+9 |
* | Support the remaining job ID formats required by SUSv3: | tjr | 2002-06-01 | 1 | -2/+21 |
* | Add -s (output PID's only) and -l (show PID's) options to the jobs(1) | tjr | 2002-05-31 | 4 | -18/+85 |
* | #if JOBS around a job control-related statement to allow compilation with | tjr | 2002-05-31 | 1 | -0/+2 |
* | Break the code to display status info for one job out from showjobs() into | tjr | 2002-05-31 | 1 | -63/+52 |
* | Move job to front of most recently used job list when bg'd or fg'd. | tjr | 2002-05-31 | 1 | -0/+1 |
* | Instead of keeping just the jobid of the most recently bg'd or fg'd job, | tjr | 2002-05-31 | 2 | -9/+85 |
* | mdoc(7) police: kill hard sentence breaks. | ru | 2002-05-30 | 1 | -3/+5 |
* | Reject options, handle "--" correctly in unlink(1). | tjr | 2002-05-30 | 1 | -4/+7 |
* | Reject options, handle "--" end-of-options marker in link(1). | tjr | 2002-05-30 | 1 | -4/+7 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup a bit. | ru | 2002-05-29 | 1 | -142/+41 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -11/+11 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -2/+3 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -3/+3 |
* | mdoc(7) police: replace the XXX with the correct width. | ru | 2002-05-29 | 1 | -2/+1 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 3 | -0/+190 |
* | Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks. | tjr | 2002-05-26 | 1 | -13/+16 |
* | Add lchmod(2) to the list of syscalls that do not follow symbolic links. | tjr | 2002-05-26 | 1 | -1/+3 |
* | sh appeared in Version 1, not System V.1. | tjr | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | tjr | 2002-05-25 | 2 | -5/+28 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 2 | -24/+110 |
* | Remove a small, annoying, nit I ran in to editing this file, a lone tab | jmallett | 2002-05-19 | 1 | -1/+1 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 2 | -1/+11 |
* | Make the fg and bg commands give the output required by SUSv3. | tjr | 2002-05-19 | 1 | -0/+10 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 8 | -1/+19 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 5 | -16/+100 |