summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2015-12-14Remove a superfluous macro. No binary change. ok tb@mmcc
2015-12-10In emacs command-line editing mode, make sure that moving left andIngo Schwarze
2015-12-06Remove a 250-line catalog of AT&T ksh bugs. ok tedummcc
2015-12-05Remove some more pdksh-specific stuff and references to files that nommcc
2015-12-05Remove descriptions of files that no longer exist.mmcc
2015-12-05Remove needless reference to LEGAL, which is likely outdated itself.mmcc
2015-12-05Remove some bug report guidelines from pdksh that aren't relevant to us.mmcc
2015-12-02comment typommcc
2015-11-24Revert previous tweak, pending a more complete rewording. Discussed withmmcc
2015-11-22This man page uses "Note that" profusely, which is generally consideredmmcc
2015-11-22Don't use pdksh for self-reference and remove needless historicalmmcc
2015-11-22Remove commented-out BUGS section that directs reports to long-extinctmmcc
2015-11-21"one" -> "one or more"mmcc
2015-11-20remove unused prototypetb
2015-11-18Only unget match[] if it has been used, ok sthenNicholas Marriott
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12Use isdigit() instead of ksh's homebrewed alternative.mmcc
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-09add missing NAME entries; ok schwarzeJason McIntyre
2015-11-08Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.mmcc
2015-11-07Make it clearer that warningf()'s first argument determines whether themmcc
2015-11-05Capitalize entire macro name.mmcc
2015-11-05Clean up an Xstring macro. Submitted by Theo Buehler.mmcc
2015-11-05Remove an alias for a macro.mmcc
2015-11-02Another aresize() -> areallocarray().mmcc
2015-11-01aresize() -> areallocarray()mmcc
2015-11-01Remove two casts of void* return types.mmcc
2015-11-01Drop a needless cast of a void *.mmcc
2015-11-01Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc
2015-10-30zap trailing whitespace;Jason McIntyre
2015-10-30Try to clarify the fc section a tad; fc apprently stands for "fix command".Todd C. Miller
2015-10-30'fc -e -' is deprecated in favor of 'fc -s', so update the built-in aliasPhilip Guenther
2015-10-23Remove three strange and unused preproc defines. Submitted by Ilyammcc
2015-10-23Remove two comments listing functionless files. Trivial, no functionalmmcc
2015-10-23proto.h contains many function prototypes. It's apparently separate frommmcc
2015-10-22Final removal of EXTERN.mmcc
2015-10-22Fix typo in comment. From Theo Buehler.mmcc
2015-10-21Remove a couple of unhelpful defines.mmcc
2015-10-21Don't bother casting NULL.mmcc
2015-10-21Assign pointer to NULL rather than 0.mmcc
2015-10-21Penultimate commit to remove EXTERN.mmcc
2015-10-19Remove the define NOT, replace it with '!'. No binary change.mmcc
2015-10-19A little style(9) for sh.h includesmmcc
2015-10-19Move stddef.h include from sh.h to the file that uses it.mmcc
2015-10-19Move string.h include from sh.h to the files that use it.mmcc
2015-10-19Move limits.h include from sh.h to the files that actually need it. Nommcc
2015-10-19More removal of EXTERN.mmcc
2015-10-19Apply style(9) to header includes.mmcc
2015-10-18Move more EXTERN-defined globals from sh.h.mmcc
2015-10-17add missing underscore; from theo buehlerJason McIntyre