aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-181-0/+12
* * math.c (math_gamma): fix incorrect comparison expression.takano322009-11-181-0/+5
* * io.c (rb_scan_open_args): move path encoding conversionnaruse2009-11-181-0/+10
* * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu2009-11-181-0/+7
* * vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo2009-11-181-0/+7
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+4
* * io.c (parse_mode_enc): fix invalid access.akr2009-11-171-0/+4
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-171-1/+10
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-171-0/+6
* * insns.def (opt_case_dispatch): runtime value cannot be used asnobu2009-11-171-0/+7
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-0/+10
* * io.c (read_all): shift read buffer if exception occured.wanabe2009-11-161-0/+5
* * io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe2009-11-151-0/+10
* tests refined.akr2009-11-151-2/+2
* * include/ruby/ruby.h (rb_classext_t): annotate @internal.mame2009-11-151-0/+4
* * encoding.c (rb_filesystem_encindex): use default external encodingakr2009-11-151-0/+8
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-151-0/+8
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-141-0/+5
* * configure.in (--with-opt-dir): ignore and suppress a warning.nobu2009-11-141-0/+5
* * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu2009-11-141-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre2009-11-141-0/+7
* * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai2009-11-131-0/+5
* * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai2009-11-131-0/+5
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-131-0/+4
* * thread.c (thread_start_func_2): see first_func, not first_proc,nobu2009-11-131-1/+4
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-131-0/+4
* * lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar2009-11-121-0/+5
* * lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar2009-11-121-0/+5
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-121-0/+5
* * thread_win32.c (thread_errno): CreateThread does not set errno.nobu2009-11-121-1/+3
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-121-1/+4
* * thread_pthread.c (native_thread_create): constified.nobu2009-11-121-0/+4
* * .document: remove documents not in rdoc format untilnaruse2009-11-121-0/+5
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-111-0/+5
* * enumerator.c (yielder_yield_push): Yielder#<< should return self.mame2009-11-111-0/+5
* * lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu2009-11-111-0/+6
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-111-1/+1
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-111-0/+4
* * hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa2009-11-111-0/+4
* * marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu2009-11-111-0/+5
* * thread.c (blocking_region_begin): define before BLOCKING_REGION.akr2009-11-101-0/+5
* * util.c (ruby_strtod): use dval() consistently.akr2009-11-101-0/+4
* * test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui2009-11-101-0/+5
* * process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu2009-11-091-0/+6
* * thread.c (rb_gc_save_machine_context): don't save the stack pointerakr2009-11-091-0/+12
* * configure.in (warnflags): add -Wno-long-long.nobu2009-11-091-0/+4
* * hash.c: use RHASH_IFNONE but not ifnone directly.nobu2009-11-081-0/+4
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-0/+5
* * vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu2009-11-071-0/+5
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz2009-11-071-0/+5