aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It iskosaki2012-07-091-7/+0
* * include/ruby/win32.h: sorry, mistaken.usa2012-07-091-3/+3
* * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa2012-07-091-5/+0
* ThreadShieldnobu2012-07-051-4/+0
* ThreadShieldnobu2012-07-051-4/+4
* Module#prependnobu2012-06-271-0/+1
* error.c: rb_check_copyablenobu2012-06-221-0/+1
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-17/+1
* * include/ruby/missing.h: include math.h before checking INFINITYkosaki2012-06-191-0/+1
* [Bug #6607]nobu2012-06-191-0/+8
* fix r36079nobu2012-06-141-5/+5
* Embedding CRuby interpreter without internal headers has been difficultyugui2012-06-142-40/+83
* include/ruby/win32.h: fix comment stylenobu2012-06-131-21/+25
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-121-5/+5
* * include/ruby/intern.h (rb_proc_exec_n): deprecated.akr2012-06-111-5/+5
* * process.c (rb_proc_exec_n): revert the function removed at r35889.akr2012-06-101-0/+1
* * include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr2012-06-081-1/+1
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-071-0/+26
* * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.usa2012-06-061-0/+2
* * internal.h: rb_exec_arg and related stuff moved from intern.hakr2012-06-051-20/+0
* * process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr2012-06-051-0/+1
* obj_init_copynobu2012-06-051-0/+3
* * marshal.c: experimental test aborted.tadf2012-06-031-6/+0
* * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr2012-06-031-2/+3
* * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf2012-06-031-0/+6
* * use execve() to preserve environment variables when exec method isakr2012-06-031-0/+2
* Feature #5896nobu2012-05-241-2/+2
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-1/+16
* * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu2012-04-161-0/+3
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-0/+1
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-101-0/+2
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-0/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-1/+1
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-1/+2
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-0/+1
* * include/ruby/win32.h (fstati64): fix macro conflicts.nobu2012-03-221-3/+2
* * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu2012-03-221-2/+2
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa2012-03-151-0/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-0/+6
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-141-0/+1
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-121-0/+1
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-0/+1
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-1/+4
* rb_load_failnobu2012-03-071-1/+0
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+1
* * st.c (unpack_entries): use union instead of casted pointer.nobu2012-03-051-2/+7
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-011-2/+0
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-0/+1
* * error.c: new functions to deal exceptions with string instances.nobu2012-02-241-0/+5