| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid calling el_resize() from a signal handler, even though libedit | tjr | 2002-07-24 | 3 | -2/+11 |
* | Catch SIGWINCH in interactive shells and call el_resize() to update | tjr | 2002-07-23 | 1 | -0/+15 |
* | Call el_source() to read the contents of .editrc when line editing is enabled. | tjr | 2002-07-23 | 1 | -0/+1 |
* | Add a `bind' builtin command, which is simply a wrapper around libedit's | tjr | 2002-07-23 | 4 | -0/+24 |
* | Don't allow "||" or "&&" to be the first tokens of a command. | tjr | 2002-07-22 | 1 | -0/+1 |
* | Implement the P1003.2 `command' builtin command, which is used to suppress | tjr | 2002-07-21 | 4 | -4/+78 |
* | Document that only one of the -n and -e options may be specified for | tjr | 2002-07-20 | 1 | -1/+11 |
* | Remove broken and incomplete support for old releases of System V, | tjr | 2002-07-19 | 7 | -236/+1 |
* | Don't assume file descriptors fit in a short, use an int instead. | tjr | 2002-07-18 | 1 | -1/+1 |
* | Avoid using ints or shorts to store process id's, use pid_t instead. | tjr | 2002-07-18 | 2 | -22/+23 |
* | Make the message that is printed when the foreground process is terminated | tjr | 2002-07-18 | 2 | -2/+24 |
* | Don't assume the shell's controlling terminal is attached to file descriptor | tjr | 2002-07-11 | 1 | -8/+27 |
* | Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER; | tjr | 2002-07-11 | 1 | -40/+0 |
* | When growing the job table, don't relocate the jobmru pointer if it's NULL. | tjr | 2002-07-11 | 1 | -1/+2 |
* | Close file descriptors when [n]>&- and [n]<&- redirections are used. | tjr | 2002-07-09 | 1 | -1/+2 |
* | Print out commands with NTOFD/NFROMFD redirections that close the | tjr | 2002-07-09 | 2 | -2/+8 |
* | Fix type-o in last commit in preparation for MFC. | dillon | 2002-07-02 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 24 | -48/+48 |
* | Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c. | sheldonh | 2002-06-27 | 1 | -1/+3 |
* | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | dillon | 2002-06-26 | 1 | -1/+1 |
* | 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 |
* | Don't list shell builtins when the hash command is used (SUSv3) | tjr | 2002-06-13 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | 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: tidy up the markup a bit. | ru | 2002-05-29 | 1 | -142/+41 |
* | 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 |