aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu2010-11-033-1/+21
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-033-1/+20
* * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko12010-11-034-78/+11
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz2010-11-022-1/+6
* * vm_method.c (rb_clear_cache_by_class): just return if the class hasakr2010-11-022-0/+8
* * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove2010-11-023-9/+11
* * 2010-11-03svn2010-11-021-2/+2
* * ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove2010-11-022-10/+16
* * NEWS: fix a typo.kou2010-11-022-1/+5
* fix bug#3990, rake/test_tasksarton2010-11-022-0/+6
* * 2010-11-02svn2010-11-011-2/+2
* * ext/socket/extconf.rb: win64 is just same with win32 about socket.usa2010-11-012-1/+6
* * main.c: <stdlib.h> is needed, to introduce the getenv(3)shyouhei2010-11-012-0/+15
* * 2010-11-01svn2010-10-311-3/+3
* * gc.c (finalizer_table, objspace->final.table):ko12010-10-312-42/+43
* * gc.c (rb_objspace_free): finalizers should be called separatelynobu2010-10-312-1/+5
* * eval.c (ruby_cleanup): free current VM and its objspace evennobu2010-10-312-14/+20
* * compile.c (new_child_iseq): adjust argument types.nobu2010-10-315-13/+27
* * 2010-10-31svn2010-10-311-2/+2
* * vm_core.h: some refactoring.ko12010-10-316-72/+110
* * lib/rexml/encoding.rb: untabify.kou2010-10-302-46/+49
* * ./: add *.pc to svn:ignore.kou2010-10-300-0/+0
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-3028-489/+126
* * util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu2010-10-303-14/+41
* * util.c (ruby_strtod): fix indent.nobu2010-10-301-14/+14
* * configure.in (ruby_pc): erase runtime-defined variables andnobu2010-10-303-4/+29
* property.nobu2010-10-300-0/+0
* * win32/Makefile.sub (ruby_pc): ignore missing variables.nobu2010-10-303-2/+13
* * object.c: Make BasicObject.new accept no parameter.marcandre2010-10-302-3/+8
* * enum.c: use constants in id.h.nobu2010-10-303-7/+10
* * test/fiddle/test_closure.rb (test_memsize): test for r29635.nobu2010-10-301-0/+7
* * ext/fiddle/closure.c (fiddle_closure): embed cif not referencenobu2010-10-302-5/+8
* property.nobu2010-10-291-52/+52
* * lib/resolv-replace.rb: suppress warning.akr2010-10-293-4/+9
* * test/pathname/test_pathname.rb (TestPathname#test_grpowned?): theakr2010-10-292-0/+9
* * lib/resolv.rb: retry via TCP if UDP reply is truncated.akr2010-10-292-3/+25
* * iseq.c (iseq_s_compile): fix optional argument.ko12010-10-292-1/+6
* * 2010-10-30svn2010-10-291-2/+2
* * ext/objspace/objspace.c (memsize_of): take care ofko12010-10-292-0/+9
* * test/profile_test_all.rb: added.ko12010-10-293-0/+64
* * tool/enc-unicode.rb,naruse2010-10-296-426/+2464
* fix typos includes [ruby-dev:42474]kazu2010-10-281-4/+4
* * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko12010-10-283-15/+44
* * 2010-10-29svn2010-10-281-2/+2
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-283-5/+23
* * gc.c (before_gc_sweep, run_final): fix decrement timing of final_num.ko12010-10-282-1/+6
* * tool/enc-unicode.rb,naruse2010-10-287-4926/+6752
* * include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK):naruse2010-10-282-1/+6
* Fix test for r29617.naruse2010-10-281-1/+1
* * lib/webrick/httprequest.rb (read_request_line): extend maxnaruse2010-10-282-2/+10