summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cc
AgeCommit message (Collapse)Author
2014-03-02cc: correct out-of-bounds references in funct.c (thanks charles forsyth)cinap_lenrek
2014-02-10cc: emit right acid format for addresscinap_lenrek
we could use 'A' here but then it would require the new acid.
2014-02-01fixes for new setmalloctag() prototypecinap_lenrek
2013-07-11cc: fix include array overflow handlingcinap_lenrek
2013-05-01cc: accept 24 bit numeric runescinap_lenrek
2013-02-02cc/lex: do not crash on -I without argftrvxmtrx
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-10-03apply sources patch cc-cpp-c99-commcinap_lenrek
When running "?c -p ...", ensure the backend cpp recognizes C++ comments. 2c(1) states that the compilers recognize // comments, and the bare compilers do. But if you invoke the compiler with '-p', the backend cpp process doesn't handle // comments properly unless you also give ?c the undocumented '-+' option (which it passes through to cpp).
2012-07-30import updated compilers from sourcescinap_lenrek
2011-07-12have compiler error out if read failsaiju
2011-05-25fixed issue #47aiju
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen