summaryrefslogtreecommitdiff
path: root/src/inp_str.c
Commit message (Expand)AuthorAgeFilesLines
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-3/+3
* strtoc.c, inp_str.c: gnu coding standard: put "{" opening function in column 1enge2011-08-301-1/+2
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* inp_str.c: check return value of sprintf; avoids warning with '-Wconversion'enge2010-08-311-5/+11
* inp_str.c: fixed bug on cygwin reported by Dave Korn:enge2009-09-011-6/+6
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+1
* [inp_str.c] added commentzimmerma2009-04-021-0/+1
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-021-3/+8
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-301-6/+6
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-271-19/+1
* src/inp_str.c: Read sequence of adjacent alphanumerical char through new func...thevenyp2009-03-241-36/+167
* src/inp_str.c: Accept just two levels of parenthesesthevenyp2009-03-231-19/+23
* implementation of new mpc_inp_str semanticsenge2009-03-191-7/+6
* inp_str:enge2009-03-191-17/+11
* inp_str: now without calling mpfr_inp_strenge2009-03-191-32/+30
* inp_str, out_str: totally rewritten according to the format of strtoc;enge2009-03-191-54/+93
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-4/+2
* [inp_str.c] allow i for imaginary part (in addition to I)zimmerma2008-11-171-1/+1
* [test.c] improved coverage of mpc_inp_str (remains only case stream == NULL)zimmerma2008-11-141-1/+1
* src/out_str.c, src/inp_str.c: change output to "A +I*B" format with a spacethevenyp2008-06-061-2/+16
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+68