summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Fix scm_to_utf8_stringn once and for all; optimize; add tests...Mark H Weaver2012-04-041-0/+69
* New functions scm_is_exact and scm_is_inexact...Mike Gran2011-10-091-0/+33
* Assorted `syntax-check' fixes....Ludovic Courtès2010-08-271-36/+37
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64...Andy Wingo2010-07-261-7/+1
* Remove unneeded #include <assert.h>....Ludovic Courtès2009-12-151-1/+0
* Remove references to undefined macros....Ludovic Courtès2009-11-171-2/+2
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Don't use raw divisions by zero in `test-conversion.c'....Ludovic Courtès2009-05-211-5/+51
* Remove extraneous semicolons from `test-conversion.c'....Ludovic Courtès2009-05-201-23/+23
* Support systems whose <inttypes.h> doesn't define `PRIiMAX'.Ludovic Courtès2008-06-021-1/+3
* Fix "#include" directives in stand-alone C tests.Ludovic Courtès2008-04-071-4/+6
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-101-15/+39
* merge from 1.8 branchKevin Ryde2006-10-091-3/+8
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Avoid the use of discouraged or deprecated things.Marius Vollmer2004-08-191-3/+3
* (test_locale_strings): New.Marius Vollmer2004-08-101-0/+161
* (test_to_double, test_from_double): New tests.Marius Vollmer2004-08-031-0/+80
* Many more tests for the integer conversion functions.Marius Vollmer2004-07-291-41/+264
* (test_is_signed_integer, test_is_unsigned_integer): Expect inexact...Marius Vollmer2004-07-101-0/+6
* Don't define SCM_T_INTMAX_MIN,...Marius Vollmer2004-07-071-30/+77
* New file.Marius Vollmer2004-07-061-0/+511