aboutsummaryrefslogtreecommitdiff
path: root/drivers/nrex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-22/+56
* Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee2016-04-181-4/+10
* Updated nrex to v0.2Zher Huei Lee2016-04-083-43/+113
* Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN2016-02-121-1/+1
* Added RegEx::get_capture_start() methodJulian Murgia - StraToN2016-02-122-0/+10
* Update copyright to 2016 in headersGeorge Marques2016-01-012-2/+2
* updated the RegEx library nrex to v0.1Zher Huei Lee2015-12-045-46/+108
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | Exposed RegEx expanded option to scriptsZher Huei Lee2015-11-072-4/+4
* | Fixed segfault in RegEx.get_capture()Zher Huei Lee2015-11-071-1/+3
* | Updated nrex to latest versionZher Huei Lee2015-11-073-172/+643
* | Updated nrex for LookAhead supportZher Huei Lee2015-11-071-12/+32
|/
* Fixed incorrect failsafe return valuesZher Huei Lee2015-07-241-3/+3
* Made RegEx API similar to old versionZher Huei Lee2015-07-242-11/+13
* More nrex fixesZher Huei Lee2015-07-241-8/+16
* Updated nrex fixesLee Zher Huei2015-07-241-5/+5
* Regex library Nrex initial portLee Zher Huei2015-07-247-0/+1290