]> www.ginac.de Git - cln.git/history - include
[build] Rename cl_asm files to make CMake happy
[cln.git] / include /
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-10-18 Richard KreckelAssume types 'long long int' and 'long double' exist.
2019-11-17 Richard KreckelRestore ABI from version 1.3.4.
2019-11-01 Richard KreckelDelete allocation and deallocation operators that are...
2019-10-28 Bruno HaibleFix compilation error with MSVC in 64-bit mode.
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: 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 Richard KreckelReplace typedef int[<negative>] trick with static_assert.
2019-10-27 Bruno HaibleAvoid "typedef ... locally defined but not used" warnings.
2019-10-27 Richard KreckelMake underlying type sintE of cln::float_format_t explicit.
2019-09-04 Michael ShigorinAdded e2k arch support.
2018-05-03 Manuel A. Fernande... Add support for riscv64 platform.
2014-10-13 Richard KreckelRemove workarounds for obsolete compilers.
2014-10-11 Richard KreckelFix support for Mips*.
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.
2013-10-19 Richard KreckelMinor fixes for recent CLang.
2013-02-15 Daniel ScheplerSupport x32 ABI.
2012-04-01 Richard KreckelDetect s390x and sparc64 as 32-bit architectures.
2011-04-09 Richard KreckelSupport for MSVC.
2009-09-11 Richard KreckelAdd support for Renesas SH CPU (sh4).
2009-05-10 Richard KreckelCorrectly forward-declare cl_print_* helpers.
2008-12-21 Richard B. KreckelFix compilation with GCC 4.4.
2008-09-22 Alexei Sheplyakov[BUGFIX] cln/config.h: fix include guard.
2008-09-22 Alexei Sheplyakovcl_{GV,SV}: use std::size_t for size of vectors (instea...
2008-09-22 Alexei SheplyakovEquip vectors (cl_[SG]V_*) with STL-alike size() method.
2008-09-07 Alexei Sheplyakov[bugfix] Public headers need GMP_DEMANDS_UINTD_* macros.
2008-08-27 Alexei Sheplyakovdon't expose configure generated headers to users.
2008-08-27 Alexei Sheplyakovbuild: switch to ordinary auto* tools system.
2008-08-27 Alexei Sheplyakovremove CL_REQUIRE/CL_PROVIDE macro and associated autoc...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_UP) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_UP_no_ring) with porta...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_UP_named) with portabl...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_UP_unnamed) with porta...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_leastpos), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is...
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_catalanconst_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_eulerconst_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_pi_var).
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_GV_I) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_GV_number) with portab...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_SV_number) with portab...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_SV_ringelt) with porta...
2008-08-27 Alexei SheplyakovRemove CL_REQUIRE/CL_PROVIDE(cl_I_factorial) as it...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_MI) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_RA_ring) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_I_ring) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_R_ring) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_LF_globals) with porta...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_FF_globals) with porta...
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_ieee).
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_DF_globals) with porta...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_C_ring) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_symbol) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_st_null) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_no_ring) with portable...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_random_def) with porta...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_prin_globals) with...
2008-08-27 Alexei Sheplyakovreplace CL_REQUIRE/CL_PROVIDE(cl_0_ring) with (more...
2008-04-21 Richard KreckelFix sparc64 build with -DNO_ASM and reduce compiler...
2008-02-22 Richard KreckelMake index variables uintC.
2008-02-09 Richard KreckelAvoid compiler warning about ignored 'flatten' attribut...
2008-02-06 Richard KreckelEnable modifying operators by default.
2008-01-22 Bruno HaibleAvoid gcc warnings about type-punning and "... break...
2008-01-11 Richard Kreckel * include/cln/float.h (cos_sin_t, cosh_sinh_t...
2008-01-06 Richard Kreckel Cater to the fact that g++ 4.3 will use a diffe...
2007-12-18 Richard Kreckel * include/cln/integer.h: Fix minor documentatio...
2007-12-04 Richard Kreckel * include/cln/types.h ([su]intE): 64-bit expone...
2007-11-28 Richard Kreckel * include/cln/object.h: Don't redefine cl_word_...
2007-09-18 Richard Kreckel * include/cln/modules.h (CL_JUMP_TO): Use a...
2007-09-15 Richard Kreckel * */*: Convert encoding from ISO 8859-1 to...
2007-08-01 Richard Kreckel * */*: Remove cl_boolean, cl_true, and cl_false...
2007-07-28 Richard Kreckel Remove exception hooks in favor of real C+...
2007-05-31 Richard Kreckel * include/cln/integer.h (cl_I_to_E, cl_I_to_UE...
2006-12-11 Richard Kreckel Extend the exponent range from 32 bits to 64...
2006-06-13 Richard Kreckel * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force...
2006-05-07 Richard Kreckel * include/cln/modules.h (CL_JUMP_TO): Fix for...
2006-04-24 Richard Kreckel2006-04-25 Bruno Haible <bruno@clisp.org>
2006-03-22 Richard Kreckel* Cumulative patch including Bruno's work on large...
2005-08-30 Richard Kreckel* include/cln/modules.h (CL_OUTPUT_LABEL): Work around...
2005-08-30 Richard Kreckel* include/cln/modules.h (CL_JUMP_TO): Fix mips* brokenness.
2005-08-29 Bruno HaibleWork around g++ 4.0 "duplicated labels" problem.
2005-08-16 Richard KreckelThe patch of 2005-05-01 made it impossible to test...
2005-08-08 Richard Kreckel*** empty log message ***
2005-08-02 Richard Kreckel* include/cln/config.h.in: Add support for PowerPC...
2005-07-24 Richard Kreckel Make out of the box build on x86_64 system...
2005-05-01 Richard KreckelFix crashes in find_univpoly_ring and related functions
2005-04-18 Richard Kreckel* include/cln/string.h: Declare cl_string.
next