new vm
[unix-history] / usr / src / bin / csh /
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
1984-09-08 Ralph Campbelladded -b flag to force next arg as shell input file...
1984-09-03 Sam Lefflera bit of a cleanup
1984-09-03 Sam Lefflerargh -- missing #
1984-09-03 Sam LefflerI can't stand it, if layer's gonna put this crap in...
1984-09-01 Ralph Campbelluse new signals.
1984-09-01 Ralph Campbelluse new signal calls instead of compatibility routines.
1984-07-07 Sam Lefflerfix up profiling
1984-07-07 Sam Lefflerfix up profiling; correct last hack
1984-07-07 Sam Lefflerturn copy() into bcopy(); fix up profiling
1984-07-07 Sam Lefflerrestore prior formatting
1984-07-04 Kirk McKusickfix the unlimit command so that it does not try to...
1984-06-07 Kevin Layercreate .history with mode 666 not 777 (should use umask...
1983-11-14 Kevin Layernew malloc from Caltech. Better for alloc'ing small...
1983-11-14 Kevin Layerdon't turn on ECHO after every command. This was very...
1983-11-03 Kevin Layermods for filename completion (ifdef'd in with FILEC)
1983-11-03 Kevin Layeris called with -c, then don't print the prompt
1983-11-03 Kevin Layerdon't allow "@ 1 = 1", but do allow "@ t1 = 1"
1983-11-03 Kevin Layermove the prompt printing stuff to a function
1983-11-03 Kevin Layerdate and time created 83/11/02 13:44:07 by layer
1983-08-12 Sam Lefflerstandardize sccs keyword lines
1983-07-04 Sam Lefflerfix for noglob from wnj
1983-07-02 Bill Joyinclude fixes
1983-07-01 Sam Lefflerfixes from wnj to allow job names to be globbed
1983-07-01 Sam Lefflerfixes from wnj;
1983-07-01 Sam Lefflerinclude fix
1983-06-28 Sam Lefflermove loadhist down so setting history in .login works
1983-06-12 Sam Lefflerdifferent approach, try signal compatibility package
1983-06-11 Sam Lefflernew signals; no libjobs
1983-06-11 Sam Lefflernew signals; no libjobs; still loses SIGINT by getting...
1983-05-04 Sam Lefflerrecover from corrupted SCCS file
1983-02-10 Sam Lefflercleanups from sun
1983-02-04 Sam Leffleruse high precision time calls
1983-02-04 Sam Lefflergetwd moved to libc.a and error return changed
1982-12-31 Sam Lefflerfinally works (updated for 4.1c and merged with sun)
1982-06-07 Kirk McKusickfix to allow shell scripts to run in background
1982-05-08 Kirk McKusickupdate to new fs
1982-03-29 Bill Joysignal handling bug fix
1982-02-18 Kirk McKusickonly save history if "savehist" is specified
1982-02-13 Kirk McKusickconvret to new directory format
next