summaryrefslogtreecommitdiff
path: root/bin/csh/csh.h
AgeCommit message (Expand)Author
2020-08-30Fix multiple variable definitions to avoid errors with -fno-common.mortimer
2018-09-18Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.Todd C. Miller
2018-09-18backout last week of csh diffs. They are disasterously broken, on i386Theo de Raadt
2018-09-18remove macros for xmalloc(), xcalloc() & xreallocarray() and just name themiko
2017-08-30Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminatinganton
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-28unifdef _PATH_*Christian Weisgerber
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-26Clean up cruft made visible by the NLS unifdefing:Christian 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
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
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
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-02-25no more Strncpy or Strncat, everTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-11de-register and ansify functionsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12fix overflow in implicit constant conversion; ok millert@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-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-10-30Use mkstemp(3) for here document (<<) temporary files instead of $$Todd C. Miller
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1997-11-15spellingTodd T. Fries
1997-09-22err.[ch] -> error.[ch] and fix err/warn usage.Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt