1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00
Commit graph

495 commits

Author SHA1 Message Date
Rob Browning
bc27192cd1 *** empty log message *** 2006-10-04 06:13:48 +00:00
Kevin Ryde
f91265a3ec ** apply arg count checking fix on "1 or 2 arg" functions such as make-vector 2006-10-02 20:47:03 +00:00
Kevin Ryde
21cde7ad3e LFS for file access. 2006-09-26 01:55:04 +00:00
Ludovic Courtès
903762e5cf Changes from arch/CVS synchronization 2006-09-25 08:23:24 +00:00
Kevin Ryde
c2696f1f61 primitive-_exit under "scheme functions and syntax" 2006-08-25 00:59:13 +00:00
Kevin Ryde
3d59ecbc90 record type checks 2006-08-25 00:56:49 +00:00
Ludovic Courtès
97217304d6 Changes from arch/CVS synchronization 2006-06-20 16:44:50 +00:00
Kevin Ryde
8e909efe1c show "(since 1.8.0)" for 1.8.1 2006-06-17 23:19:29 +00:00
Marius Vollmer
2f84db4c66 *** empty log message *** 2006-05-29 21:43:55 +00:00
Kevin Ryde
d3d08cb4b5 srfi-1 assoc bug fix 2006-05-19 23:59:40 +00:00
Kevin Ryde
7fe93be20b primitive-_exit 2006-05-15 00:40:29 +00:00
Kevin Ryde
23a7f29a8a More new bits, from reviewing the current diff 2006-05-11 01:50:49 +00:00
Kevin Ryde
6a0211c97c n-par-for-each, n-for-each-par-map bug fixes 2006-05-11 01:28:47 +00:00
Marius Vollmer
467bc29a72 Changed "1.7" to "1.8" in description of the effective version.
Thanks to Jon Wilson!
2006-05-01 21:03:10 +00:00
Kevin Ryde
3d7f034da8 ** string<? and friends follow char<? etc order on 8-bit chars. 2006-03-03 23:59:45 +00:00
Kevin Ryde
242b727dda 1.8.1 bug fix array-set! with bit vector 2006-03-03 23:35:14 +00:00
Marius Vollmer
0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
Marius Vollmer
c98f12f1a5 Branched for 1.8 series.
* GUILE-VERSION: Bumped version numbers.

	* configure.in: Removed --enable-arrays option.

	* srfi-1.scm, srfi-60.scm: Updated versions in library name to
	match GUILE-VERSION.

	* goops.texi (Basic Generic Function Creation): Added blurb about
	merge-generics duplicates handler from NEWS-
2006-02-05 22:49:28 +00:00
Marius Vollmer
3c55760aa3 Don't mention futures. 2006-01-29 19:46:30 +00:00
Marius Vollmer
661ae7ab6b Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts.  Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.
2006-01-29 00:23:28 +00:00
Marius Vollmer
e299cee2a0 Explicit typos. 2005-12-30 19:33:19 +00:00
Neil Jerram
09172f9c31 *** empty log message *** 2005-12-30 14:33:43 +00:00
Neil Jerram
9abd541eb7 Remove entry claiming that breakpoints have been added,
because breakpoints are now implemented outside the core distro.
Add entries on obsolescence of the 'cheap option and on tweaking
support in evaluator trap calls.  Finally, correct outline level
of item about make-keyword-from-dash-symbol.
2005-12-14 00:55:22 +00:00
Marius Vollmer
a81d0de109 *** empty log message *** 2005-12-06 22:37:39 +00:00
Marius Vollmer
227eafdb3c Updated print-options. 2005-09-04 21:31:05 +00:00
Marius Vollmer
930888e8e8 *** empty log message *** 2005-07-31 23:16:59 +00:00
Marius Vollmer
1cf1bb9513 *** empty log message *** 2005-06-12 19:15:09 +00:00
Marius Vollmer
87bdbdbc8b *** empty log message *** 2005-03-29 18:05:38 +00:00
Marius Vollmer
aa9200e51a Talk about non-blockable GC. 2005-03-18 09:26:05 +00:00
Marius Vollmer
a6d75e533e Couple cleanups. 2005-03-09 22:09:11 +00:00
Marius Vollmer
a558cc63a8 Updates. 2005-03-04 16:57:17 +00:00
Marius Vollmer
1f834c95da Additions. 2005-03-02 20:54:40 +00:00
Rob Browning
f7fb2f39a4 *** empty log message *** 2005-02-12 06:15:51 +00:00
Mikael Djurfeldt
e94d0be22b Typo. 2005-02-08 19:19:03 +00:00
Han-Wen Nienhuys
1367aa5e91 * gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.
* gc-segment.c (scm_i_all_segments_statistics): new function.
(scm_i_heap_segment_statistics): new function

* gc.c (s_scm_gc_live_object_stats): new GUILE callable: return
statistics on the number of live objects of each type.

* gc-card.c (scm_i_tag_name):  new function.
(scm_i_card_statistics): new function.
2005-01-27 22:19:49 +00:00
Marius Vollmer
f74bdbd3e5 Moved info about deprecation to "Changes to distribution" section.
Talk about (debug-enable 'warn-deprecated).
2005-01-12 11:08:51 +00:00
Marius Vollmer
0c7a5cab17 More deprecated array stuff. 2005-01-11 16:56:54 +00:00
Marius Vollmer
dc91d8de1a *** empty log message *** 2005-01-11 00:32:18 +00:00
Marius Vollmer
0b63c1eeb7 More removed bitvector stuff. 2005-01-07 15:50:41 +00:00
Marius Vollmer
c34e5780b0 Vector API has been mostly deprecated. 2005-01-02 20:58:53 +00:00
Marius Vollmer
3167d5e475 *** empty log message *** 2004-12-22 15:02:13 +00:00
Marius Vollmer
f27a256499 More harsh words about non-compatibilities... 2004-11-10 01:57:37 +00:00
Marius Vollmer
d233b123d0 More stuff about arrays and vectors. 2004-11-09 13:48:14 +00:00
Marius Vollmer
a2b6a0e7f2 *** empty log message *** 2004-11-05 14:50:16 +00:00
Marius Vollmer
d4ea47c8da *** empty log message *** 2004-11-03 22:02:13 +00:00
Marius Vollmer
bb9f50ae10 *** empty log message *** 2004-10-27 19:38:04 +00:00
Marius Vollmer
7b1574ed4f *** empty log message *** 2004-10-27 17:39:04 +00:00
Marius Vollmer
6191ccecf1 *** empty log message *** 2004-10-22 13:04:09 +00:00
Marius Vollmer
aef0bdb420 *** empty log message *** 2004-10-04 18:07:12 +00:00
Marius Vollmer
6a1d27ea08 Added section about highlighting in backtraces. 2004-09-29 18:13:40 +00:00