aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain2012-12-123-3/+17
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-112-1/+42
* Revert r38296 and r38301naruse2012-12-111-5/+0
* More debug print for r38296naruse2012-12-101-0/+2
* * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.marcandre2012-12-103-116/+118
* Add debug print to debug make dist error on rubyci FreeBSDnaruse2012-12-101-0/+3
* configure.in, mkmf.rb: sign extensionsnobu2012-12-101-1/+2
* * lib/irb/magic-file.rb: set a encoding, which is detected fromnari2012-12-101-1/+2
* * lib/rubygems/ext/cmake_builder.rb: Added a builder for cmake.drbrain2012-12-103-0/+17
* * lib/rubygems/package.rb: Omit directories when packaging gems likedrbrain2012-12-101-0/+2
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-083-6/+9
* * lib/rubygems/commands/cleanup_command.rb: Skip default gems whendrbrain2012-12-085-16/+29
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+2
* unit.rb: no need to check all reportsnobu2012-12-071-1/+1
* Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki2012-12-071-19/+17
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): no need tousa2012-12-071-3/+3
* * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain2012-12-076-16/+219
* timeout.rb: replace deferred exception after async_interrupt_timingnobu2012-12-071-13/+13
* * doc/forwardable.rd: Remove stale documentation filezzak2012-12-071-75/+62
* * test/rake/helper.rb: Load envutil correctly. Removed useless rescuedrbrain2012-12-061-1/+1
* * lib/rdoc/context.rb: Don't warn for duplicate methods while loading.drbrain2012-12-061-5/+7
* * lib/rubygems/command_manager.rb: Removed string concatenationdrbrain2012-12-067-15/+14
* * lib/rubygems/package.rb: Set rubygems_version before validation.drbrain2012-12-066-16/+19
* * lib/rdoc*: Improved display of ChangeLog files as HTML.drbrain2012-12-055-13/+50
* * lib/timeout.rb (Timeout#timeout): specify a exceptiontarui2012-12-051-2/+2
* adjust style and fix typo and indentkazu2012-12-051-1/+1
* * lib/timeout.rb (Timeout#timeout): setkosaki2012-12-051-29/+31
* * lib/rdoc/parser/changelog.rb: Parse more ChangeLog file variations.drbrain2012-12-051-14/+36
* * remove trailing spaces.nobu2012-12-051-1/+1
* * doc/shell.rd, doc/shell.rd.ja: Removed stale doc fileszzak2012-12-054-116/+319
* mkmf.rb: different strings from conflict markersnobu2012-12-051-1/+1
* * lib/README: Add rdoc modeline directive and formatting libszzak2012-12-041-91/+93
* * lib/erb.rb (make_compiler, add_put_cmd, add_insert_cmd): extractseki2012-12-041-16/+20
* * lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.drbrain2012-12-042-0/+111
* Suppress warning: uninitialized variable [ruby-core:50470] [Bug #7494]naruse2012-12-041-1/+1
* * lib/rdoc/ri/driver.rb: Fixed ri page display for files withdrbrain2012-12-031-1/+5
* * lib/rdoc/parser.rb: Improved modeline support. Patch by nobu.drbrain2012-12-021-2/+9
* fix typozzak2012-12-021-1/+1
* * lib/weakref.rb (rdoc): Clean up usage, add example,zzak2012-12-021-6/+57
* * lib/rdoc/parser.rb: Parse files with a -*- rdoc -*- modelinedrbrain2012-12-011-1/+22
* * lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain2012-12-012-12/+14
* * lib/thread.rb (ConditionVariable): use hash instead of array forkosaki2012-12-011-7/+7
* * lib/rubygems/specification.rb: Don't add default gems to $LOAD_PATHdrbrain2012-12-011-0/+2
* markdown.rb: \rnobu2012-12-011-2/+2
* * lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain2012-12-011-2/+21
* * lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timingkosaki2012-11-301-20/+23
* * lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/kosaki2012-11-301-2/+2
* * lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki2012-11-301-57/+42
* * lib/thread.rb (ConditionVariable#broadcast): protect fromkosaki2012-11-301-24/+30
* * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):usa2012-11-302-2/+10