aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-13Default to using a write-ahead logLars Ingebrigtsen1-0/+12
2021-12-13Tweak multisession stuff and improve concurrencyLars Ingebrigtsen1-2/+11
2021-12-11Add sqlite-finalize and edit the manual sectionLars Ingebrigtsen1-1/+14
2021-12-10Init on windows for all functionsLars Ingebrigtsen1-0/+1
2021-12-10Fix spurious )Lars Ingebrigtsen1-1/+0
2021-12-10Fix up whitespace in DEF_DLLLars Ingebrigtsen1-11/+11
2021-12-10Windows-def sqlite3_prepare_v2Lars Ingebrigtsen1-0/+6
2021-12-08Fix typoLars Ingebrigtsen1-1/+1
2021-12-08Cargo cult more thoroughly from xml.cLars Ingebrigtsen1-18/+47
2021-12-08Windows syntax errorsLars Ingebrigtsen1-2/+0
2021-12-08Cargo cult Windows dynamic support from xml.cLars Ingebrigtsen1-0/+142
2021-12-08Fix up some file namesLars Ingebrigtsen1-1/+3
2021-12-08Firm up sqlite object checking and add sqlite-closeLars Ingebrigtsen1-16/+33
2021-12-08Identify statement objectsLars Ingebrigtsen1-0/+5
2021-12-07Also encode the query string correctly for selectsLars Ingebrigtsen1-12/+13
2021-12-07Change sqlite_execute to only do a single statementLars Ingebrigtsen1-42/+33
2021-12-07Handle bignums on 32-bitLars Ingebrigtsen1-2/+6
2021-12-07Add some commentsLars Ingebrigtsen1-5/+7
2021-12-07Add support for more in-memory instances, and print betterLars Ingebrigtsen3-6/+22
2021-12-07Make sqlite string encoding more efficientLars Ingebrigtsen1-2/+5
2021-12-07We don't need to precompute the columnsLars Ingebrigtsen2-20/+17
2021-12-07Fix parametresised selects/executionsLars Ingebrigtsen1-12/+41
2021-12-06Make `sqlitep' always be availableLars Ingebrigtsen1-4/+7
2021-12-06Add some fixnum/bignum tests for sqlite.cLars Ingebrigtsen1-1/+2
2021-12-06En/decode stringsLars Ingebrigtsen1-9/+18
2021-12-06Update pdumper hashLars Ingebrigtsen1-1/+1
2021-12-06Move include to the right placeLars Ingebrigtsen1-2/+2
2021-12-06Change "fields" into "columns"Lars Ingebrigtsen2-11/+10
2021-12-06Add initial implementation of sqlite3 supportLars Ingebrigtsen8-2/+508
2021-12-06image.c: Remove some dead codeStefan Kangas1-18/+0
2021-12-05; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen1-2/+2
2021-12-05Add workaround to compilation warning in gcc 10.x in image.cdickmao1-3/+3
2021-12-05; Another protection from out-of-bounds access to it->stack[].Eli Zaretskii1-1/+2
2021-12-05Fix out-of-bounds access in xdisp.cEli Zaretskii1-1/+2
2021-12-04Fix the MinGW build broken by recent changes in image.cEli Zaretskii1-1/+1
2021-12-04Make use of Trash on macOS (bug#21340)Alan Third1-0/+45
2021-12-04Yet another place inside redisplay_window to prevent quittingEli Zaretskii1-2/+9
2021-12-04Fix the enumeration values returned by 'try_scrolling'Eli Zaretskii1-3/+3
2021-12-04* src/dosfns.c (Fint86): Doc fix; don't use obsolete names.Stefan Kangas1-2/+2
2021-12-03Port to Tiny C on x86-64Paul Eggert1-0/+5
2021-12-03Prefer rsvg_handle_get_intrinsic_size_in_pixelsPaul Eggert1-40/+74
2021-12-03Improve overflow checking in svg_load_imagePaul Eggert1-40/+36
2021-12-03Simplify svg_load_imagePaul Eggert1-4/+2
2021-12-03More-robust svg_load_image fallbackPaul Eggert1-0/+3
2021-12-03Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani1-1/+1
2021-12-03Revert "Support display of non-ASCII characters with aligned columns"Eli Zaretskii1-57/+0
2021-12-03Send scroll stop events to xwidgets when built with XInput 2Po Lu1-0/+3
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert8-71/+78
2021-12-02Work around IBM XL C compiler bugPaul Eggert1-1/+3
2021-12-02; * src/xdisp.c (syms_of_xdisp) <align-columns-display>: Doc fix.Eli Zaretskii1-1/+2