Commit graph

131 commits

Author SHA1 Message Date
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
ceriel
680e0c347c document zero-initialization 1987-05-14 16:51:53 +00:00
ceriel
ed582b0752 Added some patterns replacing divides by shifts (done by bruce) 1987-04-29 11:35:00 +00:00
ceriel
4cbff1975f bug fix: decode did not handle quotes within strings right 1987-04-21 19:34:52 +00:00
ceriel
22961f13af Initial revision 1987-04-16 15:57:16 +00:00
ceriel
81b1d21c35 Initial revision 1987-04-13 10:32:47 +00:00
ceriel
f67bfc485c moer robust version 1987-03-31 08:16:41 +00:00
ceriel
9c0aa5e7a3 updated 1987-03-29 13:33:37 +00:00
ceriel
4f41981cd8 modified to do more in the presence of errors 1987-03-29 13:07:44 +00:00
ceriel
c6cf0725d0 bug fixes 1987-03-29 12:55:25 +00:00
ceriel
8a5f7d09c9 minor mods 1987-03-25 17:54:24 +00:00
ceriel
74a1a176c5 em?.o and C_failed.o must be at the end of the archive 1987-03-18 19:20:38 +00:00
ceriel
10080ca0f2 deleted exit.c 1987-03-17 22:28:15 +00:00
ceriel
321fa30a5f bug fix 1987-03-17 10:44:16 +00:00
ceriel
d676a5df2a Bug fix 1987-03-17 10:39:18 +00:00
ceriel
e140a87a6b bug fix 1987-03-16 15:11:51 +00:00
ceriel
4549b5129d don't use "void"! 1987-03-12 22:24:19 +00:00