index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tsprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
first step towards making MPFR compile with --enable-mini-gmp, so far make
zimmerma
2014-01-16
1
-1
/
+1
*
Copyright notice update: added 2014 with
vlefevre
2014-01-03
1
-1
/
+1
*
[tests/tsprintf.c] Added a few tests.
vlefevre
2013-11-15
1
-0
/
+6
*
[tests/tsprintf.c] Fixed incorrect test from r5652 (the corresponding
vlefevre
2013-11-15
1
-1
/
+1
*
Applied patch 3 by Ondřej Bílka with some manual corrections,
vlefevre
2013-07-22
1
-1
/
+1
*
Use copyright year ranges, following
vlefevre
2013-05-30
1
-1
/
+1
*
replaced macros NPRINTF_T and NPRINTF_L by positive versions
zimmerma
2013-05-22
1
-2
/
+2
*
Copyright notice update: added 2013 with
vlefevre
2013-01-03
1
-1
/
+1
*
[acinclude.m4] Check struct lconv members (from <locale.h>) to avoid a
vlefevre
2012-10-10
1
-1
/
+7
*
[tests] Removed #include of headers already included via "mpfr-test.h"
vlefevre
2012-02-24
1
-1
/
+0
*
Changed Arenaire to AriC with:
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2012 with
vlefevre
2012-01-10
1
-1
/
+1
*
[tests/tsprintf.c] Added a test showing a regression in MPFR 3.1.0
vlefevre
2011-11-09
1
-0
/
+3
*
[tests/tsprintf.c] Coding style.
vlefevre
2011-11-03
1
-1
/
+1
*
[tests/tsprintf.c] Added tests.
vlefevre
2011-11-02
1
-0
/
+8
*
[src/mpn_exp.c] added comment
zimmerma
2011-11-02
1
-0
/
+22
*
Avoid expensive calls to mpfr_get_prec() using mpfr_ceil_mul() instead.
thevenyp
2011-07-28
1
-0
/
+34
*
Updated AUTHORS file and copyright notices (for more consistency).
vlefevre
2011-05-18
1
-0
/
+2
*
Copyright notice update: added 2011 with
vlefevre
2011-01-17
1
-1
/
+1
*
tests: return 77 for skipped tests (see GNU Automake manual).
vlefevre
2011-01-13
1
-1
/
+1
*
[tests/*.c] Support the case where mpfr_exp_t is not a long int
vlefevre
2010-10-19
1
-2
/
+10
*
avoid several compiler warnings with g++
zimmerma
2010-10-10
1
-0
/
+2
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-2
/
+2
*
Add specifier 'Y' for the rounding away from zero mode in printf-like functions.
thevenyp
2010-05-03
1
-10
/
+56
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
tsprintf.c: fixed locale_da_DK test.
vlefevre
2009-08-26
1
-3
/
+6
*
tests/tsprintf.c: bug fix (uncommented an "exit(1);").
vlefevre
2009-08-26
1
-1
/
+1
*
get_str.c vasprintf.c: Add support for the rounding away from zero mode.
thevenyp
2009-08-12
1
-1
/
+8
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field....
thevenyp
2009-07-20
1
-12
/
+12
*
tsprintf.c: added tests of some halfway cases.
vlefevre
2009-07-08
1
-0
/
+26
*
tsprintf.c: added a test that triggers an assertion failure.
vlefevre
2009-07-08
1
-0
/
+4
*
tsprintf.c: fixed a test and added more tests for %.0Rf with the even
vlefevre
2009-07-08
1
-1
/
+5
*
tsprintf.c: completed the test on emax (for %Ra and %Rb).
vlefevre
2009-07-07
1
-15
/
+40
*
tsprintf.c: my test was incorrect (I forgot the R), sorry.
vlefevre
2009-07-07
1
-15
/
+3
*
tsprintf.c: comment (so that the test can be ported to the 2.4 branch).
vlefevre
2009-07-07
1
-1
/
+2
*
tsprintf.c: started to write a test for emax, showing a bug (random
vlefevre
2009-07-07
1
-0
/
+50
*
vasprintf.c tests/tsprintf.c: deleted trailing spaces.
thevenyp
2009-07-06
1
-1
/
+1
*
vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...
thevenyp
2009-06-29
1
-1
/
+14
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-1
/
+1
*
vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...
thevenyp
2009-06-19
1
-3
/
+20
*
vasprintf.c: Binary output with no digit after the decimal point is now suppo...
thevenyp
2009-06-04
1
-8
/
+62
*
Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.
thevenyp
2009-05-05
1
-7
/
+0
*
tests/tsprintf.c: Fix typo.
thevenyp
2009-03-16
1
-1
/
+1
*
mpfr.texi: Do cosmetic changes and add some details on printf behavior when t...
thevenyp
2009-03-13
1
-13
/
+43
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-45
/
+45
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
tests/tsprintf.c: do not use VLA's (C99 only).
vlefevre
2009-02-25
1
-2
/
+2
*
tests/tsprintf.c: coding style: removed spurious spaces.
vlefevre
2009-02-25
1
-2
/
+2
[next]