]> git.draconx.ca Git - cdecl99.git/history - Makefile.am
Make fix-gnulib only need a single output file.
[cdecl99.git] / Makefile.am
2012-03-23 Nick BowlerAdd a simple test to check if cdecl99 rejects bogus...
2012-03-19 Nick BowlerAdd a sanity test for randomdecl.
2012-03-03 Nick BowlerAdd a test case to check if libcdecl can parse its...
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 "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 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 BowlerAdd support for translated long options.
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 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 -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 BowlerRewrite Gnulib symbols to be in libcdecl's namespace.
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 BowlerAdd WTFPL2 license document.
2011-09-14 Nick BowlerInitial i18n infrastructure.
2011-09-14 Nick BowlerUse AM_CPPFLAGS for mandatory preprocessor flags.
2011-07-19 Nick BowlerAdd man pages.
2011-07-09 Nick BowlerAdd support for outputting declarations as C code.
2011-07-07 Nick BowlerMove advance/advance_ into common code.
2011-07-06 Nick BowlerAdd missing copyright headers.
2011-06-25 Nick BowlerFix VPATH builds from git.
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 BowlerImplement the interactive cdecl99 loop.
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 BowlerFix Makefile dependencies.
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