aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/mkconstants.rb: use whitespaces as a separator.akr2011-07-291-0/+4
* * ext/socket/mkconstants.rb: add documents for constants.akr2011-07-291-0/+5
* * configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse2011-07-291-0/+5
* * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika2011-07-281-0/+7
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-0/+15
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-281-0/+4
* * ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu2011-07-281-1/+3
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-281-1/+4
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu2011-07-281-1/+3
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu2011-07-281-3/+4
* the code that depends on timing. [Bug #372] [Bug #4160]seki2011-07-281-0/+5
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-271-0/+5
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+6
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-271-0/+7
* * test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika2011-07-271-0/+6
* * include/ruby/missing.h: define __syscall if the platform hasnaruse2011-07-271-0/+6
* * object.c: Add usage documentation for BasicObject. Based on patchdrbrain2011-07-271-0/+5
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-271-0/+6
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-271-0/+4
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-271-0/+5
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+10
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-1/+5
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-0/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-0/+8
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+7
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-0/+9
* * array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei2011-07-261-0/+4
* * proc.c: pre-allocate the unlinked_method_entry_list_entry struct tomame2011-07-251-0/+6
* * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa2011-07-251-0/+5
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+10
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-0/+8
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-251-0/+10
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-251-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-0/+11
* * ext/socket/extconf.rb: refine the recvmsg test.akr2011-07-241-0/+4
* * ext/socket/extconf.rb: fix the recvmsg test.akr2011-07-241-0/+4
* * ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr2011-07-231-0/+7
* * lib/rubygems/specification.rb: Restore behavior ofdrbrain2011-07-231-0/+5
* revert r32647. r32649 is better one.kosaki2011-07-231-5/+0
* * configure.in: changed default optflags to -O0 if the compiler iskosaki2011-07-231-0/+5
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+8
* method nametadf2011-07-231-1/+1
* * lib/cmath.rb: should return a real number if possible.tadf2011-07-231-0/+4
* * test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse2011-07-231-0/+12
* * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf2011-07-231-0/+5
* * test/win32ole/test_err_in_callback.rb (test_err_in_callback): suke2011-07-231-0/+5
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+5
* * io.c (rb_update_max_fd): validate fd.akr2011-07-231-0/+17