aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; even less test log spam from loadMattias Engdegård2025-09-121-2/+2
* Ignore keymaps at point for positions outside the bufferSpencer Baugh2025-09-091-0/+27
* Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-242-7/+20
* Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård2025-08-211-0/+29
* ; Stabilize a Windows-specific process-testEli Zaretskii2025-08-161-6/+6
* ; Skip a process-test that is unreliable on MS-WindowsEli Zaretskii2025-08-161-0/+3
* ; Fix thread-testsEli Zaretskii2025-08-101-1/+3
* Allow thread's buffer to be killed, by defaultDmitry Gutov2025-08-091-0/+64
* Fix some tests on OpenBSDManuel Giraud2025-08-071-1/+5
* Move keyboard input functions from lread.c to keyboard.cMattias Engdegård2025-07-302-6/+6
* Check for end-of-file when reading character escapes (bug#79097)Mattias Engdegård2025-07-251-0/+31
* ; Avoid lexical-binding warning in lread-testsEli Zaretskii2025-07-191-2/+6
* ; silence some compiler warnings in testsMattias Engdegård2025-07-191-0/+1
* Speed up unintern, and fix symbol shorthand edge case (bug#79035)Mattias Engdegård2025-07-191-0/+77
* ; Fix last change.Eli Zaretskii2025-07-171-0/+1
* ; * test/src/fileio-tests.el (fileio-tests--read-directory): New test.Eli Zaretskii2025-07-171-0/+15
* ; Fix 'threads-join-error' testEli Zaretskii2025-07-141-5/+10
* * src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård2025-07-111-1/+2
* Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-092-0/+11
* Read non-ASCII chars from unibyte string sources as raw bytesMattias Engdegård2025-07-071-0/+6
* Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård2025-07-071-0/+7
* Read characters from functions as multibyteMattias Engdegård2025-07-071-0/+5
* (Ftranspose_regions): Fix bug#76124Stefan Monnier2025-07-061-0/+25
* Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet2025-06-281-1/+3
* (Finsert_file_contents): Refine commit d07af40d8826Stefan Monnier2025-06-271-0/+26
* Fix usage of 'treesit-defun-type-regexp' in treesit-tests.Juri Linkov2025-06-251-1/+2
* Make nativecomp don't error when encountering undeclared types (bug#6573)Andrea Corallo2025-06-171-0/+3
* Fix segfault in profiler-cpu-log and profiler-memory-log (bug#78763)Zach Shaftel2025-06-141-0/+58
* Gather variable binding tests in data-tests.elSean Whitton2025-05-301-0/+44
* Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet2025-05-281-0/+18
* Fix filelock-tests on MS-WindowsEli Zaretskii2025-05-121-14/+5
* Add test for file time-stamp granularity on MS-WindowsEli Zaretskii2025-05-111-0/+19
* ; More fixes for treesit testsEli Zaretskii2025-05-051-0/+9
* ; Fix recently added treesit testsEli Zaretskii2025-05-051-0/+3
* Add line-column tracking for tree-sitterYuan Fu2025-05-031-0/+78
* (decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier2025-05-021-4/+24
* Don't escape "." in `prin1' when followed by a letterSpencer Baugh2025-04-281-2/+4
* Use the first parser from 'treesit-parser-list' to fix tests.Juri Linkov2025-04-171-115/+120
* Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet2025-03-301-0/+26
* src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier2025-03-291-0/+14
* (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-291-34/+34
* Add basic and low-level tests for hash tablesStefan Kangas2025-03-241-0/+71
* Fix a nativecomp type propagation bug (bug#74771)Andrea Corallo2025-03-231-1/+6
* Correctly unload variable aliases.Jens Schmidt2025-03-161-0/+12
* (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-111-7/+9
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-1/+1
|\
| * Fix fns-tests-collate-strings failure with muslPaul Eggert2025-02-271-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-0252-52/+52
| * Fix 'replace-regexp' in WDiredEli Zaretskii2024-09-211-0/+1
* | * test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier2025-02-281-0/+35