summaryrefslogtreecommitdiff
path: root/bin/ksh/config.h
AgeCommit message (Collapse)Author
2004-12-18remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directlyTodd C. Miller
(we define it away in sys/cdefs.h if it is not supported).
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
First step in making the ksh code easier to read. From Matthias Kilian
2004-02-08forget about 16 bit machines; millert okTheo de Raadt
2003-10-22typos from Jared Yanovich;Jason McIntyre
ok deraadt@
2003-05-16make ksh use our dup2(), and add clarity (we've no configure.in there);Jason Peel
ok millert@
2003-02-28typos; from Brian PooleJason McIntyre
2002-08-11enable COMPLEX_HISTORY. sh/ksh history will now workMarco S Hyman
as described in the man page. OK millert@
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1996-08-25Removed unused file and move KSH define to CFLAGS.Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs