eck
|
5579494979
|
fixed type of sizeof (decreases size!)
fixed bug with typedef of function with block scope
|
1990-11-12 15:28:44 +00:00 |
|
eck
|
06faac014d
|
fixed bugs with sizeof() and unnormalized values
|
1990-11-09 16:26:15 +00:00 |
|
eck
|
3f5193c2f0
|
never set errno in ldexp()
|
1990-11-09 16:20:49 +00:00 |
|
eck
|
8676c7d2e6
|
corrected type of *_EPSILON values
|
1990-11-08 12:01:52 +00:00 |
|
ceriel
|
753d7ec3b4
|
Added Copyright notice
|
1990-11-06 13:16:57 +00:00 |
|
ceriel
|
6286e8039a
|
Made compilable with ANSI C compiler
|
1990-11-06 13:02:55 +00:00 |
|
eck
|
2c5370239d
|
prevent warning when #including setjmp.h
|
1990-11-06 10:49:12 +00:00 |
|
ceriel
|
ddb632ac13
|
made compilable by the ACK ANSI C compiler
|
1990-11-02 14:29:02 +00:00 |
|
eck
|
009541d133
|
added warning about old-fashioned declarations
cleaned up error reporting
changed implicit declaration handling
|
1990-11-02 09:23:27 +00:00 |
|
eck
|
7dffd9af9a
|
fixed bug with reading from standard input
|
1990-11-01 11:09:09 +00:00 |
|
eck
|
8e09fcaa7d
|
removed a cast from offsetof()
|
1990-10-30 09:53:48 +00:00 |
|
eck
|
fe8f29488e
|
changed offsetof(), so it will not generate a warning on 2-4 machines
|
1990-10-29 13:52:18 +00:00 |
|
eck
|
df694aa951
|
initialize sp_occurred[SP_SETJMP] at start of function
|
1990-10-26 12:38:06 +00:00 |
|
eck
|
c249355a42
|
changed definition of jmp_buf (alignment problems)
|
1990-10-26 11:31:27 +00:00 |
|
eck
|
86e75cb465
|
deleted toupper and tolower macros: they were wrong
|
1990-10-24 17:24:12 +00:00 |
|
eck
|
10938b57a1
|
added to*() routines: a macro is impossible
|
1990-10-24 17:19:50 +00:00 |
|
eck
|
8eff8f8cfb
|
made a function-call of HUGE_VAL
|
1990-10-24 14:31:50 +00:00 |
|
eck
|
720e9691c1
|
fixed small bug (void expr. cast to void), squeezing for MINIX
|
1990-10-23 14:13:10 +00:00 |
|
eck
|
eefc2b2658
|
fixed bug with undefined structs
ceriel changed debugging information
|
1990-10-19 11:50:32 +00:00 |
|
eck
|
2b7a3c14db
|
fixed bug with undefined structs
ceriel changed debugging information
|
1990-10-19 11:21:43 +00:00 |
|
eck
|
7c0e3dec64
|
added #include of <sys/types.h> to sigmisc.c
|
1990-10-15 11:23:08 +00:00 |
|
eck
|
8519a01099
|
added table for time-zone determination
|
1990-10-12 14:48:55 +00:00 |
|
ceriel
|
5cb18ec227
|
de-linted somewhat
|
1990-10-02 17:19:17 +00:00 |
|
ceriel
|
79290db683
|
de-linted somewhat
|
1990-10-02 17:13:40 +00:00 |
|
eck
|
f75be67768
|
made implementation defined behaviour (POSIX) more explicit
|
1990-10-02 09:59:30 +00:00 |
|
ceriel
|
568c87f5ba
|
Added support for debugger, de-linted somewhat
|
1990-10-01 15:28:28 +00:00 |
|
eck
|
2af50acb2b
|
removed some names from tokenname.c
|
1990-09-28 14:03:15 +00:00 |
|
ceriel
|
951b534d29
|
Fixed problem with -I option
|
1990-09-27 17:50:52 +00:00 |
|
ceriel
|
3265860819
|
Fixed problem with -I option
|
1990-09-27 17:45:34 +00:00 |
|
ceriel
|
c9a734814e
|
Fixed problems with -I and with value conformant arrays
|
1990-09-27 17:01:01 +00:00 |
|
eck
|
a55e047f20
|
oops, _envp should have been _penvp
|
1990-09-27 16:52:07 +00:00 |
|
eck
|
337d0e5629
|
fixed bug with -I flag
|
1990-09-27 16:39:54 +00:00 |
|
eck
|
efc2d2ee63
|
forgot to update LIST
|
1990-09-27 16:38:32 +00:00 |
|
eck
|
55ab3cdd45
|
fixed bug with -I flag
|
1990-09-27 15:59:38 +00:00 |
|
eck
|
dd3688b9ce
|
added head_ac.e
|
1990-09-27 15:49:13 +00:00 |
|
eck
|
e7dc9ed7f6
|
changed environment handling to decrease namespace pollution
|
1990-09-27 13:40:08 +00:00 |
|
eck
|
dcb3ddb3fc
|
changed first arg of sscanf() to const char *
|
1990-09-26 13:19:19 +00:00 |
|
eck
|
564653926e
|
oops, fix for ## operator was wrong
|
1990-09-25 13:46:59 +00:00 |
|
eck
|
a43e63cd42
|
oops, previous fix was wrong for ## operator
|
1990-09-25 13:40:32 +00:00 |
|
dick
|
2a4d8e0a25
|
clean-up code generation suppression for lint
|
1990-09-18 14:29:42 +00:00 |
|
eck
|
e6dbf12f0a
|
removed crash() call: it was wrong
|
1990-09-14 16:39:11 +00:00 |
|
ceriel
|
da21e46cd3
|
improved line number administration
|
1990-09-14 14:37:24 +00:00 |
|
eck
|
e1aef2390e
|
fixed error with # && ##-operators in non function-like macro's
|
1990-09-13 15:14:52 +00:00 |
|
eck
|
5de2d83b43
|
fixed error with # && ##-operators in non function-like macro's
pass printable garbage characters on to parser
|
1990-09-13 15:12:13 +00:00 |
|
ceriel
|
306934733c
|
'x(x) int x; { }' was not accepted
|
1990-09-12 17:32:31 +00:00 |
|
ceriel
|
75cb9970be
|
Fix: the type INTEGER[0..255] was put in one byte
|
1990-09-12 17:09:57 +00:00 |
|
eck
|
3102132019
|
fixed bugs with prototype scopes
|
1990-09-12 16:36:16 +00:00 |
|
eck
|
6ad4c2c0a1
|
added #if because rename() is also in POSIX
|
1990-09-11 10:26:42 +00:00 |
|
eck
|
7f4e95884f
|
changed int-functions to void-functions
|
1990-09-11 10:24:15 +00:00 |
|
eck
|
74847f83b5
|
removed assumption that time_t is an unsigned type
|
1990-09-11 10:18:51 +00:00 |
|