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