index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utf.c
Commit message (
Expand
)
Author
Age
*
Work around a bug in clang-11.0.0.
drh
2020-06-04
*
Back out the change from [7fab1393c2b22b1f] that tries to convert invalid
drh
2020-05-20
*
Convert invalid surrogates to 0xfffd when translating UTF.
drh
2020-02-17
*
Rewrite the (debugging use only) sqlite3VdbeMemPrettyPrint() function to use
drh
2020-01-06
*
Fix an obsolete comment and other minor issues from code inspection.
drh
2019-04-14
*
Compile cleanly with SQLITE_OMIT_UTF16.
drh
2017-07-12
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
A different way to clear the subtype on VDBE registers when the value of the ...
dan
2016-01-30
*
Avoid a harmless compiler warning on systems where the byteorder cannot
drh
2015-12-24
*
Add the Mem.szMalloc element to the Mem object and use it to keep track of
drh
2014-09-18
*
Continuing cleanup of memory register memory allocation handling.
drh
2014-09-16
*
The sqlite3VdbeChangeEncoding() routine goes about 3x faster if the
drh
2014-08-24
*
Fix a comment on the sqlite3Utf8Read() routine. No changes to code.
drh
2014-06-18
*
Change the MEM_Dyn flag so that it means that Mem.xDel exists and must be
drh
2014-03-01
*
Remove the unused sqlite3Utf8to16() utility function.
drh
2013-08-07
*
Begin adding experimental sqlite_stat4 table. This commit is buggy.
dan
2013-08-03
*
Remove an unnecessary parameter from sqlite3Utf8Read() resulting in a slight
drh
2012-09-17
*
Begin a branch that experimentally replaces sqlite_stat2 with a new table
drh
2011-08-12
*
Use only unsigned values in the implementatin of LIKE and GLOB so that
drh
2011-06-13
*
Minor change to sqlite3Utf8Read() to make consistent with READ_UTF8() usage a...
shaneh
2011-03-24
*
Modify the vdbe so that the comparison operator opcodes do not modify the dat...
dan
2010-03-05
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Another attempt at getting the pTail pointer computations correct for
drh
2009-10-24
*
Check-in [19064d7cea] broke the pTail return on sqlite3_prepare16() when
drh
2009-10-24
*
Make sure that UTF16 to UTF8 conversions to not read past the end of the
drh
2009-10-23
*
Warning cleanup from the MSVC compile.
shane
2009-09-07
*
Add the SQLITE_ENABLE_STAT2 macro. If this is not defined at build-time, the ...
dan
2009-08-19
*
First version of sqlite_stat2 (schema forces exactly 10 samples).
dan
2009-08-17
*
Fix a bug in the sqlite3Utf16ByteLen() function so that it computes the
drh
2009-04-01
*
Remove dead code from the UTF conversion routines. Fix a bug in
drh
2009-04-01
*
Fix compiler warnings from gcc and MSVC; Correct typo in select.c; (CVS 6417)
shane
2009-03-31
*
Work to remove harmless MSVC compiler warnings. (CVS 6013)
shane
2008-12-10
*
Never use strlen(). Use our own internal sqlite3Strlen30() which is
drh
2008-12-10
*
Get rid of more silly compiler warnings. (CVS 5996)
drh
2008-12-09
*
Some minor name refactoring in where.c. Avoid declaring variables before
drh
2008-12-08
*
Prevent buffer overruns when converting malformed UTF16 to UTF8. Ticket #348...
drh
2008-11-07
*
Fix further warnings/compilation errors in test code. (CVS 5558)
danielk1977
2008-08-12
*
Fix warnings and a compilation error in test code. (CVS 5556)
danielk1977
2008-08-12
*
Use a macro to make sure that the calls to sqlite3Utf8Read() from MemTranslat...
danielk1977
2008-07-29
*
Changed copy-paste error in comment. Fixes #3193. (CVS 5323)
mihailim
2008-06-27
*
Changes to the Mem structure to reduce the frequency of freeing and reallocat...
danielk1977
2008-03-28
*
Where possible, avoid freeing buffers allocated for vdbe memory cells in case...
danielk1977
2008-02-13
*
Add automatic recovery from the pager "error-state". Also add a new error cod...
danielk1977
2007-10-03
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE...
danielk1977
2007-09-01
*
The sqlite3_value object now carries an sqlite3* pointer to use for
drh
2007-08-21
*
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
*
Revise the amalgamation so that all symbols have file scope except those
drh
2007-08-07
*
Rework the UTF8 reader logic in order to avoid the use of malloc().
drh
2007-07-23
[next]