Kevin Ryde
b80fcfc4ad
*** empty log message ***
2006-05-09 00:28:02 +00:00
Kevin Ryde
05d0fc3833
(scm_seek): Use lseek64.
...
(scm_truncate_file): Use ftruncate64.
2006-05-09 00:26:58 +00:00
Kevin Ryde
e6a7795376
(scm_open_fdes): Use open64.
...
(scm_init_filesys): Add O_LARGEFILE.
2006-05-09 00:26:01 +00:00
Kevin Ryde
65581bc84d
(scm_i_divide): For big/big wanting inexact, use mpq_get_d
...
rather than converting to doubles, to avoid inf or nan when the inputs
are too big for a double but the quotient does fit. This affects
conversions exact->inexact of big fractions.
2006-05-09 00:25:11 +00:00
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
d3774e2c7f
(CELL_P): Also check that the potential pointer is
...
correctly aligned for a cell. Thanks to Miroslav Lichvar!
2006-05-07 22:51:06 +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
7f9da94135
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
...
no longer needed and lead to unclean tarballs.
2006-05-01 21:32:21 +00:00
Marius Vollmer
03a254501a
Changed "1.7" to "1.10" in description of the effective version.
...
Thanks to Jon Wilson!
2006-05-01 21:07:20 +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
73350cf559
*** empty log message ***
2006-04-17 01:48:50 +00:00
Kevin Ryde
9560d8bba4
(lstat): Allow for test-symlink not existing yet.
2006-04-17 01:48:14 +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
34646b1062
*** empty log message ***
2006-04-17 01:36:55 +00:00
Kevin Ryde
6cecdff760
Bump lib file version to libguilereadline-v-18,
...
matching LIBGUILEREADLINE-VERSION.
2006-04-17 01:35:37 +00:00
Kevin Ryde
281ab5e22e
*** empty log message ***
2006-04-17 01:26:12 +00:00
Kevin Ryde
60771f9057
*** empty log message ***
2006-04-17 01:24:50 +00:00
Kevin Ryde
b4716c8d4f
(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:23:37 +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
4800a61a6c
Correction to "not a Guile release" warning, show 1.8 not 1.6.
2006-04-17 00:38:33 +00:00
Kevin Ryde
ab0883a20b
drop extra 2006-02-06 heading
2006-04-17 00:29:38 +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
3eccf6150b
unduplicate --enable-arrays removal entry
2006-04-17 00:20:43 +00:00
Kevin Ryde
4f41661657
merge from 1.8 branch
2006-04-17 00:18:11 +00:00
Kevin Ryde
2b829bbb3d
merge from 1.8 branch
2006-04-17 00:05:42 +00:00
Kevin Ryde
cd5fea8dbe
merge from 1.8 branch
2006-04-16 23:43:48 +00:00
Kevin Ryde
6e7d5622ee
merge from 1.8 branch
2006-04-16 23:37:40 +00:00
Kevin Ryde
1b09b607dd
merge from 1.8 branch
2006-04-16 23:18:55 +00:00
Kevin Ryde
35369f4576
merge from 1.8 branch
2006-04-16 23:05:07 +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