index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small code cleanup in re.c.
Arnold D. Robbins
2019-08-23
1
-3
/
+6
*
Reduce up-front compiled regexp memory usage.
Arnold D. Robbins
2019-08-15
1
-12
/
+20
*
Update copyright years. Fix a typo in ChangeLog.1.
Arnold D. Robbins
2019-07-21
1
-1
/
+1
*
Fix /\{/ to not warn if --posix.
Arnold D. Robbins
2019-06-19
1
-1
/
+3
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
*
Add more lint warnings.
Arnold D. Robbins
2018-09-26
1
-0
/
+12
*
Bug fix for trailing backslash in dynamic regexp.
Arnold D. Robbins
2018-09-21
1
-1
/
+7
*
Add warnings for unknown regex escape sequences.
Arnold D. Robbins
2018-07-27
1
-0
/
+22
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-07-15
1
-3
/
+12
|
\
|
*
Revert 92ec6835548d36 - don't use DFA if need_start is true.
Arnold D. Robbins
2017-07-15
1
-3
/
+12
*
|
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
|
Speed up programs that toggle IGNORECASE a lot.
Arnold D. Robbins
2017-01-19
1
-31
/
+29
*
|
Add dfacopysyntax function and use it.
Arnold D. Robbins
2016-11-29
1
-6
/
+11
*
|
Use RE_ICASE instead of DFA_CASE_FOLD in dfa.c and re.c.
Arnold D. Robbins
2016-11-29
1
-3
/
+1
*
|
Finish reworking typed regexes. Tests pass!
Arnold D. Robbins
2016-11-15
1
-1
/
+1
*
|
First steps reworking code away from node type.
Arnold D. Robbins
2016-11-15
1
-5
/
+4
*
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-23
1
-8
/
+8
|
\
\
|
*
|
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-8
/
+8
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-09-20
1
-8
/
+2
|
\
|
|
|
*
|
Use dfa's new ability to handle anchors.
Arnold D. Robbins
2016-09-20
1
-8
/
+2
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-09-08
1
-1
/
+2
|
\
|
|
|
*
|
Merge grep dfa.
Arnold D. Robbins
2016-09-08
1
-1
/
+2
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-09-01
1
-2
/
+15
|
\
|
|
|
*
|
Merge multithreaded dfa into gawk.
Arnold D. Robbins
2016-09-01
1
-2
/
+15
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-08-25
1
-43
/
+14
|
\
|
|
|
*
|
New POSIX rules for string comparison.
Arnold D. Robbins
2016-08-25
1
-1
/
+1
|
*
|
Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c.
Arnold D. Robbins
2016-08-25
1
-42
/
+13
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-08-23
1
-9
/
+8
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-23
1
-9
/
+8
|
|
\
|
|
|
*
Update dfa, including API changes.
Arnold D. Robbins
2016-08-23
1
-9
/
+8
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-08-14
1
-4
/
+8
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-14
1
-4
/
+8
|
|
\
|
|
|
*
Speedup regexp compilation if not using dfa.
Arnold D. Robbins
2016-08-14
1
-4
/
+8
*
|
|
Restore typed regexp code in a new branch.
Arnold D. Robbins
2016-08-03
1
-1
/
+5
|
/
/
*
|
Remove typed regexps until they can be done correctly.
Arnold D. Robbins
2016-08-03
1
-5
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-01
1
-6
/
+6
|
\
|
|
*
Use dfa even in multibyte locales.
Arnold D. Robbins
2016-07-24
1
-6
/
+6
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
\
|
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-02
1
-1
/
+1
|
\
|
|
*
Sync dfa with grep.
Arnold D. Robbins
2016-05-02
1
-1
/
+1
*
|
Change Node_hardregex to Node_typedregex.
Arnold D. Robbins
2015-05-11
1
-2
/
+2
*
|
Merge branch 'master' into feature/regex-type
Arnold D. Robbins
2015-04-28
1
-2
/
+2
|
\
\
|
*
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-08
1
-1
/
+1
|
|
\
|
|
*
|
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-03-08
1
-37
/
+0
|
|
\
\
|
*
|
|
Stop allocating an extra wasted byte at the end of various strings.
Andrew J. Schorr
2014-12-14
1
-2
/
+2
*
|
|
|
Merge branch 'master' into feature/regex-type
Arnold D. Robbins
2015-04-08
1
-1
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Update copyrights and prep towards release.
Arnold D. Robbins
2015-04-07
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Further progress on making hard regexes work.
Arnold D. Robbins
2015-04-03
1
-0
/
+9
[next]