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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doc: FFI string types map null pointer to nil.
Kaz Kylheku
2022-04-26
1
-3
/
+7
*
doc: ffi: document the array-of-1 trick.
Kaz Kylheku
2022-04-26
1
-0
/
+62
*
load/@(load): use path_cat.
Kaz Kylheku
2022-04-25
2
-6
/
+2
*
*load-search-dir*: Some tests.
Kaz Kylheku
2022-04-25
1
-0
/
+33
*
New: load can search multiple directories.
Kaz Kylheku
2022-04-25
8
-19
/
+131
*
open_txr_file: rename parameters.
Kaz Kylheku
2022-04-24
2
-20
/
+20
*
subprocesses: don't unnecessarily flush *stdout*.
Kaz Kylheku
2022-04-24
1
-2
/
+4
*
subprocesses: flush *stdout*.
Kaz Kylheku
2022-04-23
1
-0
/
+8
*
fork/streams: new failing test.
Kaz Kylheku
2022-04-23
2
-0
/
+43
*
doc: cross reference eval and file compilation.
Kaz Kylheku
2022-04-01
1
-2
/
+33
*
loading: bugfix: try specified path before suffixes.
Kaz Kylheku
2022-03-31
2
-61
/
+99
*
Add test for loading issue.
Kaz Kylheku
2022-03-31
10
-0
/
+55
*
compiler: package-manipulating top-level forms bug.
Kaz Kylheku
2022-03-31
1
-1
/
+2
*
New function: isecp.
Kaz Kylheku
2022-03-30
6
-7
/
+52
*
Test of a package-related file compilation problem.
Kaz Kylheku
2022-03-30
2
-0
/
+12
*
New FFI types str-s, bstr-s and wstr-s.
Kaz Kylheku
2022-03-21
4
-54
/
+143
*
ffi: minor code reordering in initialization.
Kaz Kylheku
2022-03-20
1
-4
/
+6
*
configure: bugfix in shell escaping code
Kaz Kylheku
2022-03-18
1
-1
/
+1
*
configure: missing tab in shell escaping code.
Kaz Kylheku
2022-03-18
1
-1
/
+1
*
ffi: after call, process args in reverse order.
Kaz Kylheku
2022-03-17
1
-11
/
+10
*
doc: sort-group: unnecessary copy
Kaz Kylheku
2022-03-16
1
-1
/
+1
*
ffi: support intmax-t and uintmax-t types.
Kaz Kylheku
2022-03-15
4
-9
/
+62
*
New GNU-themed quip.
Kaz Kylheku
2022-03-08
1
-0
/
+1
*
New function: group-map.
Kaz Kylheku
2022-03-02
5
-9
/
+51
*
hash: add tests for group-by, group-reduce.
Kaz Kylheku
2022-03-02
1
-0
/
+16
*
hash: group-reduce calls hash-update.
Kaz Kylheku
2022-03-02
1
-9
/
+3
*
Version 274.
txr-274
Kaz Kylheku
2022-02-24
7
-859
/
+1003
*
opip: pass through forms in the op family.
Kaz Kylheku
2022-02-24
3
-5
/
+28
*
doc: revisit partition-if
Kaz Kylheku
2022-02-23
1
-7
/
+26
*
doc: make-like can take an iterators.
Kaz Kylheku
2022-02-23
1
-0
/
+10
*
New list-builder method: oust.
Kaz Kylheku
2022-02-23
5
-6
/
+70
*
New function: partition-if.
Kaz Kylheku
2022-02-23
6
-0
/
+199
*
find-max: convert to seq_info iteration.
Kaz Kylheku
2022-02-22
3
-87
/
+36
*
gc: c++ fix in type_t conversion.
Kaz Kylheku
2022-02-22
2
-3
/
+3
*
termios: overflow in initialization on 32 bits.
Kaz Kylheku
2022-02-22
1
-2
/
+2
*
New functions: find-max-key and find-min-key.
Kaz Kylheku
2022-02-21
5
-0
/
+76
*
listener: restore and improve method completion.
Kaz Kylheku
2022-02-19
3
-44
/
+7
*
autoload: move socket material into socket module.
Kaz Kylheku
2022-02-19
4
-72
/
+70
*
autoload: move termios material into termios module.
Kaz Kylheku
2022-02-19
2
-25
/
+22
*
autoload: use weak hash to erase registrations.
Kaz Kylheku
2022-02-19
4
-99
/
+69
*
doc: or-semantics misformatted.
Kaz Kylheku
2022-02-19
1
-1
/
+1
*
lisplib: rename to autoload.
Kaz Kylheku
2022-02-18
6
-16
/
+16
*
lisplib: rename lisplib funtions to autoload prefix.
Kaz Kylheku
2022-02-18
5
-42
/
+42
*
socket: add missing autoload entries for sockopts.
Kaz Kylheku
2022-02-18
1
-1
/
+11
*
lisplib: split autoload entries into namespaces.
Kaz Kylheku
2022-02-18
4
-243
/
+289
*
lisplib: split lisplib_try_load into namespaces.
Kaz Kylheku
2022-02-18
5
-29
/
+64
*
compiler: autoload on sys:*in-compilation-unit*.
Kaz Kylheku
2022-02-17
1
-1
/
+1
*
ffi: move socket stuff to socket module.
Kaz Kylheku
2022-02-17
5
-108
/
+135
*
doc: extend fboundp dialect note.
Kaz Kylheku
2022-02-17
1
-2
/
+10
*
time: fix missing day-of-week and day-of-year.
Kaz Kylheku
2022-02-16
2
-11
/
+29
[prev]
[next]