]> git.draconx.ca Git - cdecl99.git/shortlog
cdecl99.git
2012-03-03 Nick BowlerFree memory in randomdecl.
2012-03-03 Nick BowlerDon't generate invalid void function parameters in...
2012-03-03 Nick BowlerAdd a test case to check if libcdecl can parse its...
2012-03-01 Nick BowlerAvoid recursively calling glthread_once in error init.
2012-03-01 Nick BowlerAdd a test case to verify symbol prefixes.
2012-03-01 Nick BowlerFix libtest dependencies.
2012-03-01 Nick BowlerSimplify glconfig include mechanism.
2012-03-01 Nick BowlerAdd missing test files to the distribution.
2012-03-01 Nick BowlerAdd more missing source files to the distribution.
2012-03-01 Nick BowlerMark dist hooks as phony.
2012-03-01 Nick BowlerAvoid per-target CFLAGS (for now).
2012-03-01 Nick BowlerFix GSL detection when using the default --with-gsl...
2012-03-01 Nick BowlerFix "make dist" permissions when using a read-only...
2012-03-01 Nick BowlerProperly describe several files in Makefile.am.
2012-03-01 Nick BowlerFix distribution of missing config header.
2012-03-01 Nick BowlerAdd a tool to generate random declarations.
2012-02-25 Nick BowlerTry to fix explanations of "child" declarators in the...
2012-02-25 Nick BowlerFix spacing after qualified pointers when rendering...
2012-02-25 Nick BowlerAdd note about old-style function declarations to the...
2012-02-25 Nick BowlerMake is_abstract a proper library function.
2012-02-25 Nick BowlerReduce "set +x" noise in (un)install targets.
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 BowlerUpdate Gnulib to latest version.
2011-10-23 Nick BowlerMangle spliced makefile lines in Gnulib correctly.
2011-10-23 Nick BowlerAdd some examples to the manual.
2011-10-23 Nick BowlerImplement --help.
2011-10-23 Nick BowlerAdd support for translated long options.
2011-10-23 Nick BowlerIdentify nonterminals in the manual's grammar in an...
2011-10-23 Nick BowlerFix typos in manual.
2011-10-23 Nick BowlerDon't call cdecl_free internally.
2011-10-23 Nick BowlerGenerate gettext catalog only from source files.
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-29 Nick BowlerDocument libcdecl's slice of the C namespaces.
2011-09-29 Nick BowlerUpdate timestamps on generated header files before...
2011-09-29 Nick BowlerAdd installdirs rule for .mo files.
2011-09-29 Nick BowlerUse (un)install-local to (un)install .mo files.
2011-09-22 Nick BowlerAdd uninstall rule for .mo files.
2011-09-22 Nick BowlerAdd missing copyright headers.
2011-09-22 Nick BowlerAdd -no-undefined to libcdecl LDFLAGS.
2011-09-22 Nick BowlerAvoid gratuitous library dependencies linking gnulib.
2011-09-22 Nick BowlerTell xgettext about _ and N_ markings.
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-22 Nick BowlerRewrite Gnulib symbols to be in libcdecl's namespace.
2011-09-21 Nick BowlerSplit gnulib_headers into 3 variables.
2011-09-21 Nick BowlerMove all Gnulib CLEANFILES variables to the end of...
2011-09-21 Nick BowlerHandle gl_LIBOBJS/gl_LTLIBOBJS correctly.
2011-09-21 Nick BowlerEliminate use of BUILT_SOURCES from Gnulib.
2011-09-21 Nick BowlerIntegrate Gnulib non-recursively.
2011-09-21 Nick BowlerEnable i18n in Bison.
2011-09-18 Nick BowlerInitial README.
2011-09-18 Nick BowlerAllow bootstrap tools to be overridden via environment...
2011-09-18 Nick BowlerAdd nodefault to flex options.
2011-09-18 Nick BowlerAdd WTFPL2 license document.
2011-09-15 Nick BowlerFool autoreconf and automake into ignoring gettext.
2011-09-14 Nick BowlerEnable conditional dependencies in gnulib.
2011-09-14 Nick BowlerAdd never-interactive flex option.
2011-09-14 Nick BowlerInitial i18n infrastructure.
2011-09-14 Nick BowlerUse AM_CPPFLAGS for mandatory preprocessor flags.
2011-09-14 Nick BowlerUse symlinks for gnulib's m4 files.
2011-09-11 Nick BowlerUse .Pp for paragraph breaks in man pages.
2011-09-11 Nick BowlerUse .Va instead of .Fa in man pages when appropriate.
2011-09-11 Nick BowlerRe-word description of nonterminals in man page.
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-19 Nick BowlerAdd man pages.
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.
next