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
/
lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bugfix: take-while, take-until termination condition.
Kaz Kylheku
2017-01-24
1
-2
/
+2
*
Rename proper_plist_to_alist function.
Kaz Kylheku
2017-01-24
1
-1
/
+1
*
New memp function for searching a plist.
Kaz Kylheku
2017-01-24
1
-0
/
+9
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Bugfix: quasilit var read-print consistency.
Kaz Kylheku
2016-12-31
1
-2
/
+9
*
Adding mismatch function.
Kaz Kylheku
2016-12-12
1
-0
/
+112
*
bugfix: find-max doesn't handle internal literals.
Kaz Kylheku
2016-12-12
1
-1
/
+2
*
New function: endp.
Kaz Kylheku
2016-12-10
1
-0
/
+10
*
C++ regression in printer.
Kaz Kylheku
2016-12-07
1
-21
/
+23
*
bugfix: , *sym printed as ,*sym.
Kaz Kylheku
2016-12-06
1
-2
/
+18
*
bugfix: print unquote/splice in dot position.
Kaz Kylheku
2016-12-05
1
-1
/
+19
*
Adding curry_1234_1 function.
Kaz Kylheku
2016-12-01
1
-0
/
+15
*
Don't throw when printing (sys:quasi . atom).
Kaz Kylheku
2016-11-27
1
-2
/
+2
*
bugfix: read-print consistency for @(expr).
Kaz Kylheku
2016-11-27
1
-1
/
+1
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
1
-1
/
+4
*
bugfix: quasilit read/print consistency, part 2.
Kaz Kylheku
2016-11-26
1
-1
/
+1
*
bugfix: quasilit read/print consistency, part 1.
Kaz Kylheku
2016-11-26
1
-2
/
+2
*
Completion of fallback list implementation.
Kaz Kylheku
2016-11-16
1
-1
/
+26
*
Start of fallback package list implementation.
Kaz Kylheku
2016-11-16
1
-0
/
+53
*
Fix circular printing issue for package objects.
Kaz Kylheku
2016-11-10
1
-1
/
+1
*
Handle interpreted functions in circle printing.
Kaz Kylheku
2016-11-10
1
-0
/
+7
*
Fix some gc-unsafe mutations found by inspection.
Kaz Kylheku
2016-11-10
1
-2
/
+2
*
Check for non-package value in *package*.
Kaz Kylheku
2016-11-10
1
-1
/
+9
*
Implementing package foreign symbol concept.
Kaz Kylheku
2016-11-10
1
-38
/
+238
*
Check that name is stringp in some sym functions.
Kaz Kylheku
2016-11-08
1
-6
/
+18
*
Implement *package* special var; package overhaul.
Kaz Kylheku
2016-11-08
1
-26
/
+11
*
Don't access *print-circle* in early init.
Kaz Kylheku
2016-11-08
1
-1
/
+1
*
Circ print: fix recursion from print methods.
Kaz Kylheku
2016-11-01
1
-12
/
+23
*
Don't enter symbols into cycle-identifying hash.
Kaz Kylheku
2016-10-31
1
-2
/
+7
*
Relax restrictions on dwim places.
Kaz Kylheku
2016-10-31
1
-9
/
+34
*
lambda-set method: treat [struct ...] as place.
Kaz Kylheku
2016-10-30
1
-19
/
+51
*
Same fix in tok-where as tok-str.
Kaz Kylheku
2016-10-26
1
-1
/
+23
*
Don't bother with numeq comparison in tok_where.
Kaz Kylheku
2016-10-26
1
-1
/
+1
*
Fix regression: broken tok_where.
Kaz Kylheku
2016-10-26
1
-7
/
+10
*
Fix tok-str semantics once again.
Kaz Kylheku
2016-10-26
1
-1
/
+26
*
obj_print: uw guard frame only when circ printing.
Kaz Kylheku
2016-10-26
1
-2
/
+4
*
Let guard frames optionally pass through unwinding.
Kaz Kylheku
2016-10-26
1
-1
/
+1
*
last, butlast: become accessors, get optional arg.
Kaz Kylheku
2016-10-26
1
-7
/
+20
*
New accessors nthlast and butlastn.
Kaz Kylheku
2016-10-25
1
-0
/
+31
*
Default to epoch time in time-parse.
Kaz Kylheku
2016-10-23
1
-1
/
+9
*
Block continuation capture across printer.
Kaz Kylheku
2016-10-21
1
-0
/
+5
*
Another fix to print method circular printing.
Kaz Kylheku
2016-10-21
1
-8
/
+21
*
Fix circular printing across print methods.
Kaz Kylheku
2016-10-21
1
-0
/
+10
*
Changes to the printing framework.
Kaz Kylheku
2016-10-20
1
-39
/
+12
*
obj_print: use of volatile.
Kaz Kylheku
2016-10-20
1
-3
/
+5
*
Implement *print-circle* for sharing and cycles.
Kaz Kylheku
2016-10-20
1
-5
/
+122
*
Add stream printing context.
Kaz Kylheku
2016-10-20
1
-32
/
+32
*
reduce-left bugfix: bad init val with key-func.
Kaz Kylheku
2016-10-18
1
-1
/
+1
*
Provide functions to alter range objects.
Kaz Kylheku
2016-10-17
1
-0
/
+14
*
Bugfix: sub and length on abstract sequences.
Kaz Kylheku
2016-10-13
1
-1
/
+30
[prev]
[next]