aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
Commit message (Expand)AuthorAge
* Make sure the error message handler is able to deal with NULL expression drh2008-11-22
* When a memory allocation fails on the %Q conversion in sqlite3_mprintf(),drh2008-11-20
* Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)danielk19772008-11-17
* Remove unused variable from printf.c. Ticket #3331. (CVS 5595)drh2008-08-22
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Increased test coverage. (CVS 5414)drh2008-07-15
* Write sqlite3_initialize() calls in sqlite3_malloc() withindrh2008-07-14
* Remove unused code. Test coverage enhancements. Modify the algorithm useddrh2008-07-10
* Test coverage improvements on printf. (CVS 5385)drh2008-07-09
* Completely rework the sqlite3SetString() primitive so that it honors thedrh2008-07-08
* Clean up obfuscated code in sqlite3_table_column_meta_data().drh2008-06-16
* Continuing work on the new memory allocation subsystem.drh2008-06-15
* Add more version tags to files that lack them. Ticket #3120. (CVS 5137)danielk19772008-05-16
* Fix a potential buffer overrun in sqlite3_mprintf() when a non-terminateddrh2008-04-29
* Change the implementation of the NaN recognition to be more cross-platform.drh2008-04-28
* Reinstate test cases for the limit tests. The sqlite3_limit() API is nowdrh2008-03-20
* Initial implementation of per-connection limits and the sqlite3_limit() API.drh2008-03-20
* Additional test cases for tkt2822. Fix a related bug in printf(). (CVS 4624)drh2007-12-13
* Towards getting ORDER BY to match against the correctin columns.drh2007-12-13
* Fix a bug in the debugging printf logic. (CVS 4600)drh2007-12-08
* Add the {quote: StrAccum} object drh2007-11-28
* Remove #include <math.h> from all source files. It is no longer needed butdrh2007-10-05
* Fix a problem handling a malloc() failure in printf.c. Also some other things...danielk19772007-09-01
* Fixes for failures in fuzz_malloc.test. (CVS 4334)danielk19772007-08-30
* Modifications to the malloc failure tests to test transient and persistent fa...danielk19772007-08-29
* The win32 driver compiles but does not yet work well. Many bugsdrh2007-08-24
* The malloc.test script now passes all tests with no errors. (CVS 4271)drh2007-08-22
* More work on refactoring of malloc() interfaces. There are still many errors....danielk19772007-08-16
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* When expanding '*' in the result set of a SELECT, quote the expanded identifi...danielk19772007-06-24
* Remove the dependency on libm for isnan(). Ticket #2436. (CVS 4103)drh2007-06-20
* Make arrangements to optionally print a debug message at the pointdrh2007-06-15
* Fix a bug in sqlite3_mprintf() which could have caused a bufferdrh2007-05-15
* Add some UTF-8 test infrastructure. Treat NaN as NULL. The printf routinesdrh2007-05-10
* Change sqlite3_snprintf() so that it does not write a zero-terminator ifdrh2007-05-07
* Improved test coverage for printf.c. (CVS 3780)drh2007-03-31
* Add code to select.c for printing the contents of parse-tree structures.drh2007-01-26
* Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layerdrh2006-06-26
* If an sqlite3_mprintf() call uses a disallowed internal-use-only conversiondrh2006-05-22
* Compile-time option to use only 32-bit integers. (CVS 3157)drh2006-03-28
* Increase test coverage to above 98%. (CVS 3144)drh2006-03-19
* Code changes resulting from Coverity analysis.drh2006-03-06
* Remove unused parameters on internal APIs. Suppress warnings fromdrh2006-02-24
* Rename some variables to avoid hiding others. Also add "static" to two functi...danielk19772006-01-24
* Clean up annoying (and pointless) compiler warnings about differing signednes...drh2005-12-09
* Attempt to fix the SQLite core so that no floating point operations are useddrh2005-10-13
* Fix a whole host of newly discovered memory leaks the occur after adrh2005-09-16
* Changes to reduce the amount of stack space required. (CVS 2661)drh2005-09-06
* Fix printf.c so that it handles 10.0 correctly. (CVS 2643)drh2005-08-30
* Increased test coverage on trigger.c and printf.c. (CVS 2601)drh2005-08-19