last few day's work
[unix-history] / usr / src / usr.bin / pascal / libpc /
1983-04-09 Kirk McKusickremove unneeded -f flag (used to specify floating point...
1983-01-22 Kirk McKusicksort dynamic files only within GLVL files on fchain
1983-01-22 Kirk McKusickfix for prematurely removing temp files
1983-01-11 Kirk McKusickifdef VAX => ifdef ADDR32
1983-01-11 Kirk McKusickVAX => ADDR32
1983-01-11 Kirk McKusickifdef VAX => ifdef vax
1983-01-11 Kirk McKusickget rid of last of the .s files, yea!
1983-01-11 Kirk McKusickget rid of RAND.s and use floating point instead
1983-01-11 Kirk McKusickSETRACE() -> kill()
1983-01-11 Kirk McKusickdate and time created 83/01/10 14:50:59 by mckusick
1982-11-13 Kirk McKusickmake error message global var, so routine can be inline...
1982-11-13 Kirk McKusickGOTO and UNWIND replaced with setjmp/longjmp; NEWZ...
1982-11-13 Kirk McKusickmake size last arg to blkcpy and blkclr to be compatabl...
1982-11-13 Kirk McKusickdate and time created 82/11/12 12:11:33 by mckusick
1982-09-10 Peter B. Kessler`make' should make libpc, not sources.
1982-08-30 Kirk McKusickremove diagnostic output
1982-08-30 Kirk McKusickremove restriction on files in dynamic structures
1982-08-30 Kirk McKusickdate and time created 82/08/29 21:31:44 by mckusick
1982-08-17 Kirk McKusickcheck that file has been reset or rewritten
1982-07-24 Kirk McKusickfix initialization of "input" file
1982-04-13 Kirk McKusickcheck for less than lower bound
1982-04-10 Kirk McKusickput in checking for overflow/underflow
1982-04-03 Kirk McKusickuse tmp.o instead of tmp as intermediate name for linking
1982-02-09 Kirk McKusickadd ATAN.c, COS.c, EXP.c, and SIN.c to allow for runtim...
1982-02-09 Kirk McKusickdate and time created 82/02/08 20:33:15 by mckusick
1982-02-09 Kirk McKusickdate and time created 82/02/08 20:33:10 by mckusick
1982-02-09 Kirk McKusickdate and time created 82/02/08 20:33:04 by mckusick
1982-02-09 Kirk McKusickdate and time created 82/02/08 20:32:58 by mckusick
1982-02-09 Kirk McKusickmake it an error to reset a temporary file that has...
1982-02-09 Kirk McKusickadd return statements after errors
1982-02-03 Kirk McKusicksignal EXCEPT() on SIGFPE if runtime tests are enabled
1982-02-03 Kirk McKusickadd EXCEPT()
1982-02-03 Kirk McKusickdate and time created 82/02/02 23:09:47 by mckusick
1982-02-03 Kirk McKusickbreak out case range error into CASERNG
1982-02-03 Kirk McKusickdate and time created 82/02/02 16:00:30 by mckusick
1981-12-10 Kirk McKusickcorrect order of args to setbuf as per bug report
1981-12-01 Kirk McKusickuse -X on profiled .o files (to retain statics) and...
1981-11-30 Kirk McKusickchange ld -x to ld -X, clean up profiled creation
1981-11-24 Kirk McKusickfix install code
1981-11-24 Kirk McKusickmods for gprof to produce profiled library
1981-11-24 Kirk McKusickcheck for internal file table overflow
1981-11-23 Kirk McKusickclear EOF and EOLN after performing a seek
1981-11-23 Kirk McKusickzero length text files do not get a pseudo-newline...
1981-11-23 Kirk McKusickinsure that temporary file names do not have unprintabl...
1981-09-29 Kirk McKusickfix for possibly overlapping strings
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-15 Kirk McKusickmake fblk an unsigned to prevent illegal negative numbers
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-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-05-08 Kirk McKusickchange rewind to fseek(file, 0, 0)
1981-05-08 Kirk McKusickfix naming of temporary files
1981-04-02 Kirk McKusickfix dynamic display save
1981-04-02 Kirk McKusickmods for dynamically allocating display save area befor...
1981-04-02 Kirk McKusickFCALL and FRTN no longer return values
1981-03-19 Kirk McKusickchange RELG to RELT
1981-03-19 Kirk McKusickmods for new formal routine syntax
1981-03-19 Kirk McKusickmods for new formal routine syntax
1981-03-11 Kirk McKusickdisallow zero length format widths
1981-03-11 Kirk McKusickmake widths == 0 illegal
1981-03-10 Kirk McKusickonyx optimizations
1981-03-09 Kirk McKusickfix onyx bug
1981-03-08 Kirk McKusickmerge in onyx changes
1981-03-08 Kirk McKusickdate and time created 81/03/07 15:27:28 by mckusick
1981-03-08 Kirk McKusickdate and time created 81/03/07 15:27:09 by mckusick
1981-03-07 Kirk McKusickfix negative rounding
1981-03-03 Peter B. KesslerFRTN is a procedure, not a function.
1981-01-29 Kirk McKusickclear EOLN so that partial last lines can be detected
1981-01-27 Kirk McKusickappend a newline to unterminated last lines when readin...
1981-01-25 Kirk McKusickadd another unit flag for pseudo EOLN at EOF
1981-01-25 Kirk McKusickcheck for EOF
1981-01-25 Kirk McKusickcheck for EOF in READ4, READ8, and READE before attempt...
1981-01-25 Kirk McKusickcheck for EOF after data read
1981-01-25 Kirk McKusickprevent error when ``readln'' used on partial last...
1981-01-25 Kirk McKusickset file^ to blank on eof (for text files)
1981-01-17 Kirk McKusickdate and time created 81/01/16 19:34:08 by mckusick
1981-01-17 Kirk McKusickInstalled new random number generator
1981-01-17 Kirk McKusickRewrite the random number generator
1981-01-17 Kirk McKusickadd ability to catch runtime errors
1981-01-17 Kirk McKusickupdate random number generator
1981-01-17 Kirk McKusickadd extension to catch runtime errors
1981-01-16 Kirk McKusickadd CATCHERR and TELL
1981-01-16 Kirk McKusickfix typo on previous delta
1981-01-14 Kirk McKusickmodify to allow use by both ``pc'' and ``pi''
1981-01-14 Kirk McKusickbreak out extension routines into EXTN; get rid of...
1981-01-14 Kirk McKusickdate and time created 81/01/13 13:31:50 by mckusick
1981-01-11 Kirk McKusickflush and release buffers before closing files
1981-01-10 Kirk McKusickrelease buffers before closing files
1981-01-07 Kirk McKusickdate and time created 81/01/06 18:21:52 by mckusick
1981-01-07 Kirk McKusickallow use with both static (pc) and dynamic (pi) count...
1981-01-07 Kirk McKusickinclude math.h to insure correct return type
1980-11-20 Kirk McKusickput in include for <math.h> so they will return doubles
next