modify semantics of FOR to reflect shadowing of for loop vars in longs
[unix-history] / usr / src / usr.bin /
1981-07-23 Kirk McKusickmodify semantics of FOR to reflect shadowing of for...
1981-07-23 Kirk McKusickput long operands into sub-opcodes for FOR, RANG, SUCC...
1981-07-21 Kurt A. Shoensoops, processing of errlst.c forgot -c flag to cc
1981-07-21 Kurt A. Shoensadded global Tflag which is set to the file name given...
1981-07-21 Kurt A. Shoensadded code to handle accounting for the -T flag:
1981-07-21 Kurt A. Shoenschanged to notice a flag of the form -T filename so...
1981-07-21 Kurt A. Shoensadded code to do accounting for -T flag for netnews:
1981-07-16 Kirk McKusickrmdel -r1.13
1981-07-16 Kirk McKusickoptimize formal calling code
1981-07-16 Kirk McKusickrmdel -r1.16
1981-07-16 Kirk McKusickrmdel -r1.16
1981-07-14 Sam Leffler2 #ifdef VMUNIX's that were missed
1981-07-14 Sam Lefflerguard against missing "hw" attributes
1981-07-12 Sam Lefflercleanup after "hw" attribute addition (instead of shann...
1981-07-11 Mark Hortonfixed non VMUNIX botch in HBLKS
1981-07-11 Mark Hortonfixed 10 bit problem with magic number for c/70
1981-07-11 Mark Hortongot rid of call to FIONREAD
1981-07-10 Mark Hortonrelease 3.7
1981-07-10 Mark Hortonfixed stuff broken by mjm
1981-07-10 Mark Horton(no message)
1981-07-10 Mark Hortonfixed to work on the 3B
1981-07-10 Mark Hortonfixed macro mismatch
1981-07-10 Mark Hortondate and time created 81/07/09 22:03:05 by mark
1981-07-09 Mark Hortonrelease 3.7 - a few bug fixes and a few new features.
1981-07-09 Peter B. Kesslerreplace evening of all variables with selective alignme...
1981-07-06 Bill Joyopen tape only as needed and only once
1981-07-06 Bill Joyonly one open of tape
1981-07-06 Bill Joyopen tape r/w only when needed
1981-07-06 Bill Joyignore SIGTSTP before exec() so /bin/sh's wont die...
1981-07-04 Bill Joyfix to -group # usage (ala previous -user # fix)
1981-07-04 Bill Joyprevent interrupt and quit from killing parent while...
1981-07-04 Bill Joyfix per jag@cmu
1981-07-03 Bill Joyfix per bill jolitz
1981-07-02 Bill Joyadd exit(0) per day
1981-07-02 Bill Joyfix to -name bug
1981-07-02 Kurt A. ShoensRelease to Heidi Stettner
1981-07-02 Kurt A. Shoensfixed strange condition causing core images; not picky...
1981-07-02 Kurt A. Shoenschanged "source" routine to expand() the name first.
1981-06-22 Kirk McKusickfix code to read from pipes to request only what it...
1981-06-22 Sam Lefflerfix to kill off child on aborts
1981-06-20 Kirk McKusickchange pipesize to BUFSIZ since incore pipes are smaller
1981-06-17 Kirk McKusickdate and time created 81/06/17 00:40:37 by mckusick
1981-06-17 Kirk McKusickdate and time created 81/06/17 00:40:19 by mckusick
1981-06-17 Kirk McKusickchange to allow any type of files
1981-06-17 Kirk McKusickchange return value of TELL
1981-06-17 Kirk McKusickadd seekptr struct for TELL and SEEK
1981-06-17 Sam Lefflercosmetic surgery
1981-06-17 Sam Lefflerlots of patches to satisfy the DN-11's wants
1981-06-16 David Wasleyadded 'nowreading(lu)'. DLW
1981-06-16 David Wasleyadded 'nowwriting(lu)'. DLW
1981-06-16 David Wasleyfixed case of "/". DLW
1981-06-16 Kirk McKusickperform constant subscript calculations at compile...
1981-06-15 Kirk McKusickmake fblk an unsigned to prevent illegal negative numbers
1981-06-13 Peter B. Kesslercopy formal descriptor to a local (so it's addressable...
1981-06-13 Bill JoyI suppressed wall messages to the sleeper program
1981-06-12 David PresottoI added an alternate comment spec for PASCAL
1981-06-12 David PresottoI've added an alternate comment to allow comment nestin...
1981-06-10 Kirk McKusickchange over to new error message format
1981-06-10 Kirk McKusickmove text of error messages from ERROR to functions...
1981-06-10 Kirk McKusickdo not call ERROR, since do not want to generate an...
1981-06-10 Kirk McKusickdate and time created 81/06/10 00:48:04 by mckusick
1981-06-10 Kirk McKusickmove the text of error messages from ERROR to the functions
1981-06-10 Kirk McKusickallow non-alphanumerics in include file names
1981-06-10 Sam Lefflerfix problem with scripting
1981-06-09 Kirk McKusickput display save area back into formal routine structure
1981-06-08 Kirk McKusickput in optional path names for -Tn options
1981-06-08 Kirk McKusickput display save area back into formal routine structure
1981-06-08 Kirk McKusickdo not try to close or deallocate buffers for tmp files...
1981-06-08 Kirk McKusickput display save area back into formal routine structure
1981-06-08 Kirk McKusickput in better error messages
1981-06-08 Kirk McKusickput display save area back into formal routine structure
1981-06-08 Kirk McKusickchange error message for non-interpreter files handed...
1981-06-06 Bill Joyfix bug where hardly ever finds arg list
1981-06-05 Peter B. Kesslerfix bug in tmpalloc for variable field widths
1981-06-05 David Presottochanged the end of character literal for model -- presotto
1981-06-05 Sam Lefflerfixed problem with exclusive open in dn11 handler
1981-06-04 Peter B. Kesslerformal functions need not be at the current level;...
1981-06-03 Sam Leffleradded echocheck mode for ftp (from decvax!shannon)
1981-06-02 Peter B. Kessleradd storage classes to namelist, and use them.
1981-06-02 Peter B. Kessleradd storage classes to namelist, and use them.
1981-06-01 Sam Leffleradded break command from decvax!shannon
1981-05-27 Eric Allmanprint names in create
1981-05-27 Eric Allmanadd ``create'' command
1981-05-27 Sam Leffleradd in ~. synonym for ~^D (shannon)
1981-05-23 Kurt A. ShoensFixed SIGCONT bug where reported wrong program state;
1981-05-22 Sam Lefflerchanges to make remcap appear just like termcap, except...
1981-05-21 Sam Lefflerupgrade to 4bsd termcap; changes from shannon w/ some...
1981-05-19 Kurt A. Shoenschanged location of cgraf
1981-05-19 Kurt A. Shoensadded option sendmail which lets you specify what progr...
1981-05-19 Kurt A. Shoenschanged locking protocol to agree with what v6mail...
1981-05-19 Sam Lefflertemporary kluge fix for setting script in .tiprc file
1981-05-14 Mark Hortonadded .DT macro which it didn't know about (-ms)
1981-05-11 Bill Joydate and time created 81/05/11 03:13:39 by root
1981-05-11 Sam Lefflerinsure stdout is unbuffered
1981-05-10 Bill Joydate and time created 81/05/09 16:45:30 by root
1981-05-10 Bill Joydate and time created 81/05/09 16:45:29 by root
1981-05-10 Bill Joydate and time created 81/05/09 16:45:27 by root
1981-05-10 Bill Joydate and time created 81/05/09 16:45:26 by root
1981-05-10 Bill Joydate and time created 81/05/09 16:45:24 by root
1981-05-10 Bill Joydate and time created 81/05/09 16:45:22 by root
next