summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
Commit message (Expand)AuthorAgeFilesLines
* Disallow reversed char ranges in `rx'Mattias Engdegård2019-03-191-2/+9
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* rx: fix `or' ordering by adding argument to regexp-optMattias Engdegård2019-03-021-1/+1
* Prevent over-eager rx character range condensationMattias Engdegård2019-02-161-0/+7
* Add categories L, R, SPC and . to `rx' doc stringMattias Engdegård2019-02-141-1/+5
* Use lexical-binding in rx.elMattias Engdegård2019-02-141-25/+26
* Add missing categories L, R, . and SPC to rxMattias Engdegård2019-02-111-1/+5
* Document that [:cntrl:] does not match DEL (Bug#34391)Mattias Engdegård2019-02-101-1/+1
* Make the rx operators \? and \?? behave correctlyMattias Engdegård2019-02-011-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Handle raw bytes, and LF in ranges, in rx `any' argument stringsMattias Engdegård2018-12-291-22/+29
* | Merge from origin/emacs-26Glenn Morris2018-10-311-1/+1
|\ \ | |/
| * * lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#33205)Eli Zaretskii2018-10-301-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-201-14/+18
|\ \ | |/
| * Improve documentation of 'pcase-defmacro rx'Eli Zaretskii2018-07-201-14/+18
* | Merge from origin/emacs-26Glenn Morris2018-06-041-6/+12
|\ \ | |/
| * Update doc string of 'rx'Eli Zaretskii2018-06-031-6/+12
* | Merge from origin/emacs-26Michael Albinus2018-05-291-1/+1
|\ \ | |/
| * Use EXPVAL in docstrings of patterns defined using pcase-defmacroThien-Thi Nguyen2018-05-271-1/+1
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+2
|/
* * lisp/emacs-lisp/rx.el (rx): Fix the definition of 'blank'.Philipp Stephani2018-01-301-4/+7
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add 'rx' pattern for pcase.Philipp Stephani2017-07-231-0/+56
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-181-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-19/+19
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-19/+19
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-151-2/+2
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-4/+4
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-6/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Fix misspelling of 'chinese' in rx.Paul Eggert2014-01-041-2/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * doc/emacs/trouble.texi (Checklist): Fix a cross-reference.Xue Fuqiao2013-12-241-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/emacs-lisp/rx.el (rx-constituents): Don't define as constant.Stefan Monnier2012-08-101-22/+25
* lisp/emacs-lisp/rx.el: Remove dead URL from commentary.Chong Yidong2012-08-021-3/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Add rx.el support for numbered groups (Bug#8776).Chong Yidong2011-06-181-0/+17
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* * lisp/emacs-lisp/rx.el (rx-repeat): Replace CL function.Glenn Morris2011-01-041-5/+4
* * lisp/emacs-lisp/rx.el (rx-syntax): Fix typo.Andreas Schwab2010-12-301-1/+1