ttmath/ttmath
Tomasz Sowa b3c3dd8c3f fixed: recurrence calling in Big::FromString(const std::string &, uint, const wchar_t **, bool *)
it should have the signature: Big::FromString(const std::string &, uint, const char **, bool *) 


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@301 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-08-18 09:22:38 +00:00
..
ttmath.h removed: from Big::ToString() the feature with calculating how many valid digits there are 2010-02-02 21:02:10 +00:00
ttmathbig.h fixed: recurrence calling in Big::FromString(const std::string &, uint, const wchar_t **, bool *) 2010-08-18 09:22:38 +00:00
ttmathint.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathmisc.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathobjects.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathparser.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathuint.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathuint_noasm.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86_64.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86_64_msvc.asm changed: small optimization in ttmath_subindexed_x64() 2009-09-20 20:10:29 +00:00