index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
/
c_ksh.c
Age
Commit message (
Expand
)
Author
2024-04-23
correct indentation; no functional change
Jonathan Gray
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-05-18
remove the alias type='whence -v' and replace it with
Sebastian Benoit
2018-04-09
Support 64 bit integers on 32 bit architectures.
Tobias Stoeckmann
2018-03-15
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-01-16
Introduce internal_warningf() and mark internal_errorf() as noreturn
Jeremie Courreges-Anglas
2018-01-15
Stop pretending we support building ksh without EDIT/HISTORY support
Jeremie Courreges-Anglas
2018-01-06
Bring back the sign compare changes, this time with a fix from otto@
Todd C. Miller
2018-01-05
unifdef JOBS support
Jeremie Courreges-Anglas
2018-01-04
Back out sign compare changes that appear to cause problems on hppa.
Todd C. Miller
2018-01-01
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
Todd C. Miller
2017-12-27
Add -Wshadow to Makefile and fix the resulting warnings. Many of
Todd C. Miller
2017-09-03
Use PATH_MAX instead of a local define
Jeremie Courreges-Anglas
2016-03-21
More ksh POSIX compliance fixes by Martijn Dekker:
tb
2016-01-15
Initialize a struct kill_info and an associated int in the declarations
mmcc
2015-12-30
rename global "e" to genv to avoid accidental shadowing and aliasing.
Ted Unangst
2015-12-14
Move system headers from sh.h to those files that actually need them.
tb
2015-10-21
Don't bother casting NULL.
mmcc
2015-10-19
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
Apply style(9) to header includes.
mmcc
2015-10-09
remove null check before afree. from Michael McConville
Ted Unangst
2015-09-22
Make errorf() and bi_errorf() handle a NULL argument.
Todd C. Miller
2015-09-18
Last of the (thing *)0 -> NULL, from Michael McConville. No binary
Nicholas Marriott
2015-09-15
correct spelling of NULL from (char *)0. from Michael McConville.
Ted Unangst
2015-09-15
stop abusing null (the variable) for an empty string in output formats.
Ted Unangst
2015-09-14
Replace Tflag typedef with just int; ok tedu
Nicholas Marriott
2015-09-10
Replace newline and space defines by "\n" and " " directly, from Michael
Nicholas Marriott
2015-09-08
Remove superfluous variable initialization; from Michael McConville.
Jeremie Courreges-Anglas
2015-09-01
remove casts and null checks before free. from Michael McConville
Ted Unangst
2013-12-17
ctype cleanups. Repeated re-audits of this sensitive area by okan and
Theo de Raadt
2009-02-07
Ensure that *wp isn't NULL.
Matthias Kilian
2009-02-07
Make built-in echo behave according to POSIX when set -o posix is in effect:
Philip Guenthe
2008-05-17
documentation tweaks.
Igor Sobrado
2007-08-02
fix memory leaks and one potential null deref found by coverity. from netbsd.
Federico G. Schwindt
2006-03-12
might as well make ksh_getopt() match real getopt(), ie. get rid of that
Theo de Raadt
2005-12-11
fix a few name clashes with libc; found by lint. ok deraadt@
Otto Moerbeek
2005-03-30
lots of indentation cleanup, now ksh is readable like our other code.
Theo de Raadt
2005-03-28
spacing
Theo de Raadt
2005-02-02
Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic
Otto Moerbeek
2004-12-22
Use stdbool.h instead of rolling our own bools.
Todd C. Miller
2004-12-20
Ansification plus some minor knf. No binary change on i386 and
Otto Moerbeek
2004-12-19
spacing
Theo de Raadt
2004-12-18
deregister
Todd C. Miller
2004-12-18
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
Todd C. Miller
2004-12-18
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
Todd C. Miller
2004-02-10
upper case id;
Jason McIntyre
2003-10-22
typos from Jared Yanovich;
Jason McIntyre
2003-02-28
typos; from Brian Poole
Jason McIntyre
2002-06-09
knf
Todd T. Fries
2001-02-19
bash-like 'double-tab' completion
Camiel Dobbelaar
[next]