summaryrefslogtreecommitdiff
path: root/inp_str.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-87/+0
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* inp_str.c: fixed possible implementation-defined behavior (a valuevlefevre2008-08-071-5/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-7/+7
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix problem with GCC 4.0 20041212.pelissip2004-12-151-2/+2
* improved coverage testzimmerma2004-02-141-6/+4
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* replaced test stream==0 by stream==NULLzimmerma2003-09-151-1/+1
* fixed bug in return valuezimmerma2002-06-271-3/+7
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* return -> MPFR_RET, patch d'un leak dans inp_str.chanrot2001-11-161-1/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+2
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-16/+4
* k2r -> ansi stylezimmerma2000-12-211-1/+2
* added error message when memory allocation failszimmerma2000-12-151-0/+12
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+1
* initial versionzimmerma2000-05-251-0/+91