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: out-of-range negative indices into lists.
Kaz Kylheku
2016-09-23
1
-2
/
+5
*
Switch regex type from sys:regex to regex.
Kaz Kylheku
2016-09-23
1
-1
/
+1
*
Regexes now callable as functions.
Kaz Kylheku
2016-09-22
1
-0
/
+16
*
Bugfix in tok-str: empty-match regexes.
Kaz Kylheku
2016-09-16
1
-10
/
+7
*
Bugfix in split-str: empty-match regexes.
Kaz Kylheku
2016-09-16
1
-4
/
+5
*
split-str gains ability to keep separating pieces.
Kaz Kylheku
2016-09-16
1
-1
/
+14
*
key function argument on remq, remql and remqual.
Kaz Kylheku
2016-09-15
1
-6
/
+20
*
New keepq, keepql and keepqual functions.
Kaz Kylheku
2016-09-15
1
-0
/
+61
*
Fix broken keep/remove functions.
Kaz Kylheku
2016-09-14
1
-19
/
+10
*
Semantics change in trim-str function.
Kaz Kylheku
2016-09-11
1
-4
/
+12
*
Adding time-parse method.
Kaz Kylheku
2016-08-25
1
-17
/
+66
*
New time-string method on time struct.
Kaz Kylheku
2016-08-22
1
-16
/
+52
*
Adding time-parse function: wrapper for strptime.
Kaz Kylheku
2016-08-22
1
-0
/
+18
*
Print notation for quasi-strings and quasi-word-lists.
Kaz Kylheku
2016-07-20
1
-0
/
+64
*
Replace 0 constant with nil.
Kaz Kylheku
2016-07-19
1
-1
/
+1
*
Tidy up some vector object initializations.
Kaz Kylheku
2016-06-17
1
-7
/
+7
*
New --free-all option for freeing memory on exit.
Kaz Kylheku
2016-06-07
1
-3
/
+1
*
Handle sequence structs in length.
Kaz Kylheku
2016-06-06
1
-0
/
+2
*
Handle sequence structs in toseq.
Kaz Kylheku
2016-06-06
1
-0
/
+4
*
Handle sequence better in index list case of replace.
Kaz Kylheku
2016-06-06
1
-14
/
+9
*
Handle structs in list collection operations.
Kaz Kylheku
2016-06-06
1
-0
/
+10
*
Use local var in list_collect_{nconc,append}.
Kaz Kylheku
2016-06-06
1
-10
/
+12
*
Fix useless tolist over COBJ objects.
Kaz Kylheku
2016-06-06
1
-1
/
+1
*
Fix error messages in internal function scat.
Kaz Kylheku
2016-06-05
1
-2
/
+2
*
Adding special function from-list.
Kaz Kylheku
2016-06-01
1
-1
/
+9
*
ldiff uses equal for all non-list arguments.
Kaz Kylheku
2016-06-01
1
-6
/
+5
*
Methods for turning objects into sequences.
Kaz Kylheku
2016-06-01
1
-2
/
+20
*
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
[next]