about summary refs log tree commit diff homepage
path: root/meta.c (follow)
Commit message (Collapse)AuthorAge
* Print time_t with %jd in metaJune McEnroe2018-07-24
| | | | | On 32-bit NetBSD, time_t is 'long long int' rather than 'long int'. This works everywhere.
* Tabify sourceJune McEnroe2018-07-17
| | | | And other style changes.
* Use stdio in merge and metaJune McEnroe2018-03-05
|
* Rename Tile timestamps {create,modify,access}TimeJune McEnroe2018-03-05
|
* Remove leading blank linesJune McEnroe2017-09-27
|
* Relicense AGPLJune McEnroe2017-09-03
| | | | | | | I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft.
* Use MakefileJune McEnroe2017-08-26
|
* Add metadata to CSV scriptJune McEnroe2017-08-26
d>Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe