summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add a slash. HEAD masterkaa2023-07-091-1/+1
|
* As it turns out, getline() is a POSIX extension, not included in Windows tcc ↵kaa2023-07-092-6/+30
| | | | or MinGW.
* storeline was really a worse and non-standard getline, so getline has ↵kaa2023-07-052-30/+6
| | | | replaced it.
* Compare strstr’s return value against NULL instead of 0.kaa2023-06-302-5/+5
|
* A tool for reading from files.json similar to ls.kaa2023-06-302-0/+170
|
* Documentation update. 1.0kaa2023-06-231-10/+9
|
* "Initial."kaa2023-06-2333-0/+8399