| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | math: quantile estimator using P-Squared algorithm. | Kaz Kylheku | 2021-09-22 | 1 | -0/+2 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | compat: fix glaringly broken init-time handling. | Kaz Kylheku | 2021-07-21 | 1 | -0/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -1/+1 |
* | listener: new *-1, *-2 ... *-20 macros. | Kaz Kylheku | 2020-07-11 | 1 | -1/+1 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -2/+0 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | c++ maintenance: multiple defs of mod_s and bit_s. | Kaz Kylheku | 2019-03-30 | 1 | -0/+1 |
* | Extend infrastructure for double_intptr_t. | Kaz Kylheku | 2019-01-25 | 1 | -0/+5 |
* | sysif: use double-intptr function from arith. | Kaz Kylheku | 2019-01-23 | 1 | -0/+3 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | New function: bignum-len. | Kaz Kylheku | 2018-03-06 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New functions for polynomial evaluation. | Kaz Kylheku | 2017-09-05 | 1 | -0/+2 |
* | New function: inverse of cumulative normal dist. | Kaz Kylheku | 2017-08-31 | 1 | -0/+1 |
* | New divides function. | Kaz Kylheku | 2017-08-07 | 1 | -0/+1 |
* | New functions digpow and digits. | Kaz Kylheku | 2017-08-05 | 1 | -0/+3 |
* | Handle returns of MPI functions that return MP_TOOBIG. | Kaz Kylheku | 2017-06-18 | 1 | -0/+1 |
* | bits: external linkage. | Kaz Kylheku | 2017-05-24 | 1 | -0/+1 |
* | Buffers implementation, part three: get functions. | Kaz Kylheku | 2017-04-21 | 1 | -0/+1 |
* | Rename c_uint_ptr_num; introduce cunum typedef. | Kaz Kylheku | 2017-04-21 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | New functions: tofloatz and tointz. | Kaz Kylheku | 2016-09-24 | 1 | -0/+2 |
* | New --free-all option for freeing memory on exit. | Kaz Kylheku | 2016-06-07 | 1 | -0/+1 |
* | Functions for converting between buffers and integers. | Kaz Kylheku | 2016-02-26 | 1 | -0/+2 |
* | New random-state-get-vec function. | Kaz Kylheku | 2016-01-18 | 1 | -0/+2 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * arith.c (width): New function. | Kaz Kylheku | 2015-01-27 | 1 | -0/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * arith.c (tofloat, toint): New functions. | Kaz Kylheku | 2014-03-19 | 1 | -0/+2 |
* | * arith.c (rising_product): New static function. | Kaz Kylheku | 2014-01-11 | 1 | -0/+2 |
* | * arith.c (to_float): Print function name as ~a rather than ~s, | Kaz Kylheku | 2014-01-11 | 1 | -0/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * arith.c (bignum_from_long): New function. | Kaz Kylheku | 2012-10-01 | 1 | -0/+1 |
* | * arith.c (INT_PTR_MAX_MP): New static variable. | Kaz Kylheku | 2012-04-10 | 1 | -0/+1 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -0/+1 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * arith.c (highest_bit): Changing to external linkage. | Kaz Kylheku | 2011-12-23 | 1 | -0/+1 |
* | * arith.c (normalize): Linkage changed to extern. | Kaz Kylheku | 2011-12-21 | 1 | -0/+1 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -0/+28 |