summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/cperl-mode-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-26
* Recognize the backslash operator in perl-modeMauro Aranda2022-09-20
* perl-mode: / is a regexp match if there's nothing before itMauro Aranda2022-09-19
* Fix cperl list indentation problemLars Ingebrigtsen2022-09-16
* Prefer URL commentary header in two filesStefan Kangas2022-06-18
* Fix misplaced interactive specStefan Kangas2022-06-17
* Further doc string quoting fixesLars Ingebrigtsen2022-04-22
* ; cperl-mode.el: Detect prototypes in anonymous subroutinesHarald Jörg2022-02-02
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-14
* cperl-mode.el: Use rx sequences for Perl grammarHarald Jörg2021-09-07
* ; cperl-mode.el: Fix border cases of inserting with elispHarald Jörg2021-08-30
* (cperl-test-bug-14343): Make it work for perl-modeStefan Monnier2021-08-30
* * test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-modeStefan Monnier2021-08-30
* Fix recently added cperl testGlenn Morris2021-08-23
* ; cperl-mode: bugfix / rework fontification of here-docsHarald Jörg2021-08-23
* ; perl-mode.el: Allow newline between quote-likes and delimiterHarald Jörg2021-06-11
* ; perl-mode.el: Detect quote-like operator immediately after =>Harald Jörg2021-06-09
* ; perl-mode.el: Detect regexes immediately after "|&"Harald Jörg2021-06-08
* cperl-mode: Eliminate bad interpretation of ?foo?Harald Jörg2021-05-06
* cperl-mode: Avoid abbrev expansion in variable namesHarald Jörg2021-04-20
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* perl-mode: Fix regexps for fontificationHarald Jörg2021-03-24
* * test/lisp/progmodes/cperl-mode-tests.el: Silence warningsStefan Monnier2021-03-18
* cperl-mode: Don't interpret y_ as start of y// function.Harald Jörg2021-03-18
* cperl-mode: Improve detection of index entries for imenuHarald Jörg2021-02-17
* perl-mode: Display here-docs as strings instead of commentsHarald Jörg2021-01-05
* Update copyright year to 2021Paul Eggert2021-01-01
* CPerl-mode: don't treat <<>> as starting a here-docHarald Jörg2020-12-16
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-17
* Cleanup of the test file for cperl-modeHarald Jörg2020-11-11
* cperl-mode: Indentation of ')' follows customisationHarald Jörg2020-11-09
* ; Silence byte-compiler warnings in testsStefan Kangas2020-11-05
* cperl-mode: Fix indentation for Emacs 26Harald Jörg2020-11-03
* cperl-mode: Skip a test for older Emacsen (preparing for ELPA)Harald Jörg2020-11-03
* * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-30
* Suppress a misleading message when closing a paren in a regexHarald Jörg2020-10-30
* cperl-mode: Make timeout test more robustHarald Jörg2020-10-29
* cperl-mode: Delete a misleading comment, add tests for verificationHarald Jörg2020-10-19
* Use new resource directory macros in tests (Bug#43792)Stefan Kangas2020-10-16
* cperl-mode: Fix a test to ensure cperl-mode is activeHarald Jörg2020-10-06
* cperl-mode: Add new value "PBP" for 'cperl-set-style'Harald Jörg2020-09-17
* Skip failing cperl test on hydraGlenn Morris2020-09-08
* Require ert in the cperl tests, since it's reloading itselfLars Ingebrigtsen2020-09-07
* Fix infloop when indenting in cperl-modeHarald Jörg2020-09-04
* Fix freeze in cperl-mode when editing a regexpHarald Jörg2020-09-03
* ; * test/lisp/progmodes/cperl-mode-tests.el: Add license statement.Stefan Kangas2020-09-03
* * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): Bug#42168Stefan Monnier2020-08-14
* cperl-mode: Highlight '{$a++ / $b}' correctlyHarald Jörg2020-08-14