summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-03regex.c: Fix recent regression with mutually_exclusive_pStefan Monnier
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-10-02Don't print subjob messages when running an Eshell script in the backgroundJim Porter
2023-10-02Inhibit slash commands in erc--input-review-functionsF. Jason Park
2023-10-02Improve erc-warn-about-blank-lines behaviorF. Jason Park
2023-10-02; Increase ERC test server queue sizeF. Jason Park
2023-10-01; Adjust Eshell regression tests to avoid SIGPIPEJim Porter
2023-10-01Some tramp-tests.el fixesMichael Albinus
2023-10-01Fix indentation in perl-mode (Bug#35925)Mauro Aranda
2023-09-30Merge from origin/emacs-29Eli Zaretskii
2023-09-30Complete yesterday's commit for cl-print.elAlan Mackenzie
2023-09-29; cperl-mode-tests.el: Avoid using skip-whenHarald Jörg
2023-09-28regex.c (mutually_exclusive_aux) <wordbound>: Remove optimizationStefan Monnier
2023-09-28Fix tramp-test.el (don't merge with master)Michael Albinus
2023-09-27* src/regex-emacs.c (analyze_first): Fix incorrect optimizationStefan Monnier
2023-09-27; * test/src/regex-emacs-tests.el: suppress relint complaintsMattias Engdegård
2023-09-27Revert "Don't use ellipses while cl-printing strings."Alan Mackenzie
2023-09-26Fix treesit-langauge-at-point for elixir-ts-mode.Wilhelm H Kirschbaum
2023-09-26Use 'unwind-protect' in more places in EshellJim Porter
2023-09-26regex.c (mutually_exclusive_p): Fix initial value of `loop_beg`Stefan Monnier
2023-09-25Improve Emacs 30 compatibility in tramp-tests.el (don't merge)Michael Albinus
2023-09-25Add new Tramp testMichael Albinus
2023-09-24Flymake: unbreak testsJoão Távora
2023-09-23Merge from origin/emacs-29Eli Zaretskii
2023-09-21package-tests.el: Add test Bug#65475Philip Kaludercic
2023-09-19Warn about duplicated :tag strings in defcustom choicesMattias Engdegård
2023-09-19Don't use ellipses while cl-printing strings.Alan Mackenzie
2023-09-18Ensure ucs-names is consistent with Unicode namesRobert Pluim
2023-09-17Offset ranges before applying embedded tree-sitter parserDanny Freeman
2023-09-17; Fix last changeJim Porter
2023-09-17; Fix example in display-buffer section of ERC manualF. Jason Park
2023-09-17Fix running background commands via 'eshell-command'Jim Porter
2023-09-17Rename describe-map-tree to help--describe-map-treeStefan Kangas
2023-09-17Expanded defcustom type byte-compilation warnings (bug#65852)Mattias Engdegård
2023-09-17Support Unicode version 15.1Eli Zaretskii
2023-09-16Revert "Mark two tests as expensive"Stefan Kangas
2023-09-16Merge from origin/emacs-29Eli Zaretskii
2023-09-16bug#65673: Add lua-ts-modebug-gnu-emacs@gnu.org
2023-09-16Avoid errors when a restricted-sexp widget is emptyMauro Aranda
2023-09-16Fix Unicode normalization of charactersEli Zaretskii
2023-09-15Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter
2023-09-15(mutually_exclusive_p): Fix the regression from commit 6fad73d7cc53Stefan Monnier
2023-09-15Mark two tests as expensiveStefan Kangas
2023-09-14Fix Tramp test on NetBSDMichael Albinus
2023-09-13; * test/lisp/erc/erc-stamp-tests.el (erc-echo-timestamp): Tag unstable.F. Jason Park
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier
2023-09-13Shorten docstrings generated by cl-defstructDamien Cassou
2023-09-13Shorten docstrings generated by cl-defsubstDamien Cassou
2023-09-13bytecomp-tests.el: Add new helper functionDamien Cassou
2023-09-12; Improve recent change to printing exit status in EshellJim Porter