summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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 * 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-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 * ext/date/lib/date/format.rb: Document date formats. Patch bydrbrain
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* 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 * encoding.c: Improve documentation for Encoding#default_external anddrbrain
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* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"kosaki
2011-05-18* ChangeLog: iconv -f utf-8 -t us-ascii//translitnobu
2011-05-17 * lib/cmath.rb: Add some examples and improve documentation. Patch bydrbrain
2011-05-17 * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain
2011-05-17 * lib/webrick/compat.rb: Improve documentation. Patch by Sandordrbrain
2011-05-17 * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.drbrain
2011-05-17 * lib/cmath.rb: Improve documentation. Patch by Jason Dew.drbrain
2011-05-17 * lib/net/ftp.rb: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-17 * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch bydrbrain
2011-05-17 * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.drbrain
2011-05-17* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.kosaki
2011-05-17* thread.c (rb_mutex_lock): remove remove_signal_thread_list() call.kosaki