Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-02 | Use C instead of C++ comments in C files to silence compiler warnings. | Cristian Cadar | |
2013-08-27 | Fix implementation for putchar | Martin Nowack | |
According to manual: putchar() return the character written as an unsigned char cast to an int or EOF on error. Use return value of write to return the correct value for putchar. | |||
2009-05-23 | Fix for platforms which #define putchar | Daniel Dunbar | |
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72346 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-05-21 | Initial KLEE checkin. | Daniel Dunbar | |
- Lots more tweaks, documentation, and web page content is needed, but this should compile & work on OS X & Linux. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72205 91177308-0d34-0410-b5e6-96231b3b80d8 |