index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
rx.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
-7
/
+13
*
; 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
-7
/
+7
*
Reduce internal rx autoloads
Mattias Engdegård
2022-07-31
1
-4
/
+6
*
Fix rx.el byte-compile warning in loaddefs.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+4
*
; * lisp/emacs-lisp/rx.el: Don't set indentation prop for `repeat`.
Mattias Engdegård
2022-06-30
1
-2
/
+1
*
Don't change indentation rules for `>=` and `=`
Mattias Engdegård
2022-06-30
1
-4
/
+6
*
* lisp/emacs-lisp/rx.el: Indent some rx constructs correctly.
Mattias Engdegård
2022-06-29
1
-0
/
+8
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Add example of advanced user-defined Rx form to manual
Mattias Engdegård
2021-08-23
1
-1
/
+2
*
; * lisp/emacs-lisp/rx.el (rx--pcase-macroexpander): slight rephrase
Mattias Engdegård
2021-05-29
1
-4
/
+3
*
Fix pcase 'rx' patterns with a single named submatch (bug#48477)
Mattias Engdegård
2021-05-18
1
-5
/
+16
*
; Fix some typos in doc strings and manuals
Štěpán Němec
2021-04-24
1
-1
/
+1
*
Fix pcase 'rx' pattern match-data bug
Mattias Engdegård
2021-02-28
1
-10
/
+27
*
Fix pcase rx pattern bugs
Mattias Engdegård
2021-02-26
1
-1
/
+5
*
Fix rx `regexp` form with deprecated syntax
Mattias Engdegård
2021-02-18
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Autoload the 'rx' pcase macroexpander (bug#44807)
Mattias Engdegård
2020-11-24
1
-0
/
+1
*
Fix pcase rx form snag with '?' and '??' (bug#44532)
Mattias Engdegård
2020-11-09
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-08-18
1
-2
/
+2
|
\
|
*
; spelling fixes
Paul Eggert
2020-08-13
1
-2
/
+2
*
|
Various battery.el improvements (bug#41808)
Basil L. Contovounesios
2020-06-18
1
-1
/
+1
|
/
*
Fix rx error with ? and ??
Mattias Engdegård
2020-03-05
1
-1
/
+1
*
* lisp/emacs-lisp/rx.el (rx--string-to-intervals): Fix error string.
Mattias Engdegård
2020-03-05
1
-1
/
+1
*
rx: Improve 'or' compositionality (bug#37659)
Mattias Engdegård
2020-03-01
1
-28
/
+48
*
Fix rx charset generation
Mattias Engdegård
2020-02-29
1
-1
/
+5
*
rx: Use longest match for all-string 'or' forms (bug#37659)
Mattias Engdegård
2020-02-12
1
-1
/
+1
*
; spelling fixes
Paul Eggert
2020-01-17
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
/
+20
*
Use `or' instead of `union' for charset union in rx
Mattias Engdegård
2019-12-12
1
-15
/
+26
*
Add `union' and `intersection' to rx (bug#37849)
Mattias Engdegård
2019-12-10
1
-95
/
+214
*
Spelling fixes
Paul Eggert
2019-12-09
1
-1
/
+1
*
Don't use the return value of 'push'
Mattias Engdegård
2019-12-04
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
-0
/
+3
*
rx.el: Refactor user-definition expansion
Mattias Engdegård
2019-10-24
1
-41
/
+56
*
rx doc string tweaks
Mattias Engdegård
2019-10-22
1
-3
/
+4
*
Add missing rx symbols `bow' and `eow' to documentation
Mattias Engdegård
2019-10-20
1
-2
/
+2
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-1
/
+1
*
Use [^z-a] for matching any character (anychar/anything) in rx
Mattias Engdegård
2019-10-18
1
-1
/
+1
*
Add `unmatchable' as alias for (or) in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-2
/
+3
*
Add `anychar' as alias to `anything' in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-4
/
+3
*
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
-20
/
+279
*
New rx implementation
Mattias Engdegård
2019-09-25
1
-970
/
+839
*
Shorter `rx' doc string (bug#36496)
Mattias Engdegård
2019-07-07
1
-321
/
+96
*
Fix (rx-to-string (and (literal STR) (regexp STR)) regression
Noam Postavsky
2019-06-26
1
-2
/
+2
*
Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)
Noam Postavsky
2019-06-25
1
-88
/
+154
[next]