Commit Graph

22 Commits

Author SHA1 Message Date
Victor Fernandes 8a8188e07d Update README and file headers 2017-05-10 13:46:04 -04:00
Victor Fernandes 0b5fb5befa New "Project" for Scanner 2017-03-15 03:19:27 -04:00
Victor Fernandes 668afe99c2 merge 2017-03-13 19:14:01 -04:00
Victor Fernandes aa25c02661 .gitignore: add VS-related project files
buffer.c: allow start from zero capacity (still works!)
2017-02-13 18:39:58 -05:00
Victor Fernandes e491775737 Rename mark offset to proper name as per specs 2017-02-13 18:31:58 -05:00
Victor Fernandes 992f82573a Clean up redundant code and mixed measurements 2017-02-13 18:27:32 -05:00
Victor Fernandes 64e0f2d80a b_free() fix crash on NULL 2017-02-13 16:58:51 -05:00
Victor Fernandes c80fb62142 b_getc: Revert double check on EOB
b_print: add eob check in do/while
b_load: use feof() instead of EOF check
2017-02-13 13:28:05 -05:00
Victor Fernandes bb95cac9ee buffer.c/.h: Documentation 2017-02-02 17:04:10 -05:00
Victor Fernandes d3ce63fe25 Bulk commit
Test files: add original test files (small and "buffer-braking" files to check buffer behaviour
Add README
2017-02-02 16:44:26 -05:00
Victor Fernandes d8e06cc491 Fix mixed measurements, begin big file edge case tests 2017-02-02 12:28:13 -05:00
Victor Fernandes 8de91295c9 Remove useless code, add documentation 2017-02-01 21:06:45 -05:00
Victor Fernandes 7c47ba78c0 Memory management, truncation errors, EOB/EOF 2017-02-01 20:04:49 -05:00
Victor Fernandes 22d0b75e8c Patch by Phase 2017-02-01 18:54:00 -05:00
Victor Fernandes 5091901421 small fix 2017-01-31 15:24:18 -05:00
Victor Fernandes b90c9f309c spec changes 2017-01-31 15:15:51 -05:00
Victor Fernandes 7fd29eb693 Mathematical fixes 2017-01-31 08:31:36 -05:00
Victor Fernandes 028638ee84 Add warning to buffer.h 2017-01-30 16:35:51 -05:00
Victor Fernandes b9b910439a Improve memory allocation logic, fix malloc.h for macOS GNU GCC 2017-01-30 16:20:43 -05:00
Victor Fernandes 055c5f9c51 Update function comment header 2017-01-30 14:31:56 -05:00
Victor Fernandes 2c8fc9fd7f Fix .gitignore and b_create() 2017-01-30 14:29:38 -05:00
Victor Fernandes 9f21bf4b5c First commit 2017-01-30 12:29:09 -05:00