Michael Livshin
b10586f098
* numbers.c (scm_sys_check_number_conversions): new function,
...
defined if Guile is compiled in debugging mode. currently checks
`scm_num2ulong', should check much much more.
* num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
unsigned, ensure that it's positive. thanks to Martin Baulig!
2001-09-01 17:17:50 +00:00
Michael Livshin
5de4485a4d
* numbers.c (scm_sys_check_number_conversions): new function,
...
defined if Guile is compiled in debugging mode. currently checks
`scm_num2ulong', should check much much more.
* num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
unsigned, ensure that it's positive. thanks to Martin Baulig!
2001-09-01 17:17:07 +00:00
Thien-Thi Nguyen
cc22373c6d
*** empty log message ***
2001-09-01 04:17:28 +00:00
Thien-Thi Nguyen
edf1bca8ea
(1.8.0): Add "move .gdbinit" entry.
2001-09-01 04:15:54 +00:00
Thien-Thi Nguyen
23434f43f2
(Sample GDB Initialization File): New section.
2001-09-01 04:14:50 +00:00
Thien-Thi Nguyen
6f84677a95
*** empty log message ***
2001-09-01 04:13:14 +00:00
Thien-Thi Nguyen
f2bd150b2d
(1.8.0): Add "move .gdbinit" entry.
2001-09-01 04:10:21 +00:00
Thien-Thi Nguyen
3cc0883ec0
(Sample GDB Initialization File): New section.
2001-09-01 04:09:05 +00:00
Dirk Herrmann
569c483b32
* Improved the readability of some patterns.
2001-08-31 14:48:19 +00:00
Dirk Herrmann
8c494e9973
* Removed lots of deprecated stuff.
2001-08-31 14:42:31 +00:00
Dirk Herrmann
dee01b012c
* Removed deprecated stuff.
...
* Some more renamings to SCM_<filename>_H.
2001-08-31 12:13:50 +00:00
Dirk Herrmann
b29058ffee
* Remove deprecated macros and typenames.
...
* Rename header macros to SCM_<filename>_H.
* Prefer !SCM_<foo> over SCM_N<foo>.
2001-08-31 11:17:06 +00:00
Dirk Herrmann
0527e68763
* Renamed header macros to the SCM_<filename>_H format.
2001-08-31 10:42:19 +00:00
Dirk Herrmann
431e2ac105
* Remove #& reader extension.
2001-08-31 09:51:25 +00:00
Dirk Herrmann
fc6629a7d5
* Deleted `and-let-star-compat.scm´.
2001-08-31 09:33:55 +00:00
Dirk Herrmann
fbd5c45215
* Using provided?´ instead of
feature?´.
2001-08-31 09:21:03 +00:00
Dirk Herrmann
f7c6b77886
* Removed deprecated definitions.
...
* Minor cleanups.
2001-08-31 09:16:23 +00:00
Thien-Thi Nguyen
d062bad113
*** empty log message ***
2001-08-30 23:32:10 +00:00
Thien-Thi Nguyen
f9da74b0f6
(resolve-interface): When returning a custom
...
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.
2001-08-30 23:30:12 +00:00
Thien-Thi Nguyen
e09c8eb747
*** empty log message ***
2001-08-30 23:27:48 +00:00
Thien-Thi Nguyen
bbf5a91367
(resolve-interface): When returning a custom
...
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.
2001-08-30 23:25:34 +00:00
Neil Jerram
2ccb6ae47b
* Added Eric Hanchrow to THANKS.
2001-08-30 20:23:44 +00:00
Neil Jerram
df1cc476e4
* Added Eric Hanchrow to THANKS.
2001-08-30 20:23:20 +00:00
Neil Jerram
8349f15cef
* Group all index nodes together.
2001-08-30 20:21:43 +00:00
Neil Jerram
255ea78443
* Group all index nodes together.
2001-08-30 20:19:20 +00:00
Neil Jerram
6c997de266
* Various typo fixes and clarifications merged from the stable CVS branch.
2001-08-30 20:02:13 +00:00
Thien-Thi Nguyen
3de3fec11e
*** empty log message ***
2001-08-30 18:28:45 +00:00
Thien-Thi Nguyen
e8d7c28a23
Mention libtool ./configure-regeneration requirement.
2001-08-30 18:27:11 +00:00
Thien-Thi Nguyen
cf390da164
*** empty log message ***
2001-08-30 18:25:39 +00:00
Thien-Thi Nguyen
e1f0133b40
Mention libtool ./configure-regeneration requirement.
2001-08-30 18:23:35 +00:00
Neil Jerram
433f3491f1
* Merge missing ChangeLog entry from development CVS branch.
2001-08-27 21:32:39 +00:00
Neil Jerram
b45898cae3
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
...
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
2001-08-27 21:25:44 +00:00
Neil Jerram
07f9576b8c
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
...
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
* Add .cvsignore files.
2001-08-27 21:02:46 +00:00
Marius Vollmer
fada26b27e
*** empty log message ***
2001-08-26 21:54:33 +00:00
Marius Vollmer
f5fd8aa2a7
Replaced "scm_t_portable" with "scm_port_table" which was an artifact
...
from the great "scm_*_t -> scm_t_" renaming.
2001-08-26 21:54:11 +00:00
Marius Vollmer
7e8ef316ad
Use load-extension instead of explicit dynamic-link/dynamic-call.
...
Removed ".so" extension from library name.
2001-08-26 21:52:33 +00:00
Marius Vollmer
f91fc9cdd3
Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
...
itself.
2001-08-26 21:51:32 +00:00
Marius Vollmer
d877cf50d6
*** empty log message ***
2001-08-26 21:49:49 +00:00
Marius Vollmer
206a1bd8d7
Replaced "scm_t_portable" with "scm_port_table" which was an artifact
...
from the great "scm_*_t -> scm_t_" renaming.
2001-08-26 21:49:32 +00:00
Marius Vollmer
591897a9b8
Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
...
itself.
2001-08-26 21:48:57 +00:00
Thien-Thi Nguyen
b51d7c353c
Add news on :select' and
:renamer' facilities.
2001-08-25 19:55:56 +00:00
Thien-Thi Nguyen
047dc3aed5
Add news on :select' and
:renamer' facilities.
2001-08-25 19:52:53 +00:00
Thien-Thi Nguyen
06833fa252
*** empty log message ***
2001-08-25 19:12:40 +00:00
Thien-Thi Nguyen
73019da091
(test-time-comparision, test-time-arithmatic): New procs.
...
Add time comparison tests using new procs.
Thanks to Alex Shinn.
2001-08-25 19:11:30 +00:00
Thien-Thi Nguyen
6fdad5dcc3
*** empty log message ***
2001-08-25 19:10:29 +00:00
Thien-Thi Nguyen
176d0e0bfd
(test-time-comparision, test-time-arithmatic): New procs.
...
Add time comparison tests using new procs.
Thanks to Alex Shinn.
2001-08-25 19:08:50 +00:00
Thien-Thi Nguyen
f4f1c79032
*** empty log message ***
2001-08-25 19:07:24 +00:00
Thien-Thi Nguyen
f1454a13dc
(add-duration): Fix bug: Call `add-duration!' w/ two args.
...
Thanks to Alex Shinn.
2001-08-25 19:06:09 +00:00
Thien-Thi Nguyen
fa5a8c00ec
*** empty log message ***
2001-08-25 19:05:07 +00:00
Thien-Thi Nguyen
afb47f6d45
(add-duration): Fix bug: Call `add-duration!' w/ two args.
...
Thanks to Alex Shinn.
2001-08-25 18:40:11 +00:00