| Commit message (Expand) | Author | Age | Files | Lines |
| * | * re.c (make_regexp): should not return junk address during | matz | 2005-05-23 | 2 | -0/+6 |
| * | failed to add some test directories in the previous commit. | nahi | 2005-05-22 | 2 | -0/+78 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 181 | -9360/+3163 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-05-22 | 31 | -0/+2817 |
| * | * 2005-05-22 | eban | 2005-05-22 | 1 | -3/+3 |
| * | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): | gotoyuzo | 2005-05-22 | 3 | -1/+23 |
| * | * bcc32/Makefile.sub: tds files were not deleted when DESTDIR | ocean | 2005-05-21 | 2 | -1/+6 |
| * | * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were | ocean | 2005-05-19 | 2 | -2/+7 |
| * | * 2005-05-19 | eban | 2005-05-19 | 1 | -3/+3 |
| * | Cross-ported the REXML changes from HEAD to the 1.8 branch. | ser | 2005-05-19 | 23 | -1043/+1339 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-05-19 | 1 | -0/+33 |
| * | * error.c (exc_exception): reverted to call Exception#initialize | nobu | 2005-05-18 | 2 | -1/+6 |
| * | * 2005-05-18 | nobu | 2005-05-18 | 1 | -3/+3 |
| * | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 4 | -73/+100 |
| * | * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should | gotoyuzo | 2005-05-17 | 2 | -1/+6 |
| * | * ChangeLog: fix typo. | usa | 2005-05-17 | 1 | -1/+1 |
| * | * 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 |