index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.
matz
2006-12-28
1
-5
/
+10
*
remove WIN32OLE::PROPERTY class.
suke
2006-12-27
1
-0
/
+6
*
The argument of Shell.NameSpace should not be file path.
suke
2006-12-26
1
-0
/
+5
*
* ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...
aamine
2006-12-25
1
-0
/
+5
*
* string.c (rb_str_ord): typo fixed. reported from Kornelius
matz
2006-12-21
1
-0
/
+5
*
* string.c (rb_str_slice_bang): rdoc description bug fixed.
matz
2006-12-21
1
-0
/
+5
*
* lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may
matz
2006-12-21
1
-0
/
+5
*
* 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
1
-0
/
+5
*
* ChangeLog: typo.
nobu
2006-12-15
1
-1
/
+1
*
* lib/mkmf.rb (create_makefile): remove static library before update,
nobu
2006-12-14
1
-1
/
+4
*
* win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.
nobu
2006-12-14
1
-0
/
+4
*
* ext/readline/readline.c: NetBSD editline does not have
matz
2006-12-14
1
-0
/
+7
*
* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch from
matz
2006-12-14
1
-0
/
+5
*
* lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.
nobu
2006-12-12
1
-0
/
+4
*
* ext/digest/sha2/lib/sha2.rb: Moved one level up from under
knu
2006-12-11
1
-0
/
+5
*
* variable.c (rb_define_const): typo fixed.
matz
2006-12-11
1
-0
/
+4
*
* string.c (rb_str_aset): index double decode problem.
matz
2006-12-11
1
-0
/
+5
*
* eval.c (ruby_cleanup): keep the exception till after END blocks.
nobu
2006-12-09
1
-0
/
+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
1
-0
/
+5
*
* lib/optparse.rb: cannot put :nodoc: before method definition.
usa
2006-12-08
1
-1
/
+6
*
* bin/rdoc: ues File.exist? instead of File.exists.
usa
2006-12-08
1
-0
/
+4
*
* object.c (Init_Object): new method Dir.exist?(path).
matz
2006-12-07
1
-0
/
+10
*
* lib/weakref.rb (WeakRef::__setobj__): should support
matz
2006-12-07
1
-0
/
+5
*
* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.
nobu
2006-12-06
1
-1
/
+4
*
* Makefile.in, common.mk (NULLCMD): moved for platforms that empty
nobu
2006-12-06
1
-0
/
+5
*
* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on
eban
2006-12-05
1
-0
/
+5
*
* lib/matrix.rb (Matrix::rank): use quo method to avoid integer
matz
2006-12-05
1
-0
/
+7
*
* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as
matz
2006-12-05
1
-0
/
+5
*
* intern.h, object.c, variable.c (rb_mod_constants): added an optional
nobu
2006-12-04
1
-0
/
+6
*
* instruby.rb (install_recursive): get rid of warning.
nobu
2006-12-04
1
-7
/
+13
*
Do alias << update.
knu
2006-12-04
1
-0
/
+4
*
* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to
matz
2006-12-04
1
-0
/
+5
*
* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote
shugo
2006-12-03
1
-0
/
+5
*
* ext/digest/lib/digest/hmac.rb: Fix problems with update
knu
2006-12-03
1
-0
/
+5
*
* lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):
gotoyuzo
2006-12-01
1
-0
/
+11
*
* ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be
gotoyuzo
2006-12-01
1
-0
/
+5
*
* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.
nagai
2006-12-01
1
-0
/
+5
*
Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>
shyouhei
2006-11-26
1
-0
/
+5
*
* object.c (rb_obj_tap): a new method. [ruby-talk:224013]
matz
2006-11-22
1
-0
/
+4
*
* file.c (test_grpowned, rb_stat_grpowned): should honor
matz
2006-11-22
1
-0
/
+5
*
* ext/tk/extconf.rb: support --with-X11/--without-X11 option.
nagai
2006-11-22
1
-0
/
+10
*
* eval.c (formal_assign): need to pack rest arg information in
matz
2006-11-07
1
-0
/
+5
*
* ext/tk/lib/tk/itemconfig.rb: minor bug fix.
nagai
2006-11-07
1
-0
/
+4
*
* class.c (rb_include_module): revert duplicate inclusion of
matz
2006-11-07
1
-0
/
+5
*
* eval.c (method_missing): update old argument adjustment.
matz
2006-11-07
1
-0
/
+4
*
* eval.c (when_check): need to splat for NODE_ARGSCAT as well.
matz
2006-11-07
1
-0
/
+5
*
* string.c (Init_String): remove duplicated definition of
matz
2006-11-06
1
-0
/
+5
*
* eval.c (svalue_to_avalue): need to splat but no error.
matz
2006-11-06
1
-0
/
+15
[next]