summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-01-15* doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyworddrbrain
2013-01-14* doc/syntax/calling_methods.rdoc: Added document describing methoddrbrain
2013-01-14* lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain
2013-01-14 * lib/irb/ext/save-history.rb: outputs its history tokeiju
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.mrkn
2013-01-14* ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead ofmrkn
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2013-01-13* lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3marcandre
2013-01-13* ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbszzak
2013-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_sub):mrkn
2013-01-13Update Changelog for r38797marcandre
2013-01-13* lib/matrix/eigenvalue_decomposition: Fix eigensystem with complexmarcandre
2013-01-13* lib/irb.rb, lib/prime.rb: Typos in overviewzzak
2013-01-13typo in commit datezzak
2013-01-13* lib/open3.rb : Typo in Open3 overview. Patch by zed_0xffzzak
2013-01-12* numeric.c (do_coerce): fix for the exceptions which the coercemrkn
2013-01-12setup.mak: -runtime-nobu
2013-01-12* remove trailing spaces.nobu
2013-01-12* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove
2013-01-11* ext/win32ole/win32ole.c (ole_set_byref): support VT_UI8|VT_BYREF,suke
2013-01-11* man/ruby.1 (options): include --*-encoding from r38784zzak
2013-01-11* ruby.c (usage): sort --*-encoding in help. (same order of -E)kazu
2013-01-11mkconfig.rb: use configured libdir valuenobu
2013-01-11* string.c (dispose_string): use rb_str_free for freeing string innaruse
2013-01-11* insns.def (defineclass): private constants should not be accessedshugo
2013-01-10* lib/rbconfig/obsolete.rb (respond_to_missing?): use send becauseshugo
2013-01-10* vm_core.h (VM_DEBUG_BP_CHECK): set 0 as default.ko1
2013-01-10* ChangeLog: fix a typo for r38761.nagachika
2013-01-10 * cont.c: define FIBER_USE_NATIVE as 0 in ia64.takano32
2013-01-10Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano32
2013-01-10Makefile.in: continue if Makefile unchangednobu
2013-01-10* vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo
2013-01-10extconf.rb: have_headernobu
2013-01-10* numeric.c (do_coerce): remove an unused variable.shugo
2013-01-10fix a typokazu
2013-01-10* tool/gen_dummy_probes.rb: remove comments in probes.d to fix theshugo
2013-01-10* numeric.c (do_coerce): speed optimization by using rb_check_funcallmrkn
2013-01-10* probes.d: updating probes to be more symmetrical, addingtenderlove
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove
2013-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove
2013-01-09* compile.c (compile_array_): modify wrong optimization.ko1
2013-01-09* load.c (load_lock): if thread shield is destroyed and there is noglass
2013-01-09* load.c (load_lock): revert r38744. it should acquire new threadglass
2013-01-09vm.c: initialize root_svarnobu
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass