Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-18 | ``that that'' -> ``than that''; nash@mcs.net | Aaron Campbell | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | comma splice | Paul Janzen | |
1999-03-04 | precedence comment; netbsd | Theo de Raadt | |
1999-03-03 | remove duplicate description of -1 option | Aaron Campbell | |
1999-03-03 | cleanup | Aaron Campbell | |
1999-03-03 | 1. Cleanup. | Aaron Campbell | |
2. Xr sticky(8) and chgrp(1). 3. Mention not to confuse ``o'' symbol (others) for owner (``u''). 4. Describe the meaning of the directory search bit. 5. Briefly warn about adding suid/sgid bits to binaries. | |||
1999-03-03 | using a .Aq Ar combination is much nicer | Aaron Campbell | |
1999-03-03 | 1. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands. | Aaron Campbell | |
2. Move option descriptions from a lexigraphical -> more logical order. 3. Xr setbuf(3) and sh(1) 4. Add an EXAMPLES section. 5. HISTORY should follow STANDARDS, according to mdoc.template. 6. Other misc niceties. Look mom, I can do man page content too. | |||
1999-03-02 | Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours, | Aaron Campbell | |
and hours... Someone please read it and find any typos I may have missed. | |||
1999-03-01 | obliveous -> oblivious; d@ | Aaron Campbell | |
1999-03-01 | fix a command sequence description; d@, also some misc cleanup | Aaron Campbell | |
1999-02-24 | save cpu cycles by being more sensible about how we check conditionals | Aaron Campbell | |
1999-02-23 | Break out main to an own file so we can include ls in ftpd. | Artur Grabowski | |
1999-02-21 | NUL not NULL | Theo de Raadt | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1999-02-14 | Don't retain "clear" state after an argument as been processed; | Todd C. Miller | |
andreas@infosys.heitec.net | |||
1999-02-01 | accurately reflect what ps can do | David Leonard | |
1999-02-01 | GMT -> UTC in comments; make y2k hack easier to read | David Leonard | |
1999-02-01 | document y2k hacks a bit better | David Leonard | |
1999-01-31 | When adjusting units for -h mode, use the absolute value to check for | Todd C. Miller | |
kb, mega, giga, etc. Based on a change from kstailey@openbsd.org but fixed differently. | |||
1999-01-22 | xref rmdir(2) | Todd C. Miller | |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller | |
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes. | |||
1999-01-12 | use pid_t | Aaron Campbell | |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller | |
1999-01-10 | Fix bug in c_sh.c where an unitialized variable could be used. | Todd C. Miller | |
Bug found by fgsch@openbsd.org. Patch mailed to pdksh maintainer. | |||
1999-01-10 | missed in update | Todd C. Miller | |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller | |
1999-01-02 | indent | Theo de Raadt | |
1999-01-02 | Fix possible free() of uninitialized pointer. | Tobias Weingartner | |
1999-01-02 | Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was not | Tobias Weingartner | |
1900. | |||
1998-12-21 | correct built-in kill | Theo de Raadt | |
1998-12-21 | like kill(1), have csh builtin handle -SIGxxx names; kleink | Theo de Raadt | |
1998-12-19 | fix | Theo de Raadt | |
1998-12-16 | indent | Theo de Raadt | |
1998-12-16 | doc printf built-in | Theo de Raadt | |
1998-12-16 | fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`); | Theo de Raadt | |
gjm11@dpmms.cam.ac.uk | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-07 | doc -z pax option; d | Theo de Raadt | |
1998-12-02 | cleanup/update synopsis | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-25 | null pointers are not your friend | Aaron Campbell | |
1998-11-24 | better error message from ulimit | Todd C. Miller | |
1998-11-19 | note when -n option is used, shell can be terminated with ^D (end-of-file) | Aaron Campbell | |
1998-11-19 | better fix | Todd C. Miller | |
1998-11-19 | thou shalt not follow the NULL pointer, that way lies madness | Todd C. Miller | |
1998-11-18 | strtol() range check | Theo de Raadt | |
1998-11-11 | misc repair | Aaron Campbell | |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |