Ludovic Courtès
8482254ff1
Changes from arch/CVS synchronization
2007-08-11 10:48:28 +00:00
Ludovic Courtès
ac2235a29d
Changes from arch/CVS synchronization
2007-08-11 10:21:39 +00:00
Ludovic Courtès
8d87477875
Changes from arch/CVS synchronization
2007-08-08 15:38:44 +00:00
Ludovic Courtès
2b86affe0b
Changes from arch/CVS synchronization
2007-07-24 23:33:39 +00:00
Ludovic Courtès
8d1701ee9f
Changes from arch/CVS synchronization
2007-07-18 21:37:45 +00:00
Ludovic Courtès
c65c1bcd53
Changes from arch/CVS synchronization
2007-07-15 16:01:53 +00:00
Ludovic Courtès
48e2c94ba2
Changes from arch/CVS synchronization
2007-07-10 22:39:36 +00:00
Ludovic Courtès
91bb190dd7
Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs--1.8--patch-27
...
Creator: Ludovic Courtes <ludovic.courtes@laas.fr>
Merged small SRFI-19 fixes.
Patches applied:
* lcourtes@laas.fr--2006-libre/guile-core--cvs-head--0 (patch 68-69)
- SRFI-19: Fixed `date->julian-day' bug (reported by Jon Wilson).
- Updated ChangeLogs wrt. previous patch.
2007-07-09 16:49:43 +00:00
Ludovic Courtès
fe76611522
Changes from arch/CVS synchronization
2007-06-25 22:36:43 +00:00
Ludovic Courtès
a944fd0f81
Changes from arch/CVS synchronization
2007-06-13 22:20:39 +00:00
Ludovic Courtès
5b0c950458
Changes from arch/CVS synchronization
2007-06-12 22:09:38 +00:00
Ludovic Courtès
3b58a13b8b
Changes from arch/CVS synchronization
2007-06-07 08:44:27 +00:00
Ludovic Courtès
fa7e72a356
Changes from arch/CVS synchronization
2007-05-09 21:08:44 +00:00
Kevin Ryde
b386f6bd7b
New make-vtable
2007-03-07 21:41:03 +00:00
Kevin Ryde
aaeab88a72
Retrospectively add strftime %z sign fixed in 1.8.1.
2007-01-30 00:12:01 +00:00
Kevin Ryde
c1f47e6cb4
New set-program-arguments, misc further bug fixes noted
2007-01-15 22:47:26 +00:00
Kevin Ryde
ac506e6a50
fractions vs equal?, as fixed by Han-Wen
2006-12-23 23:22:37 +00:00
Kevin Ryde
1527281c3a
--use-srfi bug fix
2006-12-12 22:44:51 +00:00
Kevin Ryde
6b7d1640a3
srfi-60 copy-bit failed on 64-bit systems
2006-12-02 00:44:29 +00:00
Kevin Ryde
8d231cd678
Clarify "The evaluator checks the number of arguments more correctly."
...
is actually about `apply'.
2006-10-09 01:01:01 +00:00
Rob Browning
95c29ce416
*** empty log message ***
2006-10-07 03:53:32 +00:00
Rob Browning
cf3dd24319
*** empty log message ***
2006-10-06 01:41:56 +00:00
Kevin Ryde
81cb2c6921
** ice-9 ftw fix for same inodes across different devices
2006-10-04 22:26:25 +00:00
Neil Jerram
af8ea03c0a
Mention new make-completion-function procedure in (ice-9 readline).
2006-10-04 21:55:47 +00:00
Neil Jerram
3fd041651b
Minor fixes for typos and informal language
2006-10-04 21:34:57 +00:00
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