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
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
struct: bad object in two diagnostics.
Kaz Kylheku
2020-10-16
1
-2
/
+2
*
tags: address small issue with tag lookup.
Kaz Kylheku
2020-09-01
1
-2
/
+2
*
OOP: use chk_calloc for objects.
Kaz Kylheku
2020-08-27
1
-9
/
+4
*
OOP: bugfix: lazy object uninitialized dirty flag.
Kaz Kylheku
2020-08-27
1
-0
/
+1
*
OOP: optimization in dupe base check.
Kaz Kylheku
2020-08-27
1
-7
/
+7
*
structs: deal with initialization diamond problem.
Kaz Kylheku
2020-08-27
1
-11
/
+112
*
Change noreturn to NORETURN.
Kaz Kylheku
2020-08-07
1
-3
/
+3
*
New: protocol for iteration with structs.
Kaz Kylheku
2020-07-07
1
-1
/
+21
*
struct: bugfix: autoload on instance slot also.
Kaz Kylheku
2020-07-02
1
-1
/
+4
*
struct: wasteful double creation of slot_type_hash.
Kaz Kylheku
2020-07-02
1
-1
/
+0
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-6
/
+8
*
structs: bugfix: wrong warning about no such static slot
Kaz Kylheku
2020-06-20
1
-2
/
+5
*
bugfix: definitions must trigger autoload.
Kaz Kylheku
2020-04-13
1
-0
/
+2
*
warning cleanup: remove unused parameters.
Kaz Kylheku
2020-04-05
1
-2
/
+2
*
warning cleanup: add casts for unused parameters.
Kaz Kylheku
2020-04-05
1
-0
/
+1
*
method: use new dynamic args to avoid consing list.
Kaz Kylheku
2020-03-23
1
-9
/
+10
*
umethod: use new dynamic args to avoid consing list.
Kaz Kylheku
2020-03-23
1
-7
/
+8
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
multiple-inheritance: super-method loose ends.
Kaz Kylheku
2019-12-13
1
-26
/
+45
*
OOP: implementing multiple inheritance.
Kaz Kylheku
2019-12-11
1
-60
/
+184
*
structs: bugfix: crash in static slot inheritance.
Kaz Kylheku
2019-12-09
1
-1
/
+1
*
lib: use stack-allocated hash iterators everywhere.
Kaz Kylheku
2019-11-01
1
-4
/
+8
*
safety: fix type tests that code can subvert.
Kaz Kylheku
2019-09-30
1
-1
/
+1
*
subtypep: structs with car or length method are sequences.
Kaz Kylheku
2019-09-06
1
-0
/
+7
*
lib: access special methods via special slot mechanism.
Kaz Kylheku
2019-09-06
1
-5
/
+19
*
struct: remove trivial static function.
Kaz Kylheku
2019-09-06
1
-6
/
+1
*
structs: lazily allocate special slots array.
Kaz Kylheku
2019-09-04
1
-23
/
+30
*
structs: special slot generalization.
Kaz Kylheku
2019-09-04
1
-13
/
+34
*
structs: move SLOT_CACHE_SIZE macro.
Kaz Kylheku
2019-09-04
1
-0
/
+1
*
struct: recycle conses used for slot lookups.
Kaz Kylheku
2019-09-03
1
-0
/
+12
*
trace: bug: redef of traced method resurrects old.
Kaz Kylheku
2019-08-28
1
-3
/
+3
*
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
[next]