aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* * configure.in (__builtin_unreachable): check for clang.nobu2012-02-241-0/+3
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-29/+61
* * include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu2012-02-121-1/+1
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+1
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-252-6/+6
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-241-0/+1
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+1
* * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.nobu2012-01-211-1/+1
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-2/+2
* * include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin2012-01-061-3/+3
* * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika2011-12-282-2/+2
* * st.c (st_update): new function to lookup the given key andnobu2011-12-271-0/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+1
* * object.c (rb_check_to_int): new function to convert a VALUE tonobu2011-12-111-0/+1
* Silence stat redefinition warnings under win32luislavena2011-12-081-0/+1
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-052-93/+92
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-1/+1
* * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu2011-12-011-30/+30
* * include/ruby/subst.h: removed arguments lists so that functionnobu2011-12-011-30/+30
* * win32/win32.c (rb_w32_inet_ntop): constified.nobu2011-11-291-1/+1
* * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.nagachika2011-11-281-1/+0
* * include/ruby/subst.h: typo of r33876.usa2011-11-281-1/+1
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-282-92/+92
* * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki2011-11-151-12/+24
* * fix ANSI C compliance of r33757ngoto2011-11-151-1/+1
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-151-15/+2