| Age | Commit message (Expand) | Author |
|---|---|---|
| 2012-02-18 | convert to gcc.main | mo k |
| 2012-02-18 | move test runner to tests.c | mo k |
| 2012-02-18 | move assertion to assertions.c | mo k |
| 2012-02-18 | update makefile to create bin/ and obj/ dir. collapse inc/ and src/ | mo k |
| 2012-02-18 | move reverse.h header file to inc/ dir. | mo k |
| 2012-02-18 | remove executable and add to gitignore. | mo k |
| 2012-02-18 | extract run function to run each test. | mo k |
| 2012-02-18 | start building table of function pointers to run each test. | mo k |
| 2012-02-18 | add first unit test. | mo k |
| 2012-02-18 | move all .c and .h files to root and clean up makefile to simplify compilation. | mo k |
| 2012-02-17 | replace scanf with gets. | mo k |
| 2012-02-17 | trying to figure out why strlen isn't returning the correct length. | mo k |
| 2012-02-17 | reverse a string using pointer arithmetic. | mo k |
| 2012-02-17 | extract files variable in makefile. | mo k |
| 2012-02-17 | create makefile. | mo k |
