Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement command #substitute [string[=[text]]] | Massimiliano Ghilardi | 2023-01-12 | 11 | -67/+349 |
| | |||||
* | version bumpv1.2.23 | Steve Slaven | 2021-07-09 | 2 | -2/+2 |
| | |||||
* | fix some documentation files | powwow@askgustav.com | 2021-07-09 | 2 | -11/+9 |
| | | | | | | Remove stale email addresses. Fix file encoding. Remove trailing whitespace. | ||||
* | stop emitting newline in no-echo mode | powwow@askgustav.com | 2021-07-09 | 1 | -4/+1 |
| | |||||
* | add missing braces | powwow@askgustav.com | 2021-07-09 | 1 | -2/+4 |
| | |||||
* | remove unused variable | powwow@askgustav.com | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | increase some history limits | powwow@askgustav.com | 2021-07-09 | 1 | -2/+2 |
| | |||||
* | version bumpv1.2.22 | Steve Slaven | 2020-07-01 | 2 | -2/+2 |
| | |||||
* | minor beautifications | powwow@askgustav.com | 2020-05-23 | 2 | -5/+4 |
| | |||||
* | remove extraneous newlines in capture files | powwow@askgustav.com | 2020-05-23 | 1 | -0/+1 |
| | |||||
* | remove unused define | powwow@askgustav.com | 2020-05-23 | 1 | -1/+0 |
| | |||||
* | stop using putenv() as it's an XSI extension | powwow@askgustav.com | 2020-05-23 | 1 | -4/+2 |
| | |||||
* | stop using C99 comments | powwow@askgustav.com | 2020-05-23 | 2 | -3/+3 |
| | |||||
* | fix linking pcreposix during buildv1.2.21 | Steve Slaven | 2019-11-25 | 1 | -5/+5 |
| | |||||
* | fix comma placement for AC_CHECK_FUNC(regcomp) in libc regcomp check | Steve Slaven | 2019-11-16 | 1 | -6/+8 |
| | |||||
* | verify pcreposix or regcomp are available if enabled | Steve Slaven | 2019-11-11 | 1 | -7/+15 |
| | |||||
* | fix default value for enable-regex | Steve Slaven | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | Add a list of options for --enable-regex | Steve Slaven | 2019-11-06 | 1 | -2/+7 |
| | |||||
* | Automatically update version number in man page and doc | Steve Slaven | 2019-11-05 | 4 | -4/+6 |
| | |||||
* | reorganizing files | Steve Slaven | 2019-11-05 | 47 | -43/+49 |
| | |||||
* | Version bump | Steve Slaven | 2019-11-05 | 3 | -3/+3 |
| | |||||
* | Distribute new regex header | Steve Slaven | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Move configured regex lib in to a common header | Steve Slaven | 2019-11-05 | 4 | -23/+22 |
| | |||||
* | use --enable-regex=[lib] to select a regex library | Steve Slaven | 2019-11-05 | 1 | -13/+34 |
| | |||||
* | Allow the regular expression engine to be replaced with PCRE POSIX | Nils Schimmelmann | 2019-06-29 | 4 | -3/+29 |
| | |||||
* | version bumpv1.2.20 | Steve Slaven | 2019-05-22 | 4 | -4/+4 |
| | |||||
* | Fix use of undeclared identifier 'SIGWINCH' on Mac | Nils Schimmelmann | 2019-05-21 | 1 | -0/+9 |
| | |||||
* | bump versionsv1.2.19 | Steve Slaven | 2019-04-23 | 4 | -4/+4 |
| | |||||
* | add compile to .gitignore | powwow@askgustav.com | 2019-04-23 | 1 | -1/+2 |
| | |||||
* | rename configure.in to configure.ac | powwow@askgustav.com | 2019-04-23 | 1 | -0/+0 |
| | |||||
* | require C89 and set _XOPEN_SOURCE=700 when compiling | powwow@askgustav.com | 2019-04-23 | 5 | -9/+14 |
| | |||||
* | make a variable more local in a function | powwow@askgustav.com | 2019-04-23 | 1 | -5/+7 |
| | |||||
* | fix possible read outside buffer | powwow@askgustav.com | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | retroactively bump versions to 1.2.18 | powwow@askgustav.com | 2019-04-23 | 2 | -2/+2 |
| | |||||
* | remove an unused variable and function | powwow@askgustav.com | 2019-04-23 | 1 | -17/+1 |
| | |||||
* | remove some non-ANSI C support | powwow@askgustav.com | 2019-04-23 | 32 | -1691/+1614 |
| | |||||
* | better handle prompts with control characters | powwow@askgustav.com | 2019-04-23 | 2 | -2/+55 |
| | |||||
* | fix unsigned/signed comparison | Steve Slaven | 2018-09-25 | 1 | -1/+2 |
| | |||||
* | fix off-by-one | Steve Slaven | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | version bumpv1.2.18 | Steve Slaven | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | support IPv6 | powwow@askgustav.com | 2018-09-05 | 2 | -46/+69 |
| | |||||
* | fix bugs in carriage return handling | powwow@askgustav.com | 2018-09-05 | 2 | -11/+26 |
| | |||||
* | more robust multibyte character handling | powwow@askgustav.com | 2018-09-05 | 1 | -6/+32 |
| | |||||
* | remove unused function tcp_read_addIAC() | powwow@askgustav.com | 2018-09-05 | 2 | -25/+0 |
| | |||||
* | make sure to use the correct fdset in call to select() | powwow@askgustav.com | 2018-09-05 | 1 | -3/+2 |
| | |||||
* | version bumpsv1.2.17 | Steve Slaven | 2013-07-15 | 2 | -1/+7 |
| | |||||
* | pull from kalev | Steve Slaven | 2013-07-15 | 6 | -15/+25 |
|\ | |||||
| * | stop using bzero() and check a few return values | Gustav HÃ¥llberg | 2013-07-13 | 3 | -8/+9 |
| | | |||||
| * | build: Error out if curses libraries weren't found | Kalev Lember | 2013-07-10 | 1 | -1/+7 |
| | | |||||
| * | README: Update the link to MUME | Kalev Lember | 2013-07-10 | 1 | -1/+1 |
| | |