aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-184-55/+69
* * ChangeLog: fix typo.usa2005-05-171-1/+1
* * 2005-05-17usa2005-05-171-3/+3
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-172-1/+6
* * process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu2005-05-162-7/+7
* * parse.y (pragma_encoding): add prototype to suppress false warningnobu2005-05-162-1/+5
* * class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu2005-05-162-1/+7
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-165-3/+14
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-153-18/+22
* * 2005-05-16eban2005-05-151-3/+3
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-152-1/+7
* use raise(exception) [ruby-dev:26164]seki2005-05-152-1/+7
* * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu2005-05-153-20/+10
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-152-3/+8
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-152-1/+8
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-142-0/+7
* * error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu2005-05-142-4/+9
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-1411-30/+65
* * 2005-05-14nobu2005-05-141-3/+3
* * intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu2005-05-144-14/+209
* restored @progressocean2005-05-141-2/+3
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-136-6/+23
* * eval.c (unknown_node): add volatile directive to prototype.nobu2005-05-132-2/+6
* * variable.c (generic_ivar_get): rb_attr_get should not warn.ocean2005-05-132-6/+12
* add ChangeLogocean2005-05-131-3/+8
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* * 2005-05-13eban2005-05-131-3/+3
* add ChangeLogocean2005-05-131-0/+14
* add tests for reading an extended fileakr2005-05-121-0/+45
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5naruse2005-05-122-11/+22
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-122-4/+15
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-122-0/+16
* reverted (commit miss) [ruby-dev:26141]ocean2005-05-121-3/+3
* * version.c (ruby_show_version): flush for non-tty stdout.nobu2005-05-122-0/+5
* * 2005-05-12eban2005-05-111-3/+3
* * eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu2005-05-112-2/+17
* * eval.c (break_jump): break should not cross functions.matz2005-05-115-4/+15
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-112-2/+6
* * 2005-05-11nobu2005-05-111-3/+3
* * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu2005-05-102-2/+7
* * 2005-05-10eban2005-05-101-3/+3
* * ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai2005-05-102-2/+6
* added a test.ttate2005-05-091-0/+6
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
* * 2005-05-09eban2005-05-091-3/+3
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-0811-21/+29
* * hash.c (Init_Hash): remove custom "hash" and "eql?".ocean2005-05-082-72/+5
* * 2005-05-08eban2005-05-081-3/+3
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-082-29/+34