source: git/libpolys/coeffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... fieker-DuValspielwiese
(edit) @04aaf9   10 years hannes fix: definition of nlInit2gmp fieker-DuValspielwiese
(edit) @47c384   10 years hannes removed char_flag from coeffs fieker-DuValspielwiese
(edit) @bb15576   10 years hannes comments by Claus Fieker (CF) fieker-DuValspielwiese
(edit) @26db1a   10 years hannes chg: gmp_output_digits -> cf->float_len fieker-DuValspielwiese
(edit) @7cf3df1   10 years hannes removed getGMPFloatDigits fieker-DuValspielwiese
(edit) @850277   10 years hannes chg: moved reading/writing numbers via ssi to coeffs (p.1) fieker-DuValspielwiese
(edit) @38750a   10 years Oleksandr Minor BS cleanup: no need in -I${srcdir} and -I${builddir} in CPPFLAGS fieker-DuValspielwiese
(edit) @37e66f   10 years Oleksandr Better approach to configuring multiple packages: ... fieker-DuValspielwiese
(edit) @c0bbad   10 years Oleksandr Minor BS cleanup fieker-DuValspielwiese
(edit) @cfff43f   10 years hannes fix: memory allocation off by 1 (nRegister) fieker-DuValspielwiese
(edit) @2b7e8f   10 years hannes chg: nGcd ->n_Gcd fieker-DuValspielwiese
(edit) @ae07a1   10 years max Fix bug in nAEpInpMult This was uncovered by a compiler warning. fieker-DuValspielwiese
(edit) @0a703ea   10 years max Some code formatting tweaks fieker-DuValspielwiese
(edit) @95eeda   10 years max Silence warning about implicit typecast fieker-DuValspielwiese
(edit) @654726   10 years max Silence some warnings about unused code fieker-DuValspielwiese
(edit) @2e2f8f   10 years max Fix warnings about unused arguments fieker-DuValspielwiese
(edit) @5d25c42   10 years Oleksandr Merge pull request #503 from fingolfin/cleanup-mmInit Get rid of mmInit() fieker-DuValspielwiese
(edit) @6352ad   10 years hannes fix: rComposeC fieker-DuValspielwiese
(edit) @e6f615   10 years max Get rid of empty mmInit() functions fieker-DuValspielwiese
(edit) @2b6e44   10 years max Get rid of initializeGMP() fieker-DuValspielwiese
(edit) @09ab5b2   10 years hannes fix: typo fieker-DuValspielwiese
(edit) @0c82f43   10 years hannes fix: raise an error if mpf_set_str fails fieker-DuValspielwiese
(edit) @5c9f02   10 years hannes removed empty libpolys/coeffs/OPAPQ.cc fieker-DuValspielwiese
(edit) @b1cb63   10 years max Fix typo in poly_mon_mult This was caught by a compiler warning -- ... fieker-DuValspielwiese
(edit) @3918fd   10 years max Add const qualifier to some methods Note that Q_poly::is_equal() was ... fieker-DuValspielwiese
(edit) @e04494c   10 years max Change windows line ends to unix fieker-DuValspielwiese
(edit) @e9d3c3   10 years max Fix warnings about missing return values in non-void functions These ... fieker-DuValspielwiese
(edit) @5c8e18f   10 years hannes fix: access to chinese remainder, normalization of results fieker-DuValspielwiese
(edit) @eac92a   10 years Oleksandr Motsak <http://goo.gl/mcpzY> Update .gitignore-s due to changes in BS fieker-DuValspielwiese
(edit) @9a6ff99   10 years Oleksandr Merge sublibraries into bigger ones (packages) libpolys: libmisc, ... fieker-DuValspielwiese
(edit) @55b6460   10 years Oleksandr Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler ... fieker-DuValspielwiese
(edit) @c70920   10 years Oleksandr Better BS: use libtool dependency libs and LIBADD automake feature + ... fieker-DuValspielwiese
(edit) @a5275ef   10 years Oleksandr Commented out obsolete 'initializeGMP' fieker-DuValspielwiese
(edit) @7fe9e13   10 years Oleksandr Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro fieker-DuValspielwiese
(edit) @667d33   10 years Oleksandr Only test once (no more dynamic AND static tests) chg: also BS cleanup fieker-DuValspielwiese
(edit) @7258bd   10 years hannes fix: more charstr stuff (tr.237): Z/(n^m) fieker-DuValspielwiese
(edit) @0acf3e   10 years hannes fix: more charstr stuff (tr.237) fieker-DuValspielwiese
(edit) @45cc512   10 years hannes chg: rCharstr is now a wrapper for r->cf->cfCoeffString fixes also: ... fieker-DuValspielwiese
(edit) @5b5409b   10 years hannes flint stuff: move optional parts to the end in coeffs fieker-DuValspielwiese
(edit) @dc4782   10 years hannes chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC fieker-DuValspielwiese
(edit) @40971d   10 years hannes chg: simplified npNegM fieker-DuValspielwiese
(edit) @e8cd08   10 years boehm Fix for Cygwin: cast to pointer from integer of different size fieker-DuValspielwiese
(edit) @a2f79c   10 years hannes fix: compiler warning fieker-DuValspielwiese
(edit) @601105   10 years hannes chg: use syzComp in initenterstrongPairs fieker-DuValspielwiese
(edit) @805db88   10 years Oleksandr Avoid "if ((P)) " since clang treats such statements specially fieker-DuValspielwiese
(edit) @e2202ee   11 years hannes fix: compiler warnings (64bit/const char*) fieker-DuValspielwiese
(edit) @17bdb2   11 years Oleksandr Don't use -release PKG_VER for all libraries fieker-DuValspielwiese
(edit) @eb76e8   11 years Oleksandr fix: AMLDFLAGS -> AM_LDFLAGS fieker-DuValspielwiese
(edit) @a0dfbc   11 years martinlee84 fix: compiliation error in debug mode fieker-DuValspielwiese
(edit) @caf5880   11 years martinlee84 chg: moved QlogSize from tgb.cc to longrat.h fieker-DuValspielwiese
(edit) @4154bb   11 years Oleksandr Fix "if (deg=0)" in new exp. coeffs (see issue #374) fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @d80dec   11 years martinlee84 fix: nrMapQ (conversion of rationals to short precision floats) fieker-DuValspielwiese
(edit) @8f26a44   11 years Oleksandr Assure that config.h was generated on 'compatible' cpu (same size of long) fieker-DuValspielwiese
(edit) @3ee806   11 years hannes fix: convert to string: allways return defined results fieker-DuValspielwiese
(edit) @87977c7   11 years Oleksandr Merge pull request #342 from YueRen/spielwiese Spielwiese fieker-DuValspielwiese
(edit) @e9d581   11 years hannes add: concat for intmat, bigintmat fieker-DuValspielwiese
(edit) @e44b149   11 years ren fix: missed assume for allowing empty bigintmats fieker-DuValspielwiese
(edit) @83192d   11 years Oleksandr Fixing the including of "config.h"-files before any other headers + ... fieker-DuValspielwiese
(edit) @778b36   11 years hannes chg: simplified nlDiv from master fieker-DuValspielwiese
(edit) @90e49f7   11 years hannes chg: simplified nlNormalize from master fieker-DuValspielwiese
(edit) @e3f523   11 years Oleksandr Misc changes to BS and others fix: GMP-checking will looks at CPATH ... fieker-DuValspielwiese
(edit) @0bfec5   11 years hannes add: univariate dense algebraic extensions fieker-DuValspielwiese
(edit) @6d67eb9   11 years hannes removes useless setting of cfKillChar fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @9ba92b   11 years Oleksandr BS cleanup: singular targets (no simultanious debug version) fieker-DuValspielwiese
(edit) @2c889f   11 years Oleksandr Code update corresponding to renaming findexec into resources fieker-DuValspielwiese
(edit) @240295   11 years hannes add: n_InpAdd from master fieker-DuValspielwiese
(edit) @a44bcf   11 years hannes add: checks for rational coeff. in rational functions fieker-DuValspielwiese
(edit) @b56249   11 years Oleksandr Misc fixes due to building on Mac OS X 10.6 fix: no ... fieker-DuValspielwiese
(edit) @f0af17   11 years hannes fix: work around aggressive optimizations (syModStd) fieker-DuValspielwiese
(edit) @bdda8c2   11 years hannes add: handling signals in system calls, p2 fieker-DuValspielwiese
(edit) @008939   11 years hannes fix: tr. #409 (Leif Leonhardy from sage) fieker-DuValspielwiese
(edit) @81384b   11 years ren new: newest version of callgfanlib package as master branch also ... fieker-DuValspielwiese
(edit) @f17318   11 years hannes chg: removed SI_THREADS (unsed code) fieker-DuValspielwiese
(edit) @95a471f   11 years hannes fix: better constructors for float stuff fieker-DuValspielwiese
(edit) @5cd658f   11 years hannes fix: avoid spurious messages in debug output (unless debugging mpr stuff) fieker-DuValspielwiese
(edit) @a122f4   11 years hannes fix: n may be divisible by 2^...: not a bug(n==0) in this case fieker-DuValspielwiese
(edit) @9d68fd   11 years hannes fix: better tests and normalization for subst fieker-DuValspielwiese
(edit) @8c2815d   11 years ren fix: missing sign when converting number to float fieker-DuValspielwiese
(edit) @2ad754   11 years ren chg: added brackets around floating numbers fixed latex lib and ... fieker-DuValspielwiese
(edit) @b39b313   11 years boehm Fix for integer std fieker-DuValspielwiese
(edit) @21b9ef   11 years Oleksandr Added n_Print for printing numbers during debugging fieker-DuValspielwiese
(edit) @2e4ec14   11 years ren fix: -Wunused-parameter warnings fieker-DuValspielwiese
(edit) @ef7324   11 years hannes fix: nlPower with exp==0 return 1 fieker-DuValspielwiese
(edit) @00d2a4   11 years Oleksandr Fixed the usage pattern for StringEndS fieker-DuValspielwiese
(edit) @cbe144   11 years boehm Changed errors to warnings in debug mode fieker-DuValspielwiese
(edit) @e8fd36   11 years martinlee84 fix: missing check for n_Zp fieker-DuValspielwiese
(edit) @e76d8cb   11 years ren fix: nonexistant overflow during numbers->float throwing error fieker-DuValspielwiese
(edit) @ce7f16   11 years boehm Commented out IsPrime fieker-DuValspielwiese
(edit) @41e8b3   11 years Oleksandr Merge pull request #285 from mmklee/fix_sw fix: interchanged dst and src fieker-DuValspielwiese
(edit) @fb875f1   11 years martinlee84 fix: interchanged dst and src fieker-DuValspielwiese
(edit) @236a4c   11 years ren fix: number to float conversion on 64bit machines fieker-DuValspielwiese
(edit) @de27d8   11 years hannes fix: intdiv/intmod/chinrem copied from master fieker-DuValspielwiese
(edit) @656985   11 years Oleksandr Fix the remaining wrongs due to API change: PrintS+StringAppendS -> ... fieker-DuValspielwiese
(edit) @34bed3   11 years hannes fix: default proc for cfCoeffIsEqual fieker-DuValspielwiese
(edit) @66ce6d   11 years martinlee84 chg: got rid of ringtype fieker-DuValspielwiese
(edit) @558f3cc   11 years Oleksandr Fix: make positive leading coeff at normalizing! fieker-DuValspielwiese
(edit) @7ee69f   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Due to Max Horn's "Include stddef.h before gmp.h" fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.