summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-03-07rb_load_failnobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-03-05* st.c (unpack_entries): use union instead of casted pointer.nobu
2012-03-01* internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2012-02-24* error.c: new functions to deal exceptions with string instances.nobu
2012-02-24* configure.in (__builtin_unreachable): check for clang.nobu
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-12* include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu
2012-02-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-21* include/ruby/ruby.h (FIXNUM_P): simple flag should be int.nobu
2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari
2012-01-06* include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin
2011-12-28* include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-11* object.c (rb_check_to_int): new function to convert a VALUE tonobu
2011-12-08Silence stat redefinition warnings under win32luislavena
2011-12-05* include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-01* include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu
2011-12-01* include/ruby/subst.h: removed arguments lists so that functionnobu
2011-11-29* win32/win32.c (rb_w32_inet_ntop): constified.nobu
2011-11-28* include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.nagachika
2011-11-28* include/ruby/subst.h: typo of r33876.usa
2011-11-28* include/ruby/subst.h: moved Windows specific substitions fromnobu
2011-11-15* include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki
2011-11-15* fix ANSI C compliance of r33757ngoto
2011-11-15* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto