| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use the ALIGN macro from <sys/param.h> instead of defining our own | tjr | 2003-02-14 | 3 | -54/+4 |
* | Add FBSDID. | charnier | 2003-02-05 | 1 | -1/+3 |
* | Improve the layout of the description of the various parameter expansion | fanf | 2003-02-03 | 1 | -0/+2 |
* | Ensure that the TTY file descriptor is greater than or equal to 10 so that | tjr | 2003-01-27 | 1 | -1/+14 |
* | Make this compile with DEBUG defined now that WARNS=0 has been removed | tjr | 2003-01-21 | 3 | -2/+4 |
* | Do not strip CTL* escapes from redirection filenames in exptilde(), | tjr | 2003-01-08 | 1 | -4/+4 |
* | Add the "wordexp" shell built-in command which will be used to implement | tjr | 2002-12-26 | 3 | -0/+24 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | mdoc(7) police: markup nit. | ru | 2002-12-23 | 1 | -1/+1 |
* | Use '\033' rather than '\e' as the latter is a gccism. | dwmalone | 2002-12-22 | 1 | -1/+1 |
* | The code uses trapsasync, however the manual page uses asynctraps. Fix the | trhodes | 2002-12-17 | 1 | -1/+1 |
* | Document `trap EXIT` and `trap SIGNAME`. | fanf | 2002-12-17 | 1 | -1/+4 |
* | When job control is disabled, never show the job id when reporting the | tjr | 2002-12-14 | 1 | -1/+2 |
* | Capitalize ASCII code names. | ru | 2002-12-05 | 1 | -1/+3 |
* | Delete worthless comments. | tjr | 2002-10-30 | 1 | -5/+1 |
* | Avoid accidentally making "-h" a synonym for "fc". | tjr | 2002-10-18 | 1 | -1/+1 |
* | Do not strip CTL* escapes from redirection filenames in argstr(); they | tjr | 2002-10-08 | 1 | -1/+1 |
* | Disallow empty condition parts of "if", "while" and "until" compound | tjr | 2002-10-06 | 1 | -3/+6 |
* | Use %d in a printf() format string and cast the argument to int instead of | tjr | 2002-10-02 | 1 | -1/+1 |
* | Back out experimental changes to fmtstr() that I didn't mean to include | tjr | 2002-10-01 | 1 | -1/+9 |
* | Replace a home-grown printf() clone with a fwopen() wrapper around | tjr | 2002-10-01 | 1 | -190/+23 |
* | It is now safe to remove WARNS=0 and WFORMAT=0. | mux | 2002-10-01 | 1 | -2/+0 |
* | Restore "not found" error message when searching for (or executing) | tjr | 2002-10-01 | 1 | -2/+8 |
* | - Don't use quad_t when we really mean rlim_t. | mux | 2002-10-01 | 1 | -5/+6 |
* | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | tjr | 2002-10-01 | 1 | -0/+2 |
* | Use the %t format modifier to print differences between | mux | 2002-10-01 | 2 | -2/+2 |
* | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | tjr | 2002-10-01 | 1 | -2/+0 |
* | Remove some kind of profiling support that required the 4.2BSD monitor() | tjr | 2002-10-01 | 1 | -12/+0 |
* | Remove bits and pieces of support for atty, which was made obsolete by | tjr | 2002-10-01 | 4 | -41/+1 |
* | Callers of error() don't need to supply a program name prefix in the | tjr | 2002-09-30 | 1 | -6/+6 |
* | Allow a left parenthesis before patterns in case blocks. POSIX requires | tjr | 2002-09-30 | 1 | -0/+2 |
* | Allow empty case/esac statements; POSIX requires this, and recent versions | tjr | 2002-09-30 | 1 | -2/+2 |
* | Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. | tjr | 2002-09-29 | 2 | -34/+0 |
* | Convert the remaining callers of errmsg() to use strerror(), and remove | tjr | 2002-09-29 | 4 | -111/+13 |
* | Correct a usage of fnctl that could not be right and results in a | nectar | 2002-09-11 | 1 | -1/+1 |
* | Add <stdlib.h> to get a prototype for exit(). | keramida | 2002-08-29 | 1 | -0/+1 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -2/+2 |
* | There is a built-in command called "builtin"; spell its name correctly | tjr | 2002-08-24 | 1 | -1/+1 |
* | Don't show the process ID of background jobs that have terminated, | tjr | 2002-08-24 | 1 | -1/+1 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 2 | -3/+3 |
* | Fix a few typos, among them s/builtin/built-in/ (except for the ref | schweikh | 2002-08-21 | 1 | -36/+36 |
* | Avoid accessing the current job's process table in the child part of | tjr | 2002-08-18 | 1 | -3/+5 |
* | Show job control ID, command text, etc. when foreground processes are | tjr | 2002-08-17 | 1 | -7/+2 |
* | Allow redirections by themselves between "&&" and "||" operators. | tjr | 2002-08-11 | 1 | -3/+2 |
* | mdoc(7) police: tidying. | ru | 2002-08-09 | 1 | -36/+9 |
* | Add a -P/-o physical option which behaves similarly to bash/ksh's options | tjr | 2002-07-25 | 3 | -4/+17 |
* | Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown | tjr | 2002-07-25 | 5 | -2/+6 |
* | Use PATH_MAX instead of a local guess at it, which happened to be incorrect. | tjr | 2002-07-25 | 1 | -4/+3 |
* | pwdcmd()'s argc and argv arguments are no longer unused, remove __unused. | tjr | 2002-07-25 | 1 | -1/+1 |
* | Avoid calling el_resize() from a signal handler, even though libedit | tjr | 2002-07-24 | 3 | -2/+11 |