index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regex: closure operations don't output epsilon states.
Kaz Kylheku
2024-09-15
1
-6
/
+12
*
regex: bugfix: not taking full advantage of REGM_MATCH_DONE.
Kaz Kylheku
2024-09-15
1
-2
/
+2
*
regex: misleading comment.
Kaz Kylheku
2024-09-15
1
-1
/
+2
*
read-until-match: fix regression.
Kaz Kylheku
2024-09-14
1
-0
/
+2
*
regex: eliminate unnecessary stack push.
Kaz Kylheku
2024-07-03
1
-1
/
+0
*
regex: don't consume input past final match.
Kaz Kylheku
2024-07-03
1
-26
/
+61
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
1
-2
/
+4
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
regsub: allow string in place of regex.
Kaz Kylheku
2022-07-27
1
-1
/
+12
*
regsub: avoid consing list.
Kaz Kylheku
2022-07-27
1
-10
/
+10
*
Fix some issues found by ubsan.
Kaz Kylheku
2022-02-14
1
-1
/
+2
*
Few adjustments to no-implicit-conversion patch.
Kaz Kylheku
2022-02-14
1
-2
/
+2
*
Fix various instances of implicit conversions.
Paul A. Patience
2022-02-14
1
-1
/
+2
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
1
-3
/
+3
*
string-extend: third optional argument.
Kaz Kylheku
2021-09-07
1
-1
/
+1
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
compat: fix glaringly broken init-time handling.
Kaz Kylheku
2021-07-21
1
-7
/
+14
*
type: disallow structs using built-in type names.
Kaz Kylheku
2021-07-08
1
-15
/
+21
*
regex-compile: argument defaulting issue.
Kaz Kylheku
2021-07-05
1
-1
/
+1
*
regex: bugfix: print/read consistency of n-ary ops.
Kaz Kylheku
2021-06-27
1
-2
/
+4
*
regex: exposing optimization pass a regex-optimize
Kaz Kylheku
2021-06-27
1
-2
/
+7
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
1
-1
/
+1
*
regex: regsub wrongly destructive.
Kaz Kylheku
2021-04-13
1
-3
/
+4
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
New functions trim-left and trim-right.
Kaz Kylheku
2020-10-05
1
-0
/
+28
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-3
/
+5
*
regex: duplicate character range crash fix.
Kaz Kylheku
2020-04-17
1
-6
/
+12
*
unicode: wide character upkeep 3.
Kaz Kylheku
2020-04-17
1
-0
/
+7
*
unicode: wide character upkeep 2.
Kaz Kylheku
2020-04-17
1
-2
/
+2
*
unicode: character width upkeep.
Kaz Kylheku
2020-04-17
1
-5
/
+4
*
internals: rename misnamed curry_* functions.
Kaz Kyheku
2020-03-17
1
-7
/
+7
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
safety: fix type tests that code can subvert.
Kaz Kylheku
2019-09-30
1
-6
/
+6
*
Replace lt(x, zero) pattern.
Kaz Kylheku
2019-06-15
1
-8
/
+8
*
scan-until-match, count-until-match: new functions.
Kaz Kylheku
2019-02-16
1
-7
/
+35
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
regex: relocate unlikely case after other tests.
Kaz Kylheku
2018-11-12
1
-3
/
+3
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-10
/
+19
*
regex: fix double free corruption bug.
Kaz Kylheku
2018-04-04
1
-11
/
+13
*
regex: read/print bug: escaped double quote.
Kaz Kylheku
2018-04-04
1
-2
/
+2
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
regex: bugfix: squash duplicates in move set.
Kaz Kylheku
2017-09-13
1
-2
/
+1
*
regex: factor out repeated visit-coloring pattern.
Kaz Kylheku
2017-09-13
1
-13
/
+15
*
regex: re-introduce nfa_accept states.
Kaz Kylheku
2017-09-13
1
-13
/
+14
*
regex: retain unoptimized form for printing.
Kaz Kylheku
2017-09-12
1
-5
/
+1
*
regex: bug printing #/abc(def|ghi)/
Kaz Kylheku
2017-09-12
1
-1
/
+1
[next]