aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/bignum
Commit message (Expand)AuthorAgeFilesLines
* Update the depend filesMatt Valentine-House2023-02-281-7/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-7/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+7
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+7
* Update dependenciesNobuyoshi Nakada2021-11-211-103/+84
* dependency updates卜部昌平2021-04-131-7/+0
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-095-52/+52
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-7/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-7/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-7/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-980/+980
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-980/+980
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-6/+1064
* update dependencies卜部昌平2019-12-261-0/+12
* decouple internal.h headers卜部昌平2019-12-266-6/+6
* Update dependenciesNobuyoshi Nakada2019-11-181-30/+0
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+7
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-7/+7
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+6
* auto_ext.rbnobu2016-05-291-7/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* Update dependencies.akr2016-04-111-0/+7
* handle ext/ as r53141naruse2015-12-161-0/+1
* Update dependencies.akr2014-12-191-7/+7
* Update dependency.akr2014-11-211-7/+21
* Dependencies updated.akr2014-11-181-25/+31
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-157-6/+12
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-62/+62
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-6/+67
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-2/+2
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-152-4/+4
* * include/ruby/ruby.h,akr2014-02-141-0/+1
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-041-0/+11
* * bignum.c (rb_big_divrem_normal): New function.akr2013-09-042-0/+26
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+11
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-032-0/+29
* Reduce NUM2INT invocations.akr2013-09-031-3/+3
* Fix funciton name.akr2013-09-011-1/+1
* * bignum.c (GMP_BIG2STR_DIGITS): New constant.akr2013-09-011-0/+14
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-012-0/+41
* * bignum.c: Use GMP to accelerate big Bignum multiplication.akr2013-08-311-0/+11
* Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"nobu2013-08-111-1/+0
* ext/-test-/*/depend: TEST_INIT_FUNCSnobu2013-08-101-0/+1
* * include/ruby/intern.h (rb_absint_size): Declaration moved fromakr2013-07-281-0/+23
* * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr2013-07-182-2/+2
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-081-0/+14
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-072-0/+42
* * bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro.akr2013-06-291-0/+10
* * bignum.c (bary_pack): Supportakr2013-06-221-0/+1