aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* factor out parsing #substitute and #markHEADmasterSteve Slaven2023-01-245-165/+360
|
* add tests for #substituteSteve Slaven2023-01-241-1/+40
|
* merge #substitute and --proveSteve Slaven2023-01-2411-67/+349
|\
| * implement command #substitute [string[=[text]]]Massimiliano Ghilardi2023-01-1211-67/+349
| |
* | add --proveSteve Slaven2023-01-246-2/+455
|/
* version bumpv1.2.23Steve Slaven2021-07-092-2/+2
|
* fix some documentation filespowwow@askgustav.com2021-07-092-11/+9
| | | | | | Remove stale email addresses. Fix file encoding. Remove trailing whitespace.
* stop emitting newline in no-echo modepowwow@askgustav.com2021-07-091-4/+1
|
* add missing bracespowwow@askgustav.com2021-07-091-2/+4
|
* remove unused variablepowwow@askgustav.com2021-07-091-1/+1
|
* increase some history limitspowwow@askgustav.com2021-07-091-2/+2
|
* version bumpv1.2.22Steve Slaven2020-07-012-2/+2
|
* minor beautificationspowwow@askgustav.com2020-05-232-5/+4
|
* remove extraneous newlines in capture filespowwow@askgustav.com2020-05-231-0/+1
|
* remove unused definepowwow@askgustav.com2020-05-231-1/+0
|
* stop using putenv() as it's an XSI extensionpowwow@askgustav.com2020-05-231-4/+2
|
* stop using C99 commentspowwow@askgustav.com2020-05-232-3/+3
|
* fix linking pcreposix during buildv1.2.21Steve Slaven2019-11-251-5/+5
|
* fix comma placement for AC_CHECK_FUNC(regcomp) in libc regcomp checkSteve Slaven2019-11-161-6/+8
|
* verify pcreposix or regcomp are available if enabledSteve Slaven2019-11-111-7/+15
|
* fix default value for enable-regexSteve Slaven2019-11-081-1/+1
|
* Add a list of options for --enable-regexSteve Slaven2019-11-061-2/+7
|
* Automatically update version number in man page and docSteve Slaven2019-11-054-4/+6
|
* reorganizing filesSteve Slaven2019-11-0547-43/+49
|
* Version bumpSteve Slaven2019-11-053-3/+3
|
* Distribute new regex headerSteve Slaven2019-11-051-1/+1
|
* Move configured regex lib in to a common headerSteve Slaven2019-11-054-23/+22
|
* use --enable-regex=[lib] to select a regex librarySteve Slaven2019-11-051-13/+34
|
* Allow the regular expression engine to be replaced with PCRE POSIXNils Schimmelmann2019-06-294-3/+29
|
* version bumpv1.2.20Steve Slaven2019-05-224-4/+4
|
* Fix use of undeclared identifier 'SIGWINCH' on MacNils Schimmelmann2019-05-211-0/+9
|
* bump versionsv1.2.19Steve Slaven2019-04-234-4/+4
|
* add compile to .gitignorepowwow@askgustav.com2019-04-231-1/+2
|
* rename configure.in to configure.acpowwow@askgustav.com2019-04-231-0/+0
|
* require C89 and set _XOPEN_SOURCE=700 when compilingpowwow@askgustav.com2019-04-235-9/+14
|
* make a variable more local in a functionpowwow@askgustav.com2019-04-231-5/+7
|
* fix possible read outside bufferpowwow@askgustav.com2019-04-231-1/+1
|
* retroactively bump versions to 1.2.18powwow@askgustav.com2019-04-232-2/+2
|
* remove an unused variable and functionpowwow@askgustav.com2019-04-231-17/+1
|
* remove some non-ANSI C supportpowwow@askgustav.com2019-04-2332-1691/+1614
|
* better handle prompts with control characterspowwow@askgustav.com2019-04-232-2/+55
|
* fix unsigned/signed comparisonSteve Slaven2018-09-251-1/+2
|
* fix off-by-oneSteve Slaven2018-09-251-1/+1
|
* version bumpv1.2.18Steve Slaven2018-09-111-1/+1
|
* support IPv6powwow@askgustav.com2018-09-052-46/+69
|
* fix bugs in carriage return handlingpowwow@askgustav.com2018-09-052-11/+26
|
* more robust multibyte character handlingpowwow@askgustav.com2018-09-051-6/+32
|
* remove unused function tcp_read_addIAC()powwow@askgustav.com2018-09-052-25/+0
|
* make sure to use the correct fdset in call to select()powwow@askgustav.com2018-09-051-3/+2
|
* version bumpsv1.2.17Steve Slaven2013-07-152-1/+7
|