Commit graph

149 commits

Author SHA1 Message Date
ceriel a2d921040d first free-ing and then reallocing did not work properly.
Now, free does nothing, except remembering that a block was freed.
malloc, realloc and free check for this.
1987-08-14 11:52:17 +00:00
ceriel 34bcf4786b make two versions: one for new peephole optimizer 1987-08-06 19:00:21 +00:00
ceriel a5e33acf51 fixed manual page 1987-08-06 18:59:07 +00:00
ceriel a9392483b1 Added files for new peephole optimizer 1987-08-06 18:58:39 +00:00
ceriel 88eaeed762 code improvement 1987-08-06 14:24:08 +00:00
ceriel 5f6b6651e1 fixes 1987-08-06 14:21:01 +00:00
ceriel 912e362f11 minor mods 1987-08-06 14:20:11 +00:00
ceriel ce6a1b9cfc many re-arrangements 1987-08-06 10:48:14 +00:00
ceriel c37193b667 some cosmetic changes 1987-08-03 11:01:19 +00:00
ceriel a203a029cb some cosmetic changes 1987-08-03 09:16:20 +00:00
ceriel 3b038786ad removed the limitation of the next field 1987-08-03 09:07:25 +00:00
bruce 48a4d04b61 Corrected EMHOME in Makefile (yet again) 1987-07-30 09:42:39 +00:00
bruce bf63b12a93 Added removal of dead code patterns 1987-07-29 16:10:27 +00:00
bruce 9e55f02c3b Parser outputs some stats and fixed error is pseudo.r 1987-07-28 11:22:59 +00:00
bruce 545bed355d Converted dfa to use row displacement compaction 1987-07-28 09:37:09 +00:00
bruce 85053cf283 Remove strings library from Makefile 1987-07-22 12:41:46 +00:00
bruce 1c1eed4fd8 Major change: All queues now in same buffer 1987-07-21 13:23:09 +00:00
bruce 287a122d85 remove a couple pieces of trivial lint 1987-07-14 09:15:10 +00:00
bruce 40b9920f8f dfa.c now a routine for each state rather than nested switch statement 1987-07-13 15:03:27 +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
bruce 1b28d14dcb added manual pages for library and stand alone program 1987-07-10 09:08:31 +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
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 8c10914e78 added Realloc, split into separate files 1987-07-06 14:46:00 +00:00
ceriel 5ca1be74b8 bug fix: did not check externals right 1987-07-03 16:41:45 +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 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 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 66bcbd7d66 declare mktemp and strcpy 1987-05-18 14:27:06 +00:00
ceriel 6a52ce38f9 botch and clear have an unsigned as second arg 1987-05-18 14:16:41 +00:00
ceriel e938380cb8 Added lintlib 1987-05-18 13:49:59 +00:00
ceriel 869e3bdc9a Added lintlib 1987-05-18 13:37:44 +00:00
ceriel b14dd671b5 Added lintlib, minor fixes 1987-05-18 13:34:06 +00:00
ceriel cdf0fa6d6b Added lintlib, minor optim 1987-05-18 13:11:50 +00:00
ceriel ff505d48ed Added lintlib 1987-05-18 13:10:25 +00:00