descriptionProject to modernize Dennis Ritchie's PDP-11 C compiler (2.11BSD version)
last changeMon, 20 Feb 2017 14:25:43 +0000 (01:25 +1100)
shortlog
2017-02-20 Nick DowningAdd tests, fixes for tests, reinstate and type-convert... master origin/master
2017-02-19 Nick DowningReplace getype()/getail() stuff with a modified version...
2017-02-16 Nick DowningReinstate enum handling, removed since I was confused...
2017-02-16 Nick DowningRemove old types from struct nmlist altogether, just...
2017-02-15 Nick DowningImplement a new struct btype (inherits from struct...
2017-02-15 Nick DowningRationalize type compatibility checks to fix a potentia...
2017-02-15 Nick DowningChange ptype to rtype, make new REF basic type ORed...
2017-02-15 Nick DowningMake declarator parsing use only detailed types (just...
2017-02-14 Nick DowningTidy up types representation, combining pt_ptotype...
2017-02-13 Nick DowningMake declarator and type parser output detailed types...
2017-02-12 Nick DowningChange structure tags in struct nmlist to be prefixed...
2017-02-12 Nick DowningImplement locnnode (former nnode) and extnnode (former...
2017-02-11 Nick DowningAdd type safety by changing union tree to struct tree...
2017-02-11 Nick DowningChange c1 nomenclature, struct tname|xtname|tconst...
2017-02-11 Nick DowningFix over-enthusiastic uniqification (adding 0|1 to...
2017-02-10 Nick DowningFix bitfield selection operators to use c0 version...
...
heads
7 years ago master