public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile numbers.h
@ 2000-06-19  3:04 mdj
  0 siblings, 0 replies; 4+ messages in thread
From: mdj @ 2000-06-19  3:04 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/19 03:04:53

Modified files:
	guile-core/libguile: numbers.h 

Log message:
	* numbers.h (SCM_NEWREAL, SCM_NEWCOMPLEX):  Removed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* guile/guile-core/libguile numbers.h
@ 2000-06-20  7:57 mdj
  0 siblings, 0 replies; 4+ messages in thread
From: mdj @ 2000-06-20  7:57 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/20 07:57:45

Modified files:
	guile-core/libguile: numbers.h 

Log message:
	* numbers.h: Put #ifdef HAVE_LONG_LONGS around declarations using
	the long_long type.  (Thanks to Bernard Urban.)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* guile/guile-core/libguile numbers.h
@ 2000-03-13 22:41 mdj
  0 siblings, 0 replies; 4+ messages in thread
From: mdj @ 2000-03-13 22:41 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/13 22:41:25

Modified files:
	guile-core/libguile: numbers.h 

Log message:
	* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,
	numbers.h, objects.c, ramap.c, random.c, unif.c, unif.h: Extensive
	rewrite of handling of real and complex numbers.
	(SCM_FLOATS, SCM_SINGLES): These #ifdef conditionals have been
	removed along with the support for floats.  (Float vectors are
	still supported.)
	
	* numbers.h (SCM_BIGSIGN): Sign moved to bit 16.
	(scm_makdbl): Deprecated.
	(SCM_NEWREAL, SCM_NEWCOMPLEX): New macros.
	(SCM_SINGP): Deprecated.
	(SCM_FLO): Removed.
	(SCM_INEXP, SCM_CPLXP): Deprecated.
	(SCM_INEXACTP, SCM_COMPLEXP): New macros.
	(SCM_COMPLEX_REAL, SCM_COMPLEX_IMAG): Renamed from
	SCM_REAL, SCM_IMAG (and now only valid for complex numbers).
	(SCM_REAL, SCM_IMAG): New, *deprecated*, selectors which work both
	for doubles and complex numbers.
	(SCM_REAL_VALUE): New selector for doubles.
	(scm_double_t, scm_complex_t): New types.
	(scm_dbl): Removed.
	
	* numbers.h (struct scm_dbl): changed to represent a double cell,
	with the number in the second half.
	(struct scm_cplx): new, represents a complex number as a triple
	cell.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* guile/guile-core/libguile numbers.h
@ 2000-03-12  8:10 mdj
  0 siblings, 0 replies; 4+ messages in thread
From: mdj @ 2000-03-12  8:10 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/12 08:10:03

Modified files:
	guile-core/libguile: numbers.h 

Log message:
	* numbers.h (SCM_SRS, SCM_INUM): Corrected SCM_ASSCM/ASWORD fixes.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-06-20  7:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-19  3:04 guile/guile-core/libguile numbers.h mdj
  -- strict thread matches above, loose matches on Subject: below --
2000-06-20  7:57 mdj
2000-03-13 22:41 mdj
2000-03-12  8:10 mdj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).