aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/drb/drb.rb: Improved documentation by adding or hiding methods.drbrain2013-01-2511-17/+124
* * vm_core.h: modify a comment about rb_iseq_t::local_size.ko12013-01-252-1/+6
* ChangeLog: fix typonobu2013-01-251-2/+2
* test_process.rb: reduce command string sizenobu2013-01-251-8/+18
* * lib/mkmf.rb: Documented MakeMakefile constants. Hid implementationdrbrain2013-01-252-2/+68
* * lib/rubygems/compatibility.rb: Hide compatibility shims from RDocdrbrain2013-01-254-0/+17
* * 2013-01-25svn2013-01-251-2/+2
* * lib/rdoc/generator/darkfish.rb: Fixed debug message. RDoc bug #174drbrain2013-01-254-9/+59
* * NEWS (yaml): Write about bundled libyaml.sorah2013-01-242-0/+6
* * doc/syntax/calling_methods.rdoc: Added a Method Lookup section.drbrain2013-01-243-1/+32
* * enum.c (enum_zip): Fix error messagemarcandre2013-01-243-2/+12
* * enumerator.c (lazy_zip): raise error for bad argumentsmarcandre2013-01-243-0/+16
* * enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre2013-01-243-3/+54
* re-fix documentsnobu2013-01-242-2/+3
* * enumerator.c: Fix state handling for Lazy#zipmarcandre2013-01-243-9/+28
* * enumerator.c: Fix state handling for Lazy#dropmarcandre2013-01-242-7/+15
* * enumerator.c: Fix state handling for Lazy#drop_whilemarcandre2013-01-242-9/+12
* * enumerator.c: Fix state handling for Lazy#takemarcandre2013-01-242-7/+27
* fix documents. __dir__ is a shorthand File.realdirpath(__FILE__).nari2013-01-242-3/+2
* Refix of r38916: it uses realpathnaruse2013-01-241-3/+3
* fix NEWS of __dir__nari2013-01-241-1/+2
* fix rdoc of __dir__ [Bug #7729]naruse2013-01-241-2/+3
* * eval.c (f_current_dirname): Add documentation about "__dir__nari2013-01-242-0/+6
* * NEWS (RDoc): Added mention of page support and markdown support.drbrain2013-01-242-4/+17
* * doc/syntax/refinements.rdoc: Added refinements document based ondrbrain2013-01-243-0/+249
* * NEWS: List Proc#== removalmarcandre2013-01-231-0/+10
* * 2013-01-24svn2013-01-231-2/+2
* * NEWS: whitespacemarcandre2013-01-231-1/+1
* win32.c: missing initializationnobu2013-01-232-2/+8
* mkmf.rb: large unsignednobu2013-01-233-7/+13
* mkmf.rb: larger constantsnobu2013-01-233-3/+29
* mkmf.rb: try_constant testsnobu2013-01-232-0/+23
* * thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'ko12013-01-232-0/+28
* win32.c: acp_to_wstr results checknobu2013-01-232-8/+21
* * properties.nobu2013-01-230-0/+0
* * doc/syntax/assignment.rdoc (Implicit Array Assignment): Clarifydrbrain2013-01-232-4/+12
* * doc/syntax/assignment.rdoc (Local Variables and Methods): Fixeddrbrain2013-01-232-1/+12
* * lib/README: Fixed typo. Patch by Pradeep Sahoo.drbrain2013-01-232-1/+6
* * lib/rdoc/servlet.rb: Fixed display of site and home documentation.drbrain2013-01-2313-12/+110
* * 2013-01-23svn2013-01-221-2/+2
* * lib/rubygems/test_case.rb: Use Dir.tmpdir for rubygems tests insteaddrbrain2013-01-222-2/+18
* Correct the previous log entry.knu2013-01-221-1/+2
* Fix ruby-electric-curlies.knu2013-01-222-8/+10
* * 2013-01-22svn2013-01-221-2/+2
* Sync output messagenaruse2013-01-221-8/+8
* mkconfig.rb: no BASERUBYnobu2013-01-213-3/+7
* test_have_macro.rb: unused variablesnobu2013-01-211-2/+2
* * 2013-01-21svn2013-01-211-2/+2
* mkmf.rb: $extmk for symlinknobu2013-01-212-3/+13
* marshal.c: get back to the old behaviornobu2013-01-202-67/+28