]> git.draconx.ca Git - cdecl99.git/shortlog
cdecl99.git
2011-07-07 Nick BowlerCheck specifiers for type names.
2011-07-07 Nick BowlerValidate declspecs in function parameters.
2011-07-07 Nick BowlerDon't gratuitously reject inline specifiers.
2011-07-07 Nick BowlerReject declarations of void objects.
2011-07-06 Nick BowlerInitial support for function declarators.
2011-07-06 Nick BowlerAdd missing copyright headers.
2011-07-06 Nick BowlerKill the "horizontal" declarator chain.
2011-07-06 Nick BowlerMake an explicit null declarator type.
2011-07-05 Nick BowlerFix broken include guard.
2011-07-05 Nick BowlerAdd a child pointer to cdecl_declarator.
2011-07-05 Nick BowlerFix pointer declarators.
2011-07-05 Nick BowlerSplit advance into two parts.
2011-07-04 Nick BowlerAdd support for empty declarators.
2011-07-04 Nick BowlerUse assert(0) instead of abort for exceptional cases.
2011-07-04 Nick BowlerAdd support for explaining multiple declarators.
2011-07-04 Nick BowlerFix error handling in explain.
2011-06-25 Nick BowlerAdd support for array declarators.
2011-06-25 Nick BowlerAdd support for pointer declarators.
2011-06-25 Nick BowlerFix comment about automatic generation in typenames...
2011-06-25 Nick BowlerRestrict the contexts in which typedef names can appear.
2011-06-25 Nick BowlerFix VPATH builds from git.
2011-06-24 Nick BowlerSplit out qualifier explanations from explain_post_specs.
2011-06-24 Nick BowlerFix the distribution.
2011-06-24 Nick BowlerInitial support for explaining declarations.
2011-06-24 Nick BowlerAdd a function to turn a typemap into a string.
2011-06-23 Nick BowlerAllow (and ignore) underscores in the list of type...
2011-06-23 Nick BowlerKill typemap_is_valid.
2011-06-23 Nick BowlerAdd initial command parser.
2011-06-23 Nick BowlerImplement the interactive cdecl99 loop.
2011-06-23 Nick BowlerMake cdecl_free more robust by handling a NULL argument.
2011-06-21 Nick BowlerMove typemap stuff into a separate file.
2011-06-21 Nick BowlerRename libcdecl.c to parse-decl.c
2011-06-21 Nick BowlerDon't use missing for flex.
2011-06-21 Nick BowlerFix Makefile dependencies.
2011-06-21 Nick BowlerAdd m4/.gitignore.
2011-06-21 Nick BowlerDon't touch unchanged flex/bison headers.
2011-06-21 Nick BowlerAdd an initial declaration parser.
2011-06-19 Nick BowlerInitial commit