summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2022-10-31fix various typos in comments and one output message.andvar
2022-08-21ksh(1): fix pasto in the description of the -l option.uwe
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-07-03Fix core dump caused bykre
2021-11-06s/writting/writing/msaitoh
2021-10-30"no affect" -> "no effect" in man pages and comments.andvar
2021-09-16It is either teaching gcc about aaah or adding FALLTHROUGH.christos
2021-09-16support -Zchristos
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-02-23PR/56007: Greg A. Woods: ksh unable to execute ERR trapschristos
2019-10-29Avoid arithmetics on strings.joerg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-09-26Fix FALLTHROUGH comments.mlelstv
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg
2018-08-26Add -l to SYNOPSISsevan
2018-06-12Change typ of tilde_ok from int to unsigned int in ksh(1)kamil
2018-06-03ksh: Remove symbol clash with libckamil
2018-06-03ksh: Remove symbol clash with libckamil
2018-05-08Stop using the register keyword in ksh(1)kamil
2018-01-24ksh: Rename a local function tsearch to mytsearchkamil
2018-01-24ksh: Rename a local function tdelete to mytdeletekamil
2018-01-17Use 0600 as the mode for histfile here too.maya
2017-07-01Kill enough K&R cruft to build with clang again.joerg
2017-06-30ksh: Eliminate dead function x_complete_word()kamil
2017-06-30ksh: Eliminate dead code from expand.hkamil
2017-06-30ksh: Drop old hack for FreeBSD 1.1.5 and CLK_TCKkamil
2017-06-30ksh: Upgrade to C99 <stdbool.h>kamil
2017-06-30ksh: Eliminate dead MEM_DEBUG sections, there is missing code for itkamil
2017-06-30ksh: Drop support for OSes without POSIX sigaction(2)kamil
2017-06-30ksh: Drop support for OSes that don't map /dev/fdkamil
2017-06-30ksh: Drop old hack fo SunOS 4.1.x (1990-1994)kamil
2017-06-30ksh: Drop support for systems without <sys/stat.h>kamil
2017-06-30ksh: Drop support for systems with broken <sys/time.h> / <time.h>kamil
2017-06-30ksh: Drop support for systems without POSIX lstat(2)kamil
2017-06-30ksh: Drop support for systems without POSIX <sys/wait.h>kamil
2017-06-30ksh: Drop support for systems with broken times(3)kamil
2017-06-30ksh: Assume ANSI C prototypeskamil
2017-06-30ksh: Drop support for systems without functional waitpid(2)kamil
2017-06-30ksh: Drop support for systems without POSIX signal routineskamil
2017-06-30ksh: Drop support for systems without implementation of EINTRkamil
2017-06-30ksh: Drop support for systems without handling shebangkamil
2017-06-30ksh: Drop support for OSes without POSIX typeskamil
2017-06-30ksh: Drop support for systems without <sys/wait.h>kamil
2017-06-30ksh: Drop ksh_wait.h that reinvents <sys/wait.h> (POSIX header)kamil
2017-06-30ksh: Drop support for systems without gid_tkamil
2017-06-23ksh: Drop support for systems without clock_t typekamil
2017-06-23ksh: Replace homegrown int_least32_t with the C99 versionkamil
2017-06-23ksh: Drop support for systems that return void for closedir(2)kamil