| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 2005-05-17 | usa | 2005-05-17 | 1 | -3/+3 |
| * | * win32/win32.c (unixtime_to_filetime): use localtime() instaed of | usa | 2005-05-17 | 2 | -1/+6 |
| * | * class.c (rb_class_init_copy): singleton class is disallowed to copy, | nobu | 2005-05-16 | 2 | -1/+7 |
| * | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu | 2005-05-16 | 5 | -3/+14 |
| * | * win32/win32.{h,c}: define rb_{p,g,u}id_t. | ocean | 2005-05-15 | 3 | -18/+22 |
| * | * 2005-05-16 | eban | 2005-05-15 | 1 | -3/+3 |
| * | * lib/pathname.rb (Pathname#unlink): use SystemCallError instead of | akr | 2005-05-15 | 2 | -1/+7 |
| * | use raise(exception) [ruby-dev:26164] | seki | 2005-05-15 | 2 | -1/+7 |
| * | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu | 2005-05-15 | 3 | -20/+10 |
| * | * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory | akr | 2005-05-15 | 2 | -3/+8 |
| * | * win32/win32.c (unixtime_to_filetime): deal with DST. | nobu | 2005-05-15 | 2 | -1/+8 |
| * | * 2005-05-14 | nobu | 2005-05-14 | 1 | -3/+3 |
| * | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu | 2005-05-14 | 2 | -4/+9 |
| * | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 11 | -30/+66 |
| * | restored @progress | ocean | 2005-05-14 | 1 | -2/+3 |
| * | * ext/extmk.rb: keep srcdir unexpanded. | nobu | 2005-05-13 | 6 | -7/+24 |
| * | * variable.c (generic_ivar_get): rb_attr_get should not warn. | ocean | 2005-05-13 | 2 | -6/+12 |
| * | add ChangeLog | ocean | 2005-05-13 | 1 | -3/+8 |
| * | * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p... | ocean | 2005-05-13 | 2 | -0/+12 |
| * | add ChangeLog | ocean | 2005-05-13 | 1 | -0/+14 |
| * | * array.c (rb_ary_select): can remove argc check. [ruby-core:4911] | ocean | 2005-05-13 | 2 | -7/+6 |
| * | * 2005-05-13 | usa | 2005-05-13 | 1 | -4/+4 |
| * | * eval.c (unknown_node): add volatile directive to prototype. | usa | 2005-05-13 | 2 | -1/+5 |
| * | add tests for reading an extended file | akr | 2005-05-12 | 1 | -0/+38 |
| * | * version.h: update version number to 1.8.3. | matz | 2005-05-12 | 1 | -4/+4 |
| * | * eval.c (break_jump): break should not cross functions. | matz | 2005-05-12 | 2 | -0/+8 |
| * | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr | 2005-05-12 | 3 | -17/+26 |
| * | * lib/rdoc/parsers/parse_c.rb: more readability for mixing | ocean | 2005-05-12 | 2 | -4/+15 |
| * | * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5 | naruse | 2005-05-12 | 2 | -11/+22 |
| * | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr | 2005-05-12 | 3 | -10/+23 |
| * | * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files. | ocean | 2005-05-12 | 2 | -0/+16 |
| * | * test/drb/test_drb{ssl,unix}.rb: can test drb | ocean | 2005-05-12 | 3 | -4/+9 |
| * | * version.c (ruby_show_version): flush for non-tty stdout. | nobu | 2005-05-12 | 2 | -0/+5 |
| * | * test/ruby/envutil.rb, test/drb/drbtest.rb: can test drb | ocean | 2005-05-12 | 3 | -9/+21 |
| * | * 2005-05-12 | eban | 2005-05-11 | 1 | -3/+3 |
| * | * eval.c (unknown_node): ignore broken NODE to get rid of accessing | nobu | 2005-05-11 | 2 | -3/+16 |
| * | * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at | nobu | 2005-05-11 | 3 | -12/+21 |
| * | * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger | gotoyuzo | 2005-05-11 | 5 | -17/+33 |
| * | * lib/tempfile.rb (Tempfile#unlink): fixed typo. | ocean | 2005-05-11 | 2 | -1/+5 |
| * | * struct.c (make_struct): allow const_id for accessor names. | matz | 2005-05-11 | 6 | -7/+18 |
| * | * 2005-05-11 | nobu | 2005-05-11 | 1 | -3/+3 |
| * | * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings on | nobu | 2005-05-10 | 2 | -2/+7 |
| * | * 2005-05-10 | eban | 2005-05-10 | 1 | -3/+3 |
| * | * numeric.c (flo_plus): small typo fix. [ruby-core:4636] | ocean | 2005-05-10 | 1 | -1/+1 |
| * | * ext/tk/lib/tkextlib/blt/winop.rb: fix typo | nagai | 2005-05-10 | 2 | -2/+6 |
| * | * ext/tk/lib/tk/timer.rb: fix typo | nagai | 2005-05-08 | 11 | -21/+29 |
| * | * 2005-05-08 | eban | 2005-05-08 | 1 | -3/+3 |
| * | * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass" | ocean | 2005-05-08 | 2 | -30/+35 |
| * | * 2005-05-07 | nobu | 2005-05-07 | 1 | -3/+3 |
| * | * lib/mkmf.rb (have_var): no libs argument is given. | nobu | 2005-05-07 | 2 | -2/+4 |