Home | History | Annotate | Download | only in ksh
History log of /src/bin/ksh/table.c
RevisionDateAuthorComments
 1.8  03-Jun-2018  kamil branches: 1.8.2;
ksh: Remove symbol clash with libc

Rename local function twalk() to ksh_twak().
This is needed for installing interceptors in sanitizers.

Sponsored by <The NetBSD Foundation>
 1.7  08-May-2018  kamil Stop using the register keyword in ksh(1)

ksh also does some strange things with it, like put it in argument lists.

No functional change intended.

PR bin/53237 ksh: remove register keyword by Nia Alarie
 1.6  24-Jan-2018  kamil branches: 1.6.2;
ksh: Rename a local function tsearch to mytsearch

This removes a clash with well-known libc function tsearch(3) from POSIX.

This allows to build ksh against MSan.

The new name might not be perfect, but long term ksh should be switched to
the libc version.

Sponsored by <The NetBSD Foundation>
 1.5  24-Jan-2018  kamil ksh: Rename a local function tdelete to mytdelete

This removes a clash with well-known libc function tdelete(3) from POSIX.

This allows to build ksh against MSan.

The new name might not be perfect, but long term ksh should be switched to
the libc version.

Sponsored by <The NetBSD Foundation>
 1.4  23-Jun-2003  agc Add NetBSD RCS Ids.
 1.3  19-Aug-1998  thorpej Add some braces to make egcs happy.
 1.2  12-Jan-1997  tls RCS ID Police
 1.1  21-Sep-1996  jtc branches: 1.1.1;
Initial revision
 1.1.1.1  21-Sep-1996  jtc import pdksh 5.2.8
 1.6.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.6.2.1  21-May-2018  pgoyette Sync with HEAD
 1.8.2.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.8.2.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed