aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* complex.c: specializenobu2015-02-251-11/+9
* * spec/default.mspec: use default configuration file name.hsbt2015-02-252-1/+6
* * spec/default.mspec: remove specific version number.hsbt2015-02-252-1/+6
* * properties.svn2015-02-250-0/+0
* * ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa2015-02-253-1/+30
* mkconfig.rb: delete DESTDIRnobu2015-02-251-0/+1
* runruby.rb: follow r49740nobu2015-02-251-1/+1
* signal.c: preserve errnonormal2015-02-252-0/+10
* dir.c: same encoding to the patternnobu2015-02-253-7/+29
* complex.c: move optimizationnobu2015-02-251-29/+40
* * tool/merger.rb: support 2.1+ versioning scheme.naruse2015-02-252-1/+5
* complex.c: M_PI in VCnobu2015-02-251-0/+4
* insns.def: reversenobu2015-02-252-2/+22
* compile.c: unbalanced massignnobu2015-02-251-2/+20
* * lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka2015-02-243-16/+12
* * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]marcandre2015-02-241-1/+1
* * 2015-02-25svn2015-02-241-2/+2
* * test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...gogotanaka2015-02-242-4/+40
* common.mk: RUBY_TESTOPTSnobu2015-02-241-0/+1
* numeric.c: calculate complex numbersnobu2015-02-242-4/+14
* complex.c: multiply as rotationnobu2015-02-243-0/+47
* * test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)gogotanaka2015-02-242-7/+13
* * vm_insnhelper.c (lep_svar_place, lep_svar_get): do not createko12015-02-242-7/+19
* mkrunnable.rb: try mklinknobu2015-02-241-0/+3
* win32.c: reduce memory sizenobu2015-02-241-4/+5
* common.mk: prefix timestamp file by "."nobu2015-02-241-1/+1
* dir.c: use packed structsnobu2015-02-241-4/+11
* ChangeLog: commit missnobu2015-02-241-5/+0
* time.c: locale time zone namenobu2015-02-242-1/+14
* eval.c: use the given threadnobu2015-02-243-18/+18
* * 2015-02-24svn2015-02-241-2/+2
* string.c: smart chompnobu2015-02-243-6/+27
* vcs.rb: do not use -C for older gitnobu2015-02-232-17/+41
* zone may be ASCII-8BIT on Windows [Bug #10887]naruse2015-02-231-1/+1
* bold closed ticketsnaruse2015-02-231-1/+10
* eval.c: static IDsnobu2015-02-235-9/+21
* Makefile.in: make static IDs symbols localnobu2015-02-234-4/+8
* vm_args.c: rb_exc_set_backtracenobu2015-02-231-1/+3
* error.c: predefined IDsnobu2015-02-232-4/+4
* string.c: raise a RegexpErrornobu2015-02-231-1/+1
* string.c: proper exceptionnobu2015-02-233-2/+26
* error.c: use static IDsnobu2015-02-221-9/+9
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-224-4/+14
* * 2015-02-23svn2015-02-221-2/+2
* * lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]marcandre2015-02-221-1/+1
* * common.mk: use ruby organization for rubyspec.hsbt2015-02-222-1/+5
* tabify [ci skip]kazu2015-02-221-3/+3
* fix a typo [ci skip]kazu2015-02-221-1/+1
* * vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj2015-02-225-20/+62
* * gc.c (rb_objspace_call_finalizer): control GC execution duringko12015-02-222-12/+30