summary refs log tree commit diff
path: root/src/funcs
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 23:48:05 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 23:48:05 +1000
commita5570fb5a13b49eaf6f7b3db3d9341b596fdfc38 (patch)
tree833c12104854fb8cd7b584376661be77d48ac307 /src/funcs
parent[SYSTEM] Added out-of-line ctypes functions for klibc (diff)
downloaddash-a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38.tar.gz
dash-a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38.zip
[SYSTEM] Fixed fallback stpcpy implementation
The implementation has an off-by-one bug.  This results in random memory
corruption.  In one particular case, it caused certain bits of a function
body to go missing.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
1 23:17:40 -0500'>2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe