aboutsummaryrefslogtreecommitdiffstats
path: root/src/file.c
Commit message (Collapse)AuthorAgeFilesLines
* *: fixed includesRafael G. Martins2016-07-071-4/+2
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* file: added dedicated error typeRafael G. Martins2016-07-051-2/+2
|
* utf8: skip BOM, if foundRafael G. Martins2016-07-041-1/+13
|
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+9
|
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
|
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-2/+2
| | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
* Revert "main: loader: use file utils from squareball"Rafael G. Martins2016-04-271-1/+25
| | | | This reverts commit c7b4bc4d64a3ce669e54b7c7dae87527d9ee3123.
* main: loader: use file utils from squareballRafael G. Martins2016-03-191-25/+1
|
* *: use squareball error infrastructureRafael G. Martins2016-03-131-2/+2
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-4/+4
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-4/+4
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-4/+4
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* file: added missing headerRafael G. Martins2015-10-121-0/+1
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* fixing gcc stupidityRafael G. Martins2015-05-091-0/+11
|
* loader: added testsRafael G. Martins2015-05-091-0/+50