plan9fox/sys/src/cmd/cc
Michael Forney b9adc507d2 cc: fix incorrect octal range condition in mpatov
This does not have any adverse effect, since yylex never calls mpatov
with a string with leading 0 (and not 0x) that contains non-octal
digits, but the condition was wrong regardless.
2022-01-23 01:05:27 +00:00
..
acid.c cc: emit right acid format for address 2014-02-10 23:10:47 +01:00
bits.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
c99 Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
cc.h cc: do not expand function-like macros for non-function invocations 2021-10-12 03:06:20 +00:00
cc.y fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
com.c [9front] cc: fix comparison warning with constant LHS 2021-01-23 18:28:08 -08:00
com64.c cc: handle 64 bit mixedmode asop and type vlong <-> float/double type conversions 2015-10-04 20:06:30 +02:00
compat cc: dont export gethunk(), hunk, nhunk and thunk 2020-05-12 23:18:48 +02:00
compat.c cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat 2020-04-11 05:03:49 +02:00
compat.h cc: dont export gethunk(), hunk, nhunk and thunk 2020-05-12 23:18:48 +02:00
dcl.c Allow address expressions in ?c after int casts. 2019-09-07 18:25:04 -07:00
dpchk.c introduce signed intptr and %z format modifier for formating uintptr and intptr 2016-01-07 04:39:09 +01:00
funct.c cc: get rid of sprint() and temporary buffer for type conversion fuction 2020-04-19 20:44:19 +02:00
lex.c cc: fix incorrect octal range condition in mpatov 2022-01-23 01:05:27 +00:00
lexbody cc: do not expand function-like macros for non-function invocations 2021-10-12 03:06:20 +00:00
mac.c cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat 2020-04-11 05:03:49 +02:00
macbody cc: do not expand function-like macros for non-function invocations 2021-10-12 03:06:20 +00:00
mkfile cc: mk clean should delete cc.a$O 2021-01-24 09:58:39 -08:00
omachcap.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
pgen.c import updated compilers from sources 2012-07-30 19:11:16 +02:00
pickle.c cc: include $builtin as keywoard in pickle() (from charles forsyth) 2015-10-06 06:47:55 +02:00
pswt.c fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
scon.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
sub.c fix special case for null pointer constants in cond expressions 2020-02-27 15:09:10 -05:00