History log of /openbsd-src/bin/csh/exp.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 5f867525 18-Sep-2018 deraadt <deraadt@openbsd.org>

backout last week of csh diffs. They are disasterously broken, on i386
it becomes entirely unusable.


# ab0a5ca8 17-Sep-2018 martijn <martijn@openbsd.org>

Replace any() with strchr(3).

OK millert@ and miko@


# acdb3202 26-Dec-2015 mestre <mestre@openbsd.org>

Replace handrolled xfree() function by directly using free(3)

OK mmcc@


# b5ff2eaa 26-Oct-2015 naddy <naddy@openbsd.org>

miscellaneous cruft:
* remove lint
* unifdef S_IFLNK, S_ISFIFO, S_ISLNK, S_ISSOCK, O_APPEND
* remove 0, NOTUSED, notdef -- untouched since original import
* remove IIASA


# 4e21444b 26-Oct-2015 naddy <naddy@openbsd.org>

remove the profiling and debugging ifdefs; ok zhuk@


# c38c44c7 26-Oct-2015 naddy <naddy@openbsd.org>

unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)
and remove a few unused defines; no binary changes; ok tedu@ zhuk@


# d29fd0a0 08-Feb-2015 tedu <tedu@openbsd.org>

delete tons more casts


# 5903a35e 08-Feb-2015 tedu <tedu@openbsd.org>

delete many more ptr_t casts


# eb0048ba 28-Mar-2013 nicm <nicm@openbsd.org>

Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
-1 == INT_MIN and % -1 == 0.

ok matthew deraadt


# 1635ba96 20-Jul-2010 deraadt <deraadt@openbsd.org>

exp2() is a function in libm, so rename the csh one..


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# e757c91e 11-Jun-2003 deraadt <deraadt@openbsd.org>

de-register and ansify functions


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# b0c62ffa 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# 09e94acb 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree