summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-19configure.in: no -lelfnobu
2012-11-19common.mk: no purelibnobu
2012-11-19* .travis.yml (script): add OPTS=-v, requested by @_ko1.shyouhei
2012-11-19* configure.in: fix didn't enable_dtrace=yes on auto.naruse
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-19* Makefile.in, common.mk (probes.h): moved to common.mk and changed tousa
2012-11-19* common.mk (vm_dump.o): depend probes.h.naruse
2012-11-19* Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.naruse
2012-11-18* vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-11-18* configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,ngoto
2012-11-18 * complex.c (read_comp): mathn compliant.tadf
2012-11-17Swap logic around wildcard character detectionluislavena
2012-11-17 * complex.c (read_comp): modified handling of polar form.tadf
2012-11-17 * complex.c (read_comp): fixed handling of polar form.tadf
2012-11-17 * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.tadf
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17st_update passes the key in st_tableshirosaki
2012-11-17* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove
2012-11-16* lib/abbrev.rb: fix r37113. Correct examples, fix styleeregon
2012-11-16skip long name conversion if last character is a wildcard oneluislavena
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-11-16common.mk: dependencies for proges.dmyhnobu
2012-11-16probes.h: select by suffix rulesnobu
2012-11-16fix a typokazu
2012-11-16* thread.c (rb_thread_call_without_gvl2): change the parameter ofko1
2012-11-16* Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.naruse
2012-11-16Makefile.in: split probes.h commandsnobu
2012-11-16Makefile.in: move probes.h to all-incsnobu
2012-11-16configure.in: move after AC_PROG_CCnobu
2012-11-16configure.in: cross-compiling fixnobu
2012-11-16Makefile.in: probes.hnobu
2012-11-16* lib/net/pop.rb (POP3.certs): fix typo in comment.glass
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): revert r37669.naruse
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't benaruse
2012-11-16* lib/rake/version.rb: workaround fix to build. see #7366naruse
2012-11-15* lib/rake*: Updated to rake 0.9.4drbrain
2012-11-15* lib/rake*: Updated to rake 0.9.3drbrain
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-15* vm_exec.h (GENTRY): GENTRY should be pointer size.ko1
2012-11-15* man/erb.1: Fix grammar and copyright dateszzak
2012-11-15* man/ruby.1: Grammar edits for man pagezzak
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-14* lib/fileutils.rb (chmod): Add "X" to modes, convert format to tablezzak
2012-11-14* lib/csv.rb (init_comments): Document private method #init_comments.zzak
2012-11-13* Makefile.in (probes.h): create from probes.dmrkn