summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-04-11array.c: maybe shared arraynobu
2014-04-10Add [DOC] to my previous entry.knu
2014-04-10* lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu
2014-04-10* test/ruby/test_array.rb: remove useless `assert'.ko1
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-04-10* gc.c (gc_verify_internal_consistency): move lines and enableko1
2014-04-10* addr2line.c (append_obj): clear allocated memory.naruse
2014-04-10* gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debugko1
2014-04-09* signal.c (check_stack_overflow): Don't use ucontext_t if ucontext.hakr
2014-04-09* gc.c (mark_current_machine_context): Call SET_STACK_END.akr
2014-04-09* process.c (OBJ2UID1): Defined even if getpwnam_r is not usable.akr
2014-04-09encoding.c: fix rdoc of `__FILE__`nobu
2014-04-09* test/ruby/test_gc.rb: more long timeout.ko1
2014-04-09configure.in: no __builtin_setjmp on x64-mingwnobu
2014-04-09string.c: fix capacitynobu
2014-04-08* lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.knu
2014-04-08* gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.ko1
2014-04-07* ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM.akr
2014-04-06* lib/xmlrpc/client.rb (do_rpc): don't check body length.naruse
2014-04-06* lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre
2014-04-05dln.c: non-ascii path on Windowsnobu
2014-04-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2014-04-04readline/extconf.rb: rl_hook_func_tnobu
2014-04-03configure.in: restore flagsnobu
2014-04-02configure.in: fix for clang 5.1 __builtin_longjmpnobu
2014-04-02* remove trailing spaces.nobu
2014-04-02* gc.c, gc.h (rb_objspace_each_objects_without_setup):ko1
2014-04-02configure.in: do not use a variable for longjmpnobu
2014-04-02* common.mk: Use redmine-2.x url for DeveloperHowto wiki.hsbt
2014-04-02Fix error with empty args.kazu
2014-04-01* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg2
2014-04-01* lib/csv.rb: Don't attempt to convert nil headers.jeg2
2014-04-01config_files.rb: show failurenobu
2014-04-01* addr2line.c (rb_dump_backtrace_with_lines): don't depend hard codednaruse
2014-04-01* parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbolktsj
2014-03-31* addr2line.c (fill_lines): use dynsym, which is used for dynamicnaruse
2014-03-31* vm_dump.c (rb_print_backtrace): current implementationnaruse
2014-03-31readline/extconf.rb: fix typonobu
2014-03-31* test/ruby/memory_status.rb: require envutil before accessing EnvUtilusa
2014-03-31fix typoskazu
2014-03-31st.c (st_init_table_with_size): update commentnormal
2014-03-30* win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):usa
2014-03-29* gc.c (gc_before_sweep): cap `malloc_limit' toko1
2014-03-28struct.c: not_a_member messagenobu
2014-03-28* ext/psych/psych.gemspec: update gemspec for psych-2.0.5hsbt
2014-03-28* ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version tohsbt
2014-03-27string.c: search by rb_str_indexnobu
2014-03-27* addr2line.c (fill_lines): check shdr[i].sh_type because even ifnaruse
2014-03-26* parse.y: inline must be static (for mswin).usa
2014-03-26* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari