Commit graph

233 commits

Author SHA1 Message Date
ceriel 1e9c82d6e5 made to work, and added the b64 shift routines to the interface 1989-07-11 09:15:17 +00:00
ceriel 1c848c8db3 Added flt_arith 1989-07-10 11:25:02 +00:00
ceriel c20a2155fa Initial revision 1989-07-10 11:17:19 +00:00
ceriel 46b57440a0 made a bit more robust 1989-06-30 14:46:27 +00:00
ceriel 1205b95090 use different (better) hashing algorithm 1989-06-19 11:17:41 +00:00
ceriel c48f281b39 Avoid I/O buffering when using the checking malloc 1989-06-19 11:10:58 +00:00
ceriel e2b5163869 avoid a null-reference 1989-06-19 11:09:44 +00:00
ceriel 4220dc1479 some fixes 1989-05-16 14:48:47 +00:00
ceriel 948aa06740 fixed: signed divide by power of 2 not equivalent to shift-right 1989-05-02 18:00:37 +00:00
ceriel 6877184666 improved version with better PushBack 1989-04-04 14:49:31 +00:00
ceriel 4797a7d4ce make realloc behave like most Unix realloc versions when handed a
null pointer
1989-03-29 12:58:18 +00:00
ceriel 1e3877b595 documented null-string behaviour 1989-03-16 15:41:43 +00:00
ceriel 8aee01de95 made easier to compile with different compiler 1989-02-20 15:29:10 +00:00
ceriel 9751e398e3 Made easier to use other compiler 1989-02-16 16:33:29 +00:00
ceriel 188b1df96d fixed; the previous change was wrong 1989-02-16 11:14:22 +00:00
ceriel 9baa112ea1 Handle empty string in search path; It means: current directory 1989-02-16 10:48:06 +00:00
ceriel 5a4933ff7f Try to allocate to the next power of 2, instead of just aligning
with GRABSIZE; This way, malloc(1000000) followed by free() followed by
another malloc(1000000) will result in the same block being allocated,
because first_present will now find it
1989-02-10 09:18:19 +00:00
ceriel c64da88289 Added FORMAT information for our lint; Documented the _format routine 1989-02-07 11:17:22 +00:00
ceriel 1e9d815c92 Documented need of em_data.a for libeme.a 1989-02-07 11:11:57 +00:00
ceriel f3c29355f6 simplified a bit to make the resulting optimizer smaller; Added a
constant w2 that can be used in the patterns instead of 2*w
1989-02-02 11:41:31 +00:00
ceriel 2930ebb406 fixed bug: OO_halfflush did not work properly 1989-01-31 10:33:59 +00:00
ceriel f2d5f15e51 fixed wr_arhdr: date and size 1988-11-18 16:06:07 +00:00
ceriel 4b5e5a9764 fixed typo 1988-11-16 13:37:46 +00:00
ceriel 0e895422bc removed include: was already done in nopt.h 1988-11-03 10:03:45 +00:00
ceriel 7a6913dea1 some minor improvements 1988-10-28 13:37:48 +00:00
ceriel e71c873fc1 moved comment 1988-10-21 17:35:54 +00:00
ceriel 0d9daaa18d changed assert macro to also work with ANSI C compilers 1988-10-21 17:34:20 +00:00
ceriel 0f8489fe28 Added .distr 1988-10-14 16:47:39 +00:00
ceriel b909bb629b modified bts2str to also escape double quotes 1988-10-05 16:19:42 +00:00
ceriel 9c8e5b9217 corrected a bit 1988-09-30 09:36:26 +00:00
ceriel 391d115b4d fixes from bruce: there are four, not three types of pattern that the
routine findworst should look for
1988-09-27 11:16:04 +00:00
ceriel 751854f36a prevent multiple includes 1988-09-27 09:50:34 +00:00
ceriel 8a8d0d9151 prevent multiple includes 1988-09-26 15:11:25 +00:00
ceriel 2df4da50da made names more unique 1988-09-26 15:05:00 +00:00
ceriel b533b53690 some improvements to manual page and interface 1988-09-22 16:09:18 +00:00
ceriel f8a9f58006 Parameterize archiver 1988-08-23 13:16:38 +00:00
ceriel 9d6a005bb2 minor change: use int in array index 1988-08-23 12:54:16 +00:00
ceriel 7ee4487924 Added ChPushBack 1988-08-19 13:07:20 +00:00
ceriel e0fd12fd05 removed obsolete comment 1988-07-26 15:15:01 +00:00
ceriel b1dc8c8f52 fixed 1988-07-26 09:53:47 +00:00
ceriel b3efe7e46c should not result in commons; does not work with some ranlibs 1988-07-12 20:34:16 +00:00
ceriel 45bb3b1413 try another SBRK 1988-07-11 14:06:11 +00:00
ceriel 0505a65a74 check results in shell script 1988-07-08 16:10:17 +00:00
ceriel 32c3955be1 don't include too much 1988-07-08 15:51:27 +00:00
ceriel 87901b15ba declare mktemp 1988-07-08 15:31:32 +00:00
ceriel 7f6d1911e2 comment sign at begin of line 1988-07-05 12:56:43 +00:00
ceriel bb3dc913a2 improved; delayed frees did not work anyway 1988-07-05 11:50:11 +00:00
ceriel bbf9b03ef4 changed order in archive 1988-07-05 09:12:07 +00:00
ceriel 1f07fc05a4 fixed bug with linenumber counting 1988-06-29 14:05:37 +00:00
ceriel c03e25dc0d Added sys_rename 1988-06-28 11:12:18 +00:00