summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-22 * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-22 * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch bydrbrain
2011-05-22 * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain
2011-05-22test cleanupkosaki
2011-05-22* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki
2011-05-22* ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss
2011-05-21* ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss
2011-05-21* test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss
2011-05-21* test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss
2011-05-21* thread.c (Init_Thread): add a code comment why the meaninglesskosaki
2011-05-21 * ext/date/date_core.c: modified documentation.tadf
2011-05-21* 2011-05-22svn
2011-05-21removed a line.tadf
2011-05-21 * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf
2011-05-21* io.c (rb_io_extract_modeenc): accept combination hash andkosaki
2011-05-21added tests.tadf
2011-05-21 * test/date/test_switch_hitter.rb: new.tadf
2011-05-21 * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf
2011-05-20 * ext/.document: Add curses to documented extensions.drbrain
2011-05-20 * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patchdrbrain
2011-05-20 * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patchdrbrain
2011-05-20* 2011-05-21svn
2011-05-20 * ext/date/lib/date/format.rb: Document date formats. Patch bydrbrain
2011-05-20* lib/scanf.rb: fix typosnagachika
2011-05-20* ChangeLog: monomaniac and meaningless format checks.usa
2011-05-20* gc.c: Fix build on m68k by 'error: too few arguments toiwamatsu
2011-05-19 * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.drbrain
2011-05-19* 2011-05-20svn
2011-05-19* enc/trans/ibm737-tbl.rb: greek code page. fixes #4738nobu
2011-05-19revert O_CLOEXEC patch series completely.kosaki
2011-05-19* test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.usa
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18* test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.emboss
2011-05-18*ext/openssl/ossl_pkey.c: Add documentation.emboss
2011-05-18 * lib/benchmark.rb: Fix indentation.drbrain
2011-05-18 * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain
2011-05-18 * lib/mkmf.rb: Fix indentation of EOM for heredoc.drbrain
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-18 * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.drbrain
2011-05-18 * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain
2011-05-18* 2011-05-19svn
2011-05-18 * encoding.c: Improve documentation for Encoding#default_external anddrbrain
2011-05-18* lib: remove trailing spaces.nobu
2011-05-18* lib/rbconfig/.document: property.nobu
2011-05-18* ext/io/console/lib/console/size.rb (IO#console_size): newnobu
2011-05-18* internal.h: add for internal use only.nobu
2011-05-18* eval.c (setup_exception): internal exception should be hiddennobu
2011-05-18* missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw.nobu