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
/
struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make-struct-type: fix far-fetched gc/stability issue.
Kaz Kylheku
2019-06-19
1
-2
/
+2
*
structs: gc bug due to derived hook.
Kaz Kylheku
2019-06-19
1
-3
/
+5
*
oop: derived hook.
Kaz Kylheku
2019-05-15
1
-1
/
+7
*
oop: new function: struct-type-name.
Kaz Kylheku
2019-05-15
1
-0
/
+7
*
unwind: use allocate-struct in frame reification.
Kaz Kylheku
2019-04-20
1
-2
/
+1
*
New function: allocate-struct.
Kaz Kylheku
2019-04-19
1
-0
/
+17
*
streams: force-off indent mode.
Kaz Kylheku
2019-04-16
1
-2
/
+2
*
structs: optimize struct creating functions.
Kaz Kylheku
2019-02-19
1
-7
/
+19
*
structs: bugfix: slot_cache null check.
Kaz Kylheku
2019-02-18
1
-6
/
+7
*
structs: derive type id from pointer.
Kaz Kylheku
2019-02-15
1
-54
/
+8
*
structs: fix poorly maintained bitfield size.
Kaz Kylheku
2019-02-15
1
-1
/
+1
*
structs: recycle IDs of dead struct types.
Kaz Kylheku
2019-02-15
1
-7
/
+71
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-3
/
+3
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-2
/
+3
*
gc: eliminate most uses of gc_mutated.
Kaz Kylheku
2018-11-06
1
-1
/
+1
*
struct: uslot and umethod: improve diagnostics.
Kaz Kylheku
2018-07-11
1
-3
/
+3
*
hash: use full width unsigned type for hash values.
Kaz Kylheku
2018-07-06
1
-2
/
+3
*
hashing: overhaul part 1.
Kaz Kylheku
2018-07-04
1
-3
/
+3
*
structs: slot access on non-struct: improve diagnosis.
Kaz Kylheku
2018-05-29
1
-3
/
+11
*
structs: get rid of sys:slot and sys:static-slot.
Kaz Kylheku
2018-04-06
1
-5
/
+3
*
printer: improve object formatting.
Kaz Kylheku
2018-04-05
1
-1
/
+5
*
gc bugs: incorrect struct init function assignments.
Kaz Kylheku
2018-03-22
1
-2
/
+2
*
args: overhaul for clarity and reduced consing.
Kaz Kylheku
2018-03-09
1
-2
/
+2
*
trace: bugfix in method redefinition check.
Kaz Kylheku
2018-03-01
1
-2
/
+5
*
bugfix: missing actions in reset-struct.
Kaz Kylheku
2018-02-28
1
-0
/
+16
*
Require semicolon after static_{forward,def} macros.
Kaz Kylheku
2018-02-26
1
-1
/
+1
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
New inlined test for struct object.
Kaz Kylheku
2017-12-31
1
-5
/
+4
*
structs: improve access to initfun and postinitfun.
Kaz Kylheku
2017-07-09
1
-0
/
+39
*
structs: tighten call-super-fun behavior.
Kaz Kylheku
2017-07-07
1
-3
/
+5
*
structs: get tests/012/stslot.tl to pass.
Kaz Kylheku
2017-07-05
1
-10
/
+7
*
structs: bugfix in static-slot-ensure.
Kaz Kylheku
2017-07-05
1
-1
/
+1
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
Warn when a nonexistent slot is referenced.
Kaz Kylheku
2017-03-23
1
-1
/
+50
*
listener: completion sensitive for slots and methods.
Kaz Kylheku
2017-03-21
1
-0
/
+38
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-4
/
+4
*
trace: implement redefinition checks.
Kaz Kylheku
2017-03-17
1
-0
/
+6
*
New function: static-slot-home.
Kaz Kylheku
2017-03-16
1
-0
/
+26
*
structs: remove unused param from some functions.
Kaz Kylheku
2017-03-16
1
-20
/
+19
*
Fix misleading "no such slot" for static slot lookup.
Kaz Kylheku
2017-03-16
1
-2
/
+8
*
Print method can return : to decline printing.
Kaz Kylheku
2017-03-13
1
-3
/
+2
*
New: struct-from-plist and struct-from-args.
Kaz Kylheku
2017-03-12
1
-0
/
+14
*
Fix lack of robustness in struct module.
Kaz Kylheku
2017-02-20
1
-6
/
+6
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
bugfix: supertype check in make-struct-type.
Kaz Kylheku
2017-01-16
1
-1
/
+1
*
Functions for error reporting out of macros.
Kaz Kylheku
2017-01-15
1
-0
/
+2
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
1
-4
/
+4
[next]