aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-28(signal_or_quit): Preserve error object identityStefan Monnier1-0/+10
2023-12-28emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair testStefan Monnier1-7/+6
2023-12-27New special form `handler-bind`Stefan Monnier1-0/+37
2023-12-22Fix treesit test (bug#67117)Denis Zubarev1-7/+13
2023-12-18Fix an issue when searching subtree backward (bug#67117)Denis Zubarev1-0/+30
2023-12-10; Fix typosStefan Kangas1-1/+1
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo2-0/+20
2023-11-18(update_search_regs): Install better fix for bug#67124Stefan Monnier1-0/+38
2023-11-09Add treesit-node-enclosed-pYuan Fu1-0/+7
2023-11-08With `native-compile', compile lambdas in a defun or lambda tooAlan Mackenzie2-1/+33
2023-10-29Require `cl-lib` rather than directly some of its subfilesStefan Monnier1-1/+1
2023-10-29Add 'case-symbols-as-words' to configure symbol case behaviorSpencer Baugh1-0/+12
2023-10-19Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo1-2/+2
2023-10-03regex.c: Fix recent regression with mutually_exclusive_pStefan Monnier1-4/+5
2023-09-28regex.c (mutually_exclusive_aux) <wordbound>: Remove optimizationStefan Monnier1-0/+1
2023-09-27* src/regex-emacs.c (analyze_first): Fix incorrect optimizationStefan Monnier1-0/+1
2023-09-27; * test/src/regex-emacs-tests.el: suppress relint complaintsMattias Engdegård1-0/+8
2023-09-26regex.c (mutually_exclusive_p): Fix initial value of `loop_beg`Stefan Monnier1-1/+19
2023-09-17Offset ranges before applying embedded tree-sitter parserDanny Freeman1-0/+14
2023-09-15(mutually_exclusive_p): Fix the regression from commit 6fad73d7cc53Stefan Monnier1-1/+0
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier1-0/+1
2023-09-10; Suppress relint complaint in testMattias Engdegård1-0/+1
2023-09-05(regexp-tests-backtrack-optimization): Mark it as failingStefan Monnier1-0/+1
2023-09-05; Add regression test for bug#65726Mattias Engdegård1-0/+4
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas5-13/+13
2023-09-04Correct the handling of symbols with position in equalAlan Mackenzie1-0/+20
2023-08-20; Silence byte-compilerStefan Kangas1-0/+1
2023-08-19Skip hanging tests on Cygwin (bug#65325)Ken Brown1-0/+5
2023-08-18(Fmake_local_variable): Fix bug#65209Stefan Monnier1-0/+25
2023-08-16; Silence byte-compilerStefan Kangas1-0/+1
2023-08-14; * test/src/syntax-tests.el (syntax-char-syntax): remove junkMattias Engdegård1-2/+1
2023-08-09Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo1-2/+4
2023-08-09; Re-enable the /dev/urandom testEli Zaretskii1-3/+2
2023-08-09Disable failing test (bug#65156)Mattias Engdegård1-0/+2
2023-08-06; Silence byte-compilerStefan Kangas1-0/+1
2023-07-28Fix userlock.el and filelock-tests in some rare casesEli Zaretskii1-4/+10
2023-07-22Fix regexp character class syntax property ghost matching bugMattias Engdegård1-0/+16
2023-07-21Fix failing native-compile testRobert Pluim1-1/+1
2023-07-19Fix native compilation in dynamically bound files.Alan Mackenzie2-1/+37
2023-06-21Straighten regexp postfix operator after zero-width assertion parseMattias Engdegård1-0/+66
2023-06-17; * src/treesit.c (treesit_query_string_string): fix last changeMattias Engdegård1-2/+2
2023-06-16Correct conversion of strings to tree-sitter query syntaxMattias Engdegård1-1/+6
2023-06-13Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios1-2/+2
2023-06-08; Update my mail addressAndrea Corallo4-4/+4
2023-05-31; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård1-1/+2
2023-05-26Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård1-0/+16
2023-05-24Fix nativecomp ICE compiling structure related code (bug#63674)Andrea Corallo1-0/+8
2023-05-23* test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo1-1/+35
2023-05-20Fix loading SQLite extensionsEli Zaretskii1-9/+14
2023-05-18Fix tree-sitter test (bug#63481)Yuan Fu1-1/+1