summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix the wording about the blocksize (-b) parameter. The existingcokane2006-05-101-2/+3
* POSIX demands that set's output (when invoked without arguments) should bestefanf2006-04-291-9/+47
* Check the buffer size when copying the line returned by el_gets() into ourstefanf2006-04-291-4/+13
* Whitespace nits.schweikh2006-04-172-5/+5
* Correct assorted grammos and typos.schweikh2006-04-161-11/+11
* o Be pedantic and do fts_close() when done.maxim2006-04-151-0/+1
* Output something reasonable for regular and expanded here-documents.schweikh2006-04-141-0/+6
* Implement some of the differences between special built-ins and other builtinsstefanf2006-04-094-19/+23
* Re-correct commit 1.73, but this time in a way that does not causegad2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifgad2006-04-051-0/+2
* Issue an error when . (dot) is invoked without a filename. The synopsisstefanf2006-04-021-8/+10
* Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add astefanf2006-04-022-22/+30
* Change the -S and -t options to override each other so that the last onejhb2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a few more references to -U.jhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-247-4/+49
* Fix spelling.ru2006-03-191-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-174-7/+15
* Add "-q" argument to getfacl(1), which suppresses the per-file headerrwatson2006-03-132-11/+20
* Use .Cm for all key words, not just the ones I added. More in line withtrhodes2006-03-101-12/+12
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedgad2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for somegad2006-03-081-6/+13
* Slightly better markup.trhodes2006-03-061-8/+8
* Instead of just hinting at available octets, list some.trhodes2006-03-041-1/+43
* For pts, print the pts number, instead of the full name. As it was, we endedcognet2006-02-211-0/+2
* Enable NLS catalog of csh(1).ume2006-02-194-1/+136
* Add '-F' option which allows to delete existing empty directories, whenglebius2006-02-142-8/+50
* Initialize PWD early on (don't expect it to be inherited from theschweikh2006-02-041-0/+2
* s/staticly/statically/gschweikh2006-02-041-2/+2
* s/varable/variable/; s/tored/stored/schweikh2006-02-041-2/+2
* Remove some white space at EOL.schweikh2006-02-045-15/+15
* Document that '#' starts a comment.stefanf2006-01-011-0/+7
* o Now when SIG_IGN signal action for SIGCHLD reap zombiesmaxim2005-12-141-0/+2
* [mdoc] add missing space before a punctuation type argument.ru2005-12-131-1/+1
* - Document trap's -l option and the behaviour of a missing action or a singlestefanf2005-12-081-2/+14
* Print empty quotes ('') when an empty string is passed to outqstr().stefanf2005-12-081-0/+4
* Correctly quote the output when showing the installed trap actions.stefanf2005-12-081-6/+5
* Clarify that the echo builtin takes an arbitrary number of strings.stefanf2005-12-081-4/+3
* Sort.stefanf2005-12-041-6/+6
* Remove a few commented out builtins from the original ash. The filesstefanf2005-12-041-5/+0
* Add the times builtin. It reports the user and system time for the shellstefanf2005-12-044-1/+34
* -mdoc sweep.ru2005-11-175-27/+18
* Having three options (-a, -A, -I) controlling the output of dottedru2005-11-163-20/+14
* Mention the non-standardness of the -I option in ls(1).mux2005-11-101-1/+2
* Add a -I option to disable the automatic -A flag for the super-user.mux2005-11-102-9/+25
* Add `local' and `return' to the list of built-ins.jcamou2005-11-031-0/+8
* Note which options are not part of the standards.trhodes2005-11-011-1/+12
* Include disabled options in the output of 'set +o'. POSIX says the output ofstefanf2005-10-291-11/+8
* Document command -v and -V.stefanf2005-10-291-2/+39
* Document that read -t timeout returns 1 if the timeout elapses.stefanf2005-10-291-1/+1
OpenPOWER on IntegriCloud