ceriel
35c612b99b
some minor improvements
1989-10-19 14:50:52 +00:00
ceriel
1ae683e3b3
improved the making of libCEopt.a
1989-10-18 14:40:15 +00:00
ceriel
744fcc3442
Added split.c to .distr
1989-10-16 18:02:55 +00:00
ceriel
82c3158ada
simplified a bit
1989-10-16 17:56:36 +00:00
ceriel
b821194cbd
merged cricon.c+crfcon.c+crucon.c into crxcon.c
1989-10-16 16:37:46 +00:00
ceriel
1fefd074f9
Added em_private.h
1989-10-16 14:23:25 +00:00
ceriel
81a2d12ae5
improved Makefile: save libemopt.a when creating libCEopt.a
1989-10-16 09:45:06 +00:00
ceriel
0b44329a4b
cleaned up considerably
1989-10-13 18:26:05 +00:00
ceriel
8c84139dc8
Added RCS Headers
1989-10-13 14:03:25 +00:00
ceriel
998de8d264
install code-expander version
1989-10-11 15:31:10 +00:00
ceriel
3aa0ecdb5c
removed include file in_all.h
1989-10-11 15:25:07 +00:00
ceriel
0e2a3baa5d
also install peephole optimizer and code expander versions
1989-10-11 15:15:47 +00:00
ceriel
f63613844b
Added em_codeO.h
1989-10-11 15:13:07 +00:00
ceriel
de6b8d9108
Added em_opt
1989-10-11 12:43:53 +00:00
ceriel
1525e12aee
mkstrct.o ended up in the archive twice
1989-10-09 15:03:01 +00:00
ceriel
9197c959dc
recursive calls to sametest routine were wrong; How could this ever work?
1989-10-06 14:53:49 +00:00
ceriel
10a379dc8a
latest Makefile Version
1989-10-04 11:12:57 +00:00
ceriel
96562f964d
This is the 4th distribution version
1989-10-04 11:02:39 +00:00
cvs2hg
42e84d8dd2
fixup commit for tag 'distr3'
1989-10-04 10:56:17 +00:00
ceriel
9a92f57752
Initial revision
1989-10-04 10:56:16 +00:00
ceriel
8ee1e318a3
Added em_codeCE.h to repository and to .distr file
1989-08-21 13:12:51 +00:00
ceriel
8279a37642
made more ANSI conformant
1989-08-09 16:25:50 +00:00
ceriel
be3597ddbe
fixed: arguments to fputs were the wrong way around
1989-08-09 16:22:59 +00:00
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