History log of /src/bin/csh/misc.c |
Revision | | Date | Author | Comments |
1.23 |
| 24-Apr-2024 |
nia | csh: replace malloc(x * y) and realloc(x * y) with reallocarray
|
1.22 |
| 05-Jan-2019 |
christos | Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"
|
1.21 |
| 05-Jan-2019 |
maya | Remove Free, s/xfree/free/.
Standard C says that free should be a no-op for a NULL pointer, so we don't need an extra function to do this.
While here, add an XXX about a wrong sounding comment
|
1.20 |
| 16-Jul-2013 |
christos | branches: 1.20.26; 1.20.28; WARNS=6 [-Wconversion]
|
1.19 |
| 18-Mar-2006 |
christos | branches: 1.19.42; 1.19.48; Coverity CID 872: Possible NULL deref.
|
1.18 |
| 17-Mar-2006 |
christos | Coverity CID 1226: Remove bogus close call.
|
1.17 |
| 26-Jun-2005 |
christos | sprinkle a little const, and now everything compiles with WARNS=3
|
1.16 |
| 06-Jan-2004 |
christos | Simplify previous; if F_CLOSEM fails, just fall back doing the old thing. Calling stderror here is not safe, because we might have not setjmp()'ed yet.
|
1.15 |
| 05-Jan-2004 |
christos | use F_CLOSEM if it is available.
|
1.14 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
1.13 |
| 25-May-2002 |
wiz | __STDC__ is always defined on NetBSD.
|
1.12 |
| 14-Sep-2001 |
wiz | ANSIfication and KNF improvements by Petri Koistinen in bin/13689, with some fixes by me.
|
1.11 |
| 28-Jul-1998 |
mycroft | Delint (partially).
|
1.10 |
| 28-Jul-1998 |
mycroft | Delint (partially).
|
1.9 |
| 04-Jul-1997 |
christos | Rename err.h to errnum.h to avoid collision with err.h Fix compiler warnings.
|
1.8 |
| 13-Jan-1997 |
tls | kill register
|
1.7 |
| 31-Oct-1996 |
christos | Quote all imported environment variables, so that we don't core dump with set term='unknown*' ./csh or we don't have security problems with: set path=('`/bin/rm -fr *`' /usr/local) ./csh Reported by Donn Seeley...
|
1.6 |
| 21-Mar-1995 |
cgd | convert to new RCS id conventions.
|
1.5 |
| 21-Sep-1994 |
mycroft | Merge 4.4-Lite version.
|
1.4 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.3 |
| 23-Mar-1993 |
cgd | changed "Id" to "Header" for rcsids
|
1.2 |
| 22-Mar-1993 |
cgd | added rcs ids to all files
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 20-Sep-1994 |
mycroft | Import original 4.4-Lite version.
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.19.48.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.19.42.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.20.28.3 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.20.28.2 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
1.20.28.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.20.26.1 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|