allow writing of pointers to text files
[unix-history] / usr / src / usr.bin / pascal /
1982-04-13 Kirk McKusickallow writing of pointers to text files
1982-04-13 Kirk McKusickcheck for less than lower bound
1982-04-13 Kirk McKusickallow writing of pointers to text files
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-04-02 Peter B. KesslerDATE is set by %G%, not %I%. just a bug.
1982-04-02 Peter B. KesslerDATE is set by %G%, not %I%; just a bug.
1982-04-02 Peter B. Kesslerusing various strings from the makefile in CONFIG.c
1982-04-02 Peter B. Kesslerusing various strings from the makefile in CONFIG.c.
1982-04-02 Peter B. Kesslerpdx header files are found in ../pdx. this for make...
1982-04-02 Peter B. Kesslersizeof("...") returns the size including the trailing...
1982-04-02 Peter B. Kesslerversion number and date come from makefile.
1982-04-01 Peter B. Kesslergoing to version 2.1.
1982-04-01 Peter B. Kesslernew version stuff; using sed to coordinate makefile...
1982-04-01 Peter B. Kesslerusing the new config.h.
1982-04-01 Peter B. Kesslermoving things to config.h
1982-04-01 Peter B. Kesslergoing to version 2.1 for the next distribution.
1982-04-01 Peter B. Kesslerdate and time created 82/03/31 12:54:30 by peter
1982-04-01 Peter B. Kesslerdate and time created 82/03/31 12:53:59 by peter
1982-04-01 Peter B. Kesslerleft over external declaration of the errfile.
1982-03-31 Peter B. Kesslerpc0 should output to .pc0 files by default (i always...
1982-03-30 Peter B. Kesslerforce error message when separate compilation decls...
1982-03-30 Peter B. Kessleradd continuation() for continuation error messages...
1982-03-30 Peter B. Kesslergenmx() shouldn't be reference unless we are the OBJ...
1982-03-16 Mark Lintoninitialization of the "process" variable, this really...
1982-03-09 Mark Lintoninternal booleans, some long vs. int cleanup for 11...
1982-03-09 Mark Lintonchanged "printreal" to "prtreal" for 7-character name...
1982-03-09 Mark Lintonfixed "a.b" so that type of "a" in generated addition...
1982-03-09 Mark Lintonchanged evaluation of LIST operator so that it did a
1982-03-09 Mark Lintonchanged "firstline" so that it gives up when it
1982-03-09 Mark Lintonchanged handling of the process not starting up so...
1982-03-09 Mark Lintonadded function "isendofproc" to test for END op
1982-03-09 Mark Lintonadded entry "isendofproc"
1982-03-09 Mark Lintonremoved need for "compile.csh" by using complicated...
1982-03-09 Mark Lintonfixed table entry for "defname" operator
1982-03-09 Mark Lintonfixed evaluation of expressions containing small values
1982-03-09 Mark Lintonfixed printing of booleans
1982-03-09 Mark Lintonnow checks if standard input is not a tty in "choose"
1982-03-09 Mark Lintonput in cache initialization in at beginning of process...
1982-03-09 Mark Lintonadded a call to "initstart" so that process information
1982-03-06 Kirk McKusickfix infinite looping, sent in by mhtsa!australia!muvax...
1982-02-18 Mark Lintonthe NAME operator now checks to make sure its operand...
1982-02-18 Mark Lintonadded isvariable procedure
1982-02-18 Mark Lintonanother multiple files bug
1982-02-18 Mark Lintonadded isvariable procedure
1982-02-17 Mark Lintonchanged the way reals are printed.
1982-02-17 Mark Lintonmuddled with "fetchpc", it now looks at the frame mask...
1982-02-17 Mark Lintonchanged the default for the FOR operator -- now for...
1982-02-17 Mark Lintonadded a PFLUSH prior to zero byte in processing BPT op,
1982-02-17 Kirk McKusickretain MOD and USE flags; inherit index type to temporary
1982-02-14 Mark Lintonadded routine "popsmall"
1982-02-14 Mark Lintonsmall elements are now stored in their exact size rathe...
1982-02-14 Mark Lintonreorganized the way small ( < a long ) elements are...
1982-02-14 Kirk McKusickmust update "class" field of shadow variables
1982-02-12 Mark Lintonmodified to usd "printwhere" from process/pstatus.c...
1982-02-12 Mark Lintonmodified to use "printwhere" from process/pstatus.c...
1982-02-12 Mark Lintonchanged skimsource so that it just returns if the given...
1982-02-12 Mark Lintoncentralized the printing of a source line number and...
1982-02-12 Mark Lintonmodifications for centralizing the printing of a source...
1982-02-12 Mark Lintonaddition of "printwhere" routine
1982-02-12 Mark Lintonadded a call to "newfile" in uninclude
1982-02-12 Mark Lintonchanged relative line number and address information...
1982-02-12 Kirk McKusickfix up dependancies, and locations of sources
1982-02-12 Kirk McKusickput in check for old style objs
1982-02-10 Mark Lintonthe "con" operator was being incorrectly processed
1982-02-10 Mark LintonUses new objsym.rep to read raw line number information
1982-02-10 Mark LintonAdded the definition of the object file representation
1982-02-10 Mark LintonSIGILL has got to be traced for catching breakpoints,
1982-02-09 Kirk McKusickadd BPT pseudo-opcode
1982-02-09 Kirk McKusickadd runtime checking for sin, cos, atan, and exp
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-09 Kirk McKusickadd runtime checking routines for sin, cos, atan, and exp
1982-02-08 Mark Lintonslight change in the way signals are handled -- px...
1982-02-03 Kirk McKusickuse -lnm instead of -lm
1982-02-03 Kirk McKusickget rid of panics, so that all signals and errors pass...
1982-02-03 Kirk McKusickadd underflow checking, and intelligent SIGFPE 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 McKusickconvert CASEOP* to use CASERNG instead of explicit...
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
1982-02-03 Kirk McKusickconvert ECASE to call on CASERNG
1982-02-03 Kirk McKusickgive correct name when complaining about obsolete files
1982-02-03 Mark Lintonadded PDX constant BSD-4_1_snap-Snapshot-Development
1982-02-03 Mark Lintonargument processing is done before preparing to change
1982-02-03 Mark Lintonadded some hooks for pdx
1982-02-03 Mark Lintonadded savenl.c and -I<pdxdir> in CFLAGS
1982-02-03 Mark Lintonnew for pi to dump symbolic information for pdx
1982-02-03 Mark Lintonmerge pdx into the Pascal system
1982-02-03 Mark Lintonremoved all argument handling, stuff in runcont is...
1982-02-03 Mark Lintonargument handling in conjunction with passing things...
1982-02-03 Mark Lintonfixed subtle frame pointer bug, made cosmetic change...
1982-02-03 Mark Lintonchanged call to exit to a call to quit
next