summaryrefslogtreecommitdiffstats
path: root/bin/ksh/sh.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for set -o pipefailjca2020-07-071-1/+2
* When evaluating an arithmetical expression, for example inside $(()),schwarze2019-02-201-1/+2
* Fix the case where the recursion detection isn't reset when the command ismartijn2018-11-201-1/+2
* remove the alias type='whence -v' and replace it withbenno2018-05-181-1/+2
* Support 64 bit integers on 32 bit architectures.tobias2018-04-091-7/+7
* Introduce internal_warningf() and mark internal_errorf() as noreturnjca2018-01-161-3/+5
* Stop pretending we support building ksh without EDIT/HISTORY supportjca2018-01-151-9/+3
* unifdef BRACE_EXPAND; ok jca@anton2018-01-141-3/+1
* Bring back the sign compare changes, this time with a fix from otto@millert2018-01-061-1/+2
* unifdef JOBS supportjca2018-01-051-3/+1
* Add -Wshadow to Makefile and fix the resulting warnings. Many ofmillert2017-12-271-2/+2
* Delete the deprecated emacs-usemeta option.jca2017-10-191-2/+1
* Use PATH_MAX instead of a local definejca2017-09-031-2/+2
* Implement HISTCONTROL ignoredups & ignorespace featuresjca2017-08-301-1/+2
* Stop exposing the emacs-usemeta option, and warn when trying to set it.jca2017-08-301-2/+2
* Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton2017-07-041-3/+2
* Add support for pattern substitution to variables in ksh using a common syntaxanton2017-07-041-2/+3
* Increase the input line buffer to 4096 bytes.martijn2017-06-291-2/+2
* Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4millert2016-09-081-3/+4
* remove CSRG BSD-licensed mknod builtin code which was previously used toderaadt2016-03-041-4/+1
* rename global "e" to genv to avoid accidental shadowing and aliasing.tedu2015-12-301-3/+3
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-11/+2
* remove unused prototypetb2015-11-201-2/+1
* Use isdigit() instead of ksh's homebrewed alternative.mmcc2015-11-121-4/+4
* Make it clearer that warningf()'s first argument determines whether themmcc2015-11-071-2/+2
* Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc2015-11-011-2/+2
* Remove two comments listing functionless files. Trivial, no functionalmmcc2015-10-231-3/+1
* proto.h contains many function prototypes. It's apparently separate frommmcc2015-10-231-2/+237
* Final removal of EXTERN.mmcc2015-10-221-24/+8
* Penultimate commit to remove EXTERN.mmcc2015-10-211-12/+12
* Remove the define NOT, replace it with '!'. No binary change.mmcc2015-10-191-2/+1
* A little style(9) for sh.h includesmmcc2015-10-191-2/+3
* Move stddef.h include from sh.h to the file that uses it.mmcc2015-10-191-2/+1
* Move string.h include from sh.h to the files that use it.mmcc2015-10-191-2/+1
* Move limits.h include from sh.h to the files that actually need it. Nommcc2015-10-191-2/+1
* More removal of EXTERN.mmcc2015-10-191-5/+6
* Move more EXTERN-defined globals from sh.h.mmcc2015-10-181-9/+9
* Drop two useless defines.mmcc2015-10-171-4/+1
* Move a system header include from the global header (sh.h) into themmcc2015-10-171-3/+1
* Replace Tflag typedef with just int; ok tedunicm2015-09-141-5/+2
* Apply the ancient art of tedu to ksh_limval.h. ok guenthernicm2015-09-141-1/+3
* Replace newline and space defines by "\n" and " " directly, from Michaelnicm2015-09-101-3/+1
* Remove INT32 define and just use int, from Martijn van Duren and Michaelnicm2015-09-101-9/+3
* Remove artificial limit on the max array index.millert2013-12-181-2/+1
* remove trailing whitespaces; use tabs instead of spaces where appropriate;sobrado2013-11-281-2/+2
* fake a sigwinch after each job, so if the terminal changes size,tedu2012-09-101-1/+2
* Crank max array size in ksh to 10K-1, since 2047 is too restrictive.deraadt2010-01-041-2/+2
* remove unused variables and functionsderaadt2005-12-111-2/+1
* Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@otto2005-10-041-2/+2
* spacingderaadt2005-03-281-7/+7