aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh1-0/+6
2025-09-18Fix failed tests on embaMichael Albinus1-0/+2
2025-09-12; even less test log spam from loadMattias Engdegård1-2/+2
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh1-0/+27
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård2-7/+20
2025-08-21Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård1-0/+29
2025-08-16; Stabilize a Windows-specific process-testEli Zaretskii1-6/+6
2025-08-16; Skip a process-test that is unreliable on MS-WindowsEli Zaretskii1-0/+3
2025-08-10; Fix thread-testsEli Zaretskii1-1/+3
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov1-0/+64
2025-08-07Fix some tests on OpenBSDManuel Giraud1-1/+5
2025-07-30Move keyboard input functions from lread.c to keyboard.cMattias Engdegård2-6/+6
2025-07-25Check for end-of-file when reading character escapes (bug#79097)Mattias Engdegård1-0/+31
2025-07-19; Avoid lexical-binding warning in lread-testsEli Zaretskii1-2/+6
2025-07-19; silence some compiler warnings in testsMattias Engdegård1-0/+1
2025-07-19Speed up unintern, and fix symbol shorthand edge case (bug#79035)Mattias Engdegård1-0/+77
2025-07-17; Fix last change.Eli Zaretskii1-0/+1
2025-07-17; * test/src/fileio-tests.el (fileio-tests--read-directory): New test.Eli Zaretskii1-0/+15
2025-07-14; Fix 'threads-join-error' testEli Zaretskii1-5/+10
2025-07-11* src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård1-1/+2
2025-07-09Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2-0/+11
2025-07-09Nativecomp don't error with undeclared types (bug#6573) (don't merge)Andrea Corallo1-0/+20
2025-07-07Read non-ASCII chars from unibyte string sources as raw bytesMattias Engdegård1-0/+6
2025-07-07Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård1-0/+7
2025-07-07Read characters from functions as multibyteMattias Engdegård1-0/+5
2025-07-06(Ftranspose_regions): Fix bug#76124Stefan Monnier1-0/+25
2025-06-28Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet1-1/+3
2025-06-27(Finsert_file_contents): Refine commit d07af40d8826Stefan Monnier1-0/+26
2025-06-25Fix usage of 'treesit-defun-type-regexp' in treesit-tests.Juri Linkov1-1/+2
2025-06-17Make nativecomp don't error when encountering undeclared types (bug#6573)Andrea Corallo1-0/+3
2025-06-14Fix segfault in profiler-cpu-log and profiler-memory-log (bug#78763)Zach Shaftel1-0/+58
2025-05-30Gather variable binding tests in data-tests.elSean Whitton1-0/+44
2025-05-28Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet1-0/+18
2025-05-12Fix filelock-tests on MS-WindowsEli Zaretskii1-14/+5
2025-05-11Add test for file time-stamp granularity on MS-WindowsEli Zaretskii1-0/+19
2025-05-05; More fixes for treesit testsEli Zaretskii1-0/+9
2025-05-05; Fix recently added treesit testsEli Zaretskii1-0/+3
2025-05-03Add line-column tracking for tree-sitterYuan Fu1-0/+78
2025-05-02(decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier1-4/+24
2025-04-28Don't escape "." in `prin1' when followed by a letterSpencer Baugh1-2/+4
2025-04-17Use the first parser from 'treesit-parser-list' to fix tests.Juri Linkov1-115/+120
2025-03-30Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet1-0/+26
2025-03-29src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier1-0/+14
2025-03-29(replace-region-contents): Improve and promote (bug#76313)Stefan Monnier1-34/+34
2025-03-24Add basic and low-level tests for hash tablesStefan Kangas1-0/+71
2025-03-23Fix a nativecomp type propagation bug (bug#74771)Andrea Corallo1-1/+6
2025-03-16Correctly unload variable aliases.Jens Schmidt1-0/+12
2025-03-11(Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier1-7/+9
2025-02-28* test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier1-0/+35
2025-02-28; Grammar fixes for "native-compiled"Stefan Kangas1-1/+1