1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
Commit graph

10513 commits

Author SHA1 Message Date
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
Kevin Ryde
3c50d8f109 (Signals): Merge sleep and usleep, note usleep not
actually microsecond accurate, remove warning usleep not always
available (guile has own code for it now, it's not the system call).
Cross reference scm_std_sleep / scm_std_usleep.

(Signals): Merge getitimer and setitimer, describe what
each timer does, use @defvar to get them indexed, caution may not
actually be microsecond accurate.
2007-02-21 22:28:22 +00:00
Neil Jerram
59891aa083 * config.rpath (Module): New (from gettext package).
* INSTALL: New upstream version.

* ABOUT-NLS: New upstream version.
2007-02-20 23:14:01 +00:00
Neil Jerram
bdfa7cf284 (check_SCRIPTS): Add test-use-srfi, so
that it gets into the distribution.
2007-02-20 21:52:09 +00:00
Neil Jerram
f7cd9d07e1 *** empty log message *** 2007-02-18 23:34:34 +00:00
cvs2svn
62f95aeb71 This commit was manufactured by cvs2svn to create branch
'branch_release-1-8'.
2007-02-18 23:04:36 +00:00
Neil Jerram
819cd90151 * configure.in: Remove AM_GNU_GETTEXT_VERSION again.
* Makefile.am (EXTRA_DIST): Add config.rpath.

* config.rpath (Module): New (from gettext package).
2007-02-18 23:04:35 +00:00
Neil Jerram
169ccff576 (connect-to-gds): Break generation of client name
into ...
(client-name): New procedure.
(client-name): Put something from (program-arguments) in the
client name that GDS displays in Emacs.
(connect-to-gds, client-name): Add application-name arg to allow
caller to specify client name.
2007-02-18 23:03:35 +00:00
Kevin Ryde
3591d9f5a9 *** empty log message *** 2007-02-16 00:32:17 +00:00
Kevin Ryde
906883cb97 (Records): In make-record-type, describe optional print function argument. 2007-02-16 00:12:31 +00:00
Ludovic Courtès
e6ee0d484f Changes from arch/CVS synchronization 2007-02-09 16:25:50 +00:00
Neil Jerram
ed1dec3ce3 * gds-scheme.el (gds-display-results): Use save-selected-window
instead of switching to other-window in order to return to the
        proper window in frames with more than two windows.
2007-02-06 23:31:03 +00:00
Ludovic Courtès
2656b1b208 Changes from arch/CVS synchronization 2007-02-04 21:16:31 +00:00
Ludovic Courtès
a2f00b9b36 Changes from arch/CVS synchronization 2007-01-31 20:58:20 +00:00