summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-07-22merge revision(s) 32628:kosaki
2011-07-22merge revision(s) 32622:naruse
2011-07-22merge revision(s) 32595:naruse
2011-07-22merge revision(s) 32593:naruse
2011-07-22merge revision(s) 32586:naruse
2011-07-22* parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu
2011-07-22 * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain
2011-07-22 * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain
2011-07-22 * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain
2011-07-22* backport r32609 from trunk.emboss
2011-07-22* backport r32606 from trunk.emboss
2011-07-22* backport r32604 from trunk.emboss
2011-07-21* backport of r32600 from trunkmarcandre
2011-07-21* backport r32597 from trunk.mame
2011-07-21* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr
2011-07-20* backport r32579, r32581, r32587 by akr and r32588 by kazu.akr
2011-07-16* backport r32563 from trunkemboss
2011-07-16* configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu
2011-07-16* win32/setup.mak: support to build x64-mswin64 on Windows7 (and Vista,usa
2011-07-15* Backport of r32559 from trunkmarcandre
2011-07-15merge revision(s) 32554:kosaki
2011-07-15* bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made bymrkn
2011-07-15* backport r32546 from trunk.nahi
2011-07-14* backport r32537 from trunk.nahi
2011-07-12* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah
2011-07-11time.c: can't compile time.c on AIX due to missing declaration forkanemoto
2011-07-11thread_pthread.c (get_stack): need to adjust stack addr forkanemoto
2011-07-11* numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. seeusa
2011-07-10* version.h: 1.9.3 is no longer trunk.yugui
2011-07-10reverted Module#mix -- r31873, r31917 and r31918.yugui
2011-07-10* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn
2011-07-10* parse.y (var_ref): distinguish vcall from local variablenobu
2011-07-10* internal.h: add comments (cautions).ko1
2011-07-10* lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah
2011-07-10* vm_insnhelper.c (vm_throw): check a class frame.ko1
2011-07-10* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki
2011-07-10* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse
2011-07-10* vm_core.h (typedef struct rb_vm_struct): create a newkosaki
2011-07-10add a ticket number.kosaki
2011-07-10* signal.c (sigsegv): use abort() instead of exit() when nestedkosaki
2011-07-10* load.c (rb_f_autoload): prevent to autoload for singletonmrkn
2011-07-10* lib/test/unit/assertions.rb: Import documentation patch by Justinsorah
2011-07-10 * ext/date/date_core.c: canonicalizes nth and sf.tadf
2011-07-10* internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):ko1
2011-07-10* ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn
2011-07-10* compile.c (when_vals): when a string literal is written on whenmame
2011-07-10* parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not bemame
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-07-10 * NEWS: Fix RubyGems version. [Ruby 1.9 - Bug #5004]drbrain
2011-07-09 * internal.h: rb_rational_reciprocal is defined in rational.c.tadf