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/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait
gotoyuzo
2004-12-16
5
-13
/
+39
*
* lib/net/http.rb (basic_encode): return value of pack('m') may include multi...
aamine
2004-12-15
1
-1
/
+1
*
* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]
matz
2004-12-15
3
-19
/
+28
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-2
/
+4
*
backported from CVS_HEAD
seki
2004-12-12
1
-2
/
+2
*
Don't show r/w accessor flags if none were specified for custom attributes
dave
2004-12-12
1
-0
/
+5
*
Never exclude files given on command line
dave
2004-12-12
1
-4
/
+5
*
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
seki
2004-12-11
1
-4
/
+22
*
Fix CSS typo that meant h2 headings were invisible
dave
2004-12-08
1
-2
/
+2
*
* lib/rss, test/rss, sample/rss: backported from CVS HEAD.
kou
2004-12-08
15
-593
/
+1232
*
1.8 doesn't have String#clear
dave
2004-12-06
1
-1
/
+1
*
* lib/optparse.rb (OptionParser::Completion#complete): new parameter
nobu
2004-12-05
1
-17
/
+12
*
Ignore leading and trailing lines in :section: blocks
dave
2004-12-04
3
-5
/
+41
*
* lib/ostruct.rb: 1.9 marshaling support back-ported.
matz
2004-12-03
1
-10
/
+6
*
* eval.c (proc_invoke): copy arguments to frame.argv.
matz
2004-12-03
1
-4
/
+25
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
2
-3
/
+6
*
Fix problem with :section: and new 1.9
dave
2004-11-26
2
-3
/
+1
*
* io.c (io_read): move StringValue() check before GetOpenFile().
matz
2004-11-25
1
-15
/
+364
*
* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminated
nobu
2004-11-25
1
-2
/
+5
*
* file.c (rb_file_chown): integer conversion should be prior to
matz
2004-11-22
2
-4
/
+18
*
Don't include 'require's with variable arguments
dave
2004-11-22
1
-4
/
+4
*
1. Force --inline-source if --one-file given
dave
2004-11-20
6
-325
/
+471
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-11-17
1
-0
/
+1
*
* numeric.c (flo_divmod): protect float values from GC by
matz
2004-11-16
1
-3
/
+7
*
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use
nobu
2004-11-16
1
-2
/
+2
*
* lib/pp.rb (PP#object_address_group): remove odd number of 'f'
nobu
2004-11-14
1
-1
/
+3
*
* lib/delegate.rb (SimpleDelegator::dup): wrong number of
matz
2004-11-10
1
-7
/
+7
*
* 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
[prev]
[next]