mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
(Uniform Arrays): Added a FIXME warning
that the 1/3 prototype no longer works.
This commit is contained in:
parent
1264d33105
commit
328df3e3be
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-28 Mikael Djurfeldt <mdj@chunk.mit.edu>
|
||||||
|
|
||||||
|
* scheme-compound.texi (Uniform Arrays): Added a FIXME warning
|
||||||
|
that the 1/3 prototype no longer works.
|
||||||
|
|
||||||
2004-01-23 Marius Vollmer <mvo@zagadka.de>
|
2004-01-23 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* Makefile.am (guile_TEXINFOS): Added fdl.texi.
|
* Makefile.am (guile_TEXINFOS): Added fdl.texi.
|
||||||
|
|
|
@ -1514,6 +1514,8 @@ prototype type printing character
|
||||||
'l signed long long (integer) l
|
'l signed long long (integer) l
|
||||||
1.0 float (single precision) s
|
1.0 float (single precision) s
|
||||||
1/3 double (double precision float) i
|
1/3 double (double precision float) i
|
||||||
|
[FIXME: This (1/3) no longer works due to the
|
||||||
|
new support for rational numbers.]
|
||||||
0+i complex (double precision) c
|
0+i complex (double precision) c
|
||||||
() conventional vector
|
() conventional vector
|
||||||
@end example
|
@end example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue