aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/rake*: Remove dependencies on flexmock and session gems.drbrain2011-07-231-0/+5
* * parse.y (rb_check_id): take care of attrset ID creatednobu2011-07-231-1/+4
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+5
* fixed bug refkosaki2011-07-221-1/+1
* * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki2011-07-221-0/+7
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-0/+6
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+13
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-221-0/+5
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-221-0/+5
* * parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu2011-07-221-0/+5
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-221-0/+5
* * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain2011-07-221-0/+5
* * ext/openssl/ossl_hmac.c: Revert checking return type ofemboss2011-07-221-0/+5
* * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain2011-07-221-0/+5
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-221-0/+7
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-0/+7
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+4
* * ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr2011-07-211-0/+4
* * thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame2011-07-211-0/+10
* * node.c (dump_node): add today's knowledge. "init arguments (m)" andmame2011-07-211-0/+11
* * enum.c (enum_inject): remove empty line to notify rdocnaruse2011-07-211-0/+6
* * array.c (rb_ary_delete_at_m): use simple array literal in rdoc.naruse2011-07-211-0/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-0/+6
* * io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu2011-07-201-0/+5
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+29
* * ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse2011-07-201-0/+5
* * NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu2011-07-191-0/+4
* fix typokazu2011-07-191-1/+1
* * cont.c (cont_save_thread): fix missing semicolon.takano322011-07-191-0/+4
* * io.c (UPDATE_MAXFD): removed.akr2011-07-191-0/+4
* * io.c (rb_update_max_fd): new function.akr2011-07-191-0/+9
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-181-0/+9
* * ext/curses/curses.c: added the new class Curses::Pad, whichshugo2011-07-171-0/+6
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-0/+8
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-171-0/+5
* * test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss2011-07-161-0/+7
* * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu2011-07-161-0/+5
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-151-0/+8
* * ChangeLog: mention to the ticket.usa2011-07-151-0/+1
* * win32/win32.c (is_socket, is_console): add prototypes to fix compileusa2011-07-151-0/+5
* * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki2011-07-151-0/+8
* * bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made bymrkn2011-07-151-0/+7
* * ChangeLog: typo.usa2011-07-151-0/+11