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
*
Remove superfluous arg defaulting in drop functions.
Kaz Kylheku
2016-05-26
1
-4
/
+2
*
Bugfix: argument defaulting in take-until.
Kaz Kylheku
2016-05-26
1
-2
/
+2
*
Handle integer overflow in length_list.
Kaz Kylheku
2016-05-18
1
-2
/
+14
*
Adding termios support.
Kaz Kylheku
2016-05-18
1
-0
/
+4
*
Some streamlining in the cons recycling.
Kaz Kylheku
2016-05-15
1
-10
/
+8
*
Bugfix: recycled conses play nice with gen GC.
Kaz Kylheku
2016-05-15
1
-0
/
+3
*
Bugfix in - and / functions.
Kaz Kylheku
2016-05-13
1
-4
/
+4
*
Avoid unnecessary evaluation in argument defaulting.
Kaz Kylheku
2016-05-07
1
-1
/
+0
*
Adding panic macro, which throws a panic exception.
Kaz Kylheku
2016-05-07
1
-1
/
+2
*
Clean-up rand code; implement configurable warmup.
Kaz Kylheku
2016-04-28
1
-1
/
+1
*
Rename misleadingly named out_str_pretty function.
Kaz Kylheku
2016-04-21
1
-5
/
+5
*
Harmonize rules for string and character printing.
Kaz Kylheku
2016-04-21
1
-9
/
+24
*
Mechanism for recycling conses outside of GC.
Kaz Kylheku
2016-04-20
1
-2
/
+47
*
Adding ftw function.
Kaz Kylheku
2016-04-15
1
-0
/
+4
*
Fix proper-listp to proper-list-p.
Kaz Kylheku
2016-04-14
1
-1
/
+1
*
UTF-8 API overhaul: security, and other concerns.
Kaz Kylheku
2016-03-31
1
-1
/
+2
*
Adding rightmost item search functions.
Kaz Kylheku
2016-03-27
1
-1
/
+267
*
Methods in time struct: time-local and time-utc.
Kaz Kylheku
2016-03-24
1
-4
/
+28
*
Bugfix: lazy str printing not observing limit.
Kaz Kylheku
2016-03-24
1
-0
/
+4
*
Implement socket timeouts.
Kaz Kylheku
2016-03-15
1
-1
/
+2
*
Fix in chk_manage_vec resizing from zero.
Kaz Kylheku
2016-03-06
1
-1
/
+1
*
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
[next]