aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* object.c: restrict freeze optionnobu2016-08-032-0/+9
* object.c: suppress warningnobu2016-08-031-2/+1
* vm_insnhelper.c: extra semicolonnobu2016-08-031-1/+5
* * remove trailing spaces.svn2016-08-031-1/+1
* * vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko12016-08-0311-32/+63
* * vm_core.h: rename macros and make them inline functions.ko12016-08-036-12/+28
* * 2016-08-03svn2016-08-031-1/+1
* * vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseqko12016-08-035-25/+40
* Remove empty directorieskazu2016-08-020-0/+0
* math.c: faster tanhnobu2016-08-022-0/+10
* math.c: tanh overflownobu2016-08-022-1/+5
* socket/option.c: inet_ntopnobu2016-08-024-23/+14
* tcltklib.c: remove RUBY_VERSIONnobu2016-08-022-10/+13
* tcltklib.c: compile infonobu2016-08-021-39/+20
* vm_core.h: suppress warningsnobu2016-08-021-2/+2
* * 2016-08-02svn2016-08-011-1/+1
* * win32/win32.c (set_pioinfo_extra): use more reliable way to searchusa2016-08-012-16/+56
* extmk.rb: build gemsnobu2016-08-012-7/+35
* hide struct internal [Feature #9916]shyouhei2016-08-015-51/+74
* * remove trailing spaces.svn2016-08-011-1/+1
* Object#clone with freeze: false [Feature #12300]shyouhei2016-08-013-6/+54
* * 2016-08-01svn2016-08-011-2/+2
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-017-10/+39
* resolv.c: fix commit missnobu2016-07-311-1/+0
* * 2016-07-31svn2016-07-311-1/+1
* win32/resolv: get_dns_server_listnobu2016-07-314-13/+94
* iso_8859_2.c: dedent [ci skip]nobu2016-07-301-1/+1
* * string.c (String#downcase), NEWS: Mentioned that case mapping for allduerst2016-07-303-2/+8
* * 2016-07-30svn2016-07-301-1/+1
* * enc/iso_8859_2.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-303-3/+55
* rb_funcallvnobu2016-07-2923-48/+53
* * proc.c (env_write): remove unused function.ko12016-07-292-10/+4
* * vm_core.h (VM_LOCAL_P): should return an integer value.ko12016-07-292-1/+7
* * vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.ko12016-07-283-2/+8
* * 2016-07-29svn2016-07-281-1/+1
* * vm.c, internal.h: remove RubyVM::Env class and all of env objectsko12016-07-289-272/+215
* * remove trailing spaces.svn2016-07-282-2/+2
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-2825-1068/+1880
* * 2016-07-28svn2016-07-281-1/+1
* ruby.h: use __extension__nobu2016-07-282-0/+15
* * enc/windows_1253.c: Remove dead code found by Coverity Scan.duerst2016-07-272-3/+5
* dtrace: wait commandnobu2016-07-261-2/+5
* * 2016-07-27svn2016-07-261-1/+1
* gmake.mk: test-framework by lovenobu2016-07-261-1/+1
* gc.c: running finalizer statenobu2016-07-262-12/+25
* gmake.mk: love dependencynobu2016-07-261-0/+1
* test: use assert_includenobu2016-07-263-4/+4
* dtrace: chomp CRnobu2016-07-262-4/+4
* * vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko12016-07-269-28/+48
* * gc.c (rb_raw_obj_info): support to show Proc obj.ko12016-07-262-10/+38