3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mruby-io: remove unused flock function More... about 1 month ago
Add Cosmopolitan build to CI More... about 1 month ago
Require sys/socket.h (for Cosmopolitan) More... about 1 month ago
vm.c: replace type assertions with runtime checks More... about 1 month ago
vm.c: add runtime type check for OP_STRCAT More... about 1 month ago
mruby-compiler: fix sp tracking in pattern match failure path More... about 1 month ago
array.c: fix heap-use-after-free in insertion_sort More... about 1 month ago
mruby-compiler: fix sp imbalance in pattern matching with rescue More... about 1 month ago
mruby-rational: fix crash in rational_new_f with negative exponent More... about 1 month ago
mruby-sleep, hal-posix-socket: fix amalgamation compatibility More... about 1 month ago
amalgamation.md: add mruby-rational/complex, clarify gem defines More... about 1 month ago
amalgam.rb: support gems with core-affecting defines More... about 1 month ago
README.md: update document index More... about 1 month ago
doc: add amalgamation guide More... about 1 month ago
README.md: add amalgamation section More... about 1 month ago
TODO.md: remove amalgamation (implemented) More... about 1 month ago
build: add amalgamation support via rake amalgam task More... about 1 month ago
init.c, mruby-io: undef DONE macro More... about 1 month ago
vm.c, codedump.c: undef CASE macro More... about 1 month ago
hash.c, symbol.c, string.c, mruby-string-ext: undef lesser macro More... about 1 month ago
mruby-io, hal-posix-io: fix amalgamation compatibility More... about 1 month ago
mruby-compiler: terminate parsing early after too many errors More... about 1 month ago
bigint.c: fix memory leak in mpz_div_2exp More... about 1 month ago
range.rb: fix Range#hash for endless/beginless ranges More... about 1 month ago
mruby-bigint, mruby-numeric-ext: fix Integer#pow with negative modulus More... about 1 month ago
bigint.c: fix buffer overflow in mpz_div_2exp with large shift More... about 1 month ago
rational.c: fix undefined behavior from large shift exponents More... about 1 month ago
bigint.c: fix GCD infinite loop and size handling bugs More... about 1 month ago
bigint.c: fix FPE caused by inconsistent zero sign state More... about 1 month ago
codegen.c: fix stack tracking in pattern match branching code More... about 1 month ago