1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00
Commit graph

10726 commits

Author SHA1 Message Date
Kevin Ryde
7d19b4605e *** empty log message *** 2007-08-16 23:30:56 +00:00
Kevin Ryde
f88648366c Add #define _REENTRANT, to get gmtime_r() prototype on
solaris 2.6.  Reported by anirkko.
2007-08-16 23:29:02 +00:00
Ludovic Courtès
0ca1d168f0 Added `config.rpath'. 2007-08-14 14:45:25 +00:00
Ludovic Courtès
8482254ff1 Changes from arch/CVS synchronization 2007-08-11 10:48:28 +00:00
Ludovic Courtès
962b91dafc Changes from arch/CVS synchronization 2007-08-11 10:45:27 +00:00
Ludovic Courtès
468a7976d2 Added SRFI-35 files. 2007-08-11 10:22:35 +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
932bd3abce Changes from arch/CVS synchronization 2007-08-08 15:04:30 +00:00
Ludovic Courtès
c60e7fe655 Changes from arch/CVS synchronization 2007-08-03 14:40:01 +00:00
Ludovic Courtès
2b86affe0b Changes from arch/CVS synchronization 2007-07-24 23:33:39 +00:00
Ludovic Courtès
817de81ca1 Added new SRFI-37 files. 2007-07-18 21:39:24 +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
bf42737e81 Added new files from the `workbook' directory. 2007-07-15 14:50:28 +00:00
Ludovic Courtès
99a3400ceb Changes from arch/CVS synchronization 2007-07-15 14:49:13 +00:00
Ludovic Courtès
cf78a54844 Changes from arch/CVS synchronization 2007-07-15 13:49:11 +00:00
Ludovic Courtès
31fa00c058 Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs--1.8--patch-32
Creator:  Ludovic Courtes <ludovic.courtes@laas.fr>

Updated `LIBGUILEREADLINE-VERSION'.

(See ChangeLog.)
2007-07-15 13:48:06 +00:00
Ludovic Courtès
4b62bccfd8 Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs--1.8--patch-31
Creator:  Ludovic Courtes <ludovic.courtes@laas.fr>

Updated `GUILE-VERSION' for 1.8.2.

(See ChangeLog.)
2007-07-15 13:42:52 +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
8edec42a34 Changes from arch/CVS synchronization 2007-05-16 08:04:17 +00:00
Ludovic Courtès
fa7e72a356 Changes from arch/CVS synchronization 2007-05-09 21:08:44 +00:00
Kevin Ryde
caa590242c copyright year 2007-03-07 23:13:28 +00:00
Kevin Ryde
af6bafa040 correction to copyright year (2007 is for the FSF) 2007-03-07 22:59:20 +00:00
Kevin Ryde
4d9a4f4b33 copyright year 2007-03-07 22:44:58 +00:00
Kevin Ryde
f7d456627b *** empty log message *** 2007-03-07 22:26:15 +00:00
Kevin Ryde
6c2e00771b (SLIB): Shorten the bit about core funcs overridden.
Don't want to duplicate the SLIB specs, and the set of modified bits
is likely to change over time and don't want to have to keep up with
that.
2007-03-07 22:25:45 +00:00
Kevin Ryde
f3a5c8f769 *** empty log message *** 2007-03-07 22:15:15 +00:00
Kevin Ryde
08ea3794d2 (make-struct): Exercise the error check on tail
array size != 0 when layout spec doesn't have tail array.
(make-vtable): Exercise this.
2007-03-07 22:14:46 +00:00
Kevin Ryde
364f8ccfdc Add various @cindex entries. 2007-03-07 22:11:33 +00:00
Kevin Ryde
1469729406 *** empty log message *** 2007-03-07 22:06:55 +00:00
Kevin Ryde
bd91babb03 (Structures): Revise and expand variously, add make-vtable. 2007-03-07 21:57:48 +00:00
Kevin Ryde
b386f6bd7b New make-vtable 2007-03-07 21:41:03 +00:00
Kevin Ryde
c6e540513f * struct.c, struct.h (scm_make_vtable): New function, providing
`make-vtable'.
	* stacks.c (scm_init_stacks): Use it.
2007-03-07 21:39:34 +00:00
Kevin Ryde
b73aa1222a (scm_make_vtable): New function, providing `make-vtable'. 2007-03-07 21:38:40 +00:00
Kevin Ryde
c071ffc8d7 unused variable in last change 2007-03-06 00:20:13 +00:00
Kevin Ryde
f548a5d7ff *** empty log message *** 2007-03-05 23:56:47 +00:00
Kevin Ryde
a27c31be58 (scm_make_struct): Check for R,W,O at end of layout when
allocating a tail array.  If there's no such then those tail fields
are uninitialized and garbage SCMs there can cause a segv if printed
(after fetching with struct-ref).
2007-03-05 23:49:50 +00:00
Ludovic Courtès
5969c46ac9 Add arch tagline 2007-02-28 09:06:33 +00:00
Kevin Ryde
a1f05cbfd2 *** empty log message *** 2007-02-22 00:11:57 +00:00
Kevin Ryde
5e5d86d8de (make-struct): New test of type check on a "u"
field, which had been causing an abort().
2007-02-22 00:08:34 +00:00
Kevin Ryde
b2f4bde905 *** empty log message *** 2007-02-21 23:58:36 +00:00
Kevin Ryde
18cece63b8 (scm_sleep): In docstring, cross refence usleep.
(scm_usleep): Update docstring per manual, cross reference sleep.
2007-02-21 22:59:49 +00:00
Kevin Ryde
0140f86338 *** empty log message *** 2007-02-21 22:55:18 +00:00
Kevin Ryde
c8fdac963e (scm_make_struct): Move SCM_CRITICAL_SECTION_END up so that
scm_struct_init is not within that section.  scm_struct_init can
thrown an error, which within a critical section results in an
abort().
2007-02-21 22:43:05 +00:00