summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-20* lib/cmath.rb: Remove duplicate RDoc heading from overviewzzak
2013-05-20* lib/securerandom.rb: Update position of overview for RDoczzak
2013-05-20* math.c: improve and fix documentation of sin, tan and logeregon
2013-05-20* lib/logger.rb (Logger::Application): show namespace in documentationeregon
2013-05-20* lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixinzzak
2013-05-20test_objectspace.rb: run test_each_object separatelynobu
2013-05-20webrick: fix non-ascii escape bugsnobu
2013-05-20filehandler.rb: revert r20152nobu
2013-05-20* ChangeLog: fix typonobu
2013-05-19* lib/profiler.rb: Document Profiler__ methodszzak
2013-05-19* lib/tempfile.rb: nodoc Tempfile#inspectzzak
2013-05-19* ext/stringio/stringio.c: Correct position of method rdoczzak
2013-05-19* math.c: RDoc formatting of Math core docs with domains and codomainszzak
2013-05-19* ext/bigdecimal/bigdecimal.c: Formatting for BigMath [Fixes GH-306]zzak
2013-05-19* lib/forwardable.rb: Forwardable examples in overview were brokenzzak
2013-05-19* lib/optparse.rb: nodoc Object::Version and SPLAT_PROCzzak
2013-05-19* remove trailing spaces.nobu
2013-05-19* lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]zzak
2013-05-19Default script encoding is now UTF-8naruse
2013-05-19* 2013-05-20svn
2013-05-19* properties.nobu
2013-05-19* test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.ayumin
2013-05-19fix typos inspired by r40825kazu
2013-05-19* encoding.c: document fix, change default script encoding.ayumin
2013-05-19* lib/set.rb (Set#delete_if, Set#keep_if): Add comments.knu
2013-05-19* remove trailing spaces.nobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-19* ext/fiddle/extconf.rb: ignore rc version of libffi to fix build failure.ktsj
2013-05-19* misc/ruby-electric.el (ruby-electric-delete-backward-char): Useknu
2013-05-18* object.c (rb_inspect): fix typo and error messageeregon
2013-05-18* string.c (str_scrub0): added for refactoring.naruse
2013-05-18* lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse
2013-05-18* lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu
2013-05-18* misc/ruby-electric.el (ruby-electric-setup-keymap): Makeknu
2013-05-18* misc/ruby-electric.el (ruby-electric-delete-backward-char):knu
2013-05-18* misc/ruby-electric.el (ruby-electric-matching-char): Makeknu
2013-05-18* 2013-05-19svn
2013-05-18configure.in: setjmpexnobu
2013-05-18configure.in: setjmpexnobu
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons.akr
2013-05-18* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Renamed from INTEGER2VALUE.akr
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Suppress a warning:akr
2013-05-18compile.c: forward kwrestnobu
2013-05-18vm_core.h: move jmpbuf between tag and prevnobu
2013-05-18enumerator.c: use VALUEnobu
2013-05-18enumerator.c: append_methodnobu
2013-05-18enumerator.c: fix stylenobu
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Use LONG2FIX if possible.akr
2013-05-17* 2013-05-18svn