Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-25 | Switch to #pragma once | Lars-Dominik Braun | 1 | -3/+1 | |
2014-06-16 | Re-init terminal when awaking from ^Z | Lars-Dominik Braun | 1 | -4/+2 | |
And simplify code that nobody touched in a long long timeā¦ Fixes input issues reported in #458. | |||||
2014-04-22 | Fix include guards | Lars-Dominik Braun | 1 | -3/+3 | |
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -2/+2 | |
2009-07-02 | Enable echoing on early return, too | Lars-Dominik Braun | 1 | -2/+4 | |
See commit a6c521fecd91867c6e184106f4e63445d1cb158a | |||||
2009-01-20 | It's 2009 now | Lars-Dominik Braun | 1 | -1/+2 | |
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore) | |||||
2008-06-23 | client: Use function prefix "Bar" | Lars-Dominik Braun | 1 | -2/+2 | |
2008-06-15 | client: Config file added, not yet documented | Lars-Dominik Braun | 1 | -0/+29 | |
Some restructuring was necessary too. |