aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * Sync dfa with grep.Arnold D. Robbins2016-05-021-1/+1
| |
* | Change Node_hardregex to Node_typedregex.Arnold D. Robbins2015-05-111-2/+2
| |
* | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-281-2/+2
|\ \
| * | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-1/+1
| |\|
| * | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-081-37/+0
| |\ \
| * | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-2/+2
| | | |
* | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-081-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyrights and prep towards release.Arnold D. Robbins2015-04-071-1/+1
| | |/ | |/|
* | | Further progress on making hard regexes work.Arnold D. Robbins2015-04-031-0/+9
| | |
* | | Further progress with @/.../.Arnold D. Robbins2015-03-191-0/+4
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-171-37/+0
|\| |
| * | Remove unneeded routine.Arnold D. Robbins2015-03-081-37/+0
| |/
* / First set of changes toward @/.../.Arnold D. Robbins2015-02-271-1/+1
|/
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-6/+1
|
* Use dfa superset to speed up matching.Arnold D. Robbins2014-11-031-2/+7
|
* Add a comment in re.c:resetup.Arnold D. Robbins2013-10-161-0/+7
|
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-081-1/+1
|
* Remove obsolete warning in re.c.Arnold D. Robbins2013-06-101-10/+0
|
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-03-111-2/+16
|\
| * Fix a bug with ] as real char in regexps.Arnold D. Robbins2013-03-111-2/+16
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-01-201-1/+39
|\|
| * Fix bug with --traditional + --re-interval.Arnold D. Robbins2013-01-201-1/+39
| |
* | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-43/+40
| |
* | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-27/+25
|/
* Sync dfa with grep. Update configure machinery.Arnold D. Robbins2012-03-291-1/+1
|
* Update copyrights where needed.Arnold D. Robbins2012-03-281-1/+1
|
* Fix compile warnings on DJGPP.Arnold D. Robbins2012-03-141-0/+1
|
* Minor spelling and doc fixes.Arnold D. Robbins2011-09-241-1/+1
|
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-2/+2
|
* Put RRI into code.Arnold D. Robbins2011-06-171-14/+0
|
* Make ranges be character based all the time.Arnold D. Robbins2011-06-131-3/+16
|
* Typo fix.Arnold D. Robbins2011-06-011-1/+1
|
* Disallow gawk builtin/keyword as variable assignment.Arnold D. Robbins2011-05-311-7/+14
|
* Rationalize range expansion in regexps.Arnold D. Robbins2011-05-311-162/+3
|
* Fixes in expand_range.Arnold D. Robbins2011-05-291-2/+13
|
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
|
* Regex bug fix and token bug fix. See ChangeLog.Arnold D. Robbins2011-02-071-2/+9
|
* Fix ctype calls on Cygwin.Arnold D. Robbins2011-02-011-1/+1
|
* Clean up re.c; see ChangeLog.Arnold D. Robbins2011-01-241-31/+47
|
* PC fixes, compiler warning cleanups, autoconf fix.Arnold D. Robbins2011-01-041-2/+0
|
* Expand ranges before compiling the regexp.Arnold D. Robbins2010-12-131-3/+152
|
* Doc updates. Strftime fix for PC. Check ranges in REs.Arnold D. Robbins2010-11-291-0/+10
|
* Bring latest byte code gawk into git. Hurray!Arnold D. Robbins2010-11-181-29/+51
|
* Bring in development gawk changes.Arnold D. Robbins2010-11-121-4/+91
|
* Move to 3.1.8.Arnold D. Robbins2010-07-161-9/+9
|
* Move to gawk-3.1.7.Arnold D. Robbins2010-07-161-3/+9
|
* Move to gawk-3.1.6.Arnold D. Robbins2010-07-161-4/+14
|
* Move to gawk 3.1.5.Arnold D. Robbins2010-07-161-26/+32
|
* Move to gawk-3.1.4.Arnold D. Robbins2010-07-161-31/+117
|