History log of /openbsd-current/bin/ksh/config.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.19 15-Jan-2018 jca

Stop pretending we support building ksh without EDIT/HISTORY support

ok anton@


# 1.18 14-Jan-2018 anton

unifdef BRACE_EXPAND; ok jca@


# 1.17 05-Jan-2018 jca

unifdef JOBS support

Prompted by a mail from Klemens Nanni, who also had the same diff.
ok deraadt@ millert@


Revision tags: OPENBSD_6_2_BASE
# 1.16 01-Aug-2017 deraadt

Disable ksh VI-editing mode on the install media. We need the space
savings.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.15 14-Sep-2015 nicm

SIZEOF_INT is no longer needed.


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.14 14-Mar-2011 okan

remove unused SILLY game of life.

no binary change.

sure @deraadt


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.13 18-Dec-2004 millert

remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directly
(we define it away in sys/cdefs.h if it is not supported).


# 1.12 18-Dec-2004 millert

Get rid of #ifdef KSH since we don't care about building a V7 style sh and
the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian


# 1.11 18-Dec-2004 millert

Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
First step in making the ksh code easier to read. From Matthias Kilian


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE
# 1.10 08-Feb-2004 deraadt

forget about 16 bit machines; millert ok


# 1.9 22-Oct-2003 jmc

typos from Jared Yanovich;
ok deraadt@


Revision tags: OPENBSD_3_4_BASE
# 1.8 16-May-2003 jsyn

make ksh use our dup2(), and add clarity (we've no configure.in there);
ok millert@


Revision tags: OPENBSD_3_3_BASE
# 1.7 28-Feb-2003 jmc

typos; from Brian Poole


Revision tags: OPENBSD_3_2_BASE
# 1.6 11-Aug-2002 marc

enable COMPLEX_HISTORY. sh/ksh history will now work
as described in the man page. OK millert@


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.5 04-Oct-1999 deraadt

put sbin:/usr/sbin in default path


Revision tags: OPENBSD_2_5_BASE
# 1.4 08-Jan-1999 millert

bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.


Revision tags: OPENBSD_2_4_BASE
# 1.3 25-Jun-1998 millert

pdksh-5.2.13 + local changes


Revision tags: OPENBSD_2_3_BASE
# 1.2 25-Aug-1996 downsj

Removed unused file and move KSH define to CFLAGS.


# 1.1 14-Aug-1996 downsj

branches: 1.1.1;
Initial revision