summaryrefslogtreecommitdiff
path: root/bin/csh/extern.h
AgeCommit message (Expand)Author
2017-07-22Use monotonic clock for the time command in csh and ksh.anton
2015-12-26Replace handrolled xfree() function by directly using free(3)mestre
2015-10-26remove the profiling and debugging ifdefs; ok zhuk@Christian Weisgerber
2015-10-26Remove the #define Strfoo() s_strfoo() redirection and move everythingChristian Weisgerber
2015-10-26unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)Christian Weisgerber
2015-06-17remove -DFILEC; code does not compile for the -UFILEC case, and anyways,Theo de Raadt
2015-02-08remove ptr_t typedef. void * is good enough for csh.Ted Unangst
2014-10-17no need for realloc() front ends anymoreTheo de Raadt
2014-10-16Use reallocarray() and remove a few archaic memory allocation practices.Theo de Raadt
2014-10-16Kill the alloc command, which tried to measure behaviour based on sbrk.Theo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2005-12-11unused code and variablesTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-23kill printf builtin. no reason to be a builtin, but furthermore, theTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12add s_strl{cat,cpy} prototypes; ok tedu@Jason Peel
2003-05-12s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.Jason Peel
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
2003-04-15remove final call to Strcpy/s_strcpy; some help from teduTheo de Raadt
2003-04-08Strcat/s_strcat is unusedTheo de Raadt
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1996-11-02Update from NetBSD (christos)Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt