aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-0/+10
* * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu2011-07-141-0/+8
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-0/+11
* * ChangeLog: fix tyops.nagachika2011-07-131-1/+1
* * NEWS: add a description of Signal.trap change.kosaki2011-07-121-0/+4
* * signal.c (reserved_signal_p): reverted a part of r32523.kosaki2011-07-121-0/+7
* * vm_method.c (rb_add_method): should not call method_added hookmatz2011-07-121-0/+5
* * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah2011-07-121-0/+5
* * signal.c (install_sighandler): fixed a race.kosaki2011-07-121-0/+4
* * signal.c (sig_trap): don't permit to change a signal handler whichkosaki2011-07-121-0/+10
* * win32/setup.mak: support x86-amd64 cross compile environment.usa2011-07-121-0/+4
* time.c: can't compile time.c on AIX due to missing declaration forkanemoto2011-07-111-0/+5
* * process.c: removed signal() macro. It's no longer used.kosaki2011-07-111-0/+4
* * ChangeLog: more details.usa2011-07-111-1/+2
* * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. seeusa2011-07-111-0/+5
* * thread_pthread.c (get_stack): need to adjust stack addr forkanemoto2011-07-101-0/+5
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-0/+24
* * docs/NEWS-1.9.3: moved from NEWS.yugui2011-07-101-12148/+7
* * version.h (RUBY_VERSION): ruby_1_9_3 branch was forked.yugui2011-07-101-0/+4
* * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn2011-07-101-0/+11
* * parse.y (var_ref): distinguish vcall from local variablenobu2011-07-101-0/+6
* * internal.h: add comments (cautions).ko12011-07-101-0/+4
* * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah2011-07-101-0/+32