summaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Collapse)Author
2024-04-01Bump to release 1.4.0v1.4.0pgen
2023-08-20Bump to release 1.3.0v1.3.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
2023-01-03Bump to release 1.2.0v1.2.0pgen
2022-11-18Check if using clock_gettime() requires librtpgen
2022-10-11Bump to release 1.1.0v1.1.0pgen
2022-08-08Bump to release 1.0.0v1.0.0pgen
2022-07-18Bump to release 1.0.0.RC2v1.0.0.RC2pgen
2022-05-19Prepare for 1.0.0 RC1 releasepgen
2022-05-11Fix configure.ac for autoconf >= 2.70pgen
2022-05-02Update to autoconf 2.71pgen
2021-12-10Bump to release 0.9.19v0.9.19pgen
2021-06-10Removal of SUSE-specific specfile generationpgen
2021-06-05Bump to release 0.9.18v0.9.18pgen
2021-01-30Bump to release 0.9.17v0.9.17pgen
2020-12-16Check availability of str(n)dup at compile timepgen
2020-09-18Bump to release 0.9.16v0.9.16pgen
2020-08-04Switch to automake 1.16.2pgen
2019-10-14Use an updated version of autotoolspgen
2019-03-30Bump to version 0.9.15v0.9.15pgen
2018-09-04Bump to version 0.9.14v0.9.14pgen
2018-07-21Remove unused functions my_memmem and my_memrmempgen
2018-07-08Add special cases for memmem, memrmem and strcasecmppgen
2018-05-25Bump to version 0.9.13v0.9.13pgen
2018-04-08Bump to release 0.9.12v0.9.12pgen
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
2018-01-26Bump to release 0.9.11v0.9.11pgen
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)
2016-12-25Bump to version 0.9.9v0.9.9pgen
2016-12-19Improve the configure processpgen
Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory.
2016-12-19Add code to detect the host system at compile timepgen
Compilation should now be successful on BSD system derivatives
2016-12-11Bump to version 0.9.8v0.9.8pgen
2016-12-08Add libtinfo in the searched libraries an regenerate configurepgen
2016-03-13Bump to version 0.9.1v0.9.1pgen
- Add a ChangeLog file - Move, add and improve some comments
2016-03-06Reorganize the code a littlepgen
- remove the smenu.h header file - add/rewrite some comments - move parts of code to more logical places
2015-12-02Improve the build processpgen
- 'make dist' generate a bzip2 compressed tarball - 'make' will work quietly
2015-11-28Add a RPM spec file templatepgen
2015-11-24Remove AC_FUNC_REALLOC from configure.acpgen
This macro doesn't work properly on HP-UX
2015-11-21Update configure and the build section in README.rstpgen
2015-11-21Put the code under autoconf controlpgen