1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 04:15:36 +02:00
Commit graph

5749 commits

Author SHA1 Message Date
Rob Browning
0cfddc65d8 * GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release. 2001-09-05 15:48:14 +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
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
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
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
Neil Jerram
433f3491f1 * Merge missing ChangeLog entry from development CVS branch. 2001-08-27 21:32:39 +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
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
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
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
8423ceea62 *** empty log message *** 2001-08-25 18:37:31 +00:00
Thien-Thi Nguyen
0b9f43f5b2 (SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
SCM_VALIDATE_UINT_COPY, SCM_VALIDATE_INT_COPY): New macros.
Thanks to Chris Cramer.
2001-08-25 18:31:56 +00:00
Thien-Thi Nguyen
5bae771731 (GC_noop1): Move before `GC_find_limit' where it is used; nfc.
Thanks to Bill Schottstaedt.
2001-08-25 18:31:17 +00:00
Marius Vollmer
60b3e53eb4 *** empty log message *** 2001-08-25 16:10:50 +00:00
Marius Vollmer
05616098de (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:10:33 +00:00
Marius Vollmer
118b24260c Fixed typo. 2001-08-25 16:09:44 +00:00
Thien-Thi Nguyen
bf99aa6c4f *** empty log message *** 2001-08-24 22:27:38 +00:00
Thien-Thi Nguyen
af81f151f1 Add Alex Shinn. 2001-08-24 22:17:45 +00:00
Thien-Thi Nguyen
dfcbae095d *** empty log message *** 2001-08-24 22:16:40 +00:00
Thien-Thi Nguyen
439ece68ab (string-for-each, string-for-each-index): Add tests. 2001-08-24 22:15:35 +00:00
Thien-Thi Nguyen
ad9a257283 (string-for-each-index): New exported proc. 2001-08-24 22:13:26 +00:00
Thien-Thi Nguyen
9a6b38abe1 (scm_string_for_each): Reverse order of first 2 args.
(scm_string_for_each_index): New func.

Thanks to Alex Shinn.
2001-08-24 22:12:45 +00:00
Thien-Thi Nguyen
24205ce1cd (scm_string_map, scm_string_map_x,
scm_string_for_each): Reverse order of first two args.
(scm_string_for_each_index): New proc.

Thanks to Alex Shinn.
2001-08-24 22:10:29 +00:00
Neil Jerram
3b29694c7c * Fix inclusion of AUTHORS file following documentation split into subdirs. 2001-08-24 12:42:49 +00:00
Neil Jerram
ad36a10117 * Split documentation into per-manual subdirectories. 2001-08-24 11:58:36 +00:00
cvs2svn
0923df6aa1 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-08-24 11:06:34 +00:00
Neil Jerram
0aa7a7ceba * Removed texinfo.tex - it is supplied by Automake.
* Added some entries to .cvsignore files.
2001-08-24 11:06:33 +00:00
Neil Jerram
11ca886536 * Complete split of documentation into per-manual subdirectories. 2001-08-24 10:16:15 +00:00
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
Thien-Thi Nguyen
691365f22a *** empty log message *** 2001-08-23 19:09:08 +00:00
Thien-Thi Nguyen
2b33c2f28d (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-23 19:07:30 +00:00
Thien-Thi Nguyen
fd8a9f4b35 (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-23 19:02:41 +00:00
Mikael Djurfeldt
80fdeb4e5a * tests/srfi-13.test (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)

* srfi-13.c (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)
2001-08-22 12:00:06 +00:00
Mikael Djurfeldt
88176879bf * scheme-options.texi (Evaluator trap options): Splitted
section "Evaluator options".

* scheme-evaluation.texi (Evaluator Behaviour): Typo "reader
options" --> "evaluator options".
2001-08-22 09:57:35 +00:00
Neil Jerram
cf504ee0cf * Fix spelling mistake in comment. 2001-08-18 16:32:04 +00:00
Rob Browning
59cd9b0f67 * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
already in info_TEXINFOS.
2001-08-18 03:06:26 +00:00
Rob Browning
8098fca931 *** empty log message *** 2001-08-18 03:06:18 +00:00
Rob Browning
a786db16b2 * .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
only matters once you fix the bug in automake.
2001-08-18 03:06:09 +00:00
Rob Browning
b46629fe3a * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
already in info_TEXINFOS.
2001-08-18 03:03:50 +00:00