OpenBSD CVS

src/bin/csh/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / csh

Current tag: OPENBSD_5_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[TXT] Makefile  1.12   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] alloc.c  1.16   9 years  tedu   remove ptr_t typedef. void * is good enough for csh.
[TXT] char.c  1.4   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] char.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] const.c  1.7   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] csh.1  1.75   9 years  bentley   Reduce usage of predefined strings in manpages. Predefined strings are not very...
[TXT] csh.c  1.28   9 years  tedu   delete many more ptr_t casts
[TXT] csh.h  1.22   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] dir.c  1.20   9 years  tedu   delete tons more casts
[TXT] dir.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dol.c  1.19   9 years  tedu   delete many more ptr_t casts
[TXT] error.c  1.11   9 years  tedu   delete many more ptr_t casts
[TXT] exec.c  1.17   9 years  tedu   delete many more ptr_t casts
[TXT] exp.c  1.12   9 years  tedu   delete tons more casts
[TXT] extern.h  1.21   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] file.c  1.21   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] func.c  1.28   9 years  tedu   delete tons more casts
[TXT] glob.c  1.18   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] hist.c  1.9   9 years  tedu   delete many more ptr_t casts
[TXT] init.c  1.8   9 years  deraadt   Kill the alloc command, which tried to measure behaviour based on sbrk. Discusse...
[TXT] lex.c  1.19   8 years  deraadt   stray char jumped in
[TXT] misc.c  1.15   9 years  tedu   delete tons more casts
[TXT] parse.c  1.11   9 years  tedu   delete tons more casts
[TXT] pathnames.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] proc.c  1.27   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[TXT] proc.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] sem.c  1.19   9 years  tedu   delete lots of unnecessary ptr_t casts, and drop a little NULL in as well
[TXT] set.c  1.15   8 years  deraadt   remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wan...
[TXT] str.c  1.16   9 years  deraadt   Use reallocarray() and remove a few archaic memory allocation practices. ok dera...
[TXT] time.c  1.14   10 years  guenther   Correct format string mismatches turned up by -Wformat=2 suggestions and ok mil...