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
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...
dave
2003-12-23
3
-1
/
+1174
*
* lib/optparse.rb: incomplete RDoc documentation added in place of
gsinclair
2003-12-23
2
-307
/
+411
*
2003-12-23
eban
2003-12-23
1
-3
/
+3
*
* test/soap/test_streamhandler.rb (test_basic_auth): removed.
nahi
2003-12-23
2
-10
/
+9
*
* io.c (rb_io_ungetc): raise an exception at unread stream to
nobu
2003-12-23
3
-10
/
+15
*
Commit miss?
usa
2003-12-23
1
-1
/
+1
*
* pack.c (pack_pack): remove unnecessary negative value check.
matz
2003-12-23
5
-12
/
+18
*
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
usa
2003-12-23
2
-0
/
+5
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
4
-3
/
+18
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
3
-9
/
+37
*
* test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.
nahi
2003-12-23
2
-1
/
+12
*
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
gotoyuzo
2003-12-22
4
-36
/
+102
*
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
akira
2003-12-22
2
-1
/
+5
*
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
nobu
2003-12-22
2
-5
/
+5
*
* class.c (rb_mod_init_copy): always copy singleton class.
nobu
2003-12-22
3
-1
/
+10
*
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
akira
2003-12-22
3
-1
/
+11
*
* lib/cgi.rb: reduce eval.
nobu
2003-12-22
2
-68
/
+49
*
* test/soap/test_property.rb: remove duplicated test method.
nahi
2003-12-22
2
-7
/
+4
*
* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of
matz
2003-12-22
3
-10
/
+17
*
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove
usa
2003-12-22
3
-2
/
+6
*
* configure.in (ac_cv_func_setitimer): moved from defines.h
nobu
2003-12-22
11
-22
/
+43
*
* configure.in (mingw): set isnan, finite and isinf to yes.
eban
2003-12-22
2
-0
/
+7
*
Add RDoc comments
dave
2003-12-22
1
-0
/
+150
*
2003-12-22
eban
2003-12-22
1
-3
/
+3
*
* lib/soap/property.rb: passing block by reference.
nahi
2003-12-22
2
-12
/
+12
*
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-21
3
-3
/
+17
*
* missing/isinf.c (isinf): typo fix.
eban
2003-12-21
1
-1
/
+1
*
2003-12-21
eban
2003-12-21
1
-3
/
+3
*
* class.c (rb_check_inheritable): new function. [ruby-dev:22316]
nobu
2003-12-21
5
-7
/
+28
*
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-21
2
-27
/
+68
*
Add file.c comments (and necessary support in parse_c.rb)
dave
2003-12-21
9
-67
/
+1564
*
dln.c: remove last second typo.
matz
2003-12-20
4
-16
/
+17
*
* eval.c (rb_with_disable_interrupt): prohibit thread context
matz
2003-12-20
8
-35
/
+53
*
* forgot to add a changelog entry
nagai
2003-12-20
1
-0
/
+6
*
* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)
nagai
2003-12-20
2
-0
/
+78
*
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.
gotoyuzo
2003-12-20
3
-13
/
+22
*
* lib/optparse.rb (OptionParser::Completion::complete): wrong
nobu
2003-12-20
2
-2
/
+10
*
* lib/yaml.rb (YAML::YAML): adjust Marshal version.
nobu
2003-12-20
3
-8
/
+13
*
get rid of unusable condition
gotoyuzo
2003-12-19
1
-1
/
+1
*
* lib/webrick/cgi.rb: add file. (yet another CGI library)
gotoyuzo
2003-12-19
3
-0
/
+208
*
2003-12-20
eban
2003-12-19
1
-3
/
+3
*
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
matz
2003-12-19
4
-52
/
+66
*
Document Class and Dir
dave
2003-12-19
4
-33
/
+421
*
* lib/webrick/httprequest.rb (meta_vers): should not set
gotoyuzo
2003-12-19
3
-2
/
+12
*
* lib/soap/property.rb (SOAP::Property#load): new method for loading
nahi
2003-12-19
3
-70
/
+154
*
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):
akira
2003-12-19
2
-1
/
+6
*
* ext/tk/sample/tkmultilistbox.rb: bug fix
nagai
2003-12-19
4
-1
/
+923
*
2003-12-19
eban
2003-12-19
1
-3
/
+3
*
Add boot_classes to rdoc parsing, fix a couple of bugs
dave
2003-12-19
7
-16
/
+191
*
Fix dependency issue
dave
2003-12-19
4
-18
/
+295
[next]