summaryrefslogtreecommitdiffstats
path: root/config.h.in
AgeCommit message (Collapse)Author
2024-04-01Bump to release 1.4.0v1.4.0pgen
2023-06-14Rework xstrdup and xstrnduppgen
smenu can now be compiled without warning when using the following options: -std=c99 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
2022-11-18Check if using clock_gettime() requires librtpgen
2022-05-02Update to autoconf 2.71pgen
2020-12-16Check availability of str(n)dup at compile timepgen
2018-07-21Remove unused functions my_memmem and my_memrmempgen
2018-07-08Add special cases for memmem, memrmem and strcasecmppgen
2018-02-01Partially revert the previous commit (e6b8) as it breaks UTF-8pgen
2018-01-31Use isgraph if it is available and an alternative otherwisepgen
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
- Bump to version 0.9.10 * The words acquisition is rewritten and splitted in multiple phases * Add the capacity to (de)select rows an columns containing regexes * -i, -e, -C and -R can be used more than once and have a cumulative effect * Bugfix: -s is able to jump to non selectable words * Bugfix: The attributes are not overloaded when reading configuration files * Bugfix: the right bar is too far right in some cases. * Bugfix: the right shift indicator is omitted in some cases * Add a -x|-X option to set a timeout in seconds * Add a -f option to select an alternative configuration file * Add a -a option to set the attributes of the displayed elements * Add more controls in the selection parser * smenu can now read words directly from a file given as parameter * Rewrite the replace function used by -S/-I/-E with a more sed-like one * Searches should always consider the visual aspect of words (-S/-I/-E)
2015-11-24Remove AC_FUNC_REALLOC from configure.acpgen
This macro doesn't work properly on HP-UX
2015-11-21Put the code under autoconf controlpgen