index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
/
rx-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix rx wrong-code bug: ranges starting with ^
Mattias Engdegård
2023-07-30
1
-5
/
+15
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix pcase rx patterns using rx-let bindings (bug#59814)
Mattias Engdegård
2022-12-11
1
-0
/
+6
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
1
-0
/
+4
*
Fix pcase 'rx' patterns with a single named submatch (bug#48477)
Mattias Engdegård
2021-05-18
1
-0
/
+14
*
Fix pcase 'rx' pattern match-data bug
Mattias Engdegård
2021-02-28
1
-0
/
+8
*
Fix pcase rx pattern bugs
Mattias Engdegård
2021-02-26
1
-1
/
+11
*
Fix regexp mistakes
Mattias Engdegård
2021-02-19
1
-2
/
+2
*
Fix rx `regexp` form with deprecated syntax
Mattias Engdegård
2021-02-18
1
-0
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Better warning suppression in rx-tests
Mattias Engdegård
2020-11-09
1
-1
/
+1
*
Fix pcase rx form snag with '?' and '??' (bug#44532)
Mattias Engdegård
2020-11-09
1
-1
/
+5
*
Suppress obsoletion warning in test of obsolete rx function
Mattias Engdegård
2020-10-06
1
-1
/
+4
*
* test/lisp/emacs-lisp/rx-tests.el: Improve test coverage.
Mattias Engdegård
2020-08-29
1
-4
/
+9
*
Suppress relint diagnostics in rx-tests.el
Mattias Engdegård
2020-04-05
1
-0
/
+6
*
Fix rx error with ? and ??
Mattias Engdegård
2020-03-05
1
-1
/
+3
*
rx: Improve 'or' compositionality (bug#37659)
Mattias Engdegård
2020-03-01
1
-1
/
+12
*
Fix rx charset generation
Mattias Engdegård
2020-02-29
1
-2
/
+9
*
rx: Use longest match for all-string 'or' forms (bug#37659)
Mattias Engdegård
2020-02-12
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Allow characters and single-char strings in rx charsets
Mattias Engdegård
2019-12-13
1
-6
/
+14
*
Use `or' instead of `union' for charset union in rx
Mattias Engdegård
2019-12-12
1
-19
/
+25
*
Add `union' and `intersection' to rx (bug#37849)
Mattias Engdegård
2019-12-10
1
-0
/
+57
*
Spelling fixes
Paul Eggert
2019-12-09
1
-1
/
+1
*
Avoid duplicated character classes in rx
Mattias Engdegård
2019-12-03
1
-1
/
+3
*
Expand rx definitions inside (not ...)
Mattias Engdegård
2019-10-27
1
-1
/
+16
*
Use [^z-a] for matching any character (anychar/anything) in rx
Mattias Engdegård
2019-10-18
1
-3
/
+3
*
Add `unmatchable' as alias for (or) in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-0
/
+2
*
Add `anychar' as alias to `anything' in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-2
/
+2
*
Add `rx-submatch-n' for compatibility (bug#37517)
Mattias Engdegård
2019-09-29
1
-0
/
+3
*
Add rx extension mechanism
Mattias Engdegård
2019-09-25
1
-0
/
+98
*
New rx implementation
Mattias Engdegård
2019-09-25
1
-89
/
+247
*
Fix (rx-to-string (and (literal STR) (regexp STR)) regression
Noam Postavsky
2019-06-26
1
-0
/
+4
*
Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)
Noam Postavsky
2019-06-25
1
-0
/
+41
*
Allow zero-argument rx `or' and `seq' forms
Mattias Engdegård
2019-05-20
1
-1
/
+7
*
Revert "Allow zero-argument rx `or' and `seq' forms"
Mattias Engdegård
2019-05-20
1
-7
/
+1
*
Allow zero-argument rx `or' and `seq' forms
Mattias Engdegård
2019-05-20
1
-1
/
+7
*
Disallow reversed char ranges in `rx'
Mattias Engdegård
2019-03-19
1
-0
/
+4
*
Fix some ineffective backslashes in string literals
Mattias Engdegård
2019-03-16
1
-1
/
+1
*
rx: fix `or' ordering by adding argument to regexp-opt
Mattias Engdegård
2019-03-02
1
-0
/
+13
*
Prevent over-eager rx character range condensation
Mattias Engdegård
2019-02-16
1
-1
/
+5
*
Make the rx operators \? and \?? behave correctly
Mattias Engdegård
2019-02-01
1
-0
/
+23
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Handle raw bytes, and LF in ranges, in rx `any' argument strings
Mattias Engdegård
2018-12-29
1
-0
/
+22
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add 'rx' pattern for pcase.
Philipp Stephani
2017-07-23
1
-0
/
+10
[next]