about summary refs log tree commit diff homepage
path: root/meta.c (follow)
Commit message (Collapse)AuthorAge
* Restore old data formatJune McEnroe2019-01-04
|
* Use PascalCase for constantsJune McEnroe2018-09-30
|
* Shrink the torus and rearrange struct TileJune McEnroe2018-08-21
|
* 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