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
/
parser.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyrights to 2010.
Kaz Kylheku
2010-10-05
1
-1
/
+1
*
Resolving parser conflicts.
Kaz Kylheku
2010-01-19
1
-1
/
+1
*
Implemented non-greedy operator.
Kaz Kylheku
2010-01-15
1
-1
/
+1
*
Bugfix: allow unescaped / to be used in regex character classes.
Kaz Kylheku
2010-01-13
1
-5
/
+9
*
Implemented the regular expression ~ and & operators.
Kaz Kylheku
2010-01-05
1
-4
/
+4
*
Remove unnecessary cast.
Kaz Kylheku
2009-12-09
1
-1
/
+1
*
* parser.l (YYINPUT): Fix signed/unsigned comparison.
Kaz Kylheku
2009-12-09
1
-2
/
+3
*
* parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not
Kaz Kylheku
2009-12-03
1
-2
/
+0
*
* parser.l: Use flex options to suppress generation of the
Kaz Kylheku
2009-11-28
1
-0
/
+2
*
Fixed broken yyerrorf. It was still taking char *, and passing
Kaz Kylheku
2009-11-24
1
-1
/
+1
*
Improving portability. It is no longer assumed that pointers
Kaz Kylheku
2009-11-23
1
-3
/
+7
*
Introducing symbol packages. Internal symbols are now in
Kaz Kylheku
2009-11-21
1
-4
/
+11
*
Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,
Kaz Kylheku
2009-11-20
1
-4
/
+4
*
Fix total breakage of yyerror and yyerrorf.
Kaz Kylheku
2009-11-18
1
-2
/
+3
*
More removal of C99 wide character I/O, and tightening up
Kaz Kylheku
2009-11-17
1
-3
/
+3
*
Big round of changes to switch the code base to use the stream
Kaz Kylheku
2009-11-16
1
-45
/
+47
*
Previous commit broke UTF-8 lexing, by changing the get_char
Kaz Kylheku
2009-11-13
1
-2
/
+2
*
Continuing wchar_t conversion. Making sure all stdio calls
Kaz Kylheku
2009-11-12
1
-41
/
+41
*
Documenting extended characters in man page.
Kaz Kylheku
2009-11-12
1
-0
/
+15
*
Big conversion to wide characters and UTF-8 support.
Kaz Kylheku
2009-11-11
1
-34
/
+50
*
Kill tabs with spaces (how did they sneak in?).
Kaz Kylheku
2009-11-04
1
-12
/
+12
*
txr-015 2009-10-15
txr-015
Kaz Kylheku
2017-07-31
1
-0
/
+523