summaryrefslogtreecommitdiff
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* First cut at adding \u.Arnold D. Robbins2022-12-271-2/+21
* Kill some compiler warnings.Arnold D. Robbins2022-07-261-1/+1
* Remove DJGPP support.Arnold D. Robbins2022-07-061-1/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-1/+1
|\
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-1/+1
* | Enable interval expressions for --traditional. Update docs.Arnold D. Robbins2022-02-221-3/+9
|/
* Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-1/+1
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+1
* Remove a compiler warning in re.c.Arnold D. Robbins2020-11-021-2/+2
* Small fix in re.c.Arnold D. Robbins2020-10-311-2/+2
* Small improvement for regexp maybe_long criteria.Arnold D. Robbins2020-10-111-1/+1
* Small code cleanup in re.c.Arnold D. Robbins2019-08-231-3/+6
* Reduce up-front compiled regexp memory usage.Arnold D. Robbins2019-08-151-12/+20
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Fix /\{/ to not warn if --posix.Arnold D. Robbins2019-06-191-1/+3
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Add more lint warnings.Arnold D. Robbins2018-09-261-0/+12
* Bug fix for trailing backslash in dynamic regexp.Arnold D. Robbins2018-09-211-1/+7
* Add warnings for unknown regex escape sequences.Arnold D. Robbins2018-07-271-0/+22
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-151-3/+12
|\
| * Revert 92ec6835548d36 - don't use DFA if need_start is true.Arnold D. Robbins2017-07-151-3/+12
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-31/+29
* | Add dfacopysyntax function and use it.Arnold D. Robbins2016-11-291-6/+11
* | Use RE_ICASE instead of DFA_CASE_FOLD in dfa.c and re.c.Arnold D. Robbins2016-11-291-3/+1
* | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-1/+1
* | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-5/+4
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-8/+8
|\ \
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-8/+8
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-201-8/+2
|\ \ \ | |/ /
| * | Use dfa's new ability to handle anchors.Arnold D. Robbins2016-09-201-8/+2
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-081-1/+2
|\ \ \ | |/ /
| * | Merge grep dfa.Arnold D. Robbins2016-09-081-1/+2
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-011-2/+15
|\ \ \ | |/ /
| * | Merge multithreaded dfa into gawk.Arnold D. Robbins2016-09-011-2/+15
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-43/+14
|\ \ \ | |/ /
| * | New POSIX rules for string comparison.Arnold D. Robbins2016-08-251-1/+1
| * | Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c.Arnold D. Robbins2016-08-251-42/+13
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-231-9/+8
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-231-9/+8
| |\ \ | | |/
| | * Update dfa, including API changes.Arnold D. Robbins2016-08-231-9/+8
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-141-4/+8
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-141-4/+8
| |\ \ | | |/
| | * Speedup regexp compilation if not using dfa.Arnold D. Robbins2016-08-141-4/+8
* | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-1/+5
|/ /
* | Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-5/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-011-6/+6
|\ \ | |/