| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may | matz | 2006-12-21 | 2 | -1/+6 |
| * | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu | 2006-12-21 | 6 | -0/+0 |
| * | * {djgpp,bcc32,wince,win32}/*.bat: set svn properties for DOSISH batch files. | usa | 2006-12-21 | 3 | -0/+0 |
| * | version.h update | matz | 2006-12-20 | 1 | -3/+3 |
| * | * Convert CVS repository to Subversion repository. | ko1 | 2006-12-20 | 1 | -0/+4 |
| * | * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longer | matz | 2006-12-17 | 2 | -1/+6 |
| * | 2006-12-18 | matz | 2006-12-17 | 1 | -3/+3 |
| * | * ChangeLog: typo. | nobu | 2006-12-15 | 1 | -1/+1 |
| * | * lib/mkmf.rb (create_makefile): remove static library before update, | nobu | 2006-12-14 | 2 | -3/+7 |
| * | * win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority. | nobu | 2006-12-14 | 2 | -1/+5 |
| * | 2006-12-15 | nobu | 2006-12-14 | 1 | -3/+3 |
| * | * ext/readline/readline.c: NetBSD editline does not have | matz | 2006-12-14 | 3 | -0/+13 |
| * | * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch from | matz | 2006-12-14 | 2 | -1/+6 |
| * | 2006-12-14 | matz | 2006-12-14 | 1 | -3/+3 |
| * | * lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures. | nobu | 2006-12-12 | 2 | -3/+7 |
| * | 2006-12-12 | nobu | 2006-12-12 | 1 | -3/+3 |
| * | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu | 2006-12-11 | 2 | -0/+5 |
| * | * variable.c (rb_define_const): typo fixed. | matz | 2006-12-11 | 2 | -1/+5 |
| * | 2006-12-11 | matz | 2006-12-11 | 1 | -3/+3 |
| * | * string.c (rb_str_aset): index double decode problem. | matz | 2006-12-11 | 2 | -1/+6 |
| * | * eval.c (ruby_cleanup): keep the exception till after END blocks. | nobu | 2006-12-09 | 2 | -1/+5 |
| * | instead of File.exists?. a patch from Yutaka Kanemoto | matz | 2006-12-09 | 1 | -1/+2 |
| * | * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist? | matz | 2006-12-09 | 2 | -2/+7 |
| * | 2006-12-09 | matz | 2006-12-09 | 1 | -3/+3 |
| * | * lib/optparse.rb: cannot put :nodoc: before method definition. | usa | 2006-12-08 | 2 | -9/+10 |
| * | * bin/rdoc: ues File.exist? instead of File.exists. | usa | 2006-12-08 | 2 | -1/+5 |
| * | * object.c (Init_Object): new method Dir.exist?(path). | matz | 2006-12-07 | 4 | -74/+109 |
| * | * lib/weakref.rb (WeakRef::__setobj__): should support | matz | 2006-12-07 | 3 | -15/+19 |
| * | 2006-12-08 | matz | 2006-12-07 | 1 | -3/+3 |
| * | * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL. | nobu | 2006-12-06 | 2 | -4/+16 |
| * | * Makefile.in, common.mk (NULLCMD): moved for platforms that empty | nobu | 2006-12-06 | 3 | -1/+6 |
| * | 2006-12-06 | nobu | 2006-12-06 | 1 | -3/+3 |
| * | * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on | eban | 2006-12-05 | 2 | -1/+6 |
| * | * lib/matrix.rb (Matrix::rank): use quo method to avoid integer | matz | 2006-12-05 | 2 | -0/+9 |
| * | * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as | matz | 2006-12-05 | 2 | -2/+7 |
| * | 2006-12-05 | nobu | 2006-12-04 | 1 | -3/+3 |
| * | * intern.h, object.c, variable.c (rb_mod_constants): added an optional | nobu | 2006-12-04 | 5 | -10/+40 |
| * | * instruby.rb (install_recursive): get rid of warning. | nobu | 2006-12-04 | 3 | -11/+18 |
| * | Do alias << update. | knu | 2006-12-04 | 2 | -0/+5 |
| * | * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to | matz | 2006-12-04 | 2 | -0/+7 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote | shugo | 2006-12-03 | 2 | -2/+8 |
| * | 2006-12-04 | shugo | 2006-12-03 | 1 | -3/+3 |
| * | * ext/digest/lib/digest/hmac.rb: Fix problems with update | knu | 2006-12-03 | 1 | -0/+5 |
| * | 2006-12-03 | knu | 2006-12-03 | 1 | -3/+3 |
| * | * ext/digest/lib/digest/hmac.rb: Fix problems with update | knu | 2006-12-03 | 1 | -2/+6 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): | gotoyuzo | 2006-12-01 | 2 | -3/+14 |
| * | * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be | gotoyuzo | 2006-12-01 | 2 | -1/+6 |
| * | 2006-12-02 | gotoyuzo | 2006-12-01 | 1 | -3/+3 |
| * | * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. | nagai | 2006-12-01 | 2 | -13/+33 |
| * | 2006-12-01 | nagai | 2006-12-01 | 1 | -4/+4 |