summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-06-17* lib/webrick/httpservlet/filehandler.rbmame
2010-06-17* load.c (rb_load_internal): remove call to rb_realpath_internalmame
2010-06-17* file.c (rb_str_encode_ospath): when the encoding of the parameterusa
2010-06-17typo and spaceskazu
2010-06-17Revert "* parse.y (warn_unused_var): warn unused variables."naruse
2010-06-16* parse.y: ripper needs warn_unused_var(), too.usa
2010-06-16* parse.y (warn_unused_var): warn unused variables.nobu
2010-06-16* error.c (rb_bug): existance of _set_abort_behavior() depends onusa
2010-06-15* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame
2010-06-15* test/ruby/test_io.rb (safe_4): does not use Timeout becausemame
2010-06-15* ext/fiddle/extconf.rb: De Morgan's laws.eban
2010-06-15* ext/fiddle/extconf.rb: use pkg_config to find ffi.h.eban
2010-06-14* Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaningnobu
2010-06-14* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr
2010-06-14fix a typo.seki
2010-06-14raise DRbConnError instead of ArgumentError if too many arguments.seki
2010-06-13* ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse
2010-06-13* test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame
2010-06-12* lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]marcandre
2010-06-12* enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse
2010-06-12* time.c (rb_localtime_r2): fix mixed declarations and code.naruse
2010-06-12* ext/dl/lib/dl.rb: don't require when already loaded.naruse
2010-06-12* ext/fiddle/closure.c (dealloc): workaround fix for libffi'snaruse
2010-06-12* io.c (rb_f_syscall): should check argument string taint beforematz
2010-06-12* variable.c (uninitialized_constant): process throughmatz
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