]> git.draconx.ca Git - cdecl99.git/history - src
Update .gitignore.
[cdecl99.git] / src /
2012-08-30 Nick BowlerAdd basic readline history support.
2012-08-29 Nick BowlerWork around breakage caused by newer Bison versions.
2012-08-29 Nick BowlerDon't allow restrict-qualified pointers to functions.
2012-03-24 Nick BowlerAdd a check to reject extra specifiers on void function...
2012-03-01 Nick BowlerAvoid recursively calling glthread_once in error init.
2012-02-25 Nick BowlerFix spacing after qualified pointers when rendering...
2012-02-25 Nick BowlerMake is_abstract a proper library function.
2011-11-20 Nick BowlerGenerate the specifier switch statement automatically.
2011-11-20 Nick BowlerSeparate specifier handling from the output routines.
2011-10-23 Nick BowlerUse #n in strtab.sed.
2011-10-23 Nick BowlerMake CDECL_SPEC_TYPE non-zero.
2011-10-23 Nick BowlerImplement --help.
2011-10-23 Nick BowlerAdd support for translated long options.
2011-10-23 Nick BowlerDon't call cdecl_free internally.
2011-10-23 Nick BowlerStart on a facility to translate error codes into strings.
2011-10-23 Nick BowlerStart implementing proper error handling.
2011-09-22 Nick BowlerAdd missing copyright headers.
2011-09-22 Nick BowlerFix build with NLS disabled.
2011-09-22 Nick BowlerInclude config.h in all C source files.
2011-09-22 Nick BowlerInclude config.h in scan.l.
2011-09-21 Nick BowlerEnable i18n in Bison.
2011-09-18 Nick BowlerAdd nodefault to flex options.
2011-09-14 Nick BowlerAdd never-interactive flex option.
2011-09-14 Nick BowlerInitial i18n infrastructure.
2011-09-11 Nick BowlerAbort on "impossible" condition.
2011-07-20 Nick BowlerMake semicolons after declarations optional.
2011-07-19 Nick BowlerAdd cdecl__ prefix to flex/bison functions.
2011-07-19 Nick BowlerCombine English specifiers properly.
2011-07-18 Nick BowlerAdd support for parsing English-like declarations.
2011-07-18 Nick BowlerFix return value of typespec checks.
2011-07-18 Nick BowlerForbid arrays of functions.
2011-07-18 Nick BowlerFix error name of ellipsis token.
2011-07-18 Nick BowlerFix rendering of non-prototype function declarations.
2011-07-13 Nick BowlerAvoid modifying the input command string.
2011-07-12 Nick BowlerFix yyerror's signature.
2011-07-10 Nick BowlerAdd support for --execute and --file options.
2011-07-10 Nick BowlerSplit up interactive/noninteractive loops.
2011-07-09 Nick BowlerAdd support for outputting declarations as C code.
2011-07-08 Nick BowlerAdd support for imaginary types.
2011-07-07 Nick BowlerReject mixed type names / declarations.
2011-07-07 Nick BowlerMove advance/advance_ into common code.
2011-07-07 Nick BowlerUse the reentrant scanner API.
2011-07-07 Nick BowlerAdd initial support for non-interactive modes to cdecl99.
2011-07-07 Nick BowlerValidate function return types.
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-24 Nick BowlerSplit out qualifier explanations from explain_post_specs.
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 BowlerAdd an initial declaration parser.
2011-06-19 Nick BowlerInitial commit