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
*
New functions utimes, lutimes.
Kaz Kylheku
2020-01-21
3
-1
/
+326
*
New function: coded-length.
Kaz Kylheku
2020-01-18
4
-0
/
+25
*
ffi: fix broken char handling in undimensioned arrays.
Kaz Kylheku
2020-01-17
3
-36
/
+110
*
sysif: fix inappropriate use of w_ convention.
Kaz Kylheku
2020-01-15
3
-16
/
+15
*
fstat: take fd argument.
Kaz Kyheku
2020-01-15
2
-15
/
+14
*
with-resources: support multiple cleanup forms.
Kaz Kyheku
2020-01-15
2
-15
/
+36
*
chmod: work on streams and descriptors using fchmod.
Kaz Kyheku
2020-01-15
3
-12
/
+59
*
Version 231.
txr-231
Kaz Kylheku
2020-01-12
6
-917
/
+952
*
hash: bug: not hashing key of tree node.
Kaz Kylheku
2020-01-12
1
-1
/
+1
*
configure: don't try to remove phony target.
Kaz Kylheku
2020-01-10
1
-1
/
+0
*
build: deal with the mess of new Bison warnings.
Kaz Kylheku
2020-01-10
2
-1
/
+29
*
gc: obtain stack top using alloca.
Kaz Kylheku
2020-01-09
1
-10
/
+5
*
gc: consolidate top-of-stack and context handling.
Kaz Kylheku
2020-01-09
1
-8
/
+2
*
aarch64: gc: mark farther beyond apparent stack.
Kaz Kylheku
2020-01-09
1
-1
/
+1
*
gcc: disable annoying code quoting.
Kaz Kylheku
2020-01-08
1
-0
/
+27
*
tests: broken glob test cases crash under musl.
Kaz Kylheku
2020-01-08
3
-7
/
+21
*
config.h: double definition of FLO_MAX_DIG
Kaz Kylheku
2020-01-07
1
-0
/
+1
*
ffi: fix non-libffi build on big endian.
Kaz Kylheku
2020-01-06
1
-0
/
+1
*
builtin redefinition: better diagnostic message.
Kaz Kylheku
2020-01-06
1
-6
/
+10
*
sysif.h: remove dependency on off_t.
Kaz Kylheku
2020-01-01
2
-14
/
+6
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
121
-123
/
+123
*
doc: usage note for compile-update-file.
Kaz Kylheku
2019-12-23
1
-0
/
+16
*
doc: redocument keyword argument description.
Kaz Kylheku
2019-12-23
1
-15
/
+29
*
doc: spurious blank line under build macro.
Kaz Kylheku
2019-12-23
1
-1
/
+0
*
New function: compile-update-file.
Kaz Kylheku
2019-12-22
3
-59
/
+107
*
Version 230.
txr-230
Kaz Kylheku
2019-12-20
4
-5
/
+24
*
config: improve check for PIE-disabling flags.
Kaz Kylheku
2019-12-19
1
-2
/
+2
*
configure: better check for missing make.
Kaz Kylheku
2019-12-19
1
-2
/
+2
*
configure: disable building as PIE.
Kaz Kylheku
2019-12-18
1
-0
/
+25
*
Move jmp-related stuff from signal.h to unwind.h.
Kaz Kylheku
2019-12-17
3
-170
/
+177
*
bugfix: crash in extended_setjmp due to PIE.
Kaz Kylheku
2019-12-17
3
-55
/
+52
*
ffi: bug: zchar not handled in array out semantics.
Kaz Kylheku
2019-12-16
1
-0
/
+1
*
ffi: shut up gcc7 warnings about switch case.
Kaz Kylheku
2019-12-16
1
-0
/
+7
*
Version 229.
txr-229
Kaz Kylheku
2019-12-14
7
-972
/
+1014
*
ffi: new type zchar
Kaz Kylheku
2019-12-14
2
-21
/
+126
*
ffi: turn char conversion flags into enum.
Kaz Kylheku
2019-12-14
1
-52
/
+85
*
listener: C++ enum issue.
Kaz Kylheku
2019-12-13
1
-1
/
+1
*
doc: doubled word in compat note.
Kaz Kylheku
2019-12-13
1
-1
/
+1
*
doc: make-buf: document default value.
Kaz Kylheku
2019-12-13
1
-2
/
+5
*
multiple-inheritance: test static-slot-home.
Kaz Kylheku
2019-12-13
2
-1
/
+6
*
multiple-inheritance: super-method loose ends.
Kaz Kylheku
2019-12-13
4
-41
/
+87
*
define-option-struct: use multiple inheritance
Kaz Kylheku
2019-12-13
1
-14
/
+22
*
OOP: implementing multiple inheritance.
Kaz Kylheku
2019-12-11
7
-94
/
+344
*
doc: clarify inheritance of static slot value.
Kaz Kylheku
2019-12-09
1
-0
/
+31
*
structs: bugfix: crash in static slot inheritance.
Kaz Kylheku
2019-12-09
1
-1
/
+1
*
New function: path-dir-empty.
Kaz Kylheku
2019-12-09
3
-0
/
+38
*
Add hyperbolic functions: sinh, cosh, and others.
Kaz Kylheku
2019-12-07
4
-0
/
+146
*
ffi: allow init-forms for slots.
Kaz Kylheku
2019-12-06
2
-11
/
+80
*
unwind: new function uw_warningf.
Kaz Kylheku
2019-12-06
2
-0
/
+23
*
disassemble: d and t regs in decimal.
Kaz Kylheku
2019-11-29
1
-2
/
+2
[next]