| Commit message (Expand) | Author | Age | Files | Lines |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 1 | -1/+1 |
* | ssort: gc bug in vector case. | Kaz Kylheku | 2023-06-28 | 1 | -2/+2 |
* | gc: fix bad c++ casts. | Kaz Kylheku | 2023-06-03 | 1 | -4/+4 |
* | android: restore pointer tag in gc_free_all. | Kaz Kylheku | 2023-05-11 | 1 | -0/+4 |
* | hash: some streamlining in weak table processing. | Kaz Kylheku | 2023-05-05 | 1 | -0/+42 |
* | gc: use single allocation for prot_array. | Kaz Kylheku | 2023-05-02 | 1 | -25/+15 |
* | sort: support stable sorting via ssort and snsort. | Kaz Kylheku | 2023-05-02 | 1 | -0/+58 |
* | fix --no-gen-gc configuration. | Kaz Kylheku | 2023-01-20 | 1 | -0/+2 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | strings: take advantage of malloc_usable_size | Kaz Kylheku | 2022-10-06 | 1 | -2/+1 |
* | android: pointer tagging countermeasure. | Kaz Kylheku | 2022-09-17 | 1 | -0/+17 |
* | gc: bug: fix compilation if HAVE_VALGRIND. | Kaz Kylheku | 2022-05-27 | 1 | -1/+2 |
* | gc: c++ fix in type_t conversion. | Kaz Kylheku | 2022-02-22 | 1 | -1/+1 |
* | Fix various instances of implicit conversions. | Paul A. Patience | 2022-02-14 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -8/+10 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | gc: problem in several object copying functions. | Kaz Kylheku | 2021-07-29 | 1 | -0/+11 |
* | gc: don't mark COBJ cls_sym. | Kaz Kylheku | 2021-07-09 | 1 | -1/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -1/+3 |
* | stack-limit: impose minimum limit. | Kaz Kylheku | 2021-07-04 | 1 | -3/+9 |
* | stack-limit: always set a stack limit. | Kaz Kylheku | 2021-07-04 | 1 | -0/+3 |
* | stack-limit: bug: not handling RLIM_INFINITY. | Kaz Kylheku | 2021-07-04 | 1 | -1/+1 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 1 | -1/+43 |
* | gc: code improvment in finalizer calling. | Kaz Kylheku | 2021-04-11 | 1 | -1/+1 |
* | gc: sys:gc function must not reset full_gc flag. | Kaz Kylheku | 2021-04-11 | 1 | -1/+2 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | gc: streamlining finalization-related code. | Kaz Kylheku | 2021-01-01 | 1 | -4/+4 |
* | gc: do finalizers completely on one phase. | Kaz Kylheku | 2021-01-01 | 1 | -31/+34 |
* | gc: add finalization count to objects. | Kaz Kylheku | 2020-12-31 | 1 | -16/+18 |
* | gc: fix unnecessary full gc request in finalization. | Kaz Kylheku | 2020-12-31 | 1 | -2/+2 |
* | gc: bug: finalization logic causing gc assert | Kaz Kylheku | 2020-12-31 | 1 | -7/+17 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -2/+4 |
* | gc: fight spurious retention. | Kaz Kylheku | 2020-05-06 | 1 | -4/+4 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | gc: add argument to sys:gc. | Kaz Kylheku | 2020-04-10 | 1 | -2/+5 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+2 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 1 | -0/+19 |
* | gc: small memory support. | Kaz Kylheku | 2020-03-18 | 1 | -0/+10 |
* | 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 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Move jmp-related stuff from signal.h to unwind.h. | Kaz Kylheku | 2019-12-17 | 1 | -0/+1 |
* | gc: bugfix: maintain tail pointer in new sweep code. | Kaz Kylheku | 2019-11-09 | 1 | -3/+2 |
* | gc: recalculate heap bounding box when sweeping. | Kaz Kylheku | 2019-11-08 | 1 | -0/+7 |
* | gc: free heaps that become empty. | Kaz Kylheku | 2019-11-08 | 1 | -2/+41 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -0/+5 |
* | gc: align objects more strictly. | Kaz Kylheku | 2019-09-12 | 1 | -3/+18 |
* | gc: bug in determining tight heap bounding box. | Kaz Kylheku | 2019-09-12 | 1 | -2/+2 |