Commit graph

2284 commits

Author SHA1 Message Date
bruce 40b9920f8f dfa.c now a routine for each state rather than nested switch statement 1987-07-13 15:03:27 +00:00
ceriel b93dc94cdb Added and corrected some comments 1987-07-13 13:34:56 +00:00
ceriel 6a8547cca0 version for installation 1987-07-13 12:53:21 +00:00
ceriel a1b08c5ee3 compute some expressions in "int" instead of "arith" 1987-07-13 12:46:46 +00:00
ceriel 8dfafeb4e3 fixes 1987-07-13 11:49:32 +00:00
ceriel c66066a91f fixes 1987-07-13 10:30:37 +00:00
bruce dc8d6ce37b Remove free queue and use st_alloc/free from alloc module 1987-07-13 10:07:33 +00:00
bruce c8aaa59e1c New patterns, man page changes, other little fixes 1987-07-10 14:16:32 +00:00
ceriel a8e086dbc3 yet another bug fix: the brk systemcall destroyed d1 1987-07-10 11:57:45 +00:00
bruce 1b28d14dcb added manual pages for library and stand alone program 1987-07-10 09:08:31 +00:00
ceriel fbf67d7a29 some fixes 1987-07-10 09:06:19 +00:00
ceriel f12358bfb0 fix: sbu was wrong for 4-4 1987-07-09 17:46:31 +00:00
ceriel d61fe61b66 added m2_traps.h 1987-07-09 15:17:56 +00:00
ceriel c7d4d35200 changed random function, added CSP module 1987-07-09 15:15:22 +00:00
bruce e5dd1249b2 Added lint entry to Makefile and removed some things lint complained about 1987-07-09 15:04:03 +00:00
bruce 65aab404ba Corrected clean option in Makefile 1987-07-09 09:14:43 +00:00
bruce 64578a3afd Changed trans.c from switch statement into series of small procedures. Output files from parser now only written if changed 1987-07-09 09:02:41 +00:00
ceriel 74ea5e0bd7 latest changes to PascalIO: Reset and Rewrite have their parameters switched 1987-07-08 16:37:23 +00:00
ceriel 9d66bc3258 fix: sometimes the index mode was used in the wrong way 1987-07-08 16:36:45 +00:00
bruce 466637933a Convert to new READ_EM data structure. Build a em_nopt. Input names now O_ and output C_. Add insert part support. 1987-07-07 16:31:16 +00:00
ceriel 85421efb19 Bug fix: ch7sel should call any2opnd 1987-07-06 18:24:46 +00:00
ceriel 69843cf9ce Added -DNDEBUG to Makefile, table now kills regvars 1987-07-06 15:28:59 +00:00
ceriel 8c10914e78 added Realloc, split into separate files 1987-07-06 14:46:00 +00:00
ceriel d120b2b73a tried to make faster 1987-07-06 13:03:14 +00:00
ceriel d6593abd5e bug fix: sometimes register variables were treated as scratch regs! 1987-07-06 10:24:51 +00:00
ceriel 5ca1be74b8 bug fix: did not check externals right 1987-07-03 16:41:45 +00:00
ceriel 5838d4899d name changes 1987-07-03 16:07:18 +00:00
ceriel 54a85f705b fix: errmod --> errmon 1987-07-03 15:50:38 +00:00
ceriel 10caf5c785 The em_argtype sometimes was not set right 1987-07-03 10:35:55 +00:00
ceriel 1310910b23 BASE only used when INCORE 1987-07-01 18:27:00 +00:00
ceriel 83bc77ad51 Added C_insertpart mechanism 1987-07-01 17:24:10 +00:00
ceriel 19897803d4 pass EMHOME on to nested make 1987-07-01 13:15:52 +00:00
ceriel 1487265556 Added seek.c, an interface to the lseek systemcall 1987-07-01 13:00:43 +00:00
ceriel 6161b898cd use proper selector names 1987-07-01 09:52:17 +00:00
ceriel 0e4defe032 again, more consistent naming 1987-06-30 18:59:51 +00:00
ceriel db6c8a8b79 updated 1987-06-30 18:44:08 +00:00
ceriel d41028a664 pass EMHOME to nested make 1987-06-30 18:30:45 +00:00
ceriel d473c8b1df Added some register decls 1987-06-30 18:24:27 +00:00
ceriel 87c67b8c5f EM --> EMHOME 1987-06-30 18:20:25 +00:00
ceriel 480e58cc9f more consistent naming 1987-06-30 17:02:45 +00:00
ceriel a7cb540ae3 [ek]/C_failed.c removed. Now called failed.c 1987-06-30 16:11:19 +00:00
ceriel dce90d9491 all external names start with C_ 1987-06-30 16:09:36 +00:00
ceriel 19ffd2c1f2 all external names start with C_, output buffered 1987-06-30 16:09:18 +00:00
ceriel 329cc47ca6 putbyte --> C_putbyte 1987-06-30 15:24:02 +00:00
ceriel d3031b22b7 fix 1987-06-30 13:17:53 +00:00
ceriel 53d5e42603 minor changes, consistent naming of variables 1987-06-30 13:11:16 +00:00
ceriel 0c5b54219e new version, different interface 1987-06-30 12:55:30 +00:00
ceriel f6a828b183 fix: ReadREAL did not work, because ok was'nt initialized 1987-06-29 19:33:01 +00:00
ceriel 9179494c16 fix: rck must call trp, not jmp to it. Return is possible. 1987-06-29 18:13:47 +00:00
ceriel 7d26d60bd4 Added the modifications that were made to the Minix code generator 1987-06-29 15:57:48 +00:00