Marius Vollmer
101bd61cf5
*** empty log message ***
2006-05-07 22:54:25 +00:00
Marius Vollmer
6f4e78e532
(CELL_P): Also check that the potential pointer is
...
correctly aligned for a cell. Thanks to Miroslav Lichvar!
2006-05-07 22:53:58 +00:00
Marius Vollmer
a17a41085e
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
...
no longer needed and lead to unclean tarballs.
2006-05-01 21:33:12 +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
a25086f2e7
(Threads): In call-with-new-thread, handler arg is optional (as of 1.8.0).
2006-04-28 21:59:33 +00:00
Kevin Ryde
ab85b49900
Stray space after q-push! in intro.
2006-04-28 21:48:44 +00:00
Kevin Ryde
041d1dd126
*** empty log message ***
2006-04-20 23:57:24 +00:00
Kevin Ryde
9e8d0cc2af
* hierarchy.pdf: New file, converted from hierarchy.eps using
...
epstopdf, to let "make pdf" work.
* Makefile.am: (goops_TEXINFOS): Add it.
2006-04-20 23:57:05 +00:00
Kevin Ryde
5e5c736b44
New file, converted from hierarchy.eps using
...
epstopdf, to let "make pdf" work.
2006-04-20 23:56:30 +00:00
Kevin Ryde
4d93a9ff35
cvs remove, libguile-ltdl no longer used
2006-04-20 23:50:28 +00:00
Rob Browning
0173b78c97
*** empty log message ***
2006-04-19 03:58:03 +00:00
Rob Browning
2ac0f04603
Add back error if the size of off_t is unknown. The bug was actually
...
in guile-readline's configuration.
2006-04-19 03:57:03 +00:00
Rob Browning
da53d2ff90
Don't include Guile private header _scm.h. Include new
...
guile-readline-config.h private header.
2006-04-19 03:40:57 +00:00
Rob Browning
c6f2f46a2e
Add AC_CONFIG_AUX_DIR([.]) as suggested in the autotools
...
documentation. Add AM_CONFIG_HEADER([guile-readline-config.h]) so
that guile-readline will have its own configure-based config.h
equivalent.
(HAVE_RL_PRE_INPUT_HOOK): Add documentation template.
(GUILE_SIGWINCH_SA_RESTART_CLEARED): Add documentation template.
2006-04-19 03:40:41 +00:00
Rob Browning
242a2d87d9
Add guile-readline-config.h and guile-readline-config.h.in.
2006-04-19 03:37:26 +00:00
Rob Browning
4bea720290
*** empty log message ***
2006-04-19 03:37:03 +00:00
Rob Browning
5f504392ae
Add AC_CONFIG_AUX_DIR([.]) as suggested in the autotools
...
documentation.
2006-04-19 03:36:57 +00:00
Kevin Ryde
84f954caec
*** empty log message ***
2006-04-17 23:39:47 +00:00
Kevin Ryde
adce9123c3
(scm_mkstemp): Update docstring from the manual, in
...
particular file mode 0600 is not guaranteed.
2006-04-17 23:23:30 +00:00
Kevin Ryde
140f5e5796
*** empty log message ***
2006-04-17 01:47:40 +00:00
Kevin Ryde
61c0f9ce63
(lstat): Allow for test-symlink not existing yet.
2006-04-17 01:46:55 +00:00
Kevin Ryde
60771f9057
*** empty log message ***
2006-04-17 01:24:50 +00:00
Kevin Ryde
5c7ff8d92a
(scm_to_off_t, scm_from_off_t): No error if unknown off_t
...
size, to help the guile-readline build where off_t is unused.
2006-04-17 01:22:27 +00:00
Kevin Ryde
51c28a2047
scm_t_uint64 cast in scm_i_uniform32, which was apparently Mikael's
...
intention (as in the HEAD).
2006-04-17 00:25:52 +00:00
Kevin Ryde
d958b13ed0
Show Mikael's random.c change under his name, to reduce diff between
...
1.8 branch and the head.
2006-04-17 00:24:17 +00:00
Kevin Ryde
287bb7a23f
*** empty log message ***
2006-04-16 01:39:29 +00:00
Kevin Ryde
da58419409
(truncate-file): New tests.
2006-04-16 01:39:08 +00:00
Kevin Ryde
c783f5891a
(lstat, stat): New tests.
2006-04-16 01:38:18 +00:00
Kevin Ryde
171412ff78
(stat_or_stat64 etc): Macros for selecting LFS64 when available.
2006-04-16 01:33:22 +00:00
Kevin Ryde
c506a7fda5
(scm_stat2scm, scm_stat, scm_lstat): Use stat64.
...
(scm_readdir): Use readdir64.
(scm_copy_file): Use open64 and fstat64, to cope with >2Gb files.
2006-04-16 01:26:29 +00:00
Kevin Ryde
1c64e87552
(scm_truncate_file): Use truncate64. Correction truncate
...
and ftruncate take off_t not size_t.
2006-04-16 01:21:38 +00:00
Kevin Ryde
cc3d183cbb
*** empty log message ***
2006-04-16 01:12:16 +00:00
Kevin Ryde
d5e0ff663e
(stat64, off_t): New tests.
2006-04-16 01:10:34 +00:00
Kevin Ryde
a128b7e064
*** empty log message ***
2006-04-15 01:40:19 +00:00
Kevin Ryde
d8cfbbed2e
(System asyncs): "{void *}" in @deffnx to keep
...
the "*" out of the name in the index.
2006-04-15 01:39:38 +00:00
Kevin Ryde
a07fbceabb
*** empty log message ***
2006-04-06 00:33:32 +00:00
Kevin Ryde
0d3a990739
(Ports and File Descriptors): Clarify fcntl a bit,
...
and correction FD_CLOEXEC goes with FD_SETFD not FD_SETFL.
(Network Sockets and Communication): In accept, cross-reference to
fcntl on O_NONBLOCK.
2006-04-06 00:33:04 +00:00
Kevin Ryde
ffe9f271cc
*** empty log message ***
2006-04-06 00:15:18 +00:00
Kevin Ryde
e33026ad91
(scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE
...
instead of toggling it. Reported by Ludovic Courtès.
2006-04-06 00:14:10 +00:00
Kevin Ryde
5f0ecc1f02
*** empty log message ***
2006-03-30 23:35:33 +00:00
Kevin Ryde
e28124461b
(socklen_t): Enhance test for this type, coping with
...
need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
Jay Cotton.
2006-03-30 23:33:12 +00:00
Kevin Ryde
a77bd42e52
*** empty log message ***
2006-03-28 00:48:56 +00:00
Kevin Ryde
6ffab1a74b
(Vector Accessing from C): Show
...
SCM_SIMPLE_VECTOR_SET not SCM_SIMPLE_VECTOR_SET_X, the former is
what's in vector.h.
2006-03-28 00:47:47 +00:00
Kevin Ryde
6fe012a32c
(SCM_TESTS): Remove slib.test, it fails with current
...
slib and the ice-9 slib module is due for revision soon.
2006-03-28 00:44:54 +00:00
Marius Vollmer
50a64877dd
* threads.c (get_thread_stack_base): Use scm_get_stack_base
...
instead of accessing __libc_stack_end directly, and only do this
when pthread_attr_getstack is known not to work for the main
thread or when not using pthreads at all.
* gc_os_dep.c (scm_get_stack_base): Abort when the machine type is
unknown instead of returning NULL.
2006-03-25 22:24:21 +00:00
Marius Vollmer
d48f1dffa7
Added check that defines PTHREAD_ATTR_GETSTACK_WORKS when
...
pthread_attr_getstack works for the main thread.
2006-03-25 22:06:25 +00:00
Kevin Ryde
1e85890c0e
*** empty log message ***
2006-03-21 00:56:33 +00:00
Kevin Ryde
9d210d6854
(Conversion): Add scm_c_locale_stringn_to_number.
2006-03-21 00:52:46 +00:00
Kevin Ryde
2d25ec1981
2006-03-21 Ludovic Courtès <ludovic.courtes@laas.fr>
...
* numbers.c (scm_i_mem2number): Renamed to
scm_c_locale_stringn_to_number.
* numbers.c, print.c, read.c: Updated callers.
2006-03-21 00:45:09 +00:00
Kevin Ryde
d0a9429acc
2006-03-21 Ludovic Courtès <ludovic.courtes@laas.fr>
...
* numbers.c (scm_i_mem2number): Renamed to
scm_c_locale_stringn_to_number.
* numbers.h: Update function declaration.
2006-03-21 00:42:41 +00:00