ceriel
|
094d427268
|
prevent overflow
|
1988-08-10 15:54:15 +00:00 |
|
ceriel
|
a1032b168c
|
fix
|
1988-08-10 10:41:15 +00:00 |
|
ceriel
|
d388145dce
|
new, much faster version
|
1988-08-10 09:14:43 +00:00 |
|
ceriel
|
cdb038ed6f
|
forgot leading zero in front of . in F format
|
1988-08-04 15:48:34 +00:00 |
|
ceriel
|
96fc9c9ab7
|
gcvt was called with wrong precision
|
1988-08-04 15:48:20 +00:00 |
|
ceriel
|
1726d23a44
|
problem fixed: number of digits displayed and/or format was sometimes wrong
|
1988-08-04 11:17:27 +00:00 |
|
ceriel
|
56a070ad99
|
fixed
|
1988-08-03 19:24:55 +00:00 |
|
ceriel
|
38e7921a9d
|
Added E, G, and g format
|
1988-08-03 16:29:30 +00:00 |
|
ceriel
|
3e66a45a0d
|
fixed
|
1988-08-03 16:15:48 +00:00 |
|
ceriel
|
caf948e80e
|
moved getopt to stdio, because it uses it
|
1988-08-03 14:42:47 +00:00 |
|
ceriel
|
bbe7ae21e8
|
BSD4.[23] could also run NFS
|
1988-07-28 09:26:22 +00:00 |
|
ceriel
|
fabf37e889
|
declared errno
|
1988-07-26 13:04:24 +00:00 |
|
ceriel
|
e98a670850
|
fixed typo
|
1988-07-25 12:30:52 +00:00 |
|
ceriel
|
b09805786d
|
Added some prints
|
1988-07-22 20:58:48 +00:00 |
|
ceriel
|
ffb6eb9ff4
|
Added .distr
|
1988-07-22 18:29:52 +00:00 |
|
ceriel
|
696f0b1c31
|
Added math
|
1988-07-22 18:29:51 +00:00 |
|
ceriel
|
a18fcb9048
|
Initial revision
|
1988-07-22 16:53:29 +00:00 |
|
ceriel
|
c2af3d7faa
|
allow for three digits in exponent
|
1988-07-01 11:56:08 +00:00 |
|
ceriel
|
0c386e3032
|
tolower was called without checking for isupper; adapted
|
1988-06-10 14:28:32 +00:00 |
|
ceriel
|
5891ec12a0
|
corrected brk and sbrk somewhat
|
1988-04-27 18:02:59 +00:00 |
|
ceriel
|
39d3496f4b
|
Added termcap.c
|
1988-04-26 18:23:40 +00:00 |
|
ceriel
|
71dd29ae30
|
improved layout
|
1988-04-25 16:17:29 +00:00 |
|
ceriel
|
6607dc999e
|
fixed; va_end(list) should be va_end(ap)
|
1988-04-25 15:31:58 +00:00 |
|
ceriel
|
5f4707b280
|
improved comments; should now be understandable for anyone who knows EM
|
1988-04-21 10:08:56 +00:00 |
|
ceriel
|
79e3ac1a26
|
improved setjmp
|
1988-04-20 16:58:29 +00:00 |
|
ceriel
|
536716ba84
|
rewritten setjmp: compiler now gives a bit more support
|
1988-04-20 15:33:17 +00:00 |
|
ceriel
|
ecaea97a99
|
make to use varargs.h
|
1988-04-15 14:43:19 +00:00 |
|
ceriel
|
355177a22c
|
improved sbrk
|
1988-04-14 10:45:42 +00:00 |
|
ceriel
|
eddb43c08e
|
catch possibly occurring trap with stores in the HP
|
1988-04-11 12:51:22 +00:00 |
|
ceriel
|
d034f5145c
|
malloc now allows users to use sbrk too,
setjmp/longjmp now save/restore the signal mask on BSD 4.2 systems,
some minor mods in atof
|
1988-02-16 17:48:39 +00:00 |
|
ceriel
|
7bc8ed1270
|
fixed: returned wrong value
|
1988-02-16 17:48:28 +00:00 |
|
ceriel
|
c41f63a4c8
|
%[...] did not work
|
1987-11-20 12:57:51 +00:00 |
|
ceriel
|
7df117128c
|
fixed for very large numbers
|
1987-10-22 15:26:36 +00:00 |
|
ceriel
|
cf330f732c
|
increased buffer size
|
1987-10-22 14:07:54 +00:00 |
|
ceriel
|
b75744f0d4
|
replace 10 by 10.0, so that the conversion is not done at runtime
|
1987-10-22 13:58:48 +00:00 |
|
ceriel
|
245397491a
|
increased buffer size, check for end
|
1987-10-22 13:35:05 +00:00 |
|
ceriel
|
5c7379738b
|
Some minor adaptions
|
1987-10-15 12:59:03 +00:00 |
|
ceriel
|
18996b9698
|
brk must return pointer size
|
1987-09-02 14:54:32 +00:00 |
|
ceriel
|
93eba2874d
|
previous fix was wrong; added another
|
1987-09-02 12:52:44 +00:00 |
|
ceriel
|
c93f6d9fb1
|
yet another fix in freopen: re-opening for reading did not work properly
|
1987-09-02 12:43:23 +00:00 |
|
ceriel
|
cc524c3d9a
|
fixed bugs in tzset and ttyslot, adapted malloc to allocate in bigger chunks
|
1987-08-19 14:44:54 +00:00 |
|
ceriel
|
c7990b3d31
|
some fixes to freopen
|
1987-08-17 14:23:16 +00:00 |
|
ceriel
|
b8fb8a57fa
|
fixed setbuf. count field was set wrong
|
1987-08-14 20:32:08 +00:00 |
|
ceriel
|
19e580bdc9
|
fixed a typo
|
1987-07-22 09:12:47 +00:00 |
|
ceriel
|
5331d4d232
|
set _buf to 0 on open
|
1987-07-17 14:04:14 +00:00 |
|
ceriel
|
e0f737c293
|
include <sys/time.h> on 4.2 systems
|
1987-07-17 09:38:18 +00:00 |
|
ceriel
|
4804ab14b8
|
fix: wrong free
|
1987-07-16 16:08:13 +00:00 |
|
ceriel
|
fbf67d7a29
|
some fixes
|
1987-07-10 09:06:19 +00:00 |
|
ceriel
|
02044d1d3f
|
fixed bug
|
1987-06-12 19:10:12 +00:00 |
|
ceriel
|
5696478540
|
Added some 'register' to declarations
|
1987-05-25 09:13:12 +00:00 |
|