aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: nodoc this filezzak2013-05-202-0/+6
* * lib/cmath.rb: Remove duplicate RDoc heading from overviewzzak2013-05-202-2/+4
* * lib/securerandom.rb: Update position of overview for RDoczzak2013-05-202-27/+25
* * math.c: improve and fix documentation of sin, tan and logeregon2013-05-202-9/+13
* * lib/logger.rb (Logger::Application): show namespace in documentationeregon2013-05-202-3/+7
* * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixinzzak2013-05-202-29/+6
* test_objectspace.rb: run test_each_object separatelynobu2013-05-201-0/+2
* webrick: fix non-ascii escape bugsnobu2013-05-205-6/+31
* filehandler.rb: revert r20152nobu2013-05-202-4/+7
* * ChangeLog: fix typonobu2013-05-201-1/+1
* * lib/profiler.rb: Document Profiler__ methodszzak2013-05-192-0/+13
* * lib/tempfile.rb: nodoc Tempfile#inspectzzak2013-05-192-1/+5
* * ext/stringio/stringio.c: Correct position of method rdoczzak2013-05-192-14/+21
* * math.c: RDoc formatting of Math core docs with domains and codomainszzak2013-05-192-96/+223
* * ext/bigdecimal/bigdecimal.c: Formatting for BigMath [Fixes GH-306]zzak2013-05-193-26/+72
* * lib/forwardable.rb: Forwardable examples in overview were brokenzzak2013-05-192-14/+29
* * lib/optparse.rb: nodoc Object::Version and SPLAT_PROCzzak2013-05-192-2/+6
* * remove trailing spaces.nobu2013-05-191-5/+5
* * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]zzak2013-05-192-0/+32
* Default script encoding is now UTF-8naruse2013-05-191-1/+1
* * 2013-05-20svn2013-05-191-2/+2
* * properties.nobu2013-05-190-0/+0
* * test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.ayumin2013-05-192-0/+20
* fix typos inspired by r40825kazu2013-05-1912-22/+22
* * encoding.c: document fix, change default script encoding.ayumin2013-05-192-1/+6
* * lib/set.rb (Set#delete_if, Set#keep_if): Add comments.knu2013-05-192-0/+8
* * remove trailing spaces.nobu2013-05-195-91/+91
* fix typos. Patch by k_takata.ktsj2013-05-1962-132/+132
* * ext/fiddle/extconf.rb: ignore rc version of libffi to fix build failure.ktsj2013-05-192-0/+5
* * misc/ruby-electric.el (ruby-electric-delete-backward-char): Useknu2013-05-192-1/+7
* * object.c (rb_inspect): fix typo and error messageeregon2013-05-181-2/+2
* * string.c (str_scrub0): added for refactoring.naruse2013-05-182-24/+55
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-183-13/+16
* * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu2013-05-183-2/+19
* * misc/ruby-electric.el (ruby-electric-setup-keymap): Makeknu2013-05-182-2/+7
* * misc/ruby-electric.el (ruby-electric-delete-backward-char):knu2013-05-182-2/+35
* * misc/ruby-electric.el (ruby-electric-matching-char): Makeknu2013-05-182-1/+19
* * 2013-05-19svn2013-05-181-2/+2
* configure.in: setjmpexnobu2013-05-183-2/+12
* configure.in: setjmpexnobu2013-05-183-5/+27
* * ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons.akr2013-05-182-6/+12
* * string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse2013-05-184-1/+45
* * ext/socket/mkconstants.rb (INTEGER2NUM): Renamed from INTEGER2VALUE.akr2013-05-182-4/+8
* * ext/socket/mkconstants.rb (INTEGER2VALUE): Suppress a warning:akr2013-05-182-2/+7
* compile.c: forward kwrestnobu2013-05-183-1/+36
* vm_core.h: move jmpbuf between tag and prevnobu2013-05-183-12/+10
* enumerator.c: use VALUEnobu2013-05-183-17/+25
* enumerator.c: append_methodnobu2013-05-182-15/+24
* enumerator.c: fix stylenobu2013-05-181-1/+2
* * ext/socket/mkconstants.rb (INTEGER2VALUE): Use LONG2FIX if possible.akr2013-05-182-2/+10