History log of /openbsd/bin/csh/parse.c (Results 1 – 15 of 15)
Revision Date Author Comments
# d95322bb 24-Oct-2018 martijn <martijn@openbsd.org>

Fix some minor issues found by coverity.

OK millert@ and miko@


# 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@


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

delete tons more casts


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

delete lots of unnecessary ptr_t casts, and drop a little NULL in as well


# 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.


# 885e28c6 09-Jun-2002 todd <todd@openbsd.org>

knf


# 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