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
*
Use ERB instead of custom template language for RDoc.
drbrain
2008-01-07
10
-1573
/
+680
*
Namespace TokenStream under RDoc.
drbrain
2008-01-07
1
-8
/
+16
*
Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.
drbrain
2008-01-07
2
-74
/
+77
*
Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.
drbrain
2008-01-07
11
-589
/
+624
*
Merge documentation from the same class on ri generation.
drbrain
2008-01-07
2
-10
/
+16
*
Collapse namespaces and refactor requires in RDoc
drbrain
2008-01-07
6
-366
/
+352
*
Clean up comments and whitespace in RDoc generators
drbrain
2008-01-07
4
-262
/
+248
*
* lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
akr
2008-01-06
1
-1
/
+1
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
58
-58
/
+0
*
* lib/securerandom.rb: Add Win32 support.
technorama
2008-01-06
1
-2
/
+47
*
* lib/date.rb, lib/date/format.rb: introduced some constants
tadf
2008-01-06
2
-59
/
+82
*
* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
naruse
2008-01-05
1
-10
/
+2
*
* eval.c (Init_eval): move instance_eval and instance_exec to
matz
2008-01-04
1
-2
/
+4
*
use hard tab.
tadf
2008-01-02
1
-1
/
+1
*
* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:
matz
2008-01-01
15
-67
/
+85
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo
2007-12-31
1
-102
/
+138
*
* lib/date.rb (_valid_time?): I'm not sure to recommend such an
tadf
2007-12-30
1
-4
/
+4
*
* lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windows
usa
2007-12-29
1
-0
/
+4
*
* Fix variable name.
gotoyuzo
2007-12-28
1
-5
/
+5
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):
gotoyuzo
2007-12-28
1
-11
/
+11
*
* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.
naruse
2007-12-28
1
-3
/
+10
*
Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.
drbrain
2007-12-28
3
-274
/
+266
*
Move RDoc markup samples to sample/rdoc/markup directory
drbrain
2007-12-28
2
-58
/
+0
*
Remove test directory
drbrain
2007-12-28
1
-2
/
+0
*
Remove garbage ("X=1").
knu
2007-12-28
1
-2
/
+0
*
Move RDoc tests out of lib/
drbrain
2007-12-28
3
-658
/
+6
*
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.
kou
2007-12-28
2
-15
/
+17
*
* lib/rdoc/rdoc.rb (parse_files): don't depend on the default external
akr
2007-12-27
1
-1
/
+1
*
* lib/rubygems/commands/update_command.rb (do_rubygems_update): use
usa
2007-12-27
1
-5
/
+4
*
* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...
akr
2007-12-27
3
-4
/
+4
*
* lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES
usa
2007-12-26
1
-2
/
+10
*
* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
naruse
2007-12-26
1
-3
/
+3
*
* lib/date/format.rb (_xmlschema): some improvements.
tadf
2007-12-26
1
-28
/
+59
*
* lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.
jeg2
2007-12-26
1
-10
/
+6
*
* lib/rexml/node.rb (REXML::Node::indent): should initialize rv
matz
2007-12-25
1
-1
/
+1
*
* lib/mkmf.rb (create_makefile): Add a missing dependency on the
knu
2007-12-25
1
-1
/
+1
*
lib/mkmf.rb: revert last change
matz
2007-12-25
1
-1
/
+1
*
* lib/mkmf.rb (map_dir): should generate path including $top_srcdir.
matz
2007-12-25
1
-1
/
+1
*
* lib/csv.rb: Fixed test failures caused by changes to Ruby.
jeg2
2007-12-25
1
-6
/
+10
*
* lib/csv.rb: Import the FasterCSV source as the new CSV class.
jeg2
2007-12-25
1
-0
/
+1892
*
Enable RDoc debugging only with $DEBUG_RDOC
drbrain
2007-12-25
4
-24
/
+24
*
* lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV
jeg2
2007-12-24
1
-972
/
+0
*
Fix some test failures in RubyGems.
drbrain
2007-12-24
1
-2
/
+8
*
Fix uninitialized variable warning in Net::HTTP
drbrain
2007-12-24
2
-15
/
+1
*
* lib/rexml/element.rb (REXML::Elements#each): yield in each
gotoyuzo
2007-12-24
1
-1
/
+1
*
* lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.
akr
2007-12-24
1
-0
/
+5
*
* lib/irb/output-method.rb: translate a comment to English to
akr
2007-12-24
1
-5
/
+5
*
* lib/webrick/httpservley/cgihandler.rb
gotoyuzo
2007-12-24
1
-1
/
+1
*
* lib/cgi.rb (CGI::escape): m17nized.
akr
2007-12-24
1
-10
/
+12
*
* lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls
gotoyuzo
2007-12-24
1
-1
/
+1
[next]