summaryrefslogtreecommitdiff
path: root/lib/command_parse.y
AgeCommit message (Expand)Author
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2021-10-18lib: assign CLI varnames while parsingDavid Lamparter
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-08-26lib: add `![...]` syntax for easy "no" formsDavid Lamparter
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-17lib: Change zlog_debug to zlog_err for doc string issuesDonald Sharp
2019-11-30lib: make cmd_element & qobj_type constDavid Lamparter
2019-06-25lib: add a check for {[...]} in DEFUNsDavid Lamparter
2018-08-14lib: Convert zlog_err for clippy buildDonald Sharp
2017-08-11lib: add CLI token for 48-bit mac addressesQuentin Young
2017-07-31build: convert lib/ to non-recursive buildDavid Lamparter
2017-07-05lib: warn about too much docstringQuentin Young
2017-06-14lib: fix CLI parser memleakDavid Lamparter
2017-06-14build: fix some cross-compilation issuesDavid Lamparter
2017-05-15lib: parser: split off & rename graph handlingDavid Lamparter
2017-05-15lib: parser: add named variables in CLIDavid Lamparter
2017-02-10lib: parser: remove previous deduplication codeDavid Lamparter
2017-01-31lib: parser: fix allocation countingDavid Lamparter
2017-01-25Merge pull request #105 from opensourcerouting/cli_merge_step_prepDonald Sharp
2017-01-25lib: parser: fix memory managementDavid Lamparter
2017-01-23build: support bison < 3.0 for parse.error=verboseDavid Lamparter
2017-01-23lib: parser: add error location reportingDavid Lamparter
2017-01-23lib: parser: unify subgraphs & simplify even moreDavid Lamparter
2017-01-23lib: parser: keep subgraph pointers on stackDavid Lamparter
2017-01-23lib: parser: track matching FORK_TKN & JOIN_TKNDavid Lamparter
2017-01-23lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter
2016-12-16lib: parser: remove startnode & sentence_rootDavid Lamparter
2016-12-16lib: parser: move allowrepeat to cmd_tokenDavid Lamparter
2016-12-16lib: parser: reorder bison incarnationsDavid Lamparter
2016-12-16build: fix bison < 3.0 compatibilityDavid Lamparter
2016-12-15lib: parser: support keyword argumentsDavid Lamparter
2016-12-02lib: Add back prototypes for lexer helper funcsQuentin Young
2016-12-01lib: remove misleading copy/del_cmd_elementDavid Lamparter
2016-12-01lib: parser: use reentrant mode on flex & bisonDavid Lamparter
2016-12-01lib: parser: wrap state in struct parser_ctxDavid Lamparter
2016-12-01lib: move command_parse_format prototypeDavid Lamparter
2016-11-29lib: use traditional yacc empty statementDavid Lamparter
2016-11-12lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young
2016-11-10lib: Implement hidden and deprecated commandsQuentin Young
2016-11-04ospfd, lib: Fix `no pce address` syntaxQuentin Young
2016-10-27lib: Log warning when commands have underfull doc stringQuentin Young
2016-10-02lib: allow nesting selectorsQuentin Young
2016-09-30lib: fix double free in parserQuentin Young
2016-09-30lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young
2016-09-22lib: Remove NUMBER_TKN leftoversQuentin Young
2016-09-21lib: Update copyright headersQuentin Young