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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: eliminate reduce-left from n-ary math ops.
Kaz Kylheku
2018-03-29
1
-0
/
+2
*
lib: new ldiff function.
Kaz Kylheku
2018-03-20
1
-0
/
+3
*
New: virtual machine with assembler.
Kaz Kylheku
2018-03-10
1
-0
/
+3
*
Require semicolon after static_{forward,def} macros.
Kaz Kylheku
2018-02-26
1
-2
/
+2
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
term: move near site of use.
Kaz Kylheku
2018-01-07
1
-1
/
+0
*
listref_l: remove.
Kaz Kylheku
2018-01-06
1
-1
/
+0
*
ltail: unused function.
Kaz Kylheku
2018-01-02
1
-1
/
+0
*
eliminate cdr_l use from implementation of last.
Kaz Kylheku
2018-01-02
1
-1
/
+1
*
New methods rplaca and rplacd.
Kaz Kylheku
2017-12-30
1
-0
/
+1
*
prof: deal with overflowing mem counters.
Kaz Kylheku
2017-12-04
1
-0
/
+2
*
New function: grade.
Kaz Kylheku
2017-11-23
1
-0
/
+1
*
bugfix: fixnum crackdown.
Kaz Kylheku
2017-09-13
1
-0
/
+1
*
Revising out-of-memory handling.
Kaz Kylheku
2017-08-18
1
-4
/
+2
*
New spl and tok: variants of tok-str and split-str.
Kaz Kylheku
2017-08-07
1
-0
/
+2
*
bugfix: n-ary arith functions must check single arg.
Kaz Kylheku
2017-08-05
1
-1
/
+3
*
Add sum and prod convenience functions.
Kaz Kylheku
2017-08-05
1
-0
/
+2
*
lib: deprecate set-diff; extend set operations.
Kaz Kylheku
2017-07-26
1
-0
/
+2
*
new function: nth
Kaz Kylheku
2017-07-18
1
-0
/
+1
*
lib: new function, relate.
Kaz Kylheku
2017-07-17
1
-0
/
+1
*
New cptr functions cptr-cast and int-cptr.
Kaz Kylheku
2017-06-26
1
-0
/
+2
*
cptr-int and cptr-obj can make typed cptr objects.
Kaz Kylheku
2017-06-19
1
-2
/
+2
*
New sequence classification system.
Kaz Kylheku
2017-06-16
1
-0
/
+13
*
lib: new chk_xalloc, with mult overflow check.
Kaz Kylheku
2017-06-12
1
-0
/
+1
*
Splitting cptr object into separate CPTR tag.
Kaz Kylheku
2017-05-15
1
-2
/
+7
*
less table robust against type renumbering.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
bugfix: use proper hashing for cptr.
Kaz Kylheku
2017-05-15
1
-0
/
+1
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
cptr: new functions.
Kaz Kylheku
2017-05-09
1
-0
/
+4
*
ffi: map (array n bchar) to Lisp string.
Kaz Kylheku
2017-05-04
1
-0
/
+1
*
ffi: new bstr type.
Kaz Kylheku
2017-05-04
1
-0
/
+2
*
ffi: allow ptr-in-out passing of cptr.
Kaz Kylheku
2017-04-28
1
-0
/
+1
*
Provide access to dlopen.
Kaz Kylheku
2017-04-25
1
-0
/
+1
*
Rename c_uint_ptr_num; introduce cunum typedef.
Kaz Kylheku
2017-04-21
1
-0
/
+1
*
New buffer data type.
Kaz Kylheku
2017-04-16
1
-2
/
+10
*
New time-parse-local and time-parse-utc functions.
Kaz Kylheku
2017-04-04
1
-0
/
+2
*
listener: completion sensitive for slots and methods.
Kaz Kylheku
2017-03-21
1
-0
/
+1
*
Sandboxing support via *package-alist*.
Kaz Kylheku
2017-03-17
1
-1
/
+4
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-1
/
+1
*
New functions starts-with and ends-with.
Kaz Kylheku
2017-03-12
1
-0
/
+2
*
New rmismatch function.
Kaz Kylheku
2017-03-12
1
-0
/
+1
*
New floor-rem, ceil-rem and round-rem.
Kaz Kylheku
2017-02-26
1
-1
/
+4
*
Adding round function.
Kaz Kylheku
2017-02-25
1
-0
/
+1
*
floor and ceil do division, with optional second arg.
Kaz Kylheku
2017-02-24
1
-0
/
+2
*
New internal function: vec.
Kaz Kylheku
2017-02-15
1
-0
/
+1
*
Add rassoc and rassql functions.
Kaz Kylheku
2017-02-11
1
-0
/
+2
*
Use non-hacky representation for deferrable warnings.
Kaz Kylheku
2017-02-10
1
-1
/
+2
*
keep/remove: reduce duplication, optimize.
Kaz Kylheku
2017-02-05
1
-8
/
+8
*
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
/
+1
[next]