Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %p to display a pointer value | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | |||||
* | The first element of the array seems to store the members count | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | | | | | Add a cast to (long) to quiet the compiler | ||||
* | The integer timeout is cast to a void *, passed to this function, and | Sascha Schumann | 2003-08-17 | 1 | -2/+3 |
| | | | | | | | cast back. Add a cast to (long) to quiet the compiler | ||||
* | Fix sizeof(void *) > sizeof(int) issue. | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | | | | | n should be ptrdiff_t. | ||||
* | Remove Release_TSinline (it's not necessary) | Zeev Suraski | 2003-06-30 | 1 | -18/+18 |
| | | | | | | Add Release_TSDbg Change directories to be consistent with our other modules... | ||||
* | Prepare for enabling by default on Windows. | Edin Kadribasic | 2003-06-27 | 2 | -0/+346 |
| | |||||
* | Touch lemon generated file | Wez Furlong | 2003-06-06 | 1 | -0/+1 |
| | |||||
* | Update bundled library to 2.8.3 + patches from sqlite author to enable | Wez Furlong | 2003-06-06 | 23 | -903/+1037 |
| | | | | | authorization checks for the ATTACH database command. | ||||
* | Update for 2.8.2 | Wez Furlong | 2003-06-06 | 1 | -14/+9 |
| | |||||
* | Update bundled library to version 2.8.2. | Wez Furlong | 2003-06-04 | 38 | -7328/+10906 |
| | | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes | ||||
* | win32 fixes | Wez Furlong | 2003-04-22 | 1 | -1/+1 |
| | |||||
* | Add windows .dsp and some kludgy pre-generated headers. | Wez Furlong | 2003-04-22 | 2 | -0/+700 |
| | |||||
* | Remove whitespace added while touching. | Wez Furlong | 2003-04-17 | 3 | -3/+0 |
| | |||||
* | Touch generated files | Wez Furlong | 2003-04-17 | 3 | -0/+3 |
| | |||||
* | Bundle relevant parts of sqlite 2.8.0. | Wez Furlong | 2003-04-17 | 36 | -0/+38179 |
# sqlite has a completely non-restrictive license |