summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Do not assume there is only a space between #define and the macro nameschweikh2003-09-131-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Fix testing of arith_assign() value for $((a=15)).schweikh2003-09-071-1/+1
* #include <string.h> for prototypes for strcpy() and strlen().tjr2003-09-061-0/+2
* Style cleanup, mostlyschweikh2003-09-044-207/+246
* Implement missing shell arithmetic operators in $(()) expansionschweikh2003-08-304-49/+236
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-9/+2
* Changes following CScout analysis:dds2003-07-0513-38/+37
* Instead of eating trailing newlines after inserting them into thefenner2003-05-311-5/+12
* mdoc(7) police: A better version of the same.ru2003-05-161-2/+2
* Centralize _PATH_* definitions.obrien2003-05-051-1/+2
* The is_name and is_in_name macros are FUBAR'ed.obrien2003-05-021-0/+2
* Quiet warnings about copyright[].obrien2003-05-014-8/+8
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-2/+1
* Document the -L and -P options to the cd and pwd commands as beingtjr2003-04-121-3/+3
* Flush the output buffers before forking a child process to avoidtjr2003-03-171-0/+1
* Fixed (soon might be fatal) -Wformat warnings.ru2003-03-151-2/+3
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.marcel2003-02-243-101/+54
* Revert ALIGN change for the second and last time. I can't figure outtjr2003-02-183-6/+56
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.tjr2003-02-173-56/+6
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,tjr2003-02-163-4/+54
* Use the ALIGN macro from <sys/param.h> instead of defining our owntjr2003-02-143-54/+4
* Add FBSDID.charnier2003-02-051-1/+3
* Improve the layout of the description of the various parameter expansionfanf2003-02-031-0/+2
* Ensure that the TTY file descriptor is greater than or equal to 10 so thattjr2003-01-271-1/+14
* Make this compile with DEBUG defined now that WARNS=0 has been removedtjr2003-01-213-2/+4
* Do not strip CTL* escapes from redirection filenames in exptilde(),tjr2003-01-081-4/+4
* Add the "wordexp" shell built-in command which will be used to implementtjr2002-12-263-0/+24
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* mdoc(7) police: markup nit.ru2002-12-231-1/+1
* Use '\033' rather than '\e' as the latter is a gccism.dwmalone2002-12-221-1/+1
* The code uses trapsasync, however the manual page uses asynctraps. Fix thetrhodes2002-12-171-1/+1
* Document `trap EXIT` and `trap SIGNAME`.fanf2002-12-171-1/+4
* When job control is disabled, never show the job id when reporting thetjr2002-12-141-1/+2
* Capitalize ASCII code names.ru2002-12-051-1/+3
* Delete worthless comments.tjr2002-10-301-5/+1
* Avoid accidentally making "-h" a synonym for "fc".tjr2002-10-181-1/+1
* Do not strip CTL* escapes from redirection filenames in argstr(); theytjr2002-10-081-1/+1
* Disallow empty condition parts of "if", "while" and "until" compoundtjr2002-10-061-3/+6
* Use %d in a printf() format string and cast the argument to int instead oftjr2002-10-021-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includetjr2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundtjr2002-10-011-190/+23
* It is now safe to remove WARNS=0 and WFORMAT=0.mux2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)tjr2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.mux2002-10-011-5/+6
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringtjr2002-10-011-0/+2
* Use the %t format modifier to print differences betweenmux2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2tjr2002-10-011-2/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()tjr2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete bytjr2002-10-014-41/+1
OpenPOWER on IntegriCloud