ceriel
94a4bbb268
some fixes: representation for 0, and corrected check for overflow
1989-08-01 16:34:01 +00:00
ceriel
3e194345cf
Added #define for buffer size needed for flt_flt2str()
1989-07-31 13:05:51 +00:00
ceriel
990e7a67da
Added some assertions
1989-07-31 12:55:33 +00:00
ceriel
53ce9da827
fixed some bugs, added flt_umin
1989-07-28 14:13:39 +00:00
ceriel
b1ee8fe36b
fixed a problem with the store: we sometimes lost some memory
1989-07-17 15:13:09 +00:00
ceriel
b07825aee3
exponent was wrong in divide routine; corrected
1989-07-13 11:18:02 +00:00
ceriel
02c5bf9140
changed lay-out of manual page a bit
1989-07-12 09:48:15 +00:00
ceriel
f62db3f3c6
Added #define for Free, improved text
1989-07-11 17:02:07 +00:00
ceriel
c483664bb1
made names of some files shorter
1989-07-11 11:38:52 +00:00
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