summaryrefslogtreecommitdiff
path: root/src/strtoc.c
Commit message (Expand)AuthorAgeFilesLines
* changed GMP_RND? to MPFR_RND?enge2012-07-231-2/+2
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-6/+6
* strtoc.c, inp_str.c: gnu coding standard: put "{" opening function in column 1enge2011-08-301-2/+4
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* changed char* into const char* for mpc_set_str and mpc_strtoczimmerma2010-03-191-6/+7
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* strtoc: accept trailing white space in front of the closing ')'enge2009-03-191-3/+4
* src/strtoc.h: config.h is unused since r436.thevenyp2009-03-191-2/+0
* src/strtoc.c: cast char pointer to unsigned char pointer (this solves a compi...thevenyp2009-03-191-1/+1
* [strtoc] kept whitespace after read numberenge2009-03-191-32/+30
* strtoc returns -1 upon errorenge2009-03-191-15/+15
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-91/+91
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-92/+91
* src/strtoc.c: Check if nptr is NULL.thevenyp2009-03-041-1/+4
* src/strtoc.c: Code simplification, thanks to Andreas' common sense.thevenyp2009-03-041-271/+7
* strtoc.c: Fix max size of array digits[] (line 196 may set digits[62] to '\0').thevenyp2009-03-041-1/+1
* src/strtoc.c: Fix bug.thevenyp2009-03-041-0/+1
* src/strtoc.c: Change valid format to either a real number or a parenthesed pa...thevenyp2009-03-041-339/+94
* src/strtoc.c doc/mpc.texi: mpc_strtoc now set rop to nan+i*nan when no comple...thevenyp2009-02-191-1/+3
* src/strtoc.c: Fix memory leak.thevenyp2009-02-191-19/+24
* src/strtoc.c: Fix bug.thevenyp2009-02-191-1/+1
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-0/+590