]> git.draconx.ca Git - cdecl99.git/history - src/scan.l
Release 1.3.
[cdecl99.git] / src / scan.l
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-15 Nick Bowlerlibcdecl: Silence GCC -Wunused-function warnings in...
2024-01-09 Nick Bowlerlibcdecl: Remove error code argument from cdecl__err.
2024-01-07 Nick Bowlerlibcdecl: Explicitly declare most scanner functions...
2024-01-07 Nick Bowlerlibcdecl: Remove unused YY_INPUT from scanner.
2023-12-28 Nick Bowlerlibcdecl: Implement portable alternative to strtoumax.
2023-12-28 Nick Bowlerlibcdecl: Fix scanning of hexadecimal constants.
2023-11-19 Nick Bowlerlibcdecl: Prefer memchr over strchr in the scanner.
2023-07-23 Nick Bowlerlibcdecl: Combine identifier and struct allocation.
2023-07-23 Nick BowlerAvoid warnings about unused scanner functions.
2023-07-21 Nick Bowlerlibcdecl: Remove magic T_ENGLISH token.
2023-07-20 Nick Bowlerlibcdecl: Fix crash when bootstrapped w/ old Bison.
2023-07-14 Nick Bowlerlibcdecl: Move specifier type determination into scanner.
2023-07-14 Nick Bowlerlibcdecl: Use macros for packing tokens into bytes.
2023-07-10 Nick Bowlerlibcdecl: Combine scanner rules for punctuation.
2023-07-10 Nick Bowlerlibcdecl: Use gperf to identify keywords during scanning.
2023-06-16 Nick Bowlerlibcdecl: Tweak invalid character error from scanner.
2023-06-16 Nick Bowlerlibcdecl: Consolidate most error messages.
2023-01-24 Nick BowlerProvide strtoumax fallback in the scanner.
2021-03-14 Nick BowlerRework library error reporting.
2011-09-22 Nick BowlerInclude config.h in scan.l.
2011-09-18 Nick BowlerAdd nodefault to flex options.
2011-09-14 Nick BowlerAdd never-interactive flex option.
2011-07-19 Nick BowlerAdd cdecl__ prefix to flex/bison functions.
2011-07-18 Nick BowlerAdd support for parsing English-like declarations.
2011-07-08 Nick BowlerAdd support for imaginary types.
2011-07-07 Nick BowlerUse the reentrant scanner API.
2011-07-06 Nick BowlerInitial support for function declarators.
2011-06-25 Nick BowlerAdd support for array declarators.
2011-06-21 Nick BowlerAdd an initial declaration parser.
2011-06-19 Nick BowlerInitial commit