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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lib/pathname.rb: Corrected small coding error.
gsinclair
2003-12-31
1
-2
/
+2
*
* lib/pathname.rb: Completed documentation.
gsinclair
2003-12-31
1
-107
/
+266
*
Make file in '// in sss.c' relative
dave
2003-12-31
1
-1
/
+3
*
Fix problem with private alias to public method
dave
2003-12-31
1
-3
/
+7
*
Add RDoc for kernel functions, and tidy up
dave
2003-12-30
1
-14
/
+31
*
Re-applied revision 1.21 as its changes were lost on the way to 1.22
gsinclair
2003-12-30
1
-0
/
+2
*
Fix problem when class and method names the same
dave
2003-12-30
1
-6
/
+17
*
Fix HTML generated for .chm post-processing
dave
2003-12-30
1
-0
/
+1
*
Fix parse problem with complex yields
dave
2003-12-29
1
-2
/
+4
*
* lib/pathname.rb: Added documentation.
gsinclair
2003-12-29
1
-18
/
+186
*
* lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.
aamine
2003-12-29
1
-152
/
+135
*
Add RDoc for Kernel global functions, tidy array and error
dave
2003-12-29
1
-1
/
+1
*
RDoc Struct and random
dave
2003-12-28
1
-1
/
+3
*
* lib/optparse.rb: Improved documentation.
gsinclair
2003-12-28
1
-262
/
+256
*
Add RDoc documentation for stuff in object.c
dave
2003-12-28
2
-19
/
+42
*
Fix quoting of method names in regexp
dave
2003-12-27
1
-2
/
+2
*
Add support for rules in ri output
dave
2003-12-27
2
-2
/
+6
*
Add "Document-method:" capability
dave
2003-12-27
1
-1
/
+35
*
Some Ruby source uses Init_xxx (lower case for the class name)
dave
2003-12-27
1
-1
/
+3
*
* io.c (rb_f_backquote): need not to check nil result.
matz
2003-12-26
1
-2
/
+1
*
lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
akr
2003-12-26
1
-0
/
+2
*
Fix problem with rule calculation
dave
2003-12-25
1
-0
/
+2
*
Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...
dave
2003-12-24
1
-10
/
+7
*
* lib/tsort.rb (test_orphaned_break): removed.
akr
2003-12-24
1
-14
/
+0
*
* lib/test/unit/assertions.rb: Modules are allowed to rescue.
nobu
2003-12-24
3
-25
/
+40
*
* lib/net/imap.rb (authenticate): remove "\n" from base64 encoded
shugo
2003-12-24
1
-1
/
+1
*
Forgot to save buffer.... sigh
dave
2003-12-24
12
-1299
/
+1645
*
RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...
dave
2003-12-23
1
-1
/
+3
*
* lib/optparse.rb: incomplete RDoc documentation added in place of
gsinclair
2003-12-23
1
-307
/
+406
*
Commit miss?
usa
2003-12-23
1
-1
/
+1
*
* pack.c (pack_pack): remove unnecessary negative value check.
matz
2003-12-23
1
-1
/
+1
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
1
-1
/
+1
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
1
-9
/
+12
*
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
gotoyuzo
2003-12-22
3
-36
/
+86
*
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
akira
2003-12-22
1
-1
/
+1
*
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
akira
2003-12-22
1
-1
/
+1
*
* lib/cgi.rb: reduce eval.
nobu
2003-12-22
1
-68
/
+42
*
* lib/soap/property.rb: passing block by reference.
nahi
2003-12-22
1
-12
/
+8
*
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-21
1
-27
/
+61
*
Add file.c comments (and necessary support in parse_c.rb)
dave
2003-12-21
4
-54
/
+112
*
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.
gotoyuzo
2003-12-20
2
-12
/
+12
*
* lib/optparse.rb (OptionParser::Completion::complete): wrong
nobu
2003-12-20
1
-2
/
+2
*
* lib/yaml.rb (YAML::YAML): adjust Marshal version.
nobu
2003-12-20
2
-7
/
+8
*
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
1
-0
/
+201
*
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
matz
2003-12-19
1
-1
/
+1
*
Document Class and Dir
dave
2003-12-19
2
-10
/
+14
*
* lib/webrick/httprequest.rb (meta_vers): should not set
gotoyuzo
2003-12-19
2
-2
/
+4
*
* lib/soap/property.rb (SOAP::Property#load): new method for loading
nahi
2003-12-19
1
-70
/
+109
*
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):
akira
2003-12-19
1
-1
/
+1
[prev]
[next]