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
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-2
/
+2
*
* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.
nobu
2004-11-09
2
-37
/
+71
*
Change version numbering of RDoc and ri
dave
2004-11-08
2
-12
/
+3
*
add DRb::ExtServManager#uri=.
seki
2004-11-08
1
-3
/
+5
*
Fix bug where parent class wasn't being detected if the
dave
2004-11-08
1
-1
/
+2
*
* lib/webrick/server.rb (WEBrick::HTTPServer#start): remove
gotoyuzo
2004-11-06
2
-4
/
+0
*
checks whether zone was given.
tadf
2004-11-06
1
-3
/
+7
*
* gc.c (gc_mark): enable GC stack checking.
matz
2004-11-04
1
-0
/
+3
*
* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to
gotoyuzo
2004-11-03
1
-2
/
+2
*
* test/rss/test_maker_*.rb: added tests for RSS Maker.
kou
2004-11-03
6
-7
/
+16
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-11-03
7
-0
/
+852
*
* eval.c (proc_invoke): nail down dyna_var node when Proc object
matz
2004-11-01
1
-1
/
+1
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-11-01
2
-0
/
+217
*
* CR stripped.
nobu
2004-10-29
1
-25
/
+25
*
* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,
matz
2004-10-29
1
-1
/
+1
*
* gc.c (gc_sweep): recover ruby_in_compile variable.
matz
2004-10-27
2
-4
/
+16
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
2
-11
/
+17
*
Restore correct :nodoc: behavior with nested classes
dave
2004-10-26
1
-1
/
+2
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):
gotoyuzo
2004-10-22
1
-1
/
+1
*
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-21
1
-16
/
+19
*
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-20
1
-3
/
+11
*
* lib/xsd/charset.rb (Charset.charset_str): reverted. Hash#key does not exist...
eban
2004-10-20
1
-1
/
+1
*
RDoc can now deal with "attr" used as a variable
dave
2004-10-19
1
-1
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
4
-8
/
+19
*
* lib/webrick/config.rb (WEBrick::Config::General): add default values:
gotoyuzo
2004-10-17
5
-34
/
+143
*
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): new
gotoyuzo
2004-10-17
2
-4
/
+32
*
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
kou
2004-10-16
1
-1
/
+1
*
* lib/rss/: untabified.
kou
2004-10-16
16
-3046
/
+3046
*
* lib/rss: supported prety print.
kou
2004-10-16
6
-153
/
+193
*
* lib/rss/rss.rb: added link to Tutorial.
kou
2004-10-14
1
-0
/
+1
*
Support "require" as variable name in RDoc
dave
2004-10-10
1
-1
/
+3
*
* lib/rss/converter.rb: changed to try to use Iconv for default
kou
2004-10-09
2
-8
/
+9
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-0
/
+4
*
* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german
shugo
2004-10-03
1
-3
/
+3
*
* array.c (rb_ary_uniq_bang): element size might change during
matz
2004-09-21
1
-1
/
+0
*
* array.c (rb_ary_equal): element size might change during
matz
2004-09-18
1
-2
/
+2
*
* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]
aamine
2004-09-17
1
-1
/
+1
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
2
-1
/
+2
*
Add simple formatter to ri
dave
2004-09-14
2
-15
/
+70
*
Fix up cross-file class merging
dave
2004-09-11
2
-1
/
+7
*
James Buck's patch for call-seq
dave
2004-09-09
1
-1
/
+6
*
Allow spaces around parameter to define_method_under
dave
2004-09-09
1
-2
/
+2
*
ri now merges the documentation if it finds the same class in multiple places
dave
2004-08-30
7
-25
/
+60
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-1
/
+3
*
*** empty log message ***
dave
2004-08-25
1
-2
/
+1
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-08-24
2
-17
/
+7
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint
shugo
2004-08-24
1
-1
/
+1
*
* lib/resolv.rb (Config.default_config_hash): when multiple domains
usa
2004-08-23
1
-1
/
+1
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):
gotoyuzo
2004-08-21
1
-0
/
+3
*
* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.
nobu
2004-08-20
1
-2
/
+4
[next]