summaryrefslogtreecommitdiffstats
path: root/usage.c
AgeCommit message (Collapse)Author
2020-07-28Add a sub-option m to -Dpgen
The purpose is to control the numbering of entries with missing embedded numbers when -F is used. Also make sure that -D is evaluated before -F, -U and -N and -F before -U and -N. Update and correct the manual accordingly. Fix a test now that -N and -U accept multiple arguments.
2020-07-18Allow to change the substitution characterpgen
A pointer to the misc structure has to be passed to a certain number of functions for that, but this prepares the ground for future developments of this type. The code to interpret \u (UTF-8) sequences has also been made more robust for better manage incorrect entries.
2020-07-18Add an option to ignore glyphs when readingpgen
A glyph can be a single character or a sequence of UTF-8 bytes.
2020-06-23Typo correction and reformulationspgen
2020-06-14No longer allow option abbreviationspgen
2019-10-06Improve the man page and rename a long argumentpgen
2019-10-05Enable wide mode also in the Columns contextpgen
2019-10-05Add long options in the manual + work on contextspgen
2019-10-01Use ctxopt.[ch] for options managementpgen
The old getopt, derived from egetopt, was too restrictive, so I developed ctxopt to better manage smenu options.
2019-03-30Rework the usage mechanismpgen