| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 | 2012-08-16 | 1 | -11/+2 |
* | * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo. | shugo | 2012-08-06 | 1 | -1/+1 |
* | ruby.h: rb_num2ulong_inline | nobu | 2012-08-05 | 1 | -1/+9 |
* | ruby.h: fix cast | nobu | 2012-08-05 | 1 | -1/+1 |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 2 | -0/+2 |
* | win32.c: rb_w32_inet_ntop should be const | nobu | 2012-07-29 | 1 | -1/+1 |
* | process.c: try conversion at redirection | nobu | 2012-07-27 | 1 | -0/+1 |
* | Fix broken pow() on x64-mingw32 | shirosaki | 2012-07-24 | 1 | -0/+14 |
* | * variable.c (rb_mod_class_variables): return inherited variables | shugo | 2012-07-19 | 1 | -1/+1 |
* | internal.h: move mark functions | nobu | 2012-07-19 | 1 | -7/+0 |
* | thread.c: remove deprecated | nobu | 2012-07-19 | 1 | -1/+0 |
* | * include/ruby/intern.h (rb_num_zerodiv): Added NORETURN. | kosaki | 2012-07-18 | 1 | -1/+1 |
* | * thread.c (rb_thread_call_without_gvl2): added. | ko1 | 2012-07-18 | 1 | -0/+3 |
* | intern.h: fix declaration | nobu | 2012-07-13 | 1 | -3/+2 |
* | Reverts a half of r36079. As we discussed on ruby-dev@ and IRC, | yugui | 2012-07-11 | 1 | -14/+4 |
* | HAVE_RUBY_THREAD_H | nobu | 2012-07-11 | 1 | -0/+1 |
* | rb_thread_call_without_gvl | nobu | 2012-07-10 | 2 | -0/+44 |
* | * include/ruby/win32.h (NT, NtInitialize): removed unused old macros. | usa | 2012-07-10 | 1 | -3/+0 |
* | * include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It is | kosaki | 2012-07-09 | 1 | -7/+0 |
* | * include/ruby/win32.h: sorry, mistaken. | usa | 2012-07-09 | 1 | -3/+3 |
* | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa | 2012-07-09 | 1 | -5/+0 |
* | ThreadShield | nobu | 2012-07-05 | 1 | -4/+0 |
* | ThreadShield | nobu | 2012-07-05 | 1 | -4/+4 |
* | Module#prepend | nobu | 2012-06-27 | 1 | -0/+1 |
* | error.c: rb_check_copyable | nobu | 2012-06-22 | 1 | -0/+1 |
* | * internal.h (struct rb_execarg) moved and renamed from | akr | 2012-06-20 | 1 | -17/+1 |
* | * include/ruby/missing.h: include math.h before checking INFINITY | kosaki | 2012-06-19 | 1 | -0/+1 |
* | [Bug #6607] | nobu | 2012-06-19 | 1 | -0/+8 |
* | fix r36079 | nobu | 2012-06-14 | 1 | -5/+5 |
* | Embedding CRuby interpreter without internal headers has been difficult | yugui | 2012-06-14 | 2 | -40/+83 |
* | include/ruby/win32.h: fix comment style | nobu | 2012-06-13 | 1 | -21/+25 |
* | * include/ruby/intern.h (rb_exec_arg_init): deprecated. | akr | 2012-06-12 | 1 | -5/+5 |
* | * include/ruby/intern.h (rb_proc_exec_n): deprecated. | akr | 2012-06-11 | 1 | -5/+5 |
* | * process.c (rb_proc_exec_n): revert the function removed at r35889. | akr | 2012-06-10 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_exec_arg_init): declaration changed to | akr | 2012-06-08 | 1 | -1/+1 |
* | * include/ruby/intern.h: rb_exec_arg and related stuff moved back from | akr | 2012-06-07 | 1 | -0/+26 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API. | usa | 2012-06-06 | 1 | -0/+2 |
* | * internal.h: rb_exec_arg and related stuff moved from intern.h | akr | 2012-06-05 | 1 | -20/+0 |
* | * process.c (rb_exec_arg_fixup): allocate a temporary buffer for | akr | 2012-06-05 | 1 | -0/+1 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -0/+3 |
* | * marshal.c: experimental test aborted. | tadf | 2012-06-03 | 1 | -6/+0 |
* | * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields. | akr | 2012-06-03 | 1 | -2/+3 |
* | * marshal.c: calls directly rb_{Complex,Rational}_marshal_load(). | tadf | 2012-06-03 | 1 | -0/+6 |
* | * use execve() to preserve environment variables when exec method is | akr | 2012-06-03 | 1 | -0/+2 |
* | Feature #5896 | nobu | 2012-05-24 | 1 | -2/+2 |
* | * include/ruby/win32.h (FD_SET): change function to macro. | shirosaki | 2012-05-08 | 1 | -1/+16 |
* | * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrant | nobu | 2012-04-16 | 1 | -0/+3 |
* | * parse.y (rb_check_id_cstr): new function to check if ID is | nobu | 2012-04-11 | 1 | -0/+1 |
* | * error.c (rb_enc_raise): new function to raise an exception with | nobu | 2012-04-10 | 1 | -0/+2 |
* | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki | 2012-04-07 | 1 | -0/+1 |