.. |
USD.doc
|
Rename "csh.a" (the appendix of the document) to csh.ap: the .a suffix
|
2007-10-18 18:26:31 +00:00 |
Makefile
|
Use ${TOOL_SED} instead if plain sed in Makefiles.
|
2008-10-25 22:27:34 +00:00 |
alloc.c
|
…
|
|
char.c
|
…
|
|
char.h
|
…
|
|
const.c
|
…
|
|
csh.1
|
Fix sub-section references.
|
2011-03-09 22:26:36 +00:00 |
csh.c
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-20 00:52:39 +00:00 |
csh.h
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
dir.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
dir.h
|
…
|
|
dol.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
err.c
|
fix -Wsign-compare issues
|
2009-02-14 07:12:29 +00:00 |
exec.c
|
fix -Wsign-compare issues
|
2009-02-14 07:12:29 +00:00 |
exp.c
|
fix -Wsign-compare issues
|
2009-02-14 07:12:29 +00:00 |
extern.h
|
__attribute__((__noreturn__)) to __dead
|
2007-12-24 16:11:50 +00:00 |
file.c
|
fix -Wsign-compare issues
|
2009-02-14 07:12:29 +00:00 |
func.c
|
- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total
|
2009-03-29 01:02:48 +00:00 |
glob.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
hist.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
init.c
|
…
|
|
lex.c
|
Match curly braces in undef(FILEC) case. Found by cppcheck.
|
2010-01-17 12:15:36 +00:00 |
misc.c
|
…
|
|
parse.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
pathnames.h
|
…
|
|
proc.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
proc.h
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
sem.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
set.c
|
no need to have cshbool; just make them int
|
2007-07-16 18:26:09 +00:00 |
str.c
|
…
|
|
strpct.c
|
Use u_int counter to count from 0 to u_int: for (u = 0; u < digits; u++)
|
2009-02-13 00:46:25 +00:00 |
time.c
|
Dividing by a time_t makes the result time_t, so it should be cast to long
|
2008-02-24 05:20:17 +00:00 |