annotate modules/dtoastr @ 18070:d460ec17f09f

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 28 Jul 2015 13:57:32 -0700
parents d3dccaa23691
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14169
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 Description:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 Convert double to accurate string.
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
4 Files:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
5 lib/ftoastr.h
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
6 lib/ftoastr.c
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
7 lib/dtoastr.c
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
8 m4/c-strtod.m4
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
9
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
10 Depends-on:
17822
d3dccaa23691 support GNU format printf and scanf on mingw
Pádraig Brady <P@draigBrady.com>
parents: 14169
diff changeset
11 extensions
14169
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
12 intprops
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
13
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
14 configure.ac:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
15 AC_REQUIRE([gl_C99_STRTOLD])
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
16
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
17 Makefile.am:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
18 lib_SOURCES += dtoastr.c
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
19
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
20 Include:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
21 "ftoastr.h"
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
22
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
23 License:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
24 GPL
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
25
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
26 Maintainer:
d5718604e475 ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
27 Paul Eggert