summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-09Update to RubyGems 1.3.4 r2223drbrain
2009-06-09 * lib/cmath.rb (log10): raised exception when the given number istadf
2009-06-09* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu
2009-06-09* dir.c (sys_warning): get rid of type-punning function cast.nobu
2009-06-09* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu
2009-06-08* thread.c: rename functions which require a parameterko1
2009-06-08* hash.c (rb_hash_reject_bang): always check frozen status.matz
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-07* 2009-06-07svn
2009-06-07removed extra spaces.tadf
2009-06-04* 2009-06-05svn
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-06-04* README.EXT: typo fixed.nobu
2009-06-03* 2009-06-04svn
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* 2009-06-03svn
2009-06-02* string.c (rb_str_gsub_bang): modify check at the beginning.matz
2009-06-02* 2009-06-02svn
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-06-01* cont.c: fixed types.nobu
2009-05-31* 2009-06-01svn
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* 2009-05-28svn
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-27* vm_dump.c (rb_vm_bugreport): no empty lines.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-26* parse.y (parser_yyerror): get rid of possible overflow.nobu
2009-05-25* include/ruby/ruby.h (FilePathValue): prevent from GC.nobu