summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-29ruby.c: magic numbersnobu
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* 2012-08-29svn
2012-08-28insns.def: duplicated codenobu
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-27* 2012-08-28svn
2012-08-27adding test coverage for invalid attribute namestenderlove
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* 2012-08-27svn
2012-08-27* nacl/GNUmakefile.in (CC, LD, NM, AR, AS, RANLIB, OBJDUMP, OBJCOPY)yugui
2012-08-26mkmf.rb: timestamp for directoriesnobu
2012-08-26* 2012-08-26svn
2012-08-26suppress warningsnobu
2012-08-25parse.y: extract functionnobu
2012-08-25common.mk: update parse.hnobu
2012-08-25generic_erb.rb: --vpath optionnobu
2012-08-25* 2012-08-25svn
2012-08-25mkmf.rb: clean timestampsnobu
2012-08-24ruby.h: clear expressionnobu
2012-08-24mkmf.rb: fix r36815nobu
2012-08-24Fix r36805.naruse
2012-08-24ChangeLog: add description [ruby-dev:46067] [Bug #6904]nobu
2012-08-24mkmf.rb: timestamp for directoriesnobu
2012-08-24ignore timestamp filekazu
2012-08-24win32: propertynobu
2012-08-24Remove incorrectly committed timestamp fileluislavena
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* 2012-08-24svn
2012-08-23Added a test for CoW strings.tenderlove
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-23Test for r36803's singleton_class_of.naruse
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-23remove trailing spaces.nobu
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