]> www.ginac.de Git - cln.git/history - include
Fix support for Mips*.
[cln.git] / include /
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.
2004-11-28 Richard Kreckel Disambiguate binary operators of CLN types with float...
2004-10-20 Richard Kreckel * include/cln/types.h: Use 64 bit digits on...
2004-09-27 Richard Kreckel Support for little-endian Mips, second shot
2004-09-05 Richard Kreckel Support for little-endian Mips
2004-08-19 Bruno HaibleFix link error on MacOS X.
2004-06-30 Richard Kreckel * include/cln/floatformat.h: Do define a type here.
2004-06-27 Richard Kreckel * include/cln/modules.h (CL_JUMP_TO): Fix AMD64...
2004-06-23 Richard Kreckel* Change all C include headers to ISO style within...
2004-01-01 Richard Kreckel2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
2003-12-29 Richard Kreckel Rework of autoconfiscation infrastructure
2003-06-29 Richard Kreckel Dependent base resolution needed for GCC-3.4
2002-08-02 Bruno HaibleAdd support for x86_64 CPU.
2002-05-27 Richard Kreckel * include/cln/modules.h (CL_CONCATENATE): New...
2002-05-06 Bruno HaibleForce link-time references despite optimizations done...
2002-01-03 Richard Kreckel * autoconf/acinclude.m4: revamp MPN-matcher.
2001-12-14 Richard Kreckel * include/cln/modules.h, include/cln/object...
2001-11-05 Bruno HaibleInteroperability with gcc-3.0 -fuse-cxa-atexit.
2001-07-22 Richard Kreckel * src/float/base/cl_ieee.cc: try to do magic...
2001-03-05 Richard Kreckel * include/cln/modules.h (CL_JUMP_TO): Fix IA64...
next