aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.usa2006-01-172-3/+7
* * 2006-01-16eban2006-01-161-3/+3
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-163-21/+40
* * 2006-01-14eban2006-01-141-3/+3
* * file.c (rb_file_s_chmod): avoid warning where sizeof(int) !=ocean2006-01-132-2/+7
* * 2006-01-13eban2006-01-131-3/+3
* * lib/rdoc/diagram.rb:ocean2006-01-137-60/+75
* * 2006-01-12eban2006-01-121-3/+3
* * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai2006-01-122-2/+111
* * 2006-01-11eban2006-01-101-3/+3
* (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.seki2006-01-102-4/+9
* bit more explanation for previous change.akr2006-01-101-1/+1
* * gc.c (garbage_collect): mark ruby_current_node.akr2006-01-102-0/+10
* Sorry, commit miss.ocean2006-01-101-4/+3
* * ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean2006-01-102-5/+19
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-103-10/+37
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-103-2/+20
* * 2006-01-10eban2006-01-101-3/+3
* * gc.c (gc_stress): renamed from always_gc and enabled by default.akr2006-01-094-13/+50
* * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean2006-01-092-1/+6
* * 2006-01-09eban2006-01-091-3/+3
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-093-1/+13
* comment FreeBSD PR number.akr2006-01-081-1/+1
* * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.akr2006-01-082-1/+7
* * 2006-01-08eban2006-01-081-3/+3
* the bug was FreeBSD specific.akr2006-01-082-4/+4
* * 2006-01-07eban2006-01-071-3/+3
* * parse.y (singleton): get rid of segfault on syntax error.nobu2006-01-072-1/+6
* * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr2006-01-062-1/+9
* * 2006-01-06eban2006-01-051-3/+3
* avoid "left-hand operand of comma expression has no effect" warnings.akr2006-01-051-1/+1
* * configure.in: don't force getcontext on IA64.akr2006-01-053-7/+17
* * 2006-01-05eban2006-01-051-3/+3
* ANSI styledocean2006-01-052-18/+9
* * 2006-01-03eban2006-01-031-3/+3
* some more typos fixed.akr2006-01-031-8/+8
* fix typos.akr2006-01-031-3/+3
* * 2006-01-01eban2006-01-011-5/+5
* fix.akr2006-01-011-1/+1
* * missing.h (isnan): avoid macro expantionakr2006-01-012-4/+13
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-014-19/+83
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-312-0/+6
* * ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean2005-12-312-12/+14
* * 2005-12-31eban2005-12-311-3/+3
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-312-0/+8
* Sorry again, incorrent exception propagation.ocean2005-12-301-1/+1
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-302-36/+30
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-302-30/+36
* * win32/Makefile.sub: VC++8 support.nobu2005-12-302-3/+15
* * gc.c (garbage_collect): mark objects refered from aborting threads.nobu2005-12-302-9/+16