summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2011-05-17* vm_core.h (rb_thread_struct): add volatile tokosaki
2011-05-17* LEGAL (missing/{elf,tgamma,lgamma_r}.c): they've been replaced byusa
2011-05-17* LEGAL (configure): add missing/setproctitle.ckosaki
2011-05-17Fix FreeBSD test failure.kosaki
2011-05-16* ext/openssl/ossl_digest.c: Add documentation.emboss
2011-05-16 * lib/net/http.rb: Improve documentation of proxy configurationdrbrain
2011-05-16 * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-16 * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch bydrbrain
2011-05-16 * lib/optparse.rb: Add link to make_switch to improve documentation.drbrain
2011-05-16 * lib/observer.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/logger.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/gserver.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain
2011-05-16 * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain
2011-05-16 * lib/abbrev.rb: Hide copyright and revision information from RDoc.drbrain
2011-05-16 * lib/timeout.rb (module Timeout): Hide internal constants. Patch bydrbrain
2011-05-16* ChangeLog: us-ascii only.nobu
2011-05-16ChangeLog: added mention of the ticket.usa
2011-05-16* configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefixusa
2011-05-15 * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain
2011-05-15 * lib/drb/acl.rb: Add documentation.drbrain
2011-05-15Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-15* test/ruby/test_signal.rb (TestSignal#test_signal_process_group):kosaki
2011-05-15* include/ruby/intern.h: resurrect old rb_fd_copy().kosaki
2011-05-15* include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki
2011-05-15* signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol ornagachika
2011-05-15 * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika
2011-05-15* transcode.c (econv_init): revert r31353. [ruby-dev:43512]nobu
2011-05-15* remove trailing spaces.nobu
2011-05-14 * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-14 * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.drbrain
2011-05-14fix mswin32 build error.kosaki