George Koehler
3463f0c944
bts2str(), long2str() are in <ack_string.h>
2017-11-10 18:00:00 -05:00
George Koehler
ca4bd38206
Delete old "assert.h" files; use libc <assert.h>.
...
Edit build.lua for programs losing their private assert.h, so they
depend on a list of .h files excluding assert.h.
Remove modules/src/assert; it would be a dependency of cpp.ansi but we
didn't build it, so cpp.ansi uses the libc assert.
I hope that libc <assert.h> can better report failed assertions. Some
old "assert.h" files didn't report the expression. Some reported a
literal "x", because traditional C expanded the macro parameter x in
"x", but ANSI C89 doesn't expand macro parameters in string literals.
2017-11-09 22:22:13 -05:00
David Given
fd91851005
Add enough return types to the K&R C that the ACK builds (on Linux) using clang
...
now.
2016-11-10 22:04:18 +01:00
David Given
c1aca7dae5
First milestone of replacing the build system.
...
--HG--
branch : dtrg-buildsystem
rename : lang/cem/cpp.ansi/Parameters => lang/cem/cpp.ansi/parameters.h
2013-05-12 20:45:55 +01:00
dtrg
f9ddb860a9
Fixed some reentrant comments.
2007-02-20 00:35:37 +00:00
ceriel
8636e9d10a
Changed Header into Id
1994-06-27 08:03:14 +00:00
ceriel
6f8002f540
Fix: previous version did not work with variable # of args
1993-01-28 11:45:38 +00:00
ceriel
de58173e36
No more global space for structure returns
1993-01-28 10:09:51 +00:00
ceriel
a38be6605e
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
1991-12-17 13:12:22 +00:00
ceriel
2526e11a03
improved structure assignments
1991-08-26 14:26:07 +00:00
ceriel
1be579a6e7
minor improvement to volatile code
1991-06-21 10:31:20 +00:00
ceriel
0539581d5d
Generate less stupid conversions
1991-02-01 09:54:21 +00:00
ceriel
e7b7aa3944
simplified compile time floating point somewhat
1991-01-15 18:21:16 +00:00
ceriel
0267340564
in SkipToNewLine(), check for TOKSEP; fixed problem with volatile
1991-01-15 12:00:24 +00:00
eck
d7c15759ee
added warning about old-fashioned declarations
...
cleaned up error reporting
changed implicit declaration handling
1990-11-02 09:23:27 +00:00
eck
43b01a70a0
squeezing for MINIX & bug fix in dumpidf
1990-07-19 17:16:36 +00:00
eck
84b8c8a6ca
improved volatiles, added warning for possibly nested comments
1990-04-02 15:57:51 +00:00
eck
ed2516a57a
bug fixes after test-suite
1990-03-29 10:41:46 +00:00
eck
61b718d716
floating-point yet again, fixed debugging bug
1990-03-01 13:02:39 +00:00
eck
2dd3439f90
also give a message on loading a floating-point function result
1990-02-28 15:32:07 +00:00
eck
44d9a8b42d
improved the generation of floating-point messages
1990-02-28 14:51:35 +00:00
ceriel
63e64680bd
Added some code to reverse evaluation order of assignment operators when possible
1990-02-28 12:18:36 +00:00
eck
d50600e263
fixed unary & and indirect calls
1989-11-22 16:41:09 +00:00
ceriel
cfc1d926bf
minor mod: added comment and removed a variable
1989-11-09 12:33:08 +00:00
ceriel
67f9f2a74f
many little changes: removed some lint complaints; max_int and max_unsigned
...
are now constants if NOCROSS is defined; added lexstrict and expr_strict,
and changed calls where needed
1989-11-08 16:52:34 +00:00
ceriel
4a5a463e44
improved handling of , (comma) operator and some more Minix squeezing
1989-10-23 13:50:27 +00:00
ceriel
cf3bcb5e63
Added routine to evaluate operands of binary operator
1989-10-20 17:08:48 +00:00
eck
4bde31f78a
minor changes concerning void and pre-processor
1989-09-29 16:20:38 +00:00
eck
fa4e6eecb4
lots and lots of changes & improvements
1989-09-19 16:13:23 +00:00
ceriel
eb3dcf275e
fixed some problems, updated with cemcom
1989-02-14 14:35:38 +00:00
ceriel
0bc88b77b2
fixed several problems:
...
- hex numbers and floating point numbers were wrong
- grammar was wrong; did not accept correct ANSI C
- prototype updates did not work
- float parameters to routines without prototype were not upgraded to double
- the dot operator no longer requires lvalue as left-hand-side
1989-02-07 13:16:02 +00:00
ceriel
926da49d39
Initial revision
1989-02-07 11:04:05 +00:00