don't use mmap until the buffer cache and VM are in sync
[unix-history] / usr / src / bin / csh /
1992-07-20 Marc Teitelbaumcheck in for Marc by TK
1992-07-13 Christos ZoulasFixed limit bounds check
1992-07-09 Chris Torek-f flags are gcc-target-specific; in particular, -fcomb...
1992-06-17 Christos ZoulasFixed bug with {} when block needed to be re-alloc'ed
1992-06-06 Christos ZoulasLatest fix broke backquotes with redirection; back...
1992-05-29 Kirk McKusicktype of limits is quad_t
1992-05-29 Kirk McKusickneed to include types.h for resource.h
1992-05-15 Christos ZoulasFixed $< for NLS characters
1992-05-15 Christos ZoulasAdd extra file descriptor dups to make sure 0,1,2 exist
1992-05-15 Christos Zoulasget rid of useless SIGN_EXTEND_CHAR macro
1992-05-15 Christos Zoulasflush in printf() so that we don't lose the output
1992-05-15 Christos Zoulassu path warning and got rid of the last printf(string);
1992-05-07 Christos Zoulascheck PATH for relative pathnames when running as root...
1992-03-02 Christos ZoulasFixed and documented $histfile
1992-02-19 Keith Bosticone more time, with feeling
1992-02-13 Christos Zoulasdocumented -l
1992-02-13 Christos ZoulasUse the system's version of malloc
1992-02-13 Christos ZoulasFixed directory printing in case there was both a ...
1992-02-13 Keith Bosticfix -l documentation
1992-02-07 Keith Bostic-Wall is for debugging
1992-02-07 Christos ZoulasKeith for Christos; checkpoint
1992-02-06 Christos Zoulaspmatch declaration fix.
1992-02-06 Christos Zoulas{}{a,b} did not expand correctly; Gmatch() accepts...
1992-02-06 Christos Zoulasfixed bug in realloc: copy the min size of the new...
1992-02-06 Christos ZoulasUse vis(3) to print unprintable characters
1991-11-13 Keith Bosticsearch is static void, not just void
1991-11-13 Keith Bosticfix sortscmp to compile under pcc
1991-11-07 Christos ZoulasAdded support for displaying non-printable characters
1991-11-05 Christos ZoulasCouple of new variables...
1991-11-05 Christos ZoulasSome modifier, which, and $! documentation
1991-11-05 Christos Zoulasreset the alias and eval pointers before calling lex
1991-11-05 Christos ZoulasLoop freeing was busted
1991-11-05 Christos ZoulasAdded :a modifier and $foo:s
1991-11-05 Christos ZoulasChanged slightly the $! error message
1991-11-05 Christos ZoulasWe need strstr now...
1991-11-05 Christos ZoulasOnintr would reset SIGINT if found in /etc/csh.{cshrc...
1991-11-05 Christos ZoulasAdded noambiguous
1991-10-29 Craig LeresFix gcc "bodyless for/while" warnings.
1991-10-28 Christos ZoulasSmall declatation typo
1991-10-28 Christos ZoulasLoops were broken again. (Michael Schroeder's fix)
1991-10-28 Christos Zoulasdinit() would pass to dcanon() an unallocated pointer
1991-10-28 Christos ZoulasMinor fixes
1991-10-20 Christos ZoulasFixed nested loop bug
1991-10-18 Christos ZoulasFixed exec so that it does not exit when it fails
1991-10-11 Christos ZoulasAdd : as a delimiter in ~ expansions
1991-09-16 Christos Zoulasadded $ to the list of history chars to keep
1991-09-10 Christos ZoulasDon't expand ! followed by \ (_ESC)
1991-09-06 Christos ZoulasReplaced exp with expr to avoild libm conflict
1991-09-04 Christos ZoulasFix for -n flag. Contine execution for some `special...
1991-09-04 Christos Zoulasfix xfree() so it can be re-written as a macro
1991-09-03 Christos ZoulasClear aliases and evals on error in btoeof
1991-09-02 Christos Zoulasfixed signal reporting
1991-08-31 Christos ZoulasBugfix for loops in aliases.
1991-08-26 Christos Zoulasfixed core dump with multi-line aliases
1991-08-26 Christos ZoulasFixed core dump with multi-line aliases
1991-08-08 Christos ZoulasAdded trim() in globall
1991-08-05 Christos ZoulasSignal names from libc; /bin/kill compatible builtin
1991-08-02 Christos ZoulasFixed incorrect string splicing code.
1991-08-02 Christos Zoulasmake setenv() use G_APPEND
1991-08-02 Christos ZoulasDon't double-free the result of libglob
1991-08-02 Christos ZoulasAvoid globbing NULL patterns in libglob. (`` returned...
1991-07-31 Cynthia A. E. Livi... make groff, escape ?' with \&?'
1991-07-29 Christos ZoulasAdded dowhich() and doprintf() builtins.
1991-07-29 Christos ZoulasAdded STRret for dowhich()
1991-07-29 Christos ZoulasRemoved sun ifdef in free()
1991-07-29 Christos ZoulasFixed echo ~ {} bug.
1991-07-27 Christos ZoulasBugfix for echo * `echo`, fglag would get overwritten
1991-07-23 Christos Zoulasno short strings bug fix
1991-07-23 Christos Zoulassupport for multiple : modifiers
1991-07-23 Christos Zoulasno short strings bug fix
1991-07-23 Christos Zoulassupport for multiple : modifiers
1991-07-23 Christos Zoulasno short strings bug fix
1991-07-23 Christos Zoulascomment typos
1991-07-21 Christos ZoulasFixed newline printing in pprint()
1991-07-20 Christos Zoulasstdio based version; brace glob fix; builtin prototypes
1991-07-03 Christos Zoulasstrncmp was not working after last update
1991-07-02 Christos ZoulasFixed memory leak > [filename] filename not freed.
1991-07-02 Christos ZoulasFixed core dump 'echo {foo bar.[ch]}'
1991-07-01 Keith Bosticdon't need C library in path anymore
1991-06-30 Keith Bosticupdate for the network.2 tape
1991-06-28 Christos Zoulasdmove did not close always close the source file descriptor
1991-06-27 Christos ZoulasThis one should work.
1991-06-27 Christos ZoulasWrong reason was reported for cd'ing to a directory...
1991-06-27 Christos Zoulasunsetenv can take more than one pattern
1991-06-25 Christos ZoulasGmatch did not trim the characters inside a range.
1991-06-25 Christos ZoulasDon't canonicalize home directories that don't start...
1991-06-25 Christos Zoulaschange process index and maxindex to ints.
1991-06-18 Christos Zoulaschanged execv's to execve's
1991-06-18 Christos ZoulasFixed problem introduced by changing int to size_T
1991-06-18 Christos ZoulasFixed MAXPATHLEN limit problem
1991-06-17 Christos ZoulasFixed bug with `` returning no string.
1991-06-15 Christos ZoulassetNS needed to save the argument to set(). Otherwise...
1991-06-15 Christos ZoulasSmall Exit formatting error. Print background job exit...
1991-06-10 Christos Zoulasreplaced PNULL def with NULL
1991-06-09 Christos ZoulasMore prototype fixes, Removed TERMIOS define
1991-06-09 Keith Bosticinclude file pass, csh.h no longer include every .h...
1991-06-08 Christos Zoulastsearch declaration fix
1991-06-08 Christos Zoulasprototype typo fixes
1991-06-08 Christos ZoulasFixed sortscmp from glob.c
1991-06-08 Christos Zoulasstatic function prototypes
next