* numbers.c (num2long): As a software archeologist, I'm proud of
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 26 Oct 1998 07:46:54 +0000 (07:46 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 26 Oct 1998 07:46:54 +0000 (07:46 +0000)
commit3ffc7a360f053673fb5dc578c1a2334d0a07c653
treed063169d3d6b3f5d8bb63c80debea17c255560b5
parentfe1a46f0e20464bcb48efa2d3f421f5471e36ac3
* numbers.c (num2long): As a software archeologist, I'm proud of
this finding! :) Preliminary dating suggests an almost 4 year old
remnant from the SCM ancestor.  The sample has been removed from
the finding site and is now safely stored in the repository.
* numbers.h: Removed prototype for num2long.
* unif.c (scm_array_set_x): Use scm_num2long instead of num2long.
* gh_data.c (gh_scm2doubles): Make it possible to pass result
array as second arg.
(gh_chars2byvect, gh_shorts2svect, gh_floats2fvect, gh_scm2chars,
gh_scm2shorts, gh_scm2longs, gh_scm2floats): New functions.
* gh.h: Updated and added prototypes.
* gh_data.c (gh_ints2scm): Handle integers outside INUM limits.
NEWS
libguile/ChangeLog
libguile/gh.h
libguile/gh_data.c
libguile/numbers.c
libguile/numbers.h
libguile/unif.c