summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Remove cash/testsJune McEnroe2019-01-10
* Remove funcsJune McEnroe2019-01-10
* Remove profile and dot.profileJune McEnroe2019-01-10
* Replace strchrnul with strchrJune McEnroe2019-01-10
* Replace eaccess with faccessatJune McEnroe2019-01-10
* Replace st_mtim with st_mtimespecJune McEnroe2019-01-10
* Replace sys_nsig with NSIGJune McEnroe2019-01-10
* Replace cash MakefileJune McEnroe2019-01-10
* Move bltin out of subdirectoryJune McEnroe2019-01-10
* Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
* Import /usr/src/bin/test/test.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
* Import /usr/src/bin/kill/kill.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
* Import /usr/src/bin/sh from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
* Clean up schemeJune McEnroe2019-01-04
* Rename wat in bin.7June McEnroe2019-01-01
* Remove edi (again)June McEnroe2019-01-01
* Rename rec to watJune McEnroe2019-01-01
* Make all copyright headers consistentJune McEnroe2019-01-01
* Remove explicit "Os" from man pagesJune McEnroe2018-12-02
* Rename watch to recJune McEnroe2018-12-02
* Return enum Error from file functions in ediJune McEnroe2018-11-25
* Implement deserialization in ediJune McEnroe2018-11-24
* Add premature serialization to ediJune McEnroe2018-11-24
* Replace tableUpdate with tableReplaceJune McEnroe2018-11-23
* Move buffer length to blocksJune McEnroe2018-11-23
* Add fileWrite for ediJune McEnroe2018-11-22
* Simplify edi file readingJune McEnroe2018-11-22
* Add Iter for ediJune McEnroe2018-11-21
* Fix freeing empty buffer blockJune McEnroe2018-11-21
* Read files in ediJune McEnroe2018-11-21
* Free buffer block if empty when allocating new blockJune McEnroe2018-11-21
* Track hot slice in tablesJune McEnroe2018-11-21
* Add bufferDeleteJune McEnroe2018-11-20
* Add missing include in dtchJune McEnroe2018-11-19
* Avoid DST struct TableJune McEnroe2018-11-18
* Add seeds of ediJune McEnroe2018-11-18
* Remove zlib dependency from png.hJune McEnroe2018-11-14
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
* Factor out png.hJune McEnroe2018-11-14
* Clean up and improve dtchJune McEnroe2018-11-12
* Use typedefs uint and byteJune McEnroe2018-11-12
* Remove msr606June McEnroe2018-11-07
* Implement all of MSR606June McEnroe2018-11-07
* Prevent buffer overflows in pngoJune McEnroe2018-10-28
* Fix tags targetJune McEnroe2018-10-17
* Remove klonJune McEnroe2018-10-16
* Use wchar_t in ttpreJune McEnroe2018-10-08
* Add ttpreJune McEnroe2018-10-08
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
* Remove edi.cJune McEnroe2018-10-07
cb38d7cfec371faafc&follow=1'>Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 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