summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-08-29* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaksnaruse
2012-08-28* test/openssl/utils.rbemboss
2012-08-28* insns.def (checkmatch): suppress warnings. [ruby-core:47339]nagachika
2012-08-28* configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4.naruse
2012-08-28* nacl/GNUmakefile.in (.rbconfig.time): r36828 was incomplete.yugui
2012-08-28* win32/Makefile.sub (Makefile): make to depend on common.mk, tousa
2012-08-27test_etc.rb: fix for non unique GIDshirosaki
2012-08-27* include/ruby/ruby.h (rb_float_value): optimize it.ko1
2012-08-27* common.mk (vm_trace.o): Added a missing dependency.yugui
2012-08-27* nacl/GNUmakefile.in (package): make package should installyugui
2012-08-27* nacl/GNUmakefile.in (CC, LD, NM, AR, AS, RANLIB, OBJDUMP, OBJCOPY)yugui
2012-08-26suppress warningsnobu
2012-08-24ChangeLog: add description [ruby-dev:46067] [Bug #6904]nobu
2012-08-24mkmf.rb: timestamp for directoriesnobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23* lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain
2012-08-23* common.mk: support `make id.h` without `rm .id.h.time` after `rm id.h`.kazu
2012-08-23fix typoskazu
2012-08-23* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa
2012-08-23* class.c (singleton_class_of): flonum can't have singleton class.usa
2012-08-23* common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there,usa
2012-08-23* win32/Makefile.sub: refactoring. remove unused rules, and updateusa
2012-08-23load.c: keep encoding of feature namenobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-23* lib/mkmf.rb (create_makefile): add dependency to header files whenusa
2012-08-23* ext/date/depend: add dependency to $(ruby_headers).ko1
2012-08-23* insns.def (invokesuper): reverted r36640 partially to make supershugo
2012-08-23* win32/configure.bat: support --with(out)?-ext(ensions) options.usa
2012-08-23* configure.in: Fixing Haiku build.naruse
2012-08-23* test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): thisusa
2012-08-23* configure.in: use the value of --with-opt-dir on building rubynaruse
2012-08-23* common.mk (ID_H_TARGET): revert a part of r36724 and r36751. theyusa
2012-08-22* ext/syck: removed. Fixes [ruby-core:43360]tenderlove
2012-08-22* insns.def: search up the cf stack for an object that is an instancetenderlove
2012-08-22 * ext/date/date_core.c: [ruby-core:47266].tadf
2012-08-22 * ext/date/date_core.c: [ruby-core:47226].tadf
2012-08-22lib/mkmf.rb: ruby_headersnobu
2012-08-22lib/mkmf.rb: ruby_headersnobu
2012-08-22fix a typokazu
2012-08-22fix typo of ChangeLog.ko1
2012-08-22update ChangeLog.ko1
2012-08-22* vm_insnhelper.c (vm_setup_method): fix last commit.ko1
2012-08-22* vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko1
2012-08-22* .travis.yml (before_script): Turned out that make -j is broken.shyouhei
2012-08-22* vm_insnhelper.c (vm_setup_method): should not enable tail callshugo
2012-08-22* lib/rubygems/test_case.rb: run test with psych if exist.naruse
2012-08-22* nacl/pepper_main.c (init_loadpath): Pushes the correct load path onyugui
2012-08-22* configure.in (ac_cv_func_shutdown): shutdown(2) has a dummyyugui
2012-08-22* common.mk (vm_backtrace.o): Added missing dependencies.yugui
2012-08-21* lib/cgi/util.rb (CGI.escapeHTML): use 'naruse