version 2.11 becomes 2.12 automagically.
[unix-history] / usr / src / usr.bin / pascal /
1983-01-13 Peter B. Kesslerport to the mc68000; pass 1.
1983-01-11 Kirk McKusickHZ goes from 60 to 100
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
1983-01-08 Kirk McKusickdelete duplicate entries in pcexterns.o
1983-01-08 Kirk McKusickfix PUSH
1982-12-30 Sam Lefflerreg.h moved
1982-12-08 Gary M. LevinAdded multiple string tables. Fixed bugs in handling...
1982-12-07 Peter B. Kesslerord() shouldn't be allowed on pointers.
1982-12-07 Peter B. Kesslerreally chain symbol and string tables.
1982-12-07 Peter B. Kesslerwhy were these things compiled with -d2?
1982-11-17 Kirk McKusickmisssing level of indirectin in ptr passed to blkclr...
1982-11-17 Kirk McKusickmissed a level of indirection...
1982-11-17 Kirk McKusicktype cast missing...
1982-11-15 Kirk McKusickNEWZ becomes NEW+blkclr; ASRT becomes ASRTS; blkclr...
1982-11-15 Kirk McKusickfix bug in delta 1.14 that made fields come out one...
1982-11-15 Kirk McKusickfix bug in delta 1.12 that made fields come out one...
1982-11-13 Kirk McKusickadd inlines for ASRT, ASRTS, CHR, LINO, NIL, RANG4...
1982-11-13 Kirk McKusickredefine where all the source directories live (again...)
1982-11-13 Kirk McKusickget rid of NEWZ (use NEW + blkclr); break ASRTS out...
1982-11-13 Kirk McKusickarguments to blkclr are reversed to be compatable with...
1982-11-13 Kirk McKusicklocal jumps to globally declared labels must still...
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-11-13 Kirk McKusickversion 2.9 becomes 2.10 automagically.
1982-11-13 Kirk McKusickforce setjmp and display save/restore for program statement
1982-11-12 Kirk McKusickoptimize display save/restore and setjmp() to be done...
1982-11-11 Kirk McKusickget rid of GOTO and replace it with setjmp/longjmp
1982-10-22 Peter B. Kesslerto correct the ir to the code generator,
1982-10-20 Peter B. Kesslermake depend; plus, i notice that `sources' doesn't...
1982-10-20 Peter B. Kesslermake depend; also, i notice that `sources' doesn't...
1982-10-20 Peter B. Kesslerversion 2.8 becomes 2.9 automagically.
1982-10-20 Peter B. Kesslerc style alignment of variants within records.
1982-10-19 Kirk McKusickuse DESTDIR in install
1982-10-19 Kirk McKusickdo not worry about the return code from ``pc''
1982-10-15 Peter B. Kesslersetting of output's NUSED flag was missing {};s.
1982-10-14 Kirk McKusickmove home from cmd to ucb
1982-10-14 Kirk McKusickchange HOME from cmd to ucb
1982-09-10 Peter B. Kessler`make' should make px, not sources.
1982-09-10 Peter B. Kesslermake depend and y.tab.h entries; plus the result of...
1982-09-10 Peter B. Kessler`make' should make libpc, not sources.
1982-09-04 Kirk McKusickdo not put a leading blank before real numbers
1982-09-03 Mark Linton(no message)
1982-09-03 Mark Lintonchanged way library stuff is compiled and linked
1982-09-03 Mark Lintonadded id keywords
1982-09-03 Mark Lintonp cerror.s
1982-09-03 Mark Lintondate and time created 82/09/02 20:30:58 by linton
1982-08-31 Kirk McKusickversion 2.7 becomes 2.8 automagically.
1982-08-31 Peter B. Kesslerfully expand reduce rules; so error recovery changes...
1982-08-31 Kirk McKusickreduce cost for replacing identifier (ie external)...
1982-08-31 Peter B. Kesslerfield_list ->* lambda so no special rule.
1982-08-30 Kirk McKusickfixes for assert no longer being a keyword
1982-08-30 Kirk McKusickoutput of eyacc to /dev/null
1982-08-30 Mark Lintonaddition of dfdisp op
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-30 Kirk McKusickremove restriction on files in dynamic structures
1982-08-30 Kirk McKusickadd disposal of dynamic files
1982-08-30 Kirk McKusickget rid of unneeded header file
1982-08-30 Kirk McKusickget rid of header file in utilities.c
1982-08-30 Kirk McKusickadd DFDISP to dispose dynamic files
1982-08-30 Kirk McKusickconditionally load non-standard keywords based on ...
1982-08-30 Peter B. Kesslerallowing no files list in program statement.
1982-08-30 Peter B. Kesslerchecking for non-standard `#', `|', `&', and `~'.
1982-08-30 Peter B. Kessleronce-only error messages for multiple/out-of-order...
1982-08-27 Kirk McKusickremove restriction on files in dynamic structures
1982-08-27 Kirk McKusickconvert "assert" from being a reserved word to being...
1982-08-27 Kirk McKusickconvert namelist structure to use unions
1982-08-27 Kirk McKusickconvert "assert" from being a reserved word to being...
1982-08-27 Kirk McKusickconvert namelist structure to use unions
1982-08-27 Kirk McKusickconvert namelist structure to use unions
1982-08-27 Kirk McKusickconvert namelist structure to use unions
1982-08-27 Kirk McKusickmake dispose a standard procedure
1982-08-27 Kirk McKusickremove patch to "if-then-else" due to broken eyacc
1982-08-17 Kirk McKusickgive more complete error messages when components of...
1982-08-17 Kirk McKusickcheck that file has been reset or rewritten
1982-08-14 Peter B. Kesslerdate and time created 82/08/13 15:32:45 by peter
1982-08-14 Peter B. Kessleruse new char version[]; add `make newversion' entry.
1982-08-12 Kirk McKusickcomplain in segend() when trying to compile with -z...
1982-08-12 Kirk McKusickonly complain in segend when actually trying to profile
1982-08-12 Kirk McKusickadd grammar rules to handle separate compilation and...
1982-08-12 Kirk McKusickrestore creation of y.tab.c
1982-08-12 Kirk McKusickadd "pxp" counter to external routines, in case they...
1982-08-04 Kirk McKusickfix-up to clean directive
1982-08-04 Kirk McKusickrestore sccs keywords
1982-08-04 Kirk McKusickuse rm -f to suppress errors
1982-08-03 Peter B. Kesslerversion 2.6 becomes 2.7 automagically.
1982-08-03 Peter B. Kesslersomeone forgot to pass an argument to PCEXIT() for...
1982-07-30 Peter B. Kesslermake pcexterns.o depend on changes to its awk script.
1982-07-30 Kirk McKusickadd comments
1982-07-30 Peter B. Kesslerprotect against conflicts with library routines and...
1982-07-30 Kirk McKusickchange to new stab format for library definitions
next