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
...
*
Place C standard I/O based streams into subtype.
Kaz Kylheku
2016-02-26
1
-1
/
+3
*
Relax input type constraint in vec-list.
Kaz Kylheku
2016-01-18
1
-4
/
+1
*
New function, split*.
Kaz Kylheku
2016-01-17
1
-5
/
+46
*
partition* bugfix: ignore negative indices consistently.
Kaz Kylheku
2016-01-17
1
-9
/
+14
*
partition* bugfix: incorrect behavior for 0.
Kaz Kylheku
2016-01-17
1
-1
/
+1
*
Apply partition/split bugfix to partition*.
Kaz Kylheku
2016-01-17
1
-4
/
+4
*
Bugfix: *print-flo-format* used for integer output.
Kaz Kylheku
2016-01-14
1
-0
/
+2
*
Improve n-ary minus like newly added division.
Kaz Kylheku
2016-01-14
1
-3
/
+13
*
Optimization in n-ary numeric functions.
Kaz Kylheku
2016-01-14
1
-5
/
+12
*
Fix omission: the / function becomes n-ary.
Kaz Kylheku
2016-01-13
1
-0
/
+17
*
Fix broken print of semicolon after ctrl char.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
Print control chars in regexes using \x.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
Pretty-print DEL and U+DCxx str char using \xHEX.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
Remove redundant assert in mem allocation functions.
Kaz Kylheku
2016-01-10
1
-3
/
+0
*
Reduce scope of variable in cat_str.
Kaz Kylheku
2016-01-10
1
-2
/
+2
*
New internal function scat: variable arg cat_str.
Kaz Kylheku
2016-01-10
1
-2
/
+82
*
GC-correct order in copy_lazy_str.
Kaz Kylheku
2016-01-10
1
-2
/
+2
*
Rework lazy string optimization done in TXR 118.
Kaz Kylheku
2016-01-09
1
-26
/
+10
*
Use struct instead of cons for lazy string fields.
Kaz Kylheku
2016-01-09
1
-17
/
+24
*
New internal function for copying malloced object.
Kaz Kylheku
2016-01-09
1
-0
/
+8
*
Revert chr-isdigit/isxdigit, provide new functions.
Kaz Kylheku
2016-01-04
1
-0
/
+10
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
C++ breakage: multiple definition of name_s.
Kaz Kylheku
2015-12-30
1
-1
/
+2
*
New variables for floating-point printing control.
Kaz Kylheku
2015-12-28
1
-1
/
+4
*
Whitespace in lazy_str_force.
Kaz Kylheku
2015-12-28
1
-1
/
+1
*
Overhaul printing of lazy strings.
Kaz Kylheku
2015-12-28
1
-30
/
+91
*
Fix exception in @(freeform) over interactive input.
Kaz Kylheku
2015-12-27
1
-1
/
+6
*
chr-isdigit and chr-isxdigit return value.
Kaz Kylheku
2015-12-23
1
-2
/
+13
*
Print some instances of qref as dot notation.
Kaz Kylheku
2015-12-18
1
-0
/
+24
*
Useful feature: object post-initialization.
Kaz Kylheku
2015-12-16
1
-1
/
+1
*
Support eight-argument intrinsic functions.
Kaz Kylheku
2015-12-16
1
-0
/
+46
*
bugfix: dwim_set not handling hash correctly.
Kaz Kylheku
2015-12-16
1
-0
/
+4
*
bugfix: nil from in replace wrongly treated as 0.
Kaz Kylheku
2015-12-16
1
-6
/
+6
*
Bugfix: incorrect less comparison for ranges.
Kaz Kylheku
2015-12-09
1
-3
/
+12
*
range-regex returns range, not cons.
Kaz Kylheku
2015-12-07
1
-1
/
+1
*
Drop ctx_form param on env_vbind_special and apply.
Kaz Kylheku
2015-11-30
1
-2
/
+2
*
Change funcall_interp API.
Kaz Kylheku
2015-11-30
1
-7
/
+6
*
Rename interp_fun function.
Kaz Kylheku
2015-11-30
1
-7
/
+7
*
Bugfix: split and partition again.
Kaz Kylheku
2015-11-29
1
-2
/
+3
*
Bugfix: destructive behavior in transpose.
Kaz Kylheku
2015-11-28
1
-1
/
+1
*
New functions window-map and window-mappend.
Kaz Kylheku
2015-11-25
1
-0
/
+113
*
Bugfix: split and partition functions.
Kaz Kylheku
2015-11-24
1
-3
/
+3
*
Combat spurious retention in few more functions.
Kaz Kylheku
2015-11-20
1
-13
/
+17
*
last function becomes generic.
Kaz Kylheku
2015-11-20
1
-3
/
+6
*
New equality substitution.
Kaz Kylheku
2015-11-20
1
-26
/
+73
*
Fix buggy less function.
Kaz Kylheku
2015-11-20
1
-32
/
+38
*
Fix type hole in equal function w.r.t. COBJ.
Kaz Kylheku
2015-11-20
1
-1
/
+1
*
Address spurious retention across library.
Kaz Kylheku
2015-11-20
1
-17
/
+95
*
Combat spurious retention in mapdo.
Kaz Kylheku
2015-11-20
1
-0
/
+2
*
Provide butlast function.
Kaz Kylheku
2015-11-20
1
-0
/
+5
[prev]
[next]