summaryrefslogtreecommitdiff
path: root/bcc/scan.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for some old K&R post-assignment operator syntaxLubomir Rintel2013-10-291-0/+43
| | | | | | | Old C had "=+" instead of "+=" and so on. To grok it we would need to break later C including ISO and ANSI standards, potentially breaking existing code (=- would no longer be assignment and unary minus), thus this is disabled per default and enabled only with -7.
* Import Dev86src-0.16.19.tar.gzv0.16.19Robert de Bath2013-10-231-6/+6
|
* Import Dev86src-0.16.17.tar.gzv0.16.17Robert de Bath2013-10-231-0/+2
|
* Import Dev86src-0.16.15.tar.gzv0.16.15Robert de Bath2013-10-231-0/+31
|
* Import Dev86src-0.16.1.tar.gzv0.16.1Robert de Bath2013-10-231-2/+18
|
* Import Dev86src-0.14.0.tar.gzv0.14.0Robert de Bath2013-10-231-0/+1
|
* Import Dev86src-0.12.0.tar.gzv0.12.0Robert de Bath2013-10-231-2/+1
|
* Import Dev86src-0.0.8.tar.gzv0.0.8Robert de Bath2013-10-231-13/+39
|
* Import Dev86-0.0.7.tar.gzv0.0.7Robert de Bath2013-10-231-2/+10
|
* Import Dev86-0.0.6.tar.gzv0.0.6Robert de Bath2013-10-231-2/+2
|
* Import Dev86-0.0.4.tar.gzv0.0.4Robert de Bath2013-10-231-0/+806