summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-06-05Fix sorting in ls-lisp.el under -vEli Zaretskii
2022-06-03Fix Tramp testMichael Albinus
2022-06-03Let ?\LF signal an error (bug#55738)Mattias Engdegård
2022-06-02Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård
2022-06-02Reinstate the Qload file name handlerLars Ingebrigtsen
2022-06-01Merge remote-tracking branch 'refs/remotes/origin/master'Stefan Monnier
2022-06-01bindat (strz): Fix wrong-type-argument error when unpackingRichard Hansen
2022-06-01bindat (strz): Fix off-by-one bug in computed lengthRichard Hansen
2022-06-01; bindat-tests (strz): Add more testsRichard Hansen
2022-06-01Revert "Fix reader char escape bugs (bug#55738)"Mattias Engdegård
2022-06-01Fix reader char escape bugs (bug#55738)Mattias Engdegård
2022-06-01Make files-tests.el more robustMichael Albinus
2022-05-31Add a last-modified field when a bookmark is setManuel Giraud
2022-05-31Speed up generation of loaddefs filesLars Ingebrigtsen
2022-05-30Nonrecursive Lisp reader (bug#55676)Mattias Engdegård
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård
2022-05-30Merge from origin/emacs-28Stefan Kangas
2022-05-29ISO 8601 strings sans "Z" don’t specify DST flagPaul Eggert
2022-05-29Some Tramp cleanup on MS WindowsMichael Albinus
2022-05-28Fix Python Hideshow problem with backslash escaped newlineskobarity
2022-05-27Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov
2022-05-26Test suite for Completions UI (bug#54374)Juri Linkov
2022-05-26* test/lisp/files-resources/compile-utf8.el: Use lexical-bindingStefan Monnier
2022-05-25Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter
2022-05-24; Fix inevitable failure in erc-dcc testF. Jason Park
2022-05-24Fix issue with nativecomp tests leaving files behind in /tmpLars Ingebrigtsen
2022-05-24Clean up a test file in /tmpLars Ingebrigtsen
2022-05-24Keep subcommands in pipelines from clobbering the head/tail processesJim Porter
2022-05-24Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen
2022-05-24Audit quoting symbols in C doc stringsLars Ingebrigtsen
2022-05-23Less wrong printed circular list tail index (bug#55395)Mattias Engdegård
2022-05-22Recognize DCC SSEND when receiving files in erc-dccF. Jason Park
2022-05-22Accommodate nonstandard turbo file senders in erc-dccF. Jason Park
2022-05-22Fix bytecomp-test--with-suppressed-warnings testLars Ingebrigtsen
2022-05-22Don't font-lock invalid invalid class/function nameskobarity
2022-05-22Properly indent Python PEP634 match/case blocksLele Gaifax
2022-05-21Some cleanups in tramp-tests.elMichael Albinus
2022-05-21Fix recently introduced Python font lock breakage of chained assignmentskobarity
2022-05-21zap-to-char: case sensitive for upper-case charactersTino Calancha
2022-05-20Rename compare-window-configurations and update docLars Ingebrigtsen
2022-05-20Add a new command 'yank-in-context'Lars Ingebrigtsen
2022-05-18Make printing mostly non-recursive (bug#55481)Mattias Engdegård
2022-05-17Fix pp-emacs-lisp-code printing of cons cellsLars Ingebrigtsen
2022-05-17Fix Tramp sshfs tests (don't merge)Michael Albinus
2022-05-16Fix Python highlighting of some assignment statementskobarity
2022-05-15Recognize some more SCSS selectorsSimen Heggestøyl
2022-05-15Fix warning suppression in (S)CSS mode testsSimen Heggestøyl
2022-05-15Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen
2022-05-15Don't freeze Emacs on colour codes in sccs-modeLars Ingebrigtsen
2022-05-15; Fix typosStefan Kangas