Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganizing files | Steve Slaven | 2019-11-05 | 1 | -1038/+0 |
| | |||||
* | require C89 and set _XOPEN_SOURCE=700 when compiling | powwow@askgustav.com | 2019-04-23 | 1 | -0/+1 |
| | |||||
* | remove some non-ANSI C support | powwow@askgustav.com | 2019-04-23 | 1 | -48/+48 |
| | |||||
* | more robust multibyte character handling | powwow@askgustav.com | 2018-09-05 | 1 | -6/+32 |
| | |||||
* | properly handle when tty writes block; fixes possible lock-up introduced by | Gustav Hållberg | 2009-01-16 | 1 | -2/+21 |
| | | | | 277a06dbb45f4f249bb3f09d524ae064c842b7c5 | ||||
* | cleaned up #option code and added '#option list' | Gustav Hållberg | 2009-01-16 | 1 | -1/+3 |
| | |||||
* | fixed tty_raw_write to take a size_t length instead of int | Gustav Hållberg | 2009-01-16 | 1 | -3/+1 |
| | |||||
* | manually buffer data written to tty with USE_LOCALE; this fixes | Gustav Hållberg | 2009-01-16 | 1 | -13/+72 |
| | | | | buffering problems for some platforms | ||||
* | fixed some compilation warnings | Gustav Hållberg | 2009-01-16 | 1 | -8/+9 |
| | |||||
* | A patch that fixes a problem with not restoring the fcntl | Steve Slaven | 2006-01-31 | 1 | -1/+9 |
| | | | | | | | | | | flags for stdout before running a #! command. To trigger the bug in 1.2.9, just type "#! cat" and cat will die with EAGAIN. Patch by Dain | ||||
* | Wide character (locale) support from Dain, changed output of the compiled | Steve Slaven | 2005-03-21 | 1 | -1/+151 |
| | | | | | options line since there are more compile time options now | ||||
* | Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not apply | Steve Slaven | 2005-03-21 | 1 | -2/+2 |
| | | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly | ||||
* | Initial revisionv1.2.7 | Steve Slaven | 2005-03-12 | 1 | -0/+774 |