| Commit message (Expand) | Author | Age | Files | Lines |
| * | * merge -c 12065 | shyouhei | 2007-03-16 | 1 | -0/+5 |
| * | * stable version 1.8.6 released. | knu | 2007-03-12 | 1 | -0/+4 |
| * | * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph | knu | 2007-03-12 | 1 | -0/+6 |
| * | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about | knu | 2007-03-12 | 1 | -0/+26 |
| * | * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers. | knu | 2007-03-11 | 1 | -0/+14 |
| * | * misc/README: Add a note about ruby-electric.el. | knu | 2007-03-11 | 1 | -0/+13 |
| * | * ext/dl/mkcallback.rb (mkfunc): Make sure that a callback | knu | 2007-03-11 | 1 | -0/+7 |
| * | * eval.c (error_handle): no message when exiting by signal. | knu | 2007-03-11 | 1 | -0/+23 |
| * | Merge changes from ruby_1_8: | knu | 2007-03-06 | 1 | -0/+21 |
| * | * time.c (time_to_s): Correct the wrong format which did not | knu | 2007-03-05 | 1 | -0/+6 |
| * | * lib/fileutils.rb (mv): could not move a directory between | knu | 2007-03-04 | 1 | -0/+5 |
| * | * file.c (rb_file_s_utime): allow nil to set the current time. | knu | 2007-03-04 | 1 | -0/+7 |
| * | * util.c (push_element): should return a int value. | knu | 2007-03-04 | 1 | -0/+4 |
| * | * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods | knu | 2007-03-03 | 1 | -0/+6 |
| * | * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6; | knu | 2007-03-03 | 1 | -0/+7 |
| * | * ext/thread/thread.c (push_list): Use ALLOC(). | knu | 2007-03-03 | 1 | -0/+8 |
| * | * NEWS: Add a note for String#intern. | knu | 2007-03-03 | 1 | -0/+4 |
| * | * eval.c (rb_provided): return true only for features loaded from | knu | 2007-03-03 | 1 | -0/+10 |
| * | * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a | knu | 2007-03-03 | 1 | -0/+13 |
| * | * object.c (rb_obj_ivar_set): RDoc updated according to a | knu | 2007-03-03 | 1 | -0/+6 |
| * | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | knu | 2007-03-03 | 1 | -0/+5 |
| * | * mkconfig.rb (patchlevel): read from version.h. | knu | 2007-02-28 | 1 | -0/+4 |
| * | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu | 2007-02-28 | 1 | -0/+6 |
| * | Merge changes between r11913 and r11943 from ruby_1_8. | knu | 2007-02-28 | 1 | -0/+34 |
| * | * merge -c 11935 | shyouhei | 2007-02-28 | 1 | -0/+6 |
| * | Merge changes between r11907 and r11913 from ruby_1_8. | knu | 2007-02-27 | 1 | -0/+6 |
| * | Merge changes between r11871 and r11907 from ruby_1_8. | knu | 2007-02-27 | 1 | -0/+39 |
| * | * defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk, | knu | 2007-02-24 | 1 | -0/+5 |
| * | * lib/date/format.rb: updated based on date2 4.0.3. | knu | 2007-02-24 | 1 | -0/+4 |
| * | * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless | knu | 2007-02-24 | 1 | -0/+5 |
| * | * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 | knu | 2007-02-24 | 1 | -0/+13 |
| * | * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize. | knu | 2007-02-23 | 1 | -0/+7 |
| * | * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make the | knu | 2007-02-23 | 1 | -0/+10 |
| * | add some pointers | knu | 2007-02-19 | 1 | -0/+1 |
| * | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | knu | 2007-02-19 | 1 | -0/+6 |
| * | * configure.in, defines.h, eval.c (rb_feature_p, rb_provided, | knu | 2007-02-19 | 1 | -0/+6 |
| * | * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sasse | knu | 2007-02-17 | 1 | -0/+7 |
| * | * lib/uri/ftp.rb: Revert the previous change pending discussion. | knu | 2007-02-15 | 1 | -0/+7 |
| * | * dir.c (glob_helper): Fix the function declaration. | knu | 2007-02-15 | 1 | -0/+4 |
| * | Branch off ruby_1_8_6 from ruby_1_8 in preparation for | knu | 2007-02-15 | 1 | -0/+5 |
| * | * lib/uri/generic.rb (URI::Generic::userinfo): Considering how | knu | 2007-02-15 | 1 | -0/+7 |
| * | * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bring | knu | 2007-02-15 | 1 | -0/+7 |
| * | * lib/uri/generic.rb (URI::Generic::userinfo): should support | knu | 2007-02-15 | 1 | -0/+13 |
| * | * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for single | knu | 2007-02-15 | 1 | -0/+7 |
| * | * ext/thread/thread.c: Handle interrupted waits correctly. | knu | 2007-02-15 | 1 | -0/+5 |
| * | * ext/digest/lib/digest.rb (Digest::self.const_missing): Drop | knu | 2007-02-14 | 1 | -0/+6 |
| * | * io.c (rb_f_syscall): Fix buffer overflow with syscall | knu | 2007-02-13 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse | knu | 2007-02-10 | 1 | -0/+5 |
| * | * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a | knu | 2007-02-10 | 1 | -0/+7 |
| * | * ext/Setup: Add thread except for platforms without threads | knu | 2007-02-10 | 1 | -0/+5 |