summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-06-11* ChangeLog: add an acknowledge.mame
2010-06-11* ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame
2010-06-11* time.c (init_leap_second_info): check the result ofakr
2010-06-11* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse
2010-06-11* include/ruby/missing.h (isnan): fix compilation error on OpenBSD.akr
2010-06-11* lib/rubygems/install_update_options.rbmame
2010-06-10* time.c (find_time_t): test the result of LOCALTIME.akr
2010-06-10* time.c (rb_localtime_r2): fix localtime overflow check.akr
2010-06-10* time.c (rb_localtime_r2): refine localtime overflow check forakr
2010-06-10* io.c (rb_io_putc): documentation updated to mention putc wouldmatz
2010-06-09* time.c (find_time_t): always outerpolate from past.akr
2010-06-09* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr
2010-06-07* gem_prelude.rb: load full rubygems at LoadError for activationnobu
2010-06-07* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu
2010-06-06* string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu
2010-06-06fix typos.akr
2010-06-06* array.c (rb_ary_product): clear uninitialized elements in temporaryakr
2010-06-06* gc.c: set_heaps_increment is notnari
2010-06-06* array.c (rb_ary_product): need to set the length in order to getnobu
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-06-05* NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu
2010-06-05* re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse
2010-06-05* string.c (sym_inspect): Escape when the symbol is notnaruse
2010-06-05* string.c (rb_str_buf_cat_escaped_char): defined.naruse
2010-06-05* .gdbinit (rp): show type name for RTypedData.akr
2010-06-05* ruby.c (process_options, load_file_internal): $0 seen fromnobu
2010-06-05* test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu
2010-06-05* test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu
2010-06-05* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre
2010-06-05* error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr
2010-06-05* .gdbinit (rp): detect and show RTypedData.akr
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-06-04* file.c (rb_f_test): 'W' should test writable by real uid/git,nobu
2010-06-04Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain
2010-06-04* ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu
2010-06-04* gc.c (gc_sweep): suppress a warning on VC, again.usa
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-06-03* ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu
2010-06-03* load.c (ruby_init_ext): statically linked extensions have nonobu
2010-06-03* test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu
2010-06-03* test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-06-02* test/ruby/test_path.rb (test_path): workaround for drivenobu
2010-06-02* test/ruby/test_path.rb (test_path): get rid of blocking onnobu
2010-06-02Allow bin/* install from dot-dirs. Fixes rvm and multiruby installations.ryan
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02* compile.c (iseq_compile_each): should consider block on stack,matz
2010-06-01* re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse