aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-101-0/+7
* Update to RubyGems 1.3.4 r2223drbrain2009-06-091-0/+4
* * lib/cmath.rb (log10): raised exception when the given number istadf2009-06-091-0/+5
* * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu2009-06-091-1/+4
* * dir.c (sys_warning): get rid of type-punning function cast.nobu2009-06-091-0/+6
* * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu2009-06-091-0/+4
* * thread.c: rename functions which require a parameterko12009-06-081-0/+15
* * hash.c (rb_hash_reject_bang): always check frozen status.matz2009-06-081-0/+13
* * thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko12009-06-071-0/+7
* * lib/cmath.rb (log): avoided redundant expression.tadf2009-06-071-0/+4
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-041-0/+5
* * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz2009-06-031-0/+4
* * enum.c (enum_first): should check negative length.matz2009-06-031-0/+4
* * enum.c (first_i): Enumerator#first should consume only what ismatz2009-06-031-0/+8
* * string.c (rb_str_gsub_bang): modify check at the beginning.matz2009-06-021-0/+13
* * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu2009-06-021-0/+4
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-0/+7
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz2009-05-311-0/+5
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-311-0/+5
* * file.c (istrailinggarbage): fixed typo.nobu2009-05-311-0/+4
* * struct.c (Init_Struct): made #to_s an alias to #inspect tonobu2009-05-291-1/+7
* * hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu2009-05-291-3/+4
* * hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu2009-05-291-0/+5
* * enum.c (collect_all): checks interrupts. [ruby-core:23594]nobu2009-05-291-0/+4
* * configure.in (THREAD_MODEL): reject unknown value and checksnobu2009-05-271-0/+5
* * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]matz2009-05-271-0/+4
* * time.c (time_strftime): update RDoc according to info frommatz2009-05-271-0/+5
* * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-271-0/+6
* * marshal.c (w_encoding): more compact encoding information formatz2009-05-271-0/+7
* * bignum.c (bigand_int): new function to calculate bignum andmatz2009-05-271-0/+11
* * st.c (st_insert2): new function with processing new key,matz2009-05-271-0/+8
* * parse.y (struct parser_params): lex_gets_ptr should be long.nobu2009-05-271-0/+4
* * ext/readline/readline.c (readline_getc): the function fornaruse2009-05-261-0/+6
* * gc.c: fixed types.nobu2009-05-261-1/+3
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-261-0/+10
* * bignum.c (bignew_1): inline memory allocation.matz2009-05-261-0/+8
* Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-261-0/+4
* * include/ruby/ruby.h (FilePathValue): prevent from GC.nobu2009-05-251-1/+3
* * include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu2009-05-251-0/+4
* * time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu2009-05-251-0/+5
* * string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu2009-05-251-0/+5
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-251-0/+4
* * tool/mkconfig.rb, tool/instruby.rb: removed redundant code.nobu2009-05-251-0/+4
* * string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz2009-05-251-0/+10
* * string.c (rb_str_rpartition): ditto.nobu2009-05-241-1/+3
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-241-0/+7
* * string.c (rb_str_partition): should use the converted result. anobu2009-05-241-0/+5
* * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz2009-05-241-0/+5
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-0/+9