changes for 4.4BSD-Lite requested by USL
[unix-history] / usr / src / bin / csh /
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-11 Elan Amirneed -ms.
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-06 Keith Bosticnew doc.mk; document numbering changes for 4.4BSD
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-01 Kirk McKusickformat and editing nits
1993-05-27 Christos Zoulaschanged _Q,_Q1 to _QF,_QB to avoid conflict with new...
1993-05-24 Christos ZoulasRemoved comment reference to non-existing file local.h
1993-05-24 Christos ZoulasRemoved extraneous OBJ+= line
1993-05-24 Christos ZoulasAdded missing \ in \*(ua in the operator section
1993-05-23 Christos ZoulasFixed gcc -Wall warnings
1993-04-04 Christos ZoulasRemoved gcc-1 -f optimization flags.
1993-03-31 Christos ZoulasChanged the -21... to 0x80... to avoid integer overflow...
1993-03-31 Christos ZoulasChanged f_seek to a union of off_t and Char* to avoid...
1993-03-09 Ralph Campbellfix null pointer bug.
1993-02-12 Christos Zoulasfixed sortscmp typo a -> !a
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-09-03 Keith Bosticstrip result
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
next