]> www.ginac.de Git - cln.git/shortlog
cln.git
2019-12-05 Richard KreckelFinalize CLN 1.3.6 release. cln_1-3-6
2019-12-04 Alexey SheplyakovCommit 2f799401454292 (`Replace typedef int[<negative...
2019-11-18 Richard Kreckel[DOC] Shorten copyright years, also on PDF.
2019-11-18 Bruno HaibleFix long-standing bug in the "signed" variants of fprin...
2019-11-18 Bruno Haibletest_I_io now succeeds on native Windows.
2019-11-17 Richard KreckelFinalize CLN 1.3.5 release. cln_1-3-5
2019-11-17 Richard KreckelRestore ABI from version 1.3.4.
2019-11-05 Richard KreckelShip INSTALL.windows.
2019-11-01 Richard KreckelAvoid "this statement may fall through" warnings.
2019-11-01 Richard KreckelDelete allocation and deallocation operators that are...
2019-11-01 Richard KreckelAvoid "suggest explicit braces to avoid ambiguous ...
2019-11-01 Richard KreckelMake scale_float() not throw a floating_point_underflow...
2019-10-28 Bruno HaibleInstallation instruction for Microsoft Windows.
2019-10-28 Bruno HaibleRetrieve the real time through gettimeofday(), not...
2019-10-28 Bruno HaibleFix compilation error with MSVC in 64-bit mode.
2019-10-27 Bruno HaibleFix compilation error on MSVC.
2019-10-27 Bruno HaibleFix #if directives that test for native Windows.
2019-10-27 Bruno HaibleRestore ability to use a C++ compiler that does not...
2019-10-27 Bruno HaibleFetch imported m4 files during autogen.sh invocation.
2019-10-27 Bruno Haible64-bit mingw port: Fix undefined references to cl_I_con...
2019-10-27 Bruno Haible64-bit mingw port: size_t may be larger than 'unsigned...
2019-10-27 Bruno Haible64-bit mingw port: Extend fprintdecimal and fprinthexad...
2019-10-27 Robert Szalai64-bit mingw port: Change return type of 'offsetof...
2019-10-27 Robert Szalai64-bit mingw port: Use intptr_t, not long, to guarantee...
2019-10-27 Robert Szalai64-bit mingw port: In hash table routines, use 'intptr_...
2019-10-27 Bruno Haible64-bit mingw port: Avoid ambiguous overload error due...
2019-10-27 Bruno Haible64-bit mingw port: Define intV in terms of intP.
2019-10-27 Bruno Haible64-bit mingw port: Define cl_tag_mask, cl_value_mask...
2019-10-27 Bruno Haible64-bit mingw port: Define sintP, uintP in terms of...
2019-10-27 Bruno Haible64-bit mingw port: Fix compilation error of intparam.c.
2019-10-27 Bruno Haible64-bit mingw port: Verify that pointers fit in 'intptr_...
2019-10-27 Bruno HaibleAdd ASSERT_n macros for n up to 8.
2019-10-27 Bruno Haibleautogen.sh: Always fetch the files; don't let old copie...
2019-10-27 Bruno HaibleAvoid "integer overflow in expression" warning.
2019-10-27 Richard KreckelReplace typedef int[<negative>] trick with static_assert.
2019-10-27 Richard KreckelUpdate version dependencies of automake, autoconf.
2019-10-27 Bruno HaibleAvoid "multi-line comment" warning.
2019-10-27 Bruno HaibleAvoid "suggest parentheses around ‘-’ inside ‘>>’"...
2019-10-27 Bruno HaibleAvoid some "suggest explicit braces to avoid ambiguous...
2019-10-27 Bruno HaibleAvoid "statement has no effect" warnings.
2019-10-27 Bruno HaibleAvoid "typedef ... locally defined but not used" warnings.
2019-10-27 Bruno HaibleExtend .gitignore to also ignore built files.
2019-10-27 Richard KreckelMake underlying type sintE of cln::float_format_t explicit.
2019-10-27 Richard KreckelRequire C++11 compiler.
2019-10-27 Richard KreckelUpdate to currently largest known Mersenne prime.
2019-10-26 Bruno HaibleRemove obsolete CVSROOT directory.
2019-10-26 Bruno HaibleRemove left-over .deps directories.
2019-10-26 Bruno HaibleDistribute INSTALL.generic.
2019-10-26 Bruno HaibleRevamp and simplify autoconfiguration.
2019-09-04 Michael ShigorinAdded e2k arch support.
2019-01-07 Bruno HaibleFix warnings from gcc's -Wshift-overflow.
2018-05-03 Manuel A. Fernandez... Add support for riscv64 platform.
2018-03-18 Richard KreckelUpdate to recently found large Mersenne prime.
2018-03-18 YunQiang SuSupport MIPS release 6.
2017-05-04 Richard KreckelUpdate known-to-work-with compilers.
2016-02-11 Richard KreckelUpdate to recently found large Mersenne prime.
2014-10-16 Richard KreckelFinalize CLN 1.3.4 release. cln_1-3-4
2014-10-13 Richard KreckelRemove workarounds for obsolete compilers.
2014-10-11 Richard KreckelFix support for Mips*.
2014-10-11 Richard KreckelJanitorial clean-up.
2014-10-11 Richard KreckelMake float_format(uintE) more precise.
2014-10-11 Richard KreckelFix floating-point input from decimal string.
2014-09-19 Richard KreckelUse 8-byte word alignment on arm64.
2014-05-22 Richard KreckelFix support for Mips64.
2014-04-23 Marcin JuszkiewiczAdd AArch64 support.
2014-01-16 Richard KreckelRevert "Convert complex numbers to real numbers if...
2014-01-13 Richard KreckelConvert complex numbers to real numbers if imaginary...
2013-10-19 Richard KreckelMinor fixes for recent CLang.
2013-10-11 Richard KreckelAdd subdir-objects to Automake options.
2013-07-21 Richard KreckelFinalize CLN 1.3.3 release. cln_1-3-3
2013-07-20 Richard KreckelAvoid compiler warning.
2013-07-19 Richard KreckelSupport for Texinfo-5.0.
2013-02-15 Daniel ScheplerSupport x32 ABI.
2013-02-08 Richard KreckelUpdate to recently found large Mersenne prime.
2012-10-09 Richard KreckelFix some conversions to cl_SF, cl_FF, and cl_DF.
2012-10-06 Richard KreckelFix integer input with leading zeros in power-of-two...
2012-04-01 Richard KreckelDetect s390x and sparc64 as 32-bit architectures.
2012-03-18 Richard KreckelAvoid input stream fail state when reading number at...
2012-03-02 Richard KreckelFix bug in converting cl_LF to float, double.
2011-05-08 Richard KreckelFinalize CLN 1.3.2 release. cln_1-3-2
2011-04-12 Richard KreckelFix scale_float for large factors on x86.
2011-04-09 Richard KreckelUpdate documentation about infrastructure requirements.
2011-04-09 Richard KreckelSupport for MSVC.
2011-02-02 Richard KreckelFix yet another dependent base C++ language issue.
2011-02-02 Richard KreckelFix compilation with clang.
2010-06-01 Alexei SheplyakovConfigure: be more cross-compilation friendly.
2010-06-01 Alexei SheplyakovFix the documentation build failure (wrong texinfo).
2010-05-10 Richard KreckelRemove 'auto' keyword used as storage specifier.
2009-09-24 Richard KreckelFinalize CLN 1.3.1 release. cln_1-3-1
2009-09-11 Richard KreckelRemove cl_null_string defintion.
2009-09-11 Richard KreckelAdd support for Renesas SH CPU (sh4).
2009-09-11 Richard KreckelFix double_approx(const cl_RA& x) on 64-Bit platforms.
2009-06-30 Richard KreckelFinalize release 1.3.0. cln_1-3-0
2009-06-22 Richard KreckelFix build breakage on Sparc.
2009-05-10 Richard KreckelMake the pi teaser program install.
2009-05-10 Richard KreckelCorrectly forward-declare cl_print_* helpers.
2009-02-16 Richard KreckelPrepare for CLN 1.3.0 release.
2009-02-15 Richard KreckelPrefer GMP's multiplication routine (if GMP version...
2009-01-29 Richard B.... Git-ify some documentation.
2009-01-24 Richard B.... Override automake's DEFAULT_INCLUDES.
next