summaryrefslogtreecommitdiff
path: root/src/set_str.c
Commit message (Expand)AuthorAgeFilesLines
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-3/+3
* 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-2/+2
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* set_str.c: Since mpc_strtoc does not remove trailing white space any more,enge2009-03-191-2/+12
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-34/+34
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-35/+34
* src/get_str.c: New function mpc_get_str.thevenyp2009-03-041-3/+2
* src/set_str.c: Fix description.thevenyp2009-02-191-1/+1
* src/set_str.c doc/mpc.texi: mpc_set_str now returns the inexact value when no...thevenyp2009-02-191-2/+3
* src/set_str.c: Fix typo.thevenyp2009-02-191-1/+1
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-0/+35