Make sure the .msgsrc file always gets updated
[unix-history] / usr / src / usr.bin / pascal /
1983-04-19 rtmore permission fix-ups
1983-04-19 rtundo deltas to 3.18, so that libraries used with Pascal are
1983-04-19 rtforce things to be installed with useful file-protections.
1983-04-18 Peter B. Kesslerrecord subdirectory names in the output as you get...
1983-04-17 Peter B. Kessleruse `install' instead of `cp'.
1983-04-09 Kirk McKusickremove unneeded -f flag (used to specify floating point...
1983-04-09 Kirk McKusickbreak up two character "short" constants into explicit
1983-04-09 Kirk McKusickturn off "-g" (for pdx) in pi by default, since not...
1983-04-09 Kirk McKusickparameterize number of digits in the exponent of real...
1983-04-09 Kirk McKusickadd START so px_header will work on the mc68000
1983-04-09 Kirk McKusickconvert to run on the mc68000
1983-04-09 Kirk McKusickdo not "pipe" to the assembler, as some assemblers...
1983-04-09 Kirk McKusickconvert to handle mc68000
1983-04-08 Peter B. Kesslermakefiles and whoami.h's live in ../src and are symboli...
1983-04-08 Peter B. Kesslermakefiles live in ../src, and are symbolically linked...
1983-04-08 Peter B. Kesslerversion 2.12 becomes 2.13 automagically.
1983-04-07 Peter B. Kesslerit says in my description of the ir that STASG's have...
1983-04-07 Peter B. Kesslerif no type is given, guess that the temporary has to...
1983-04-02 Kirk McKusickalignment of arrays is at least A_STRUCT;
1983-03-25 Mark Lintonfixed seek addresses for large files
1983-03-25 Mark Lintonupped some limits for large programs (> 10000 lines)
1983-03-04 Sam Lefflerchanges to reflect new source layout
1983-03-01 Peter B. Kesslerversion 2.11 becomes 2.12 automagically.
1983-03-01 Peter B. Kesslermake depend upon adding tmps.h.
1983-03-01 Peter B. Kesslerdate and time created 83/02/28 17:22:38 by peter
1983-03-01 Peter B. Kesslerclean up temporary allocation, moving everything releva...
1983-02-16 Mark Lintonfixed a bug in multi-subscript calculation
1983-02-15 Mark Lintonfixed some problems involving non-integer subrange...
1983-02-15 Mark Lintonfixed problems with non-integer subranges
1983-02-15 Mark Lintonchanged the way the INDEX operator is evaluated to...
1983-02-15 Mark Lintonchanged the way the INDEX operator is evaluated to...
1983-02-15 Mark Lintonchanged INDEX operator to handle multiple subscript...
1983-02-15 Mark Lintonchanged to handle new px which sends itself a signal...
1983-02-10 Kirk McKusickdo not copy the old block number to the shadow var...
1983-02-10 Peter B. Kesslersave in the namelist the padded length of the string.
1983-02-10 Peter B. Kesslerconform to the standard with respect to types of expres...
1983-02-10 Kirk McKusickhoist range checks out of loops
1983-02-10 Kirk McKusickrange checks are now hoisted out of loops
1983-02-10 Kirk McKusickfix reversed "real" operators
1983-02-09 Mark Lintonmodifications for running of a sun
1983-02-09 Mark Lintonmodifications for running on a sun
1983-02-09 Mark Linton(no message)
1983-02-09 Mark Linton(no message)
1983-02-09 Kirk McKusickupdate for new source structure
1983-02-07 Kirk McKusickcollect all the sccs related things into one makefile.
1983-02-07 Kirk McKusickupdate for new source layout
1983-02-07 Kirk McKusickversion 2.10 becomes 2.11 automagically.
1983-02-07 Kirk McKusickupdate for new source layout
1983-02-07 Kirk McKusickversion 2.10 becomes 2.11 automagically.
1983-02-07 Kirk McKusickdate and time created 83/02/06 15:54:55 by mckusick
1983-02-07 Kirk McKusickdate and time created 83/02/06 15:54:49 by mckusick
1983-02-07 Kirk McKusickupdate to split out shared sources
1983-02-07 Kirk McKusickadd continuation() output mode
1983-02-06 Kirk McKusickupdate to have ADDR16, etc
1983-02-06 Kirk McKusickadd bool type for compatability with ../src
1983-02-06 Kirk McKusickmerge in PXP
1983-02-06 Kirk McKusickinclude whoami.h
1983-02-06 Kirk McKusickmerge in PXP changes
1983-02-06 Kirk McKusickdate and time created 83/02/05 12:49:18 by mckusick
1983-02-06 Kirk McKusickuse more intelligent printf format
1983-02-04 Kirk McKusickmove sources to ../src
1983-02-04 Kirk McKusickpascal is renamed to utilities
1983-02-04 Kirk McKusickupdate defaults for -T0 -T2 -T3
1983-02-04 Kirk McKusickpx_header gets ever larger...
1983-02-04 Kirk McKusickmods to use ../src
1983-02-04 Peter B. Kesslerforgot register save mask for _program for the vax...
1983-02-04 Kirk McKusickpTree.h include goes away to restore sanity
1983-02-04 Peter B. Kesslertypo introduced during port to mc68000.
1983-02-03 Peter B. Kessleruse pre-defined machine types to define machine-depende...
1983-02-03 Peter B. Kesslerno -f flag on the vax. (how does one change makefiles...
1983-02-03 Peter B. Kessler-f flag to get floating point for the mc68000.
1983-02-02 Peter B. Kesslerignore warnings returned by pc3.
1983-02-02 Peter B. Kesslerseparate machine-dependent parts to machine-specific...
1983-02-02 Peter B. Kesslerfix unary minus so it works for both integers and reals.
1983-02-02 Peter B. Kesslermissing sconv's and calls to stkrval() instead of rvalue().
1983-02-02 Peter B. Kesslertype of a P2CALL has to match the type of the function
1983-02-02 Peter B. Kesslerpostcheck() takes struct nl *'s, not p2types.
1983-02-02 Peter B. Kesslerthe shadow of the index variable must be the same type...
1983-02-02 Peter B. Kessleruse pre-processor defines for machine type.
1983-02-02 Peter B. Kesslerstrings are aligned as structs since we sometimes treat...
1983-02-02 Peter B. Kesslerthings more from here to pc.h; to make this file machi...
1983-02-02 Peter B. Kesslerport to the mc68000.
1983-02-02 Peter B. Kesslerpc constants for the mc68000.
1983-02-02 Peter B. Kesslerfix up some things while porting.
1983-02-02 Peter B. Kesslerchange the #ifdefs from names from whoami.h to pre...
1983-02-02 Peter B. Kesslermake machine independent during port to the mc68000.
1983-02-02 Peter B. Kesslerport to the mc68000. tied to labels generated by ...
1983-02-02 Peter B. Kesslerparameters are aligned to stack aligned,
1983-02-02 Peter B. Kesslerport to the mc68000.
1983-02-02 Peter B. Kesslermake the alignment of constant sets machine independent.
1983-02-02 Peter B. Kessleralignments are machine dependent.
1983-02-02 Peter B. Kesslerthese should have tested against p2type from the beginn...
1983-02-02 Peter B. Kesslerheader file moves as we port to the mc68000.
1983-02-02 Peter B. Kesslerfix the range for T1INT. how long has this been like...
1983-02-01 Kirk McKusickdate and time created 83/01/31 18:05:04 by mckusick
1983-01-22 Kirk McKusickfor loop shadow variables now take on the type of the...
1983-01-22 Kirk McKusickname changes to confuse the innocent
1983-01-22 Kirk McKusickcertain info moves out of vars.h into objfmt.h
1983-01-22 Kirk McKusickmakefile becomes Makefile
1983-01-22 Kirk McKusicksort dynamic files only within GLVL files on fchain
next