aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bignum.c, math.c: type predicatesnobu2013-09-072-136/+94
* bignum.c: split rb_big_fdiv and big_fdivnobu2013-09-071-23/+25
* * math.c (math_log): Test the sign for bignums.akr2013-09-072-3/+9
* * math.c (math_log): Support bignums bigger than 2**1024.akr2013-09-072-0/+34
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-074-5/+44
* * doc/security.rdoc: [DOC] fix typo.ktsj2013-09-071-1/+1
* * variable.c (classname): the name of class that hasktsj2013-09-073-2/+18
* * lib/find.rb (Find.find): respect the encodings of arguments.ktsj2013-09-073-17/+64
* * ext/socket/mkconstants.rb (TCP_FASTOPEN): Defined for TCP fast open.akr2013-09-072-0/+6
* * properties.nobu2013-09-060-0/+0
* * 2013-09-07svn2013-09-061-2/+2
* * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass2013-09-068-369/+618
* * configure.in: Define ac_cv_func_clock_getres to yes for mingw*.akr2013-09-062-0/+5
* updated.akr2013-09-061-1/+2
* Add a property.akr2013-09-060-0/+0
* * rational.c: Include gmp.h if GMP is used.akr2013-09-067-1/+153
* remove unexpected referenceskazu2013-09-061-2/+2
* win32.c: clock_getresnobu2013-09-061-1/+0
* win32.c: clock_getresnobu2013-09-064-0/+36
* common.mk: sizes.c for nmakenobu2013-09-061-1/+1
* transcode.c: add rb_econv_appendnobu2013-09-063-6/+20
* transcode.c: do while loopnobu2013-09-061-3/+2
* transcode.c: GC guardnobu2013-09-061-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whentenderlove2013-09-053-0/+15
* * 2013-09-06svn2013-09-051-2/+2
* class.c: remove recursionnobu2013-09-052-13/+20
* * string.c (fstring_cmp): take string encoding into account whencharliesome2013-09-053-2/+28
* string.c: reduce objects in rb_fstringnobu2013-09-053-8/+20
* * properties.nobu2013-09-050-0/+0
* * lib/optparse.rb: The Integer acceptable now allows binary anddrbrain2013-09-053-9/+240
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-056-1/+51
* * configure.in (with_gmp): set with_gmp no if it is empty.mrkn2013-09-052-1/+6
* * vm_insnhelper.c (vm_getivar): use class sequence to check classcharliesome2013-09-052-6/+11
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-046-3/+133
* * bignum.c (bary_divmod_normal): Reduce temporary array allocations.akr2013-09-042-15/+18
* wait until the shutdowning message reaches to the servernaruse2013-09-041-0/+2
* * bignum.c (rb_big_divrem_normal): Add GC guards.akr2013-09-042-0/+7
* * vm_insnhelper.c (vm_search_method): no need to check klass == ci->klasscharliesome2013-09-041-1/+1
* * properties.nobu2013-09-040-0/+0
* * bignum.c (rb_big_divrem_normal): New function.akr2013-09-046-0/+88
* * 2013-09-05svn2013-09-041-2/+2
* * bignum.c (bigdivrem_normal): Removed.akr2013-09-042-76/+88
* win32.c: suppress warningnobu2013-09-041-2/+2
* * bignum.c (bigdivrem): Useless declaration removed.akr2013-09-042-3/+4
* numeric.c: split NUM_STEP_GET_INFnobu2013-09-042-5/+15
* * bignum.c (bigdivrem_normal): Add assertions.akr2013-09-042-0/+7
* internal.h: LONG_LONG vm_state_version_tnobu2013-09-042-3/+7
* internal.h: fix vm_state_version_tnobu2013-09-042-3/+10
* vm.c: prototypenobu2013-09-045-5/+8
* * NEWS: Note about Module#include and prepend scope changea_matsuda2013-09-041-0/+1