1e3ec09984Some minor changes.
keie
1985-01-24 15:34:23 +0000
58c5d2d8acChanged the line numbered 19 into a line numbered 190. This seemed the correct thing to do.
em
1985-01-24 11:34:12 +0000
410800127c*** empty log message ***
em
1985-01-24 11:27:36 +0000
1732114593bug fixed: the "incr" parameter of sbrk() is a 2-byte integer, not a 4-byte integer.
bal
1985-01-23 16:31:51 +0000
66eabbcddfparameter of fscanf changed from "%d" to "%hd" to read a short.
bal
1985-01-23 16:28:58 +0000
468401cb81core allocation macros added.
bal
1985-01-23 16:27:47 +0000
cac6ffd8c2ovfl_harmful and arrbound_harmful turned into ints
bal
1985-01-23 16:25:29 +0000
d32d4e6ba0Interface of tmplocal() changed: second parameter is a long now
bal
1985-01-23 16:23:15 +0000
5cad6f6aa7interface with tmplocal() changed: second parameter is a long now.
bal
1985-01-23 16:18:33 +0000
e46c49e291bug fixed in get_instrs(): instr should be an int rather than a Celem_t.
bal
1985-01-23 16:16:49 +0000
5a95c31414bug fixed in last_mnem(): test on nil-pointer. bug fixed in try_tail(): add line "if(l1==0||l2==0) return FALSE".
bal
1985-01-23 16:13:57 +0000
f487f26e00bug fixed in last_line() : assert(l!=0) should be assert(lines!=0).
bal
1985-01-23 16:12:21 +0000
e95492dfb0bug fixed in routine get_ca_lines(): test on nil-pointer.
bal
1985-01-23 16:10:43 +0000
fefe15a844init_regcnt renamed initregcnt to avoid name conflict. bug fixed in routine fits_in(): test on nil-pointer. routine choose_location(): interface with tmplocal() changed, second parameter now is a long, so a cast is added.
bal
1985-01-23 16:07:09 +0000
3d2c33e277rules for itemtab.h and makeitems added.
bal
1985-01-23 15:50:17 +0000
2ea3be322dclean_items renamed cleanitems to avoid name conflict. clean_timeset renamed cleantimeset to avoid name conflict. bugs fixed: calls to fscanf() with a pointer-to-short as argument should provide a "%hd" instead of "%d".
bal
1985-01-23 15:45:58 +0000
a849b751a9src1 and src2 extended. Errors in 'pat loc cmi teq' and 'pat loc cmi tne' recovered. Second stack-pattern for 'pat zlt' and 'pat zge' added. Patterns for 'lil loc adi sil', 'lil inc sil', 'lil dec sil' and 'sil lil' added.
garde
1985-01-22 19:55:11 +0000
ea337060ecUser defined trap handling routine is called with calls instruction. A message is printed if there is no routine at all.
em
1985-01-22 15:20:19 +0000
33c81637dbAdded `movl r3,ap' to restore the argument pointer before returning vi jmp (r0).
em
1985-01-22 13:10:35 +0000
8bdec01d71Now using opder recommanded by 'lorder'.
em
1985-01-22 02:17:13 +0000
7556180ab3Printf does not return a truth value for failure. These -incorrect- tests were replaced by calls to ferror.
keie
1985-01-21 23:58:07 +0000
09000449a4Added declaration of _newstr.
keie
1985-01-21 23:57:44 +0000
68644410fbAdded correct declaration of salloc, thereby preventing incorrect conversions. Removed now unnecessary casts from salloc to (char *). Added a cast to (char *) for the argument of sfree in the second call.
keie
1985-01-21 23:56:10 +0000
c2e988c3d51 - Changed argument from int to unsigned. 2 - The test for a failed malloc is changed from comparison to -1 to comparison to 0.
keie
1985-01-21 23:54:46 +0000
d4a597912fTests for EOF returned by stdio routines need the full int width.
keie
1985-01-21 23:53:41 +0000
682e5d9b8aRemoved casts made superfluous by adding newstr to string.h
keie
1985-01-21 23:53:01 +0000
f7027ba7e4Test for EOF returned by stdio routines have to use the full int width.
keie
1985-01-21 23:52:19 +0000
52a627589aRemoved cast made superfluous by added newstr to string.h
keie
1985-01-21 23:51:33 +0000
5fc9fdf795Added test for outcome of request for more core. If no more core is available a fatal error message is produced.
keie
1985-01-21 23:48:06 +0000
08c8edf314Changed #define's of newlbss of cst_fmt.
em
1985-01-21 16:40:02 +0000
603f82a578Bug fix: redefined a Local local causing an INTERNAL ERROR from as.
em
1985-01-21 15:49:22 +0000
8f81c858f8Due to an 8 character identifier length limitation the identifier "strcompare" is changed into "strcomp".
keie
1985-01-21 14:52:34 +0000
6a21488f0cDue to an 8 character identifiers limitation calls in EM the identifier "randomize" was changed into "randomi".
keie
1985-01-21 14:51:29 +0000
374ac8b21cDue to an 8 character identifiers limitation on EM calls to "setchannel" were changed into "setchan" and the identifier "seektable" is replaced by "seektab".
keie
1985-01-21 14:50:12 +0000
770f321ea8Changed calls to "setrandom" into calls to "setrand" and calls to "randomize" inro calls to "randomi" to avoid problems with routines compiled by C.
keie
1985-01-21 14:48:16 +0000
decda89fbaAdded a few /*NOSTRICT*/ comments to indicate awareness of lint complaints.
keie
1985-01-21 14:30:55 +0000
ff46181ae01 - Changed the defintion of a local 's' into 'Sym' to avoid naming conflict. 2 - Added .integer, .Sptr and .cptr at appropiate places to uses of yylval. 3 - Removed unnecessary casts. 4 - Added a few /*NOSTRICT*/ comments to indicate awareness of lint complaints.
keie
1985-01-21 14:26:29 +0000
dbb0d46ac21 - Added comment to indicate awareness of lint complaints. 2 - Added/Removed some casts used with core allocation/deallocation.
keie
1985-01-21 14:23:49 +0000
d53ef52028Changed the argument of salloc from an int into an unsigned. Just to shut up lint.
keie
1985-01-21 14:22:07 +0000
a91ff9e04bAdded a declaration of gosublabel.
keie
1985-01-21 14:21:52 +0000
56a8cd53b6Added a few comments to indicate awareness of lint complaints.
keie
1985-01-21 14:20:11 +0000
0c2aee48351 - Removed definition of POINTERSIZE. 2 - Defined void as int, some compilers don't know void. 3 - Added declarations of the routines proclabel, salloc, strcpy, strcat, malloc.
keie
1985-01-21 14:18:47 +0000
cd78a1a27acase 8 and case 6 deleted in switch of function 'prolog'
garde
1985-01-21 14:17:11 +0000
309bbef3eaNow using a union for YYSTYPE and typed (non-)terminals. Changed values $n(intvalue) to ival in definition of filelist. Changed one asp,$n(midparms) into several asp,...SIZE in the definition that uses MIDSYM.
keie
1985-01-21 14:15:06 +0000
71cbd2c92f1 added lint entry. 2 changed calls to cc into $(CC)
keie
1985-01-21 14:14:22 +0000
cb49888304To have a file preprocessed, it must start with a # in column o1. The RCSid is replaced to accomplish this.
em
1985-01-21 12:56:09 +0000
9479f61318Now using correct RCS identification
em
1985-01-21 12:47:04 +0000
8d02182e12Renaming due to 8 character C compiler limit.
em
1985-01-21 12:37:26 +0000
aef211ad4eUsed a correct definition of malloc.
em
1985-01-21 12:35:53 +0000
a33d0e8e14Replaced RCSid so that file starts with # in column 0 so it gets preprocessed.
em
1985-01-21 12:28:59 +0000
4f40987ff0Corrected type; forgot closing ".
em
1985-01-21 12:14:59 +0000
ccfa0db0deRemoved #define IDFIRST because fmt_id() replaces it.
em
1985-01-21 12:09:44 +0000
6ac5841c7fInitial revision
em
1985-01-18 16:06:21 +0000
f9c86fc6f6Routines are now called with calls instead of jsb. We use ap as argument pointer register. EM_BSIZE is required to be a constant.
em
1985-01-18 15:39:07 +0000
a4ca3054f0Changed label generators and added fmt_id().
em
1985-01-18 15:36:51 +0000
10ce06ff2bRoutines are called with calls instead of jsb. EM_BSIZE is required to be a constant.
em
1985-01-18 15:33:44 +0000
6512a304a0Checking in Martin's changes.
em
1985-01-17 14:10:27 +0000
e75b8772caAdded some documentation for the interface between C and Pascal. This was necessary because the format of Pascal and C procedure pointers differ from now on.
keie
1985-01-17 13:22:49 +0000
d19105ef78Added the test program for the C<=>Pascal interface.
keie
1985-01-17 12:43:51 +0000
d72ad93216Allows optional second argument. This is the name of the destination file. The destination directory is determined by compare.
keie
1985-01-11 16:46:02 +0000
081413cfda1 - Allows 2 arguments, 1 - name of source in current directory. 2 - name of destination file(!path), default arg 1. 2 - Make the necessary dirctory. 3 - runs ranlib if "ar t ... | grep SYMDEF succeeds.
keie
1985-01-11 16:43:56 +0000
22e4268cc7The recursive call of setp1 initialized elements 0...ASIZE. This is out of bounds and now altered into 0..ASIZE-1.
keie
1985-01-11 13:17:26 +0000
f532b58045Added provisions for copying everything after the string area into the resulting object file. Because this is most likely symbolic debugging information, these are parametrized by #ifdef SYMDBUG.
duk
1985-01-08 11:54:57 +0000