aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* st.c: use power-of-two sizes to avoid slow modulo opsnormal2014-03-221-0/+16
* * addr2line.c (fill_lines): compare the file names of object in whichnaruse2014-03-221-0/+5
* cgi/util.rb: use aliasnobu2014-03-211-0/+8
* Fix a build problem with clang and --with-opt-dir.knu2014-03-211-0/+13
* * gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak2014-03-211-0/+5
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-0/+8
* * gc.c (objspace_malloc_increase): should not invokeko12014-03-201-0/+9
* * struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead ofko12014-03-201-0/+5
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-201-0/+9
* vm_method.c: fix infinite recursionnobu2014-03-201-0/+7
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+6
* * vm_eval.c (eval_string_with_cref): Unify to use NIL_P.sorah2014-03-181-0/+4
* * vm_eval.c (eval_string_with_cref): Use file path even if scope issorah2014-03-181-0/+5
* fix a typo [ci skip]kazu2014-03-181-1/+1
* * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko12014-03-171-0/+13
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+6
* * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak2014-03-161-0/+5
* configure.in: insert a space for non-GCCnobu2014-03-161-0/+5
* gc.c (objspace_xcalloc): fix GC accountingnormal2014-03-151-0/+4
* * addr2line.c (fill_lines): return address is just after callingnaruse2014-03-151-0/+6
* * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]zzak2014-03-151-0/+4
* * ext/.document: remove refinement from documentable directories.ktsj2014-03-151-0/+4
* configure.in: check symbol resolution optionsnobu2014-03-151-0/+5
* * st.c (st_update): remove unnecessary assignmentnormal2014-03-141-0/+4
* * addr2line.c (fill_lines): fetch symbol names from ELF binary'snaruse2014-03-141-0/+22
* * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escapezzak2014-03-141-0/+6
* vm_insnhelper.c: relax arity checknobu2014-03-131-0/+12
* * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa2014-03-131-0/+6
* revert [Bug #9605]nobu2014-03-121-6/+0
* vm_insnhelper.c: disable fastpath if splatnobu2014-03-121-1/+5
* vm_insnhelper.c: inline functionnobu2014-03-121-0/+5
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-111-0/+7
* * ext/.document: add objspace/objspace_dump.c to document file.ktsj2014-03-111-0/+4
* * test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj2014-03-111-0/+5
* README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu2014-03-111-0/+6
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-0/+7
* * vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse2014-03-101-0/+7
* * configure.in: always check dladdr(1).naruse2014-03-101-0/+11
* merge GH-558nobu2014-03-101-0/+5
* class.c: check for malloc failuresnormal2014-03-091-0/+8
* fiddle/function.c: fix memory leak on exceptionnobu2014-03-091-0/+5
* variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal2014-03-081-0/+4
* vm.c: cleanup to use rb_method_entry_atnormal2014-03-081-0/+4
* ext/dl, ext/fiddle: fix memory leaknobu2014-03-081-0/+7
* process.c: expand buffer on ERANGEnobu2014-03-081-0/+7
* enum.c: yield multiple valuesnobu2014-03-071-0/+6
* vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performancenormal2014-03-071-0/+6
* vm_eval.c: fix misplaced GC guardnormal2014-03-071-0/+6
* * parse.y (ENC_SINGLE): Unused macro removed.nari2014-03-071-0/+4
* * test/openssl/test_ssl.rb: Reuse TLS default options fromemboss2014-03-071-0/+5