| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -9/+2 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 13 | -38/+37 |
* | Instead of eating trailing newlines after inserting them into the | fenner | 2003-05-31 | 1 | -5/+12 |
* | mdoc(7) police: A better version of the same. | ru | 2003-05-16 | 1 | -2/+2 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 1 | -1/+2 |
* | The is_name and is_in_name macros are FUBAR'ed. | obrien | 2003-05-02 | 1 | -0/+2 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 4 | -8/+8 |
* | Fix references to non-existing or obsoleted man pages. | schweikh | 2003-04-30 | 1 | -2/+1 |
* | Document the -L and -P options to the cd and pwd commands as being | tjr | 2003-04-12 | 1 | -3/+3 |
* | Flush the output buffers before forking a child process to avoid | tjr | 2003-03-17 | 1 | -0/+1 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 1 | -2/+3 |
* | Third attempt at removing machdep.h and using ALIGN from <sys/param.h>. | marcel | 2003-02-24 | 3 | -101/+54 |
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 3 | -6/+56 |
* | Second attempt at removing machdep.h and using ALIGN from <sys/param.h>. | tjr | 2003-02-17 | 3 | -56/+6 |
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64, | tjr | 2003-02-16 | 3 | -4/+54 |
* | 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 |