summaryrefslogtreecommitdiffstats
path: root/XD.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't recursively check for -v argSquibid2024-12-211-6/+4
|
* change libgit2 initializationSquibid2024-12-211-10/+2
|
* optimizing...Squibid2024-12-191-13/+15
| | | | replace printf with fwrite to make it ever so slightly faster
* add some missing stuffv1.3Squibid2024-12-191-2/+7
|
* optimize further...Squibid2024-12-191-20/+23
| | | | | make sure to not include useless function calls when errors arent enabled by wrapping all l calls in a macro
* optimiseSquibid2024-12-191-18/+16
| | | | | instead of putting each part of the face into an array we just print it out to the console :)
* bump version info and add compile info to versionv1.1Squibid2024-12-191-2/+10
|
* clean up error code collectionSquibid2024-12-191-1/+3
|
* add nose for staged changes, and remove unnecessary includesSquibid2024-12-191-7/+33
|
* fix typoSquibid2024-12-191-1/+1
|
* initial commitSquibid2024-12-191-0/+186