summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-05-30merges r31351 and r31352 from trunk into ruby_1_9_2.yugui
2011-05-29merges r31278 from trunk into ruby_1_9_2.yugui
2011-05-29merges r31277 from trunk into ruby_1_9_2.yugui
2011-05-29merges r31262 and r31264 from trunk into ruby_1_9_2.yugui
2011-05-29merges r31158 from trunk into ruby_1_9_2.yugui
2011-05-28merges r31028 from trunk into ruby_1_9_2.yugui
2010-12-02merges r29446 and r29448 from trunk into ruby_1_9_2.yugui
2010-11-15merges r29223 from trunk into ruby_1_9_2.yugui
2010-09-29merges r29068 from trunk into ruby_1_9_2.yugui
2010-08-04merges r28754, r28756 and r28777 from trunk into ruby_1_9_2.mame
2010-07-24merges r28616 from trunk into ruby_1_9_2.yugui
2010-07-22merges r28714 from trunk into ruby_1_9_2.mame
2010-07-10merges r28561 from trunk into ruby_1_9_2.yugui
2010-06-28merge from trunk (r28423)tarui
2010-06-27* include/ruby/io.h, io.c: reverted r21709.nobu
2010-06-24merges r28280 from trunk into ruby_1_9_2.yugui
2010-05-27merge revision(s) 28037:naruse
2010-05-25* include/ruby/vm.h, include/ruby/encoding.h: add externalnobu
2010-05-23* include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu
2010-05-16* include/ruby/missing.h (signbit): add missing prototype.nobu
2010-05-11merge from trunk (r27718)usa
2010-05-09* include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal bynobu
2010-05-08* include/ruby/ruby.h (rb_intern): fix compile error.kazu
2010-05-08 * io.c (nogvl_copy_stream_sendfile): mixed decls not allowed.shyouhei
2010-05-04* include/ruby/win32.h (rb_w32_uchdir): missing prototype.nobu
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-04-28* include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check longnobu
2010-04-11* include/ruby/win32.h (ftruncate): rename to get rid of conflictnobu
2010-04-08* include/ruby/win32.h: include errno.h before defining errnos.usa
2010-04-06* include/ruby/win32.h: check definition existance before definingusa
2010-04-05* include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-01* include/ruby/ruby.h (InitVM): calls per-VM initialization innobu
2010-04-01 * include/ruby/ruby.h (PRE_TIMET_PREFIX): define if configure doesn'tusa
2010-04-01* include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.nobu
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-16* ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.nobu
2010-03-16* include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.nobu
2010-03-16* include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.nobu
2010-03-13* include/ruby/io.h (MakeOpenFile): finalize fptr get rid ofnobu
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz
2010-02-28* math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken
2010-02-26* pack.c: fix q and Q for big endian environments which have noakr
2010-02-13* marshal.c (r_object0): register regexp object before encodingnobu
2010-01-25* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu
2010-01-25* include/ruby.h: removed duplication, added the macro for version.h.nobu
2010-01-12* configure.in: check for if struct timezone is defined.nobu
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr