summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-03-20vm_method.c: fix infinite recursionnobu
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-18* vm_eval.c (eval_string_with_cref): Unify to use NIL_P.sorah
2014-03-18* vm_eval.c (eval_string_with_cref): Use file path even if scope issorah
2014-03-18fix a typo [ci skip]kazu
2014-03-17* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko1
2014-03-17variable.c: avoid memory leak on const redefinitionnormal
2014-03-16* lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak
2014-03-16configure.in: insert a space for non-GCCnobu
2014-03-15gc.c (objspace_xcalloc): fix GC accountingnormal
2014-03-15* addr2line.c (fill_lines): return address is just after callingnaruse
2014-03-15* lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]zzak
2014-03-15* ext/.document: remove refinement from documentable directories.ktsj
2014-03-15configure.in: check symbol resolution optionsnobu
2014-03-14* st.c (st_update): remove unnecessary assignmentnormal
2014-03-14* addr2line.c (fill_lines): fetch symbol names from ELF binary'snaruse
2014-03-14* doc/syntax/literals.rdoc: [DOC] Single quote strings allows escapezzak
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-13* ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa
2014-03-12revert [Bug #9605]nobu
2014-03-12vm_insnhelper.c: disable fastpath if splatnobu
2014-03-12vm_insnhelper.c: inline functionnobu
2014-03-11insns.def (opt_regexpmatch2): respect redefined match opnormal
2014-03-11* ext/.document: add objspace/objspace_dump.c to document file.ktsj
2014-03-11* test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj
2014-03-11README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2014-03-10* vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse
2014-03-10* configure.in: always check dladdr(1).naruse
2014-03-10merge GH-558nobu
2014-03-09class.c: check for malloc failuresnormal
2014-03-09fiddle/function.c: fix memory leak on exceptionnobu
2014-03-08variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal
2014-03-08vm.c: cleanup to use rb_method_entry_atnormal
2014-03-08ext/dl, ext/fiddle: fix memory leaknobu
2014-03-08process.c: expand buffer on ERANGEnobu
2014-03-07enum.c: yield multiple valuesnobu
2014-03-07vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performancenormal
2014-03-07vm_eval.c: fix misplaced GC guardnormal
2014-03-07* parse.y (ENC_SINGLE): Unused macro removed.nari
2014-03-07* test/openssl/test_ssl.rb: Reuse TLS default options fromemboss
2014-03-06* doc/syntax/assignment.rdoc: [DOC] Fix assignment directions [ci skip]zzak
2014-03-06* doc/syntax/methods.rdoc: [DOC] Fix example for block arguments [ci skip]zzak
2014-03-06* lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss
2014-03-05parse.y: optional arguments in rhsnobu
2014-03-05ossl.c: NULL checknobu
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2014-03-04* test/ruby/test_eval.rb (TestEval#make_test_binding): renamed.usa
2014-03-04 * st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.tarui
2014-03-04* Makefile.in: ".DEFAULT" target removed because it is not forakr