summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
2015-02-08it's safe to call free with nullTed Unangst
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09no more ctype(3);Jason McIntyre
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
2014-10-13remove unused variableCharles Longeau
2014-07-14Instead of using a variable format string to change the field width,Philip Guenther
2014-07-12If a constant string needs a name, use a static const array insteadPhilip Guenther
2014-07-11correct readlink termination. from Doug HoganTed Unangst
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-19fix a few obvious .Ar markup errors (unfortunately, there are many more)Ingo Schwarze
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-07-13Remove no longer needed vax CFLAGS workarounds.Miod Vallat
2013-04-16handle larger time_t typesTheo de Raadt
2013-03-28Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /Nicholas Marriott
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-01-15Document what remains of the 2BSD heritage.Ingo Schwarze
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2011-09-03make -column lists pretty again;Jason McIntyre
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2010-12-23spelling fixes; from Daniel DickmanJason McIntyre
2010-09-23remove reference to msgs(1)Theo de Raadt
2010-08-12Use symbolic names for the file descriptors rather than numeric values.Kevin Lo
2010-07-22remove some groff \s escapes, which we do not support;Jason McIntyre
2010-07-20exp2() is a function in libm, so rename the csh one..Theo de Raadt
2010-07-15When the first argument or arguments of a macro are opening delimitersIngo Schwarze
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
2009-11-11incorrect range check, > vs >=, on the error list, spotted by parfaitTheo de Raadt
2009-10-28some includes got lost in the previous commit;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-22The last paragraphs of the "Built-in commands" section are properlyPhilip Guenthe
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-04from wiz@netbsd, -r1.44:Jason McIntyre
2008-10-03NUL not NULLTheo de Raadt
2008-05-17documentation tweaks.Igor Sobrado
2008-01-11providing MLINKS for shell builtins makes little sense: what we had was outJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-16sort options and make -X a little clearer; mostly from Igor SobradoJason McIntyre
2006-10-18do not name file descriptors fp, eitherTheo de Raadt
2006-03-17off-by-one; inspired by a netbsd coverity fix; ok deraadt@Otto Moerbeek
2005-12-11unused code and variablesTheo de Raadt
2005-11-10document that csh will do fast mode startup if $HOME is not setAlexander von Gernler
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller