summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-2/+0
* Add \b{sb}Karl Williamson2015-02-191-0/+1
* Add qr/\b{wb}/Karl Williamson2015-02-191-1/+2
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+5
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* regcomp.h: Clarify commentKarl Williamson2015-01-211-1/+1
* Add regex nodes for localeKarl Williamson2014-12-291-1/+9
* Eliminate unused BACK regnodeAaron Crane2014-09-291-3/+1
* regcomp.c: Add a function and use itKarl Williamson2014-09-291-0/+7
* regcomp.h: Add commentKarl Williamson2014-09-291-1/+1
* regcomp.h: Remove obsolete #definesKarl Williamson2014-09-291-5/+0
* regcomp.h: Use existing macro instead of reinventingKarl Williamson2014-09-291-2/+2
* Add tests for a51d618a fix of RT #122283Yves Orton2014-09-281-0/+3
* change NODE_ALIGN_FILL to set flags to 0Yves Orton2014-09-171-1/+10
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-6/+5
* regcomp.h: Comment nitsKarl Williamson2014-09-031-2/+2
* Allow for changing size of bracketed regex char classKarl Williamson2014-09-031-1/+14
* Rename some internal regex #definesKarl Williamson2014-09-031-23/+24
* regcomp.h: Remove some no-longer used #definesKarl Williamson2014-09-031-10/+0
* regcomp.h: Use unsigned 1 in left shiftKarl Williamson2014-09-031-2/+2
* regcomp.h: Fix comment that said the opposite of the truthKarl Williamson2014-09-031-1/+1
* regex: Use #define for number of bits in ANYOFKarl Williamson2014-08-211-3/+8
* regcomp.c: Make SSC node clone safeKarl Williamson2014-03-121-9/+13
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-20/+16
* regcomp.h: Allow compiler to perform calculationKarl Williamson2014-02-191-1/+1
* Change method of passing some info from regcomp to regexecKarl Williamson2014-02-191-14/+6
* regcomp.h: Remove extraneous commentKarl Williamson2014-02-191-7/+0
* regcomp.h: Free up flag bit in ANYOF nodesKarl Williamson2014-02-191-10/+8
* regexes: Remove uses of ANYOF_LOCALE flagKarl Williamson2014-02-191-4/+2
* regcomp.c: Simplify /l Synthetic Start Class constructionKarl Williamson2014-02-191-3/+12
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-151-5/+21
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-151-16/+10
* regcomp.h: Rmv false commentsKarl Williamson2014-02-121-4/+4
* eliminate RXf_ANCH_SINGLEDavid Mitchell2014-02-071-2/+2
* Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlenYves Orton2014-02-031-0/+2
* rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match RXf_ and PREGf_ conven...Yves Orton2014-01-311-12/+11
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-2/+9
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-1/+3
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-0/+1
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-0/+5
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-3/+23
* Rename regex internal flag bitKarl Williamson2014-01-221-1/+1
* Use bit instead of node for regex SSCKarl Williamson2014-01-221-4/+16
* regcomp.h: Reorder some #definesKarl Williamson2013-12-311-8/+8
* Re-order some flag bits to avoid potential branchesKarl Williamson2013-12-311-3/+4
* Output regex above-Unicode matching in syn strt classKarl Williamson2013-12-311-1/+1
* Convert regnode to a flag for [...]Karl Williamson2013-12-311-4/+6
* regcomp.c: Split #define into twoKarl Williamson2013-12-311-0/+5