summaryrefslogtreecommitdiffstats
path: root/utils.h
AgeCommit message (Collapse)Author
2024-02-18Initial support for UTF-8 ext. grapheme clusterspgen
2023-12-27Add a hexdump function in utils.c for debuggingpgen
2023-10-25Add some "const" attributes in utils.cpgen
2023-09-11Reformatting source codepgen
2023-04-22Rename an utility functionpgen
2023-03-30Improve the display of unparsed selector partspgen
Add a function to print non printable characters in selectors if any, and rework a little the code to manage that.
2023-03-24Various alignment fixes and tuningspgen
- Allows alignment of word containing spaces. - Alignments with RE should ignore leading/trailing spaces. - Also some dead code removal.
2023-03-22Allow words to be aligned in column mode.pgen
It is also possible to align all the words in a set of columns or rows. Updated options: -C, -R New option: -al|-align Updated manual.
2022-06-20Various small changespgen
- add/fix const keyword. - add comments. - rename variables.
2022-06-02Switch to Mozilla Public License 2.0pgen
2022-04-29Make pointers explicit in swap functionspgen
2021-06-30Cosmeticpgen
2021-01-23Improve the function that gets the cursor positionpgen
Remove the now useless xread utility function and try to do it faster.
2020-12-03Use a safer read implementationpgen
2020-04-23Use a new constraint check for the "lines" optionpgen
2020-03-24xwcscasecmp is missing in C99, use a local versionpgen
2019-01-20Add GPL2 license reminder where appropriatepgen
2018-10-01Create utils.[ch]pgen