Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Avoid segfault in getstr_fixscr() | Lukas Fleischer | 2011-07-02 | 1 | -2/+2 |
* | Use constant for maximum UTF-8 character size | Lukas Fleischer | 2011-07-02 | 1 | -2/+3 |
* | Refactor getstring code | Lukas Fleischer | 2011-07-02 | 1 | -53/+65 |
* | Make getstring() UTF-8 compatible | Lukas Fleischer | 2011-06-29 | 1 | -54/+120 |
* | Split line editing functions into separate file | Lukas Fleischer | 2011-06-29 | 1 | -0/+220 |