| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Add ptee | June McEnroe | 2019-07-08 | |
| | | ||||
| * | Simplify and build bit | June McEnroe | 2019-05-30 | |
| | | | | | lex is a waste of time. | |||
| * | Add order | June McEnroe | 2019-05-15 | |
| | | ||||
| * | Fix MANDIR typo | June McEnroe | 2019-05-04 | |
| | | ||||
| * | Move relay to bin | June McEnroe | 2019-05-04 | |
| | | ||||
| * | Add setopt | June McEnroe | 2019-02-24 | |
| | | ||||
| * | Use $PWD in html.sh to pass absolute path to man | June McEnroe | 2019-02-20 | |
| | | ||||
| * | Factor out html.sh and produce html for all sources | June McEnroe | 2019-02-20 | |
| | | | | | | | Except for gfx-cocoa because I don't have an Objective-C highlighter. Also hypothetically the .h rule could match up headers with .3 manual pages if I cared to write them. | |||
| * | Remove hi line numbering | June McEnroe | 2019-02-18 | |
| | | | | | | | Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>. | |||
| * | Generate HTML with hi -n -f html -o anchor | June McEnroe | 2019-02-17 | |
| | | | | | | Running hi twice to insert stuff between the head and the content is a bit of a hack but oh well. | |||
| * | Unify *up scripts into one up.sh | June McEnroe | 2019-02-12 | |
| | | ||||
| * | Install html with -C | June McEnroe | 2019-02-11 | |
| | | ||||
| * | Generate html for bins | June McEnroe | 2019-02-10 | |
| | | ||||
| * | Run hi -c after compiling hi | June McEnroe | 2019-02-09 | |
| | | ||||
| * | Add pattend to hi | June McEnroe | 2019-02-06 | |
| | | ||||
| * | Add aes | June McEnroe | 2019-02-05 | |
| | | | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. | |||
| * | Add beef Befunge-93 interpreter | June McEnroe | 2019-01-26 | |
| | | ||||
| * | Revert -std=c11 because GNU sucks | June McEnroe | 2019-01-19 | |
| | | | | | | It wants me to #define all kinds of bullshit to get basic functions like getopt(3). | |||
| * | Reunify gfx and bin | June McEnroe | 2019-01-17 | |
| | | ||||
| * | Reorganize bin and Makefile once again | June McEnroe | 2019-01-17 | |
| | | ||||
| * | Rename rec to wat | June McEnroe | 2019-01-01 | |
| | | ||||
| * | Rename watch to rec | June McEnroe | 2018-12-02 | |
| | | | | | A watch binary already exists in various places (but isn't useful). | |||
| * | Rearrange bin Makefile once more | June McEnroe | 2018-11-14 | |
| | | ||||
| * | Factor out png.h | June McEnroe | 2018-11-14 | |
| | | ||||
| * | Fix tags target | June McEnroe | 2018-10-17 | |
| | | ||||
| * | Remove klon | June McEnroe | 2018-10-16 | |
| | | ||||
| * | Add ttpre | June McEnroe | 2018-10-08 | |
| | | ||||
| * | Use col -b to remove formatting for README | June McEnroe | 2018-10-08 | |
| | | ||||
| * | Add psf2png | June McEnroe | 2018-09-28 | |
| | | ||||
| * | Add psfed, a PSF2 font editor | June McEnroe | 2018-09-24 | |
| | | ||||
| * | Move bin man pages to bin/man | June McEnroe | 2018-09-11 | |
| | | ||||
| * | Remove GAMES from BINS | June McEnroe | 2018-09-11 | |
| | | ||||
| * | Rewrite bin.7 and render to plaintext README | June McEnroe | 2018-09-11 | |
| | | ||||
| * | Add klon.6 | June McEnroe | 2018-09-07 | |
| | | ||||
| * | Link man pages in ~/.local | June McEnroe | 2018-09-07 | |
| | | ||||
| * | Use scheme.h in fbatt and fbclock | June McEnroe | 2018-08-20 | |
| | | ||||
| * | Generate scheme.h | June McEnroe | 2018-08-20 | |
| | | ||||
| * | Add open(1) forwarding to pbd | June McEnroe | 2018-08-08 | |
| | | ||||
| * | Move graphical programs out of bin | June McEnroe | 2018-07-30 | |
| | | | | | I wonder when the last time was something needed -ledit... | |||
| * | Restore LDLIBS alphabetical order | June McEnroe | 2018-07-23 | |
| | | ||||
| * | Link with -lcurses | June McEnroe | 2018-07-23 | |
| | | | | | | Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3 | |||
| * | Add modem | June McEnroe | 2018-05-13 | |
| | | ||||
| * | Link with -lm | June McEnroe | 2018-05-11 | |
| | | | | | Come on, FreeBSD. | |||
| * | Add brot | June McEnroe | 2018-04-10 | |
| | | | | | It's a Mandelbrot renderer. | |||
| * | Move home bins to ~/.local/bin | June McEnroe | 2018-04-03 | |
| | | | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. | |||
| * | Add scheme.png target | June McEnroe | 2018-03-31 | |
| | | ||||
| * | Add color scheme PNG generator | June McEnroe | 2018-03-31 | |
| | | ||||
| * | PHONY is a waste of time | June McEnroe | 2018-03-11 | |
| | | ||||
| * | Copy glitch from pngo | June McEnroe | 2018-03-02 | |
| | | ||||
| * | Remove jrp | June McEnroe | 2018-02-25 | |
| | | | | | It was fun. | |||