summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-07-18* thread.c (rb_thread_call_without_gvl2): added.ko1
2012-07-13intern.h: fix declarationnobu
2012-07-11Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui
2012-07-11HAVE_RUBY_THREAD_Hnobu
2012-07-10rb_thread_call_without_gvlnobu
2012-07-10* include/ruby/win32.h (NT, NtInitialize): removed unused old macros.usa
2012-07-09* include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It iskosaki
2012-07-09* include/ruby/win32.h: sorry, mistaken.usa
2012-07-09* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa
2012-07-05ThreadShieldnobu
2012-07-05ThreadShieldnobu
2012-06-27Module#prependnobu
2012-06-22error.c: rb_check_copyablenobu
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-19* include/ruby/missing.h: include math.h before checking INFINITYkosaki
2012-06-19[Bug #6607]nobu
2012-06-14fix r36079nobu
2012-06-14Embedding CRuby interpreter without internal headers has been difficultyugui
2012-06-13include/ruby/win32.h: fix comment stylenobu
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-11* include/ruby/intern.h (rb_proc_exec_n): deprecated.akr
2012-06-10* process.c (rb_proc_exec_n): revert the function removed at r35889.akr
2012-06-08* include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr
2012-06-07* include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr
2012-06-06* win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.usa
2012-06-05* internal.h: rb_exec_arg and related stuff moved from intern.hakr
2012-06-05* process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr
2012-06-05obj_init_copynobu
2012-06-03 * marshal.c: experimental test aborted.tadf
2012-06-03* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr
2012-06-03 * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-05-24Feature #5896nobu
2012-05-08* include/ruby/win32.h (FD_SET): change function to macro.shirosaki
2012-04-16* win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-22* include/ruby/win32.h (fstati64): fix macro conflicts.nobu
2012-03-22* win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-14* vm_insnhelper.c: improve number of arguments error in case ofmarcandre
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu