index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rdoc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to be
drbrain
2011-05-15
1
-12
/
+25
*
* remove trailing spaces.
nobu
2011-05-15
4
-6
/
+6
*
* lib/rdoc/context.rb (class RDoc): Fix infinite loop caused by
drbrain
2011-05-14
1
-0
/
+13
*
* lib/rdoc.rb: Updated to RDoc 3.6
drbrain
2011-05-14
15
-73
/
+175
*
* lib/rdoc/rdoc.rb: Output summary after documentation report.
drbrain
2011-05-12
2
-24
/
+21
*
Upgrade to RDoc 3.5.3. Fixes [Bug #4376]
drbrain
2011-02-07
4
-16
/
+62
*
Import RDoc 3.5.2
drbrain
2011-02-05
9
-271
/
+401
*
Commit files I forgot to add
drbrain
2011-02-02
1
-0
/
+114
*
Import RDoc 3.5.1
drbrain
2011-02-02
31
-231
/
+757
*
Import RDoc 3.1
drbrain
2010-12-28
14
-39
/
+158
*
* lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception if
nobu
2010-12-26
1
-6
/
+1
*
There is no Perl parser in RDoc 3 â¹
drbrain
2010-12-20
1
-1
/
+0
*
Import RDoc 3
drbrain
2010-12-20
67
-2914
/
+6214
*
* lib/rdoc/stats.rb (RDoc#print): get rid of NaN.
nobu
2010-11-11
1
-2
/
+2
*
* lib/rdoc/*.rb: Remove unused variable warnings.
marcandre
2010-11-08
7
-10
/
+6
*
* lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.
nobu
2010-09-29
1
-0
/
+1
*
* lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.
eban
2010-09-21
1
-0
/
+2
*
* lib/rdoc/ri/driver.rb (RDoc::RI::Driver.setup_options)
nobu
2010-09-16
1
-12
/
+17
*
* lib/rdoc/ri/paths.rb (RDoc::RI::Paths.each): HOMEDIR can be nil
nobu
2010-09-16
1
-2
/
+2
*
* string.c (tr_setup_table): fix bug in r29146.
naruse
2010-08-30
1
-2
/
+2
*
* lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters): don't
nobu
2010-08-29
1
-1
/
+1
*
* lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constant
nobu
2010-08-29
1
-1
/
+1
*
* lib/rdoc/ri/driver.rb (setup_pager): no need to check the existence
usa
2010-08-03
1
-1
/
+1
*
* lib/rdoc/markup/attribute_manager.rb: fixing ri output when special
tenderlove
2010-07-14
1
-2
/
+2
*
* lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter): should use bs
mame
2010-06-27
1
-3
/
+3
*
* lib/rdoc/generator/template/darkfish/classpage.rhtml:
naruse
2010-05-29
1
-1
/
+1
*
* lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.
nobu
2010-05-29
1
-3
/
+5
*
* lib/rdoc/generator/ri.rb (generate): should load existing cache
usa
2010-05-12
1
-0
/
+2
*
* lib/rdoc/task.rb (RDoc::Task): should not override newer code.
nobu
2010-05-02
1
-228
/
+3
*
Upgrade to RDoc 2.5.8
drbrain
2010-05-01
1
-1
/
+5
*
Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780
drbrain
2010-04-27
14
-83
/
+159
*
Update to RDoc 2.5.6
drbrain
2010-04-23
8
-8
/
+15
*
Update to RDoc 2.5.5
drbrain
2010-04-21
3
-7
/
+20
*
Import RDoc 2.5.4
drbrain
2010-04-19
7
-50
/
+82
*
Update to RDoc 2.5.3
drbrain
2010-04-11
1
-29
/
+38
*
* lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.
naruse
2010-04-11
1
-1
/
+1
*
* lib/rdoc/rdoc.rb (setup_output_dir): fix typo.
naruse
2010-04-10
1
-1
/
+1
*
* lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):
naruse
2010-04-10
1
-1
/
+1
*
* lib/rdoc: Import RDoc 2.5.2
drbrain
2010-04-10
16
-138
/
+193
*
* lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):
nobu
2010-04-06
1
-3
/
+3
*
Surpress warnings.
naruse
2010-04-06
1
-1
/
+1
*
* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimes
nobu
2010-04-03
1
-8
/
+23
*
* common.mk (rdoc): no force-update, and add RDOCFLAGS.
nobu
2010-04-03
1
-1
/
+1
*
* lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.
nobu
2010-04-02
2
-3
/
+3
*
* lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.
nobu
2010-04-02
1
-1
/
+1
*
* lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.
nobu
2010-04-02
1
-3
/
+4
*
* lib/rdoc/parser/c.rb (RDoc#handle_method): see source files in
nobu
2010-04-02
1
-3
/
+2
*
* lib/rdoc/rdoc.rb: reverted r27186 to add generators.
nobu
2010-04-02
1
-4
/
+3
*
* lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.
nobu
2010-04-02
2
-9
/
+5
*
* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
nobu
2010-04-02
1
-5
/
+1
[next]