summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-06-07* thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko1
2009-06-07 * lib/cmath.rb (log): avoided redundant expression.tadf
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-06-03* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz
2009-06-03* enum.c (enum_first): should check negative length.matz
2009-06-03* enum.c (first_i): Enumerator#first should consume only what ismatz
2009-06-02* string.c (rb_str_gsub_bang): modify check at the beginning.matz
2009-06-02* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu
2009-06-01* include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-31* lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu
2009-05-31* file.c (istrailinggarbage): fixed typo.nobu
2009-05-29* struct.c (Init_Struct): made #to_s an alias to #inspect tonobu
2009-05-29* hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu
2009-05-29* hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu
2009-05-29* enum.c (collect_all): checks interrupts. [ruby-core:23594]nobu
2009-05-27* configure.in (THREAD_MODEL): reject unknown value and checksnobu
2009-05-27* sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]matz
2009-05-27* time.c (time_strftime): update RDoc according to info frommatz
2009-05-27* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr
2009-05-27* marshal.c (w_encoding): more compact encoding information formatz
2009-05-27* bignum.c (bigand_int): new function to calculate bignum andmatz
2009-05-27* st.c (st_insert2): new function with processing new key,matz
2009-05-27* parse.y (struct parser_params): lex_gets_ptr should be long.nobu
2009-05-26* ext/readline/readline.c (readline_getc): the function fornaruse
2009-05-26* gc.c: fixed types.nobu
2009-05-26* common.mk (bignum.o, numeric.o): depend on util.h.nobu
2009-05-26* bignum.c (bignew_1): inline memory allocation.matz
2009-05-26Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-25* include/ruby/ruby.h (FilePathValue): prevent from GC.nobu
2009-05-25* include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu
2009-05-25* time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu
2009-05-25* string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu
2009-05-25Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-25* tool/mkconfig.rb, tool/instruby.rb: removed redundant code.nobu
2009-05-25* string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz
2009-05-24* string.c (rb_str_rpartition): ditto.nobu
2009-05-24* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz
2009-05-24* string.c (rb_str_partition): should use the converted result. anobu
2009-05-24* lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-24* error.c (syserr_initialize): errno is int.nobu
2009-05-23* configure.in ($ridir): new configuration. [ruby-core:23520].yugui
2009-05-23* string.c (rb_str_each_char): return original string.matz
2009-05-23* ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-23* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu
2009-05-22* missing/vsnprintf.c (errno): [BUG] fixes a compilation yugui
2009-05-22* spec/default.mspec: follows runruby.rb's move at r23542.yugui