]> git.draconx.ca Git - cdecl99.git/history - src/cdecl99.c
Release 1.3.
[cdecl99.git] / src / cdecl99.c
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-05 Nick BowlerAvoid gnulib getline module.
2023-12-19 Nick Bowlercdecl99: Combine some printing calls.
2023-12-13 Nick Bowlercdecl99: Optimize print_version a bit.
2023-07-05 Nick Bowlercdecl99: Simplify main loops a bit.
2023-07-05 Nick Bowlercdecl99: Reverse sense of "interactive" global variable.
2023-07-05 Nick Bowlercdecl99: Don't check blank lines if no history support.
2023-07-05 Nick Bowlercdecl99: Fall back to getline, instead of Gnulib's...
2023-06-16 Nick Bowlercdecl99: Avoid passing uninitialized value to help_prin...
2023-05-29 Nick Bowlercdecl99: Use packed option format from gen-options...
2023-05-27 Nick BowlerReplace Gnulib striconv with copyright_symbol from...
2023-05-25 Nick Bowlercdecl99: Fix some improper error message formatting.
2023-01-24 Nick Bowlercdecl99: Drop locale-sensitive isblank usage.
2023-01-10 Nick BowlerDon't parse command-line options more than once.
2022-02-18 Nick BowlerImprove gnulib build times.
2021-11-24 Nick Bowlercdecl99: Remove unused printf argument.
2021-11-24 Nick BowlerUse help formatting routines from dxcommon.
2021-03-14 Nick BowlerImprove cdecl99 error output.
2021-03-11 Nick BowlerAvoid a couple warnings reported by gcc.
2021-03-03 Nick BowlerConsolidate header files.
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.