Commit History

Author SHA1 Message Date
  trizen 76c87b23e9 Recommend the `forks` module and return a `Sidef::Module::OO` object from Block.thread(). 8 months ago
  trizen 8e2910fefc Bump the mininum required version of `List::Util` to 1.45. 8 months ago
  trizen f6e71b7adc Minor optimization in Number `all_prime(...)` when one of the terms is not prime. 2 years ago
  trizen a66a0c2426 Make `Data::Dump` and `Data::Dump::Filtered` required dependencies. 2 years ago
  trizen 49e4b2dc5e Increased the minimum required version for Math::GMPz from 0.39 to 0.48. 3 years ago
  trizen e3e4a930c2 Disable `dynamic_config` build option. 3 years ago
  trizen eb1b5f6576 - Added the String `parse_quotewords(str, delim, keep)` method. 3 years ago
  trizen 8983478121 Use Math::GMPz::get_refcnt() instead of Devel::Peek::SvREFCNT(). 3 years ago
  trizen a57f762db2 Recommend "Term::ReadLine::Gnu" for better STDIN support. 3 years ago
  trizen 1b974b7ed0 - Added the Number method `is_gaussian_prime(a,b)`. 3 years ago
  trizen 9399bbc916 - Added the `Date` built-in type, to work with dates. 4 years ago
  trizen a594263a53 Version 3.90 4 years ago
  trizen c8609da6dc Updated email address. 5 years ago
  trizen 8b0d5cf864 - Auto-detect if `Math::Prime::Util` is available and use it in some Number methods for better performance. 5 years ago
  trizen ad78823d7c Actually, there is no need for a long version. Let's keep things simple. Revert everything. 5 years ago
  trizen 22b37ecb9c - Store the version info in bin/sidef `__DATA__` section. 5 years ago
  Cat Stevens 53b90b6a9b Allow detailed build info in git builds (closes trizen#49) 5 years ago
  trizen f106f89ef8 Pass `utf8 => 1` to Pod::Man. 5 years ago
  trizen 553eb043ff Use the integer limits from Math::GMPq. (POSIX is no longer needed) 6 years ago
  trizen b240ad7e99 - Added the String `encode_base64()` and `decode_base64()` methods. 6 years ago
  trizen 5f73532f3b Updated e-mail address. 6 years ago
  trizen 71e191623e - Introduced a new dependecy: `Algorithm::Loops`, which replaces the code in the Array.cartesian() method. 6 years ago
  trizen d9c69ba36b - Added new dependency: Algorithm::Combinatorics 6 years ago
  trizen b96df05df9 - Use `Rmpfr_q_div()` and `Rmpfr_z_div()` from Math::MPFR-3.36. 6 years ago
  trizen 32de9cb693 Require Math::GMPq>=0.45. 7 years ago
  trizen 6facc73c6e - New implementation of the numerical system. 7 years ago
  trizen 41777ffb19 - Integer limits from POSIX are now used. 7 years ago
  trizen 3830f95dea - Added the method Number.is_semiprime(), which tests if a number has exactly two prime factors. 7 years ago
  trizen d55dd4b852 - Added `homepage` and `bugtracker` information in Build.PL 7 years ago
  trizen cb30c80b5f - Moved some optional dependencies from `required` to `recommended`. 7 years ago