]> www.ginac.de Git - cln.git/shortlog
cln.git
2024-01-22 Richard KreckelFinalize CLN 1.3.7 release. master cln_1-3-7
2023-08-30 Bruno HaibleRecognize the *-*-windows* config triplets introduced...
2023-06-29 Bruno HaibleUpdate the installation instructions for Windows.
2023-06-23 Bruno HaibleAssume UTF-8 for plain text.
2023-06-22 Bruno HaibleEnsure that makeinfo ≥ 6.8 checks the @menu structure.
2023-06-01 Xiaotian WuAdd support for LoongArch
2022-12-19 Richard KreckelFetch newer files.
2022-04-27 Richard KreckelRemove ARM asm implementation of divu_6432_3232_().
2022-04-26 Richard KreckelReally use umull insn on ARM V7 and newer.
2022-04-25 Richard KreckelRemove support for Watcom C++ compiler.
2022-04-25 Richard KreckelRemove all #if-def'ed out code regarding mulusmall_loop...
2022-04-23 Richard KreckelDisable ARM asm implementation of divu_6432_3232_().
2022-04-23 Richard KreckelFix ARM implementation of mulusmall_loop_up(digit,...
2022-04-23 Richard KreckelModernize ARM assembler.
2021-11-05 Richard KreckelUpdate and clean up autoconf template files.
2021-11-04 Richard KreckelFix linking errors on some compilers.
2021-02-21 Richard KreckelAvoid linker error on MinGW...
2021-02-01 Richard KreckelFix some comments about undocumented functions in publi...
2021-02-01 Richard KreckelRemove some unused configuration macros.
2021-02-01 Richard KreckelMove GETVAL macro from acinclude.m4 to m4/getval.m4.
2021-01-07 Alexey SheplyakovINSTALL.CMake: proper installation command
2021-01-07 Alexey Sheplyakovbuild/CMake: defined `long_long_(big|little)_endian...
2021-01-07 Alexey Sheplyakovbuild/autotools: fixed CL_VERSION substitution in cln...
2021-01-07 Alexey Sheplyakovbuild/autotools: repaired make dist
2021-01-03 Alexey Sheplyakovcmake build: moved cl_config.h.cmake to `autoconf`
2021-01-03 Alexey Sheplyakovcmake: cl_config.h: avoid redefining GMP_DEMANDS_UINTD_...
2021-01-03 Alexey Sheplyakovcmake: defined `short_little_endian`, `int_little_endia...
2021-01-03 Alexey Sheplyakovcmake: bail out if the source tree has been configured...
2021-01-03 Alexey Sheplyakovcmake: tell the compiler how to handle cl_asm_.cc
2021-01-03 Alexey SheplyakovRevert "[build] Rename cl_asm files to make CMake happy"
2020-12-21 Alexey SheplyakovCLN can be built with CMake
2020-12-20 Alexey Sheplyakov[build] Rename cl_asm files to make CMake happy
2020-12-20 Alexey Sheplyakov[build] Move CLN version info into the include/cln...
2020-12-20 Alexey Sheplyakov[build] Use autoconf to find out cl_word_alignment.
2020-12-20 Alexey Sheplyakov[compile fix] Remove incorrect forward-declaration...
2020-12-20 Alexey Sheplyakov[build] Don't try to find out the exact prototype of...
2020-11-19 Richard KreckelAvoid "'register' storage class specifier is deprecated...
2020-10-19 Richard KreckelRemove internal inline versions of numerator/denominato...
2020-10-19 Richard KreckelReplace unused macro with cl_unused.
2020-10-18 Richard KreckelAssume types 'long long int' and 'long double' exist.
2020-10-11 Richard KreckelFix configury (intptr_t test) for cross-compilation.
2020-01-01 Richard KreckelMove factorial check from test section to exam section...
2020-01-01 Alexey SheplyakovFixed factorial calculation on 64-bit windows.
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
next