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
...
*
Check validity of rx submatch-n number
Mattias Engdegård
2019-06-23
1
-0
/
+2
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Allow zero-argument rx `or' and `seq' forms
Mattias Engdegård
2019-05-20
1
-5
/
+9
*
Revert "Allow zero-argument rx `or' and `seq' forms"
Mattias Engdegård
2019-05-20
1
-8
/
+5
*
Allow zero-argument rx `or' and `seq' forms
Mattias Engdegård
2019-05-20
1
-5
/
+8
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Disallow reversed char ranges in `rx'
Mattias Engdegård
2019-03-19
1
-2
/
+9
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-2
/
+2
*
rx: fix `or' ordering by adding argument to regexp-opt
Mattias Engdegård
2019-03-02
1
-1
/
+1
*
Prevent over-eager rx character range condensation
Mattias Engdegård
2019-02-16
1
-0
/
+7
*
Add categories L, R, SPC and . to `rx' doc string
Mattias Engdegård
2019-02-14
1
-1
/
+5
*
Use lexical-binding in rx.el
Mattias Engdegård
2019-02-14
1
-25
/
+26
*
Add missing categories L, R, . and SPC to rx
Mattias Engdegård
2019-02-11
1
-1
/
+5
*
Document that [:cntrl:] does not match DEL (Bug#34391)
Mattias Engdegård
2019-02-10
1
-1
/
+1
*
Make the rx operators \? and \?? behave correctly
Mattias Engdegård
2019-02-01
1
-2
/
+2
*
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
-22
/
+29
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-31
1
-1
/
+1
|
\
|
|
*
* lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#33205)
Eli Zaretskii
2018-10-30
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-20
1
-14
/
+18
|
\
|
|
*
Improve documentation of 'pcase-defmacro rx'
Eli Zaretskii
2018-07-20
1
-14
/
+18
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-04
1
-6
/
+12
|
\
|
|
*
Update doc string of 'rx'
Eli Zaretskii
2018-06-03
1
-6
/
+12
*
|
Merge from origin/emacs-26
Michael Albinus
2018-05-29
1
-1
/
+1
|
\
|
|
*
Use EXPVAL in docstrings of patterns defined using pcase-defmacro
Thien-Thi Nguyen
2018-05-27
1
-1
/
+1
*
|
Explicitly require cl-lib where needed
Glenn Morris
2018-03-16
1
-0
/
+2
|
/
*
* lisp/emacs-lisp/rx.el (rx): Fix the definition of 'blank'.
Philipp Stephani
2018-01-30
1
-4
/
+7
*
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
/
+56
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix rx-any with range with ?\] and ?-
Noam Postavsky
2016-12-18
1
-1
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-2
/
+2
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-19
/
+19
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-19
/
+19
*
'[:graph:]' now excludes whitespace, not just ' '
Paul Eggert
2015-04-15
1
-2
/
+2
*
Make [:graph:] act like [:print:] sans space
Paul Eggert
2015-04-15
1
-4
/
+4
*
Make [:print:] support non-ASCII characters correctly
Eli Zaretskii
2015-04-14
1
-6
/
+6
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Fix misspelling of 'chinese' in rx.
Paul Eggert
2014-01-04
1
-2
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
Xue Fuqiao
2013-12-24
1
-1
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/rx.el (rx-constituents): Don't define as constant.
Stefan Monnier
2012-08-10
1
-22
/
+25
*
lisp/emacs-lisp/rx.el: Remove dead URL from commentary.
Chong Yidong
2012-08-02
1
-3
/
+2
[prev]
[next]