new version from Rick Adams; rick@seismo.css.gov
[unix-history] / usr / src / bin / csh /
1988-01-21 Keith BosticBug involving csh and the "source" command; 4.3BSD...
1988-01-15 Edward Wangfixed labuf overflow (caused by, for example, very...
1987-12-22 Keith Bostic{,} construct should allow '\' to escape comma; bug...
1987-12-01 Keith Bosticadd strings.o to clean: label
1987-10-01 Keith Bostic:e works on variables; bug report 4.3BSD/man/11
1987-09-17 Keith Bosticuse "Suspended", not "Stopped"; bug report 4.3BSD/bin/56
1987-09-17 Keith Bosticnon-interactive csh/children fix; bug report 4.3BSD...
1987-06-26 Keith Bosticcsh long/int mismatches; bug report 4.3BSD/bin/45
1987-06-06 Keith Bosticremove ifdef's for vax
1987-06-03 Keith Bosticnew template
1987-06-01 Keith Bosticadded depend label
1987-04-26 Keith Bosticbug report 4.2BSD/man/36
1986-12-19 Keith Bosticallow EOF to end tagged input
1986-10-14 Sam Lefflerdoprnt.o is needed only on vax (need better way than...
1986-06-06 Jim Bloomfix plus because cfo decided to change things
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-19 Jay Lepreaudon't mess with SIGWINCH, instead get winsz every time...
1986-05-13 Jay Lepreaumake qsort compare routine extern so sh.file.c can...
1986-05-13 Jay Lepreaunice is absolute after all; allow killing with 0 as...
1986-05-13 Jay Lepreaunice is absolute after all; comment the problem Sun...
1986-05-13 Jay Lepreaunice is absolute (note that in 5.2 and before "nice...
1986-05-13 Jay Lepreaufix so "cmd && cmd2 &" (or ||) does not hang the tty...
1986-05-13 Jay Lepreauavoid null ptr deref, from glenn@sun
1986-05-13 Jay LepreauFix "cmd not found error handling in script (was seekin...
1986-05-13 Jay Lepreauget winsz via ioctl and respond to SIGWINCH.
1986-05-13 Anne Hughesgrammar, spelling
1986-05-12 Jay Lepreaubring doc of "alloc" up to date; clarify nice doc;...
1986-05-09 Mike Karelsadd -b
1986-03-29 Jay LepreauMinor speedups & cleanups:
1986-03-29 Jay Lepreaudon't sigblock(SIGINT) around setting t_brkc to save...
1986-03-29 Jay Lepreaureplace internal N**2 linear exchange sort with qsort...
1986-03-29 Jay Lepreaumake sh.char.o shared text; sh.h now includes sh.local...
1986-03-29 Jay Lepreaumake csh-specific hacks to libc malloc.c, sid 5.5.
1986-03-29 Jay Lepreaulint
1986-02-13 Edward Wangchanges from John Coker
1986-02-11 Edward WangChanges from John Coker
1986-01-12 Jay Lepreaunice is relative, not absolute. (Kirk "authorized"...
1985-10-08 Edward WangFile name completion added
1985-08-01 Kirk McKusickblock SIGINTS while waiting for a kid (from ks@purdue)
1985-06-24 Edward Wangmissing savestr() in exp6, from gorlick@trwrb.uucp
1985-06-12 Edward Wangcd <varname> bug reported by Jay Lapreau
1985-06-07 Edward Wangcleaning up after bozos
1985-06-07 Edward Wangprlex(): don't print trailing space
1985-06-07 Edward Wangclean up after bozos
1985-06-05 Distribution FolksAdd copyright
1985-06-02 Edward Wangupdate setenv (see /usr/src/bin/csh/sh.func.c)
1985-06-02 Edward Wangallow setenv with 0 and 1 arugments:
1985-05-23 Kirk McKusickadd SIGUSR1 and SIGUSR2
1985-05-04 Edward Wangcheck in for karels, removed dependencies on standard...
1985-05-03 Edward Wangexpand symbolic link before ..
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-04-29 Edward Wangdon't use passwd for our own home directory, just use...
1985-04-26 Edward Wanguse xalloc not malloc
1985-04-24 Mike Karels!$%#@ builtin paths
1985-03-29 Edward Wanglimit and unlimit bug fixed,
1985-03-25 Edward Wangcheck for set group id as well as setuid
1985-03-20 Kirk McKusickboiler plate around killpg()
1985-03-20 Kirk McKusickbetter argument cracking
1985-03-20 Kirk McKusicknull pointers; system call boiler plate
1985-03-20 Kirk McKusickcheck for reference through null pointer
1985-03-20 Kirk McKusickcheck for null pointer reference
1985-03-20 Kirk McKusickload history after sourcing .login file in case .login...
1985-03-01 Mike Karelsmissing initialization
1985-03-01 Ralph Campbellfix quoted chars in path (e.g., 'foo'/*.c clear quote...
1985-02-02 Edward Wangpadds fixed to take care of && and ||
1985-01-31 Edward Wangturn off NBIO when read gets EWOULDBLOCK
1985-01-31 Edward WangSIGWINCH added
1985-01-18 Jim Bloombus error trying to modify shared null string in trim()
1985-01-17 Edward Wangdon't need to turn off close-on-exec after dup any...
1985-01-17 Edward Wangcan't use environ SHELL as variable shell
1984-12-14 Edward Wangdate and time created 84/12/13 16:26:24 by edward
1984-12-14 Edward Wangdate and time created 84/12/13 16:26:23 by edward
1984-12-14 Edward Wangperformance
1984-11-28 Jim BloomFix a couple sysntax errors
1984-11-22 Ralph Campbellturn \newline into space as per documentation.
1984-11-22 Ralph Campbelldon't need to ignore SIGINT due to process groups.
1984-10-16 Ralph Campbelldon't loop if option unknown (history -x).
1984-10-14 Sam Lefflerfix nice
next