]> git.draconx.ca Git - cdecl99.git/history - src/cdecl99.c
Use gperf to implement command selection.
[cdecl99.git] / src / cdecl99.c
2021-03-03 Nick BowlerUse gperf to implement command selection.
2021-03-03 Nick BowlerUse the newly-minted option generator script from dxcommon.
2021-03-03 Nick BowlerImprove usage messages a bit.
2020-07-03 Nick BowlerOutput copyright symbol directly, rather than via trans...
2012-08-30 Nick BowlerAdd basic readline history support.
2011-10-23 Nick BowlerImplement --help.
2011-10-23 Nick BowlerAdd support for translated long options.
2011-10-23 Nick BowlerStart implementing proper error handling.
2011-09-22 Nick BowlerFix build with NLS disabled.
2011-09-14 Nick BowlerInitial i18n infrastructure.
2011-07-18 Nick BowlerAdd support for parsing English-like declarations.
2011-07-13 Nick BowlerAvoid modifying the input command string.
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-07 Nick BowlerAdd initial support for non-interactive modes to cdecl99.
2011-07-06 Nick BowlerAdd missing copyright headers.
2011-07-06 Nick BowlerKill the "horizontal" declarator chain.
2011-07-04 Nick BowlerAdd support for explaining multiple declarators.
2011-07-04 Nick BowlerFix error handling in explain.
2011-06-24 Nick BowlerInitial support for explaining declarations.
2011-06-23 Nick BowlerAdd initial command parser.
2011-06-23 Nick BowlerImplement the interactive cdecl99 loop.
2011-06-21 Nick BowlerAdd an initial declaration parser.