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/test/unit/assertions.rb: Modules are allowed to rescue.
nobu
2003-12-24
1
-1
/
+13
*
* lib/net/imap.rb (authenticate): remove "\n" from base64 encoded
shugo
2003-12-24
1
-0
/
+5
*
* test/fileutils/test_fileutils.rb: should not create any
nobu
2003-12-24
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_read): never return nil at
nobu
2003-12-24
1
-0
/
+8
*
* parse.y (arg): should return 0 after error. [ruby-dev:22360]
nobu
2003-12-24
1
-1
/
+5
*
* io.c (read_all): do not return nil at the end of file.
matz
2003-12-23
1
-3
/
+29
*
* lib/optparse.rb: incomplete RDoc documentation added in place of
gsinclair
2003-12-23
1
-0
/
+5
*
* test/soap/test_streamhandler.rb (test_basic_auth): removed.
nahi
2003-12-23
1
-0
/
+6
*
* io.c (rb_io_ungetc): raise an exception at unread stream to
nobu
2003-12-23
1
-1
/
+9
*
* pack.c (pack_pack): remove unnecessary negative value check.
matz
2003-12-23
1
-0
/
+8
*
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
usa
2003-12-23
1
-0
/
+4
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
1
-0
/
+9
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
1
-0
/
+9
*
* test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.
nahi
2003-12-23
1
-0
/
+6
*
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
gotoyuzo
2003-12-22
1
-0
/
+16
*
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
akira
2003-12-22
1
-0
/
+4
*
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
nobu
2003-12-22
1
-0
/
+4
*
* class.c (rb_mod_init_copy): always copy singleton class.
nobu
2003-12-22
1
-1
/
+6
*
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
akira
2003-12-22
1
-0
/
+7
*
* lib/cgi.rb: reduce eval.
nobu
2003-12-22
1
-0
/
+7
*
* test/soap/test_property.rb: remove duplicated test method.
nahi
2003-12-22
1
-0
/
+4
*
* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of
matz
2003-12-22
1
-0
/
+3
*
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove
usa
2003-12-22
1
-0
/
+6
*
* configure.in (ac_cv_func_setitimer): moved from defines.h
nobu
2003-12-22
1
-0
/
+16
*
* configure.in (mingw): set isnan, finite and isinf to yes.
eban
2003-12-22
1
-0
/
+4
*
* lib/soap/property.rb: passing block by reference.
nahi
2003-12-22
1
-0
/
+4
*
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-21
1
-0
/
+5
*
* class.c (rb_check_inheritable): new function. [ruby-dev:22316]
nobu
2003-12-21
1
-0
/
+10
*
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-21
1
-0
/
+7
*
dln.c: remove last second typo.
matz
2003-12-20
1
-3
/
+0
*
* eval.c (rb_with_disable_interrupt): prohibit thread context
matz
2003-12-20
1
-0
/
+5
*
* forgot to add a changelog entry
nagai
2003-12-20
1
-0
/
+6
*
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.
gotoyuzo
2003-12-20
1
-1
/
+10
*
* lib/optparse.rb (OptionParser::Completion::complete): wrong
nobu
2003-12-20
1
-0
/
+8
*
* lib/yaml.rb (YAML::YAML): adjust Marshal version.
nobu
2003-12-20
1
-1
/
+5
*
* lib/webrick/cgi.rb: add file. (yet another CGI library)
gotoyuzo
2003-12-19
1
-0
/
+6
*
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
matz
2003-12-19
1
-0
/
+8
*
* lib/webrick/httprequest.rb (meta_vers): should not set
gotoyuzo
2003-12-19
1
-0
/
+8
*
* lib/soap/property.rb (SOAP::Property#load): new method for loading
nahi
2003-12-19
1
-0
/
+7
*
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):
akira
2003-12-19
1
-0
/
+5
*
* ext/tk/sample/tkmultilistbox.rb: bug fix
nagai
2003-12-19
1
-0
/
+6
*
* lib/webrick/httputils.rb (parse_form_data): should return an
gotoyuzo
2003-12-18
1
-0
/
+5
*
* eval.c (stack_extend): ignore inline optimization on VC7.
usa
2003-12-18
1
-0
/
+14
*
* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() never
nobu
2003-12-18
1
-1
/
+6
*
* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.
eban
2003-12-18
1
-0
/
+5
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-0
/
+18
*
introduce some new methods
aamine
2003-12-16
1
-0
/
+15
*
* lib/pp.rb: don't use local variable `pp'.
akr
2003-12-16
1
-0
/
+6
*
* condition bug of if statement on {pack,grid}_propagate methods
nagai
2003-12-16
1
-0
/
+5
*
* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]
why
2003-12-15
1
-0
/
+6
[next]