summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2009-11-24Back out fix for PR 22846 as it has issues. See PR 22846 for details.seanb
2009-10-31Avoid generating a corrupt history file if multiple ksh exit together.dsl
2009-10-24Show that -l is option for bind builtin.reed
2009-10-22Wrong buffer len being passed to strlcpy(). Innocuousseanb
2009-08-02Support 0xnn for hexadecimal constants - as well as 16#nn.dsl
2009-04-25Fix most of the -Wsign-compare issues.lukem
2009-02-14Default to WARNS=4 (except for rcp & ksh)lukem
2008-10-27In foo="`echo \"hi\"`", the backslashes should be removed by the outerapb
2008-10-25Pass SED=${TOOL_SED:Q} in the environment to scripts run during the build.apb
2008-10-25In shell scripts run during the build, add a SED variable, defaultingapb
2008-10-20Pass AWK in environment to shell scripts run during the build.apb
2008-10-19In shell scripts invoked during a build, and in crunchgen, use ${AWK}apb
2008-09-14Avoid sign extention problems leading to:sjg
2007-12-12use __RCSID()lukem
2007-07-30Fix some grammatical errors in man pages.mjf
2007-06-24PR/36546: Aleksey Cheusov: problems with 8-bit input in /bin/ksh, needs tochristos
2007-01-28Applied patch by Arto Huusko from PR bin/24753 to append a slash to "."cbiere
2007-01-28 * Escape '?', '[', ']' like other meta characters.cbiere
2007-01-28Committed patch from PR bin/34755: Append a slash when expanding ~usercbiere
2006-11-14fix the sort order too.christos
2006-11-14Fix signal list generation, from Jukka Salmichristos
2006-10-24Applied patch from PR bin/34790 so that ~/.kshrc is mentioned.cbiere
2006-10-16use c99 initializerschristos
2006-06-27PR/33834: Bucky Katz: Crossbuild on FC5:sort doesn't handle '+' fieldchristos
2006-05-14Don't free random memory; thanks gcc-4.christos
2006-05-13Coverity CID 3365: Fix inverted logic!christos
2006-05-13Coverity CID 3367, 3368: Avoid NULL deref.christos
2006-05-13Coverity CID 3368: Fix memory leak.christos
2006-05-13Coverity CID 3369: Fix memory leak.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-27Avoid double free.christos
2006-04-24Coverity CID 2993: Fix memory leak.christos
2006-04-24Coverity CID 2994: Don't leak memory in the perm case.christos
2006-04-24Coverity CID 2995: Fix memory leak.christos
2006-04-01Coverity CID 1836: Free Source after return from shell.christos
2006-04-01Coverity CID 1844: Add annotations for aresize.christos
2006-04-01Coverity CID 1829: Fix memory leak.christos
2006-03-29Don't leak memory if RJUST|LJUST is specified. This might fix a whole bunchchristos
2006-03-26correct coverity model.christos
2006-03-22Change previous to assert that the index is within bounds only when thechristos
2006-03-21Add coverity model annotationschristos
2006-03-20Coverity CID 1827: Plug memory leak.christos
2006-03-19Coverity CID 1606: Plug memory leak.christos
2006-03-18Coverity CID 877: Prevent NULL deref.christos
2006-03-18Coverity CID 1484: Static buffer overrun.christos
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2006-01-15Start 'You have mail in' with a capital Y.jschauma
2005-09-11Process window size changes after xread(). [change window size]christos
2005-09-11The following should print \"; from OpenBSDchristos
2005-06-26warns=3christos