29
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make "tail?" more general and avoid segfault when passed an improper list More... over 2 years ago
Fix thread id extraction in get-call-chain More... over 2 years ago
Restore read/source-info in support.scm and export from (chicken syntax) More... over 2 years ago
Update comment for mark_live_objects More... over 2 years ago
Merge remote-tracking branch 'origin/line-numbers-in-csi' into tmp More... over 2 years ago
Replace locative table with simpler "weak chain" solution More... over 2 years ago
Fetch line number from info in evaluator before compiling applications More... over 2 years ago
fix empty-string check when reading extended number vectors More... over 2 years ago
Don't override ##sys#default-read-info-hook to read with source info More... over 2 years ago
Move line number tracking from csi to repl proper and update docs More... over 2 years ago
Improve line number tracking in interpreter after syntax expansion More... over 2 years ago
Convert line number db hash table to use weak alists for form lookup More... over 2 years ago
Add initial support for having line numbers available in csi More... over 2 years ago
Move line number database accessors from support.scm to expand.scm More... over 2 years ago
handle #!bwp in csi's "describe" function properly More... over 2 years ago
Merge branch 'user-facing-weak-pairs' More... over 2 years ago
Reset weak pair chain when switching GC mode More... over 2 years ago
Enable minor collection of weak pairs More... over 2 years ago
Allow string and character literals in SRFI-4 vector literals More... over 2 years ago
Update .gitignore with versioned .so files and srfi-4 import file More... over 2 years ago
Move symbol table compaction to lookup/interning of symbols More... over 2 years ago
Added hyperbolic and inverse hyperbolic functions in c-std lib: sinh, cosh, tanh, asinh, acosh, atanh More... over 2 years ago
Pass executed filename to execv[pe] unmodified when calling process-execute More... over 2 years ago
Add new weak pair procedures to types database, and a NEWS entry More... over 2 years ago
Tweak list operations to work for weak pairs too and document this More... over 2 years ago
Add new user-facing API procedures for weak pairs to (chicken base) More... over 2 years ago
Introduce a new special value for broken weak pointers More... over 2 years ago
Replace special-casing of weak symbol GC with generic weak pair GC More... over 2 years ago
Add .gitignore file More... over 2 years ago
Stop run-time option processing after "-:" or the first non-runtime option More... over 2 years ago