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
/
table.c
Age
Commit message (
Expand
)
Author
2015-11-01
Add uses of areallocarray(). mksh and Bitrig ksh already have similar
mmcc
2015-10-19
Move stddef.h include from sh.h to the file that uses it.
mmcc
2015-10-19
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
Move limits.h include from sh.h to the files that actually need it. No
mmcc
2015-10-05
Remove EXTERN from table.h and put the definitions in table.c, from
Nicholas Marriott
2015-09-18
Last of the (thing *)0 -> NULL, from Michael McConville. No binary
Nicholas Marriott
2015-09-17
Remove unnecessary casts, from Michael McConville. No binary change.
Nicholas Marriott
2015-09-01
remove casts and null checks before free. from Michael McConville
Ted Unangst
2012-02-19
Allow for more vars in hash table, improve hash function, increase
Otto Moerbeek
2012-02-02
bound chaeck table expansion; problem seen by Michael Niedermayer;
Otto Moerbeek
2009-01-17
Use libc qsort instead of private version. Tested by several people.
Todd C. Miller
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
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
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
Todd C. Miller
1999-01-10
sync with pdksh-unstable-5.2.13.6
Todd C. Miller
1997-06-19
back out
kstailey
1997-06-18
(foo *)0 -> NULL
kstailey
1996-08-19
update to pdksh-5.2.8
Jason Downs
1996-08-14
Import pdksh 5.2.7.
Jason Downs