summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-15* bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made bymrkn
2011-07-15* ChangeLog: typo.usa
2011-07-15* win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamedusa
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-07-14* 2011-07-15svn
2011-07-14* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu
2011-07-14fix a typokazu
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-14* 2011-07-14svn
2011-07-14* properties.nobu
2011-07-13fix typokazu
2011-07-13* 2011-07-13svn
2011-07-13* ChangeLog: fix tyops.nagachika
2011-07-12* NEWS: add a description of Signal.trap change.kosaki
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* vm_method.c (rb_add_method): should not call method_added hookmatz
2011-07-12* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah
2011-07-12small cleanupkosaki
2011-07-12* signal.c (install_sighandler): fixed a race.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-12* 2011-07-12svn
2011-07-12* win32/setup.mak: support x86-amd64 cross compile environment.usa
2011-07-11time.c: can't compile time.c on AIX due to missing declaration forkanemoto
2011-07-11updated news for minitestryan
2011-07-11* process.c: removed signal() macro. It's no longer used.kosaki
2011-07-11* ChangeLog: more details.usa
2011-07-11* numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. seeusa
2011-07-10 * thread_pthread.c (get_stack): need to adjust stack addr forkanemoto
2011-07-10* thread_pthread.c (rb_thread_create_timer_thread): removedkosaki
2011-07-10* 2011-07-11svn
2011-07-10* doc/NEWS-1.9.3: describe the improvement of BigDecimal#power andmrkn
2011-07-10* docs/NEWS-1.9.3: moved from NEWS.yugui
2011-07-10* version.h (RUBY_VERSION): ruby_1_9_3 branch was forked.yugui
2011-07-10* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn
2011-07-10* process.c (rb_exec_arg_addopt): fix preprocess condition.nobu
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