summaryrefslogtreecommitdiff
path: root/tests/inp_str.dat
Commit message (Collapse)AuthorAgeFilesLines
* license change:enge2011-08-291-13/+11
| | | | | | | | | | | | LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@891 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-301-16/+16
| | | | | | | | | | | mpc.texi: Expanded explanation of mpc_inp_str inp_str.c, inp_str.dat: Removed FIXME lines; the code behaves according to the documentation INSTALL: Updated the e-mail address for bug reports Updated version number to 0.6 in view of imminent release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@520 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/inp_str.dat: Add one test data with very long suffix to reach 100% ↵thevenyp2009-03-241-0/+1
| | | | | | coverage. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@504 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* src/inp_str.c: Read sequence of adjacent alphanumerical char through new ↵thevenyp2009-03-241-108/+107
| | | | | | | | | | functions extract_suffix and extract_string tests/inp_str.dat: adapt data to new behavior, STRING is now completely enclosed into quotes tests/tio_str.c: read string remainder if needed. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@500 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* correct printing of size_t in 32 bit modeenge2009-03-231-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@497 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/inp_str.dat tests/tio_str.c tests/tset.c: Increase test coverage up to ↵thevenyp2009-03-231-102/+106
| | | | | | 100% LOC git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@496 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* src/inp_str.c: Accept just two levels of parenthesesthevenyp2009-03-231-98/+102
| | | | | | | | tests/inp_str.dat: tests with number of read characters tests/tio_str.c: exit when error, test number of read characters. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@495 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/inp_str.dat: data in new formatthevenyp2009-03-201-7/+136
| | | | | | | tests/tio_str.c: use file functions from read_data.c git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@492 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* inp_str, out_str: totally rewritten according to the format of strtoc;enge2009-03-191-7/+7
| | | | | | | inp_str sets the number to nan+i*nan in case of an error git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@483 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/test.c: enhance and move its tests into more specific files.thevenyp2009-02-041-0/+28
tests/tprec.c: move tests relative to mpc_set_prec/mpc_get_prec from test.c. tests/tset.c: enhance and move tests relative to mpc_set from test.c. tests/inp_str.dat: test data for tio_str.c tests/tio_str.c: test file for mpc_inp_str/mpc_out_str. tests/Makefile.am: remove test, add tprec, tset, tio_str and inp_str.dat. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@410 211d60ee-9f03-0410-a15a-8952a2c7a4e4