aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: add 3gen GC patch, but disabled as default.ko12013-11-044-128/+388
* * node.h: catch up comments for last commit.ko12013-11-042-2/+6
* * 2013-11-05svn2013-11-041-2/+2
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-045-14/+21
* * test/xmlrpc: Don't use fixed ports: 8070 and 8071.akr2013-11-044-12/+18
* fix a typokazu2013-11-041-1/+1
* * test/xmlrpc/webrick_testing.rb (start_server): Initialize the serverakr2013-11-042-12/+14
* * 2013-11-04svn2013-11-041-2/+2
* eval_intern.h: avoid undefined behavior of setjmpnobu2013-11-042-4/+29
* * sample/test.rb: Make temporary file names unique.akr2013-11-032-20/+26
* gc.c: use booleannobu2013-11-031-3/+3
* ifchange: no overwrite with an empty filenobu2013-11-032-4/+16
* * test/xmlrpc: Wrap definitions by TestXMLRPC module.akr2013-11-038-0/+18
* * test/xmlrpc/webrick_testing.rb (stop_server): Don't try to shutdownakr2013-11-032-0/+6
* gc.c: suppress warningnobu2013-11-031-1/+1
* * 2013-11-03svn2013-11-031-2/+2
* load.c: defer initalization of static-linked-extnobu2013-11-032-16/+59
* logger.rb: fix r43511 for Windowsnobu2013-11-023-47/+41
* * 2013-11-02svn2013-11-011-2/+2
* * lib/logger.rb: Inter-process locking for log rotationnaruse2013-11-013-8/+161
* fix typotarui2013-11-011-1/+1
* gc.c: mark live objects onlynobu2013-11-012-1/+9
* * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui2013-11-012-24/+20
* test_m17n.rb: fix encodingnobu2013-11-011-1/+1
* * gc.c (make_deferred): Refactoring. Collect codes which should betarui2013-11-012-20/+23
* * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui2013-11-012-16/+43
* transcode.c: fix segv in String.encode!nobu2013-11-011-1/+3
* string.c: fix typonobu2013-11-013-1/+9
* gc.c: zombie is not alivenobu2013-11-012-1/+9
* test_m17n.rb: nil replacementnobu2013-11-011-0/+2
* string.c: export rb_str_scrubnobu2013-11-014-18/+19
* load.c: suppress warningnobu2013-11-011-5/+10
* load.c: use local variablenobu2013-11-011-3/+3
* * thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 byteskosaki2013-10-312-1/+6
* * 2013-11-01svn2013-10-311-3/+3
* * benchmark/gc/gcbench.rb: print HWM (high water mark) if possible.ko12013-10-312-0/+11
* * lib/rexml/parsers/streamparser.rb: Add dependency file require.kou2013-10-312-0/+8
* * vm_method.c (rb_method_entry_make): fix to pass an ISeq value.ko12013-10-312-1/+6
* * 2013-10-31svn2013-10-311-2/+2
* Record dependency on Emacs 24.3 and update commentary.knu2013-10-311-2/+3
* fix typoskazu2013-10-301-3/+3
* misc/ruby-additional.el: Remove functions implemented in Emacs 24.3.knu2013-10-302-42/+7
* Makefile.sub: add missing config variablesnobu2013-10-302-0/+7
* * time.c (v2w): Normalize a rational value to an integer if possible.akr2013-10-302-0/+10
* * array.c (rb_ary_uniq_bang): use rb_ary_modify_check() instead ofglass2013-10-302-2/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: make less garbage whentenderlove2013-10-292-7/+16
* * 2013-10-30svn2013-10-291-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldtenderlove2013-10-293-2/+16
* * array.c (rb_ary_zip): some refactoring.glass2013-10-292-21/+32
* * array.c (rb_ary_uniq_bang): use st_foreach() instead of for loop.glass2013-10-292-11/+25