Age | Commit message (Expand) | Author |
2025-03-16 | Make wrapper of `main` for wasm more generic | Nobuyoshi Nakada |
2025-03-16 | Make ASAN default option string built-in libruby | Nobuyoshi Nakada |
2025-01-11 | Remove stale declaration for modular GC | Nobuyoshi Nakada |
2024-12-16 | Export __asan_default_options for GCC | Alan Wu |
2024-12-05 | Standardize on the name "modular GC" | Peter Zhu |
2024-11-17 | Win32: Expose wchar main routine only | Nobuyoshi Nakada |
2024-11-05 | Use wide character startup | Nobuyoshi Nakada |
2024-07-05 | Revert "Load external GC using command line argument" | Peter Zhu |
2024-07-03 | Move ruby_load_external_gc_from_argv to gc.h | Peter Zhu |
2024-06-21 | Load external GC using command line argument | Peter Zhu |
2024-02-12 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2024-02-12 | Burn default ASAN options into the built Ruby | KJ Tsanaktsidis |
2023-03-01 | Enable DEBUG_LOG feature on USE_RUBY_DEBUG_LOG | Koichi Sasada |
2022-07-12 | Check only whether `RUBY_DEVEL` is defined | Nobuyoshi Nakada |
2022-05-24 | [WASM] System initialization has no stack rewinding code to Asyncify | Nobuyoshi Nakada |
2022-05-23 | Make internal function `rb_main` static | Nobuyoshi Nakada |
2022-01-19 | [wasm] add asyncify based setjmp, fiber, register scan emulation | Yuta Saito |
2021-01-05 | stdlib.h is always included in include/ruby/defines.h | Nobuyoshi Nakada |
2019-08-08 | main.c: Add doxygen mainpage | Yusuke Endoh |
2017-06-30 | main.c: RUBY_DEBUG_ENV in devel | nobu |
2017-05-15 | define RUBY_DEBUG_ENV only for main.c | nobu |
2012-11-20 | * include/ruby/debug.h: introdudced. | ko1 |
2012-07-09 | * include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It is | kosaki |
2010-11-01 | * main.c: <stdlib.h> is needed, to introduce the getenv(3) | shyouhei |
2008-09-23 | * debug.h (ruby_set_debug_option): declared. | akr |
2008-08-09 | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu |
2008-05-31 | * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-30 | * main.c, goruby.c (RUBY_MAIN_INIT): removed. | nobu |
2007-12-25 | * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers. | nobu |
2007-12-21 | fix typo. | akr |
2007-12-21 | * configure.in: check langinfo.h and locale.h. | akr |
2007-12-21 | * encoding.c: include locale.h | akr |
2007-09-29 | * main.c (main): use platform-independent per-process initialization. | nobu |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-07-05 | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu |
2007-06-29 | * debug.c (ruby_set_debug_option): separated from main.c. | nobu |
2007-06-28 | debug environment variable refined. | akr |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-02-02 | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu |
2006-12-31 | * Merge YARV | ko1 |
2006-01-09 | * gc.c (gc_stress): renamed from always_gc and enabled by default. | akr |
2005-12-27 | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr |
2005-12-19 | * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub. | nobu |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2004-06-23 | Fix indentation in time.c | michal |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |