summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-16* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-15* ext/fiddle/depend: New file.akr
2013-04-15misc/ruby-electric.el: Decrease the excess voltage of automatic matching.knu
2013-04-15misc/ruby-electric.el: Minor refactoring.knu
2013-04-15* ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss
2013-04-15* ext/coverage/depend: fix id.h place as r40283.naruse
2013-04-14fix a typokazu
2013-04-14* ext/-test-/debug/depend: New file.akr
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse
2013-04-13mkmf.rb: timestamp directorynobu
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa
2013-04-13* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse
2013-04-13* ext/ripper/depend: parse.h and id.h may be created on topdir.usa
2013-04-13* lib/matrix.rb: Add Vector#cross_product, patch by Luis Ezcurdiamarcandre
2013-04-13ChangeLog: revert commit missnobu
2013-04-13struct.c: hide member namesnobu
2013-04-13struct.c: split make_structnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-12etc.c: Etc namespacenobu
2013-04-12* common.mk: pack.o depends on internal.h.akr
2013-04-12* bignum.c (ones): Use __builtin_popcountl if available.akr
2013-04-12* common.mk: version.o depends on $(srcdir)/include/ruby/version.hakr
2013-04-12vm_insnhelper.c: non-symbol keynobu
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-12fix typoskazu
2013-04-11* common.mk: Add dependencies for include/ruby.hakr
2013-04-11* tool/update-deps: Use "make -p all golf" to extract deendencies inakr
2013-04-11* common.mk: Dependency updated.akr
2013-04-11* common.mk: partially revert r40183, which breaks building onnaruse
2013-04-11* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): define 0 onnaruse
2013-04-11* test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.killusa
2013-04-11* dir.c: Fix a typo.knu
2013-04-11* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:naruse
2013-04-11* dir.c (file_s_fnmatch): Document File::FNM_EXTGLOB flag.zzak
2013-04-11* README: Fix typo by Benjamin Winkler [Fixes GH-281]zzak
2013-04-10* regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse
2013-04-10* ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.naruse
2013-04-10* lib/mkmf.rb (pkg_config): Add optional argument "option".naruse
2013-04-10* ext/fiddle/closure.c (initialize): check mprotect's return value.naruse
2013-04-10* ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variableakr
2013-04-10* bignum.c (rb_ll2big): Don't overflow on signed integer negation.akr
2013-04-10fix a typo and indent with tab instead of spaceskazu
2013-04-09* internal.h (MUL_OVERFLOW_INT_P): New macro.akr
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-09* lib/open-uri.rb: Support multiple fields with same fieldakr
2013-04-09compile.c: append keyword hash to splatnobu
2013-04-09mkmf.rb: timestamp directorynobu
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2013-04-08socket/extconf.rb: add -Dnobu