aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2004-06-21usa2004-06-211-3/+3
* * win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa2004-06-212-11/+18
* 2004-06-19nobu2004-06-191-3/+3
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-192-4/+9
* * eval.c (eval): adjust indent.nobu2004-06-181-5/+5
* 2004-06-18nobu2004-06-181-3/+3
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-182-1/+13
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-164-2/+22
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* 2004-06-16eban2004-06-161-3/+3
* * object.c (rb_mod_le): singleton class inherits Class rather than itsnobu2004-06-162-0/+10
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-162-8/+17
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-152-1/+12
* 2004-06-14eban2004-06-141-3/+3
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-142-20/+51
* 2004-06-13eban2004-06-121-3/+3
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-120-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-06-123-0/+350
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1215-177/+374
* 2004-06-12eban2004-06-121-3/+3
* * configure.in (target_os): strip -gnu suffix on Linux.eban2004-06-122-1/+5
* * config.guess: Restore a wrongly removed hyphen.knu2004-06-112-1/+5
* 2004-06-11eban2004-06-111-3/+3
* * config.guess: Attempt to avoid system name change onknu2004-06-112-1/+6
* * config.guess, config.sub: Attempt to avoid system name change onknu2004-06-113-53/+32
* 2004-06-10eban2004-06-101-3/+3
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-102-4/+7
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-093-19/+54
* 2004-06-09knu2004-06-091-3/+3
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-094-112/+245
* 2004-06-06eban2004-06-061-3/+3
* * eval.c (rb_eval): bad influence on frame node.matz2004-06-062-4/+7
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-052-3/+7
* 2004-06-04eban2004-06-041-4/+4
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-044-5/+9
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-05-275-686/+782
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-272-1/+14
* * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean2004-05-272-1/+5
* * marshal.c (w_class): should not dump singleton class.matz2004-05-274-23/+46
* 2004-05-27eban2004-05-271-3/+3
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-272-1/+10
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-262-4/+10
* 2004-05-26eban2004-05-261-3/+3
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-264-10/+34
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-262-0/+6
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-254-24/+190
* test Kernel.open accepts pathname object.akr2004-05-241-0/+15
* 2004-05-24eban2004-05-241-3/+3
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* SYSTEM identifiers must be absolutedave2004-05-243-3/+8