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
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement @(next nil).
Kaz Kylheku
2016-02-29
1
-6
/
+10
*
Add debug trace to @(require).
Kaz Kylheku
2016-01-22
1
-1
/
+3
*
Bugfix: @(require) eval not in proper env.
Kaz Kylheku
2016-01-22
1
-2
/
+1
*
Header file cleanup.
Kaz Kylheku
2016-01-22
1
-3
/
+0
*
New :mandatory keyword in until/last clauses.
Kaz Kylheku
2016-01-15
1
-7
/
+36
*
Gather bugfix: support empty :vars.
Kaz Kylheku
2016-01-15
1
-2
/
+5
*
Use last-form-evaled mechanism for pattern language.
Kaz Kylheku
2016-01-02
1
-6
/
+12
*
Bugfix: premature open of data source.
Kaz Kylheku
2016-01-01
1
-1
/
+1
*
Handle nothrow semantics down in complex_open.
Kaz Kylheku
2016-01-01
1
-37
/
+12
*
Hacky struct fpip gone; complex_open returns stream.
Kaz Kylheku
2016-01-01
1
-74
/
+26
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
C++ breakage: multiple definition of name_s.
Kaz Kylheku
2015-12-30
1
-2
/
+1
*
Shocking four-year-old bug in collect/coll.
Kaz Kylheku
2015-12-27
1
-2
/
+7
*
Allow @(repeat) and @(rep) to see Lisp globals.
Kaz Kylheku
2015-12-26
1
-0
/
+11
*
TXR quasiliterals and output vars treated as Lisp.
Kaz Kylheku
2015-12-26
1
-147
/
+69
*
Base value in :counter
Kaz Kylheku
2015-12-23
1
-4
/
+18
*
New directives @(data) and @(name)
Kaz Kylheku
2015-12-22
1
-1
/
+45
*
Allow @(line) in horizontal context.
Kaz Kylheku
2015-12-22
1
-0
/
+1
*
Don't use ~d in several match debug diagnostics.
Kaz Kylheku
2015-12-22
1
-2
/
+2
*
debugger: stopped at line nil of nil.
Kaz Kylheku
2015-12-18
1
-4
/
+5
*
@(next) takes Lisp expression as source now.
Kaz Kylheku
2015-11-20
1
-1
/
+14
*
@(rep) as shorthand for @(coll :vars nil).
Kaz Kylheku
2015-11-20
1
-2
/
+11
*
Use symbol in diagnostics in collect.
Kaz Kylheku
2015-11-20
1
-9
/
+9
*
Implementing *print-base* and ~d format directive.
Kaz Kylheku
2015-11-14
1
-36
/
+36
*
Pattern vars accessed from Lisp now dynamic.
Kaz Kylheku
2015-11-04
1
-4
/
+29
*
Factor out excessive uw_set_match_context calls.
Kaz Kylheku
2015-11-03
1
-51
/
+40
*
New range type, distinct from cons cell.
Kaz Kylheku
2015-11-01
1
-1
/
+3
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Fix cascading message for unbound vars in pattern language.
Kaz Kylheku
2015-09-27
1
-2
/
+4
*
C++: don't use int constant as enum initializer.
Kaz Kylheku
2015-09-09
1
-1
/
+1
*
TXR 105 regression: real-time stream not used on tty.
Kaz Kylheku
2015-09-07
1
-6
/
+11
*
Go into repl after processing txr file also.
Kaz Kylheku
2015-09-07
1
-5
/
+6
*
Replace two-step initialization of args with macros.
Kaz Kylheku
2015-08-24
1
-4
/
+2
*
Use of new args for function calls in interpreter.
Kaz Kylheku
2015-08-23
1
-2
/
+9
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-0
/
+1
*
* eval.c (force): Default the new second argument of source_loc_str.
Kaz Kylheku
2015-08-04
1
-4
/
+5
*
Hash-bang support for .tl files.
Kaz Kylheku
2015-07-02
1
-1
/
+1
*
@(load) and @(include) now load Lisp code.
Kaz Kylheku
2015-06-12
1
-29
/
+36
*
Preparing for lisp loading.
Kaz Kylheku
2015-06-10
1
-1
/
+2
*
* match.c (v_load): Call parse_once rater than parse.
Kaz Kylheku
2015-06-07
1
-1
/
+1
*
Ligher weight debug instrumentation.
Kaz Kylheku
2015-05-22
1
-4
/
+4
*
Slight internal representation change of string-only exceptions.
Kaz Kylheku
2015-02-06
1
-4
/
+1
*
Update copyright notices from 2014 to 2015.
Kaz Kylheku
2015-02-01
1
-1
/
+1
*
* match.c (h_trailer): Bugfix: not returning new variable
Kaz Kylheku
2015-01-05
1
-2
/
+2
*
* Makefile: Removing trailing spaces.
Kaz Kylheku
2014-10-24
1
-41
/
+41
*
Source file inclusion implemented: needed for macros.
Kaz Kylheku
2014-10-20
1
-6
/
+17
*
* match.c (match_fun): Bugfix: replace incorrect plain return
Kaz Kylheku
2014-10-19
1
-1
/
+1
*
* match.c (mf_all): Drop data_lineno parameter. Initialize
Kaz Kylheku
2014-10-18
1
-26
/
+24
*
* match.c (v_eof): Bugfix: we are at EOF not only when
Kaz Kylheku
2014-10-17
1
-1
/
+1
*
* match.c (dest_bind): Remove the restriction of not allowing
Kaz Kylheku
2014-10-17
1
-2
/
+14
[next]