aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2005-05-07nobu2005-05-071-3/+3
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-072-2/+4
* * 2005-05-06nobu2005-05-051-3/+3
* * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu2005-05-053-1/+9
* * 2005-05-01nobu2005-05-011-4/+4
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-013-13/+20
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-012-11/+39
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2
* * ext/syck/rubyext.c: comment to be closed.nobu2005-04-301-1/+1
* * ext/stringio/stringio.c (strio_getline): suppress warnings.nobu2005-04-301-3/+2