aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Default to using a write-ahead logLars Ingebrigtsen2021-12-131-0/+12
* Tweak multisession stuff and improve concurrencyLars Ingebrigtsen2021-12-131-2/+11
* Add sqlite-finalize and edit the manual sectionLars Ingebrigtsen2021-12-111-1/+14
* Init on windows for all functionsLars Ingebrigtsen2021-12-101-0/+1
* Fix spurious )Lars Ingebrigtsen2021-12-101-1/+0
* Fix up whitespace in DEF_DLLLars Ingebrigtsen2021-12-101-11/+11
* Windows-def sqlite3_prepare_v2Lars Ingebrigtsen2021-12-101-0/+6
* Fix typoLars Ingebrigtsen2021-12-081-1/+1
* Cargo cult more thoroughly from xml.cLars Ingebrigtsen2021-12-081-18/+47
* Windows syntax errorsLars Ingebrigtsen2021-12-081-2/+0
* Cargo cult Windows dynamic support from xml.cLars Ingebrigtsen2021-12-081-0/+142
* Fix up some file namesLars Ingebrigtsen2021-12-081-1/+3
* Firm up sqlite object checking and add sqlite-closeLars Ingebrigtsen2021-12-081-16/+33
* Identify statement objectsLars Ingebrigtsen2021-12-081-0/+5
* Also encode the query string correctly for selectsLars Ingebrigtsen2021-12-071-12/+13
* Change sqlite_execute to only do a single statementLars Ingebrigtsen2021-12-071-42/+33
* Handle bignums on 32-bitLars Ingebrigtsen2021-12-071-2/+6
* Add some commentsLars Ingebrigtsen2021-12-071-5/+7
* Add support for more in-memory instances, and print betterLars Ingebrigtsen2021-12-073-6/+22
* Make sqlite string encoding more efficientLars Ingebrigtsen2021-12-071-2/+5
* We don't need to precompute the columnsLars Ingebrigtsen2021-12-072-20/+17
* Fix parametresised selects/executionsLars Ingebrigtsen2021-12-071-12/+41
* Make `sqlitep' always be availableLars Ingebrigtsen2021-12-061-4/+7
* Add some fixnum/bignum tests for sqlite.cLars Ingebrigtsen2021-12-061-1/+2
* En/decode stringsLars Ingebrigtsen2021-12-061-9/+18
* Update pdumper hashLars Ingebrigtsen2021-12-061-1/+1
* Move include to the right placeLars Ingebrigtsen2021-12-061-2/+2
* Change "fields" into "columns"Lars Ingebrigtsen2021-12-062-11/+10
* Add initial implementation of sqlite3 supportLars Ingebrigtsen2021-12-068-2/+508
* image.c: Remove some dead codeStefan Kangas2021-12-061-18/+0
* ; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen2021-12-051-2/+2
* Add workaround to compilation warning in gcc 10.x in image.cdickmao2021-12-051-3/+3
* ; Another protection from out-of-bounds access to it->stack[].Eli Zaretskii2021-12-051-1/+2
* Fix out-of-bounds access in xdisp.cEli Zaretskii2021-12-051-1/+2
* Merge from origin/emacs-28Stefan Kangas2021-12-051-3/+3
|\
| * Fix the enumeration values returned by 'try_scrolling'Eli Zaretskii2021-12-041-3/+3
* | Fix the MinGW build broken by recent changes in image.cEli Zaretskii2021-12-041-1/+1
* | Make use of Trash on macOS (bug#21340)Alan Third2021-12-041-0/+45
* | Yet another place inside redisplay_window to prevent quittingEli Zaretskii2021-12-041-2/+9
* | Merge from origin/emacs-28Stefan Kangas2021-12-041-2/+2
|\ \ | |/
| * * src/dosfns.c (Fint86): Doc fix; don't use obsolete names.Stefan Kangas2021-12-041-2/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-041-1/+1
|\ \ | |/
| * Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani2021-12-031-1/+1
* | Port to Tiny C on x86-64Paul Eggert2021-12-031-0/+5
* | Prefer rsvg_handle_get_intrinsic_size_in_pixelsPaul Eggert2021-12-031-40/+74
* | Improve overflow checking in svg_load_imagePaul Eggert2021-12-031-40/+36
* | Simplify svg_load_imagePaul Eggert2021-12-031-4/+2
* | More-robust svg_load_image fallbackPaul Eggert2021-12-031-0/+3
* | Revert "Support display of non-ASCII characters with aligned columns"Eli Zaretskii2021-12-031-57/+0
* | Send scroll stop events to xwidgets when built with XInput 2Po Lu2021-12-031-0/+3