summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
2013-08-06CID 1060854: Wrong sizeof argument (SIZEOF_MISMATCH)christos
2013-07-16WARNS=6 [-Wconversion]christos
2013-04-03Make shifting variables reflect their environment counterparts. Makeschristos
2013-01-25When using -ledit, also use -lterminfo, to allow static linking.he
2013-01-25Obey SMALLPROG and don't enable the editorchristos
2013-01-23make history kind of work :-), turn libedit support on.christos
2013-01-22fix compilation without -DEDITchristos
2013-01-22Bump date for previous.wiz
2013-01-22Add a little libedit front end. Could be used as someone's pet project tochristos
2013-01-22Remove alloc builtin, it did not work anyway since most modern mallocchristos
2012-12-27sprinkle const, no functional change intended.christos
2012-06-09support RLIMIT_NTHRchristos
2012-03-22Fix whitespace nits. Suggested by Bug Hunting.wiz
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
2012-01-19PR/45856: Bernhard "Burnhard" Riedel: Infinite loop on   input. Sendingchristos
2011-11-09sync with /usr/bin/time, use CLOCK_MONOTONICchristos
2011-09-24csh has no business using TTYHOGchristos
2011-08-31NULL does not need a castplunky
2011-08-29Use __deadjoerg
2011-08-28use strpct(3) from libutil.christos
2011-08-25Uses non-literal format strings in err.cjoerg
2011-08-14Document non-literal formatschristos
2011-07-01add a comment to confirm a workaround as only being a GCC 4.1 issue.mrg
2011-03-09Fix sub-section references.njoly
2010-03-22Use .In instead of .Aq .Pa for signal.h.joerg
2010-01-17Match curly braces in undef(FILEC) case. Found by cppcheck.wiz
2009-03-29Bump date for previous.wiz
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-13Use .Rs/.Re for reference to C shell introduction.joerg
2009-03-03Remove weird backslash that somehow must have crept in.wiz
2009-02-14fix -Wsign-compare issueslukem
2009-02-13Use u_int counter to count from 0 to u_int: for (u = 0; u < digits; u++)abs
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-24Dividing by a time_t makes the result time_t, so it should be cast to longdholland
2007-12-24__attribute__((__noreturn__)) to __deadperry
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-12use __RCSID()lukem
2007-10-18Rename "csh.a" (the appendix of the document) to csh.ap: the .a suffixtls
2007-09-15Needs errno.h if !gcc.ragge
2007-07-16no need to have cshbool; just make them intchristos
2007-07-16PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a smallchristos
2007-07-16Rename bool -> cshbool; despite the name, bool actually holds values otherdogcow
2007-07-10exposure of bool elsewhere in the code requires the addition of stdbool;dogcow
2007-04-29fix typosmsaitoh
2007-02-24No functional changes. Cleanup time printing code so it can be usedmatt
2006-10-15sprinkle volatilechristos
2006-07-01apply a little -O0 with GCC4 and vax...mrg