History log of /openbsd-current/bin/ksh/expand.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 06-Jan-2018 millert

Bring back the sign compare changes, this time with a fix from otto@
that fixes the issues seen on hppa. OK deraadt@ otto@


# 1.14 04-Jan-2018 millert

Back out sign compare changes that appear to cause problems on hppa.
Requested by deraadt@


# 1.13 01-Jan-2018 millert

Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
OK tb@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.12 08-Nov-2015 mmcc

Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.

ok nicm@


# 1.11 05-Nov-2015 mmcc

Clean up an Xstring macro. Submitted by Theo Buehler.

ok and suggestions from nicm@


# 1.10 01-Nov-2015 mmcc

Remove two casts of void* return types.


# 1.9 01-Nov-2015 mmcc

Add uses of areallocarray(). mksh and Bitrig ksh already have similar
functions. With help from Theo Buehler.

ok nicm@


# 1.8 17-Sep-2015 nicm

Remove unnecessary casts, from Michael McConville. No binary change.


# 1.7 01-Sep-2015 tedu

remove casts and null checks before free. from Michael McConville
ok deraadt


Revision tags: 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 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.6 30-Mar-2005 deraadt

lots of indentation cleanup, now ksh is readable like our other code.
double checked to make sure no binaries change, and eyed by niallo


Revision tags: OPENBSD_3_7_BASE
# 1.5 18-Dec-2004 millert

deregister


# 1.4 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_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE
# 1.3 26-Mar-2001 todd

spelling


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.2 25-Jun-1998 millert

pdksh-5.2.13 + local changes


# 1.1 14-Aug-1996 downsj

branches: 1.1.1;
Initial revision