summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
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
2006-05-14Fix two uninitialized variables with XXX: GCC.christos
2006-05-13Coverity CID 3330: Initialize uninitialized variable.christos
2006-05-13Coverity CID 3331: Remove impossible test.christos
2006-05-10rename exp2() to csh_exp2(). (bah, we don't even have an exp2())mrg
2006-04-24It's "its."snj
2006-04-05save the home directory.christos
2006-03-21Coverity CID 2736: Remove 16 bit int compat code.christos
2006-03-18Coverity CID 1763: Plug memory leak.christos
2006-03-18Coverity CID 1766: Plug memory leak.christos
2006-03-18Coverity CID 1760: Plug memory leak.christos
2006-03-18Coverity CID 1228: protect against calling close with negative value.christos
2006-03-18Coverity CID 872: Possible NULL deref.christos
2006-03-17Coverity CID 1226: Remove bogus close call.christos
2006-03-17Coverity CID 1324: Check adrof return; not really possible.christos
2006-03-17Coverity CID 1762. Fix resource leak.christos
2006-03-17Coverity CID 610: Dead codechristos
2006-03-17Correct a check for an index being in bounds for a static array.dmcmahill
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-02-17Kill __P().xtraeme
2004-09-28Don't forget to FIOCLEX the internal copies of stdout,stderr,stddiag whenchristos
2004-08-19Deal with RESCUEchristos
2004-05-13Keep track of the while level, when popping loops because of a breaksw.christos
2004-05-10avoid overflow in strcpy.christos
2004-04-20The correct syntax for csh's pushd with a numeric argument isjschauma
2004-04-17Document rlimit sbsize; case consistency; bump date.wiz