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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[TXT] Makefile  1.16   6 years  espie   remove misc. depend and yacc nits that no longer matter. okay millert@
[TXT] alloc.c  1.20   5 years  millert   Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK dera...
[TXT] char.c  1.6   8 years  naddy   Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * ...
[TXT] char.h  1.5   8 years  naddy   unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) and remov...
[TXT] const.c  1.9   6 years  tb   Include hostname in shell prompts by default With tmux, ssh and vmd, we tend to...
[TXT] csh.1  1.88   13 months  jmc   escape "An" in a %T call, so groff does not flag it as an error;
[TXT] csh.c  1.50   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] csh.h  1.34   3 years  mortimer   Fix multiple variable definitions to avoid errors with -fno-common. ok millert@...
[TXT] dir.c  1.26   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] dir.h  1.4   3 years  mortimer   Fix multiple variable definitions to avoid errors with -fno-common. ok millert@...
[TXT] dol.c  1.27   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] error.c  1.17   5 years  millert   Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK dera...
[TXT] exec.c  1.22   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] exp.c  1.18   5 years  deraadt   backout last week of csh diffs. They are disasterously broken, on i386 it becom...
[TXT] extern.h  1.31   5 years  millert   Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK dera...
[TXT] file.c  1.40   3 years  deraadt   I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to perfor...
[TXT] func.c  1.42   3 weeks  jsg   correct indentation; no functional change ok tb@
[TXT] glob.c  1.23   5 years  miko   blkfree() takes no action for NULL pointer so callers can avoid checking. ok jc...
[TXT] hist.c  1.11   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.31   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] misc.c  1.25   5 years  martijn   Fix some minor issues found by coverity. OK millert@ and miko@
[TXT] parse.c  1.15   5 years  martijn   Fix some minor issues found by coverity. OK millert@ and miko@
[TXT] pathnames.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] proc.c  1.35   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] proc.h  1.5   3 years  mortimer   Fix multiple variable definitions to avoid errors with -fno-common. ok millert@...
[TXT] sem.c  1.23   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] set.c  1.25   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] str.c  1.22   5 years  millert   Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK dera...
[TXT] time.c  1.18   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] err.c (in the Attic) [Hide]  1.6   26 years  millert   err.[ch] -> error.[ch] and fix err/warn usage.
[TXT] printf.c (in the Attic) [Hide]  1.16   20 years  deraadt   kill printf builtin. no reason to be a builtin, but furthermore, the handling o...