Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Silence BSD ctags warnings | June McEnroe | 2018-02-09 | |
| | ||||
* | Link LDLIBS regardless of GFX | June McEnroe | 2018-02-09 | |
| | ||||
* | Move gfx frontends around to simplify build | June McEnroe | 2018-02-09 | |
| | | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible. | |||
* | Add janky X11 graphics frontend | June McEnroe | 2018-02-07 | |
| | ||||
* | Add tags target | June McEnroe | 2018-02-06 | |
| | | | | | | This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute. | |||
* | Mark mac target phony | June McEnroe | 2018-02-04 | |
| | ||||
* | Set up Makefile for gfxx-cocoa or gfxx-fb | June McEnroe | 2018-02-04 | |
| | ||||
* | Separate gfxx and its framebuffer frontend | June McEnroe | 2018-02-03 | |
| | ||||
* | Add fbatt | June McEnroe | 2018-02-01 | |
| | ||||
* | Build any target by default | June McEnroe | 2018-02-01 | |
| | ||||
* | Add gfxx | June McEnroe | 2018-02-01 | |
| | ||||
* | Add fbclock | June McEnroe | 2018-01-29 | |
| | ||||
* | Remove color from Makefile | June McEnroe | 2018-01-29 | |
| | ||||
* | Add setuid target for bri | June McEnroe | 2018-01-29 | |
| | ||||
* | Add color.c | June McEnroe | 2018-01-28 | |
| | ||||
* | Add portable bins target | June McEnroe | 2018-01-28 | |
| | ||||
* | Add klon | June McEnroe | 2018-01-22 | |
| | | | | | | I've been working on this the past two days. Not playable yet but I think a good start. I enjoy the card and stack representation too much and this is probably why I don't enjoy industry programming as much. | |||
* | Remove ish | June McEnroe | 2017-10-26 | |
| | | | | I think I've lost the ability to code... | |||
* | Add beginning of very basic shell, ish | June McEnroe | 2017-10-13 | |
| | | | | Following <https://github.com/tokenrove/build-your-own-shell>. | |||
* | Regenerate gitignore with all | June McEnroe | 2017-09-27 | |
| | ||||
* | Combine pbcopy and pbpaste rules | June McEnroe | 2017-09-27 | |
| | ||||
* | Simplify bins Makefile | June McEnroe | 2017-09-17 | |
| | | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS. | |||
* | Move typo words to separate file | June McEnroe | 2017-09-15 | |
| | ||||
* | Add .gitignore target to bins Makefile | June McEnroe | 2017-09-14 | |
| | ||||
* | Add typing game | June McEnroe | 2017-09-14 | |
| | ||||
* | Fix bin/Makefile FreeBSD compatibility | June McEnroe | 2017-09-06 | |
| | | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk. | |||
* | Move C code to bin, Makefile, AGPL | June McEnroe | 2017-09-06 | |