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

7640 commits

Author SHA1 Message Date
Rob Browning
03e24dbcd7 * Makefile.am (modinclude_HEADERS): add scmconfig.h.
(scmconfig.h): new target -- generate file from ../config.h.
(MOSTLYCLEANFILES): add scmconfig.h.
2002-08-05 16:26:31 +00:00
Rob Browning
a8c2aa0337 * configure.in: change our config header from libguile/scmconfig.h
to be the traditional ./config.h.  libguile/scmconfig.h is now
built from that during the build process.
2002-08-05 16:26:24 +00:00
Han-Wen Nienhuys
39e8f371e2 (INPUT_ERROR): Prepare for file:line:column error
messages for errors in scm_lreadr() and friends.
2002-08-04 23:33:28 +00:00
Gary Houston
f5f45abe9f minor help-line edit 2002-08-04 19:49:56 +00:00
Han-Wen Nienhuys
5f16b8973e init port entry 2002-08-04 16:10:19 +00:00
Han-Wen Nienhuys
402788a938 port GC fix 2002-08-04 15:25:07 +00:00
Han-Wen Nienhuys
c2cbcc5768 gc statistic tweaks 2002-08-04 14:09:14 +00:00
Han-Wen Nienhuys
c7743d027a more code 2002-08-04 00:18:33 +00:00
Han-Wen Nienhuys
c8a1bdc460 new gc 2002-08-04 00:17:18 +00:00
Gary Houston
c3164ca85e * scheme-modules.texi: split "Scheme and modules" into
"provide and require" and "Environments".  Mention R5RS
	environments.
2002-08-02 22:58:38 +00:00
Marius Vollmer
cc8c6e7d30 *** empty log message *** 2002-08-01 18:43:19 +00:00
Marius Vollmer
f9482b3108 Moved here from parent directory. 2002-08-01 18:42:11 +00:00
Rob Browning
4daec3246b * api-diff: removed -- see doc/ChangeLog -- this may be a great
idea, but it'll have to wait for post 1.6.1.
2002-07-26 22:32:30 +00:00
Rob Browning
de4c004a94 *** empty log message *** 2002-07-26 22:32:22 +00:00
Rob Browning
031f5d648e * groupings.alist: remove for now. This may be a great idea, but
it'll have to wait for post 1.6.1.

* Makefile.am: remove groupings.alist and guile-api.alist for now.
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:12 +00:00
Rob Browning
4cef5611d2 * Makefile.am: remove groupings.alist and guile-api.alist for now.
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:03 +00:00
Marius Vollmer
c3b6ed76e3 *** empty log message *** 2002-07-26 16:21:00 +00:00
Marius Vollmer
1bb649f993 (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works. 2002-07-26 16:20:53 +00:00
Marius Vollmer
ab331c2b6c *** empty log message *** 2002-07-26 16:00:38 +00:00
Marius Vollmer
5a6aa7e7ce (SCM_BENCHMARKS): List the real benchmarks, not foo
and bar.
(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
2002-07-26 16:00:27 +00:00
Marius Vollmer
aea06b34a5 *** empty log message *** 2002-07-25 12:12:33 +00:00
Marius Vollmer
dfd71abaf0 (rstate_free): Return zero. 2002-07-25 12:12:21 +00:00
Dirk Herrmann
35060ae90e * environments.c (remove_key_from_alist): Removed.
(obarray_remove):  Simplified.
2002-07-24 16:34:43 +00:00
Stefan Jahn
6a53544072 2002-07-24 Stefan Jahn <stefan@lkcc.org>
* continuations.h: ia64: Include <signal.h> before
        <sys/ucontext.h>.
2002-07-24 09:25:24 +00:00
Han-Wen Nienhuys
afc8e572ba (mscripts): find and check version number of
automake. Complain if 1.6 is not found.
2002-07-22 00:17:26 +00:00
Dirk Herrmann
bcbd25b74f * modules.c (scm_sym2var): Don't compare SCM values with ==. 2002-07-21 21:18:27 +00:00
Han-Wen Nienhuys
1d1559ce6d * macros.c: include deprecation.h
* vectors.c (s_scm_vector_move_right_x): remove side effect in
macro arg.
(s_scm_vector_move_left_x): idem.

* net_db.c, posix.c, socket.c: variable naming: change ans to
result.

* sort.c (scm_merge_vector_x): accept vector as argument
iso. SCM*. This is needed for full GC correctness.

* gc.h: undo previous undocumented changes related to #ifdef
GENGC.
2002-07-21 17:46:23 +00:00
Dirk Herrmann
8f28ea31bb * lib.scm (print-result, print-user-result): Changed the
reporter's outputs to use symbols rather than strings to document
the individual values.  Thanks to Neil Jerram for the suggestion.
2002-07-21 12:01:26 +00:00
Dirk Herrmann
bde9d30b51 * benchmarks/0-reference.bm: Added as a reference benchmark to be
used to calibrate iteration counts.

* lib.scm: Added documentation.  Added some initialization
messages.

(benchmark-time-base, benchmark-total-time, benchmark-user-time,
benchmark-system-time, benchmark-frame-time, benchmark-core-time,
benchmark-user-time\interpreter, benchmark-core-time\interpreter):
Exported.

(benchmark-time-base, time-base): Renamed time-base to
benchmark-time-base and introduced new time-base as a short-cut.

(total-time, benchmark-total-time, user-time, benchmark-user-time,
system-time, benchmark-system-time, frame-time,
benchmark-frame-time, benchmark-time, benchmark-core-time,
user-time\interpreter, benchmark-user-time\interpreter,
benchmark-time\interpreter, benchmark-core-time\interpreter,
print-result, print-user-result):  Renamed <foo>-time to
benchmark-<foo>-time.  Exceptions: benchmark-time and
benchmark-time\interpreter were renamed to benchmark-core-time and
benchmark-core-time\interpreter, respectively.
2002-07-21 10:22:54 +00:00
Rob Browning
6d5a3df0a5 *** empty log message *** 2002-07-20 22:32:59 +00:00
Rob Browning
ffcf0c7619 * autogen.sh (mscripts): change back to ../scripts for now. 2002-07-20 22:30:52 +00:00
Rob Browning
8c81ca9fd2 Still fixing screwups. 2002-07-20 21:44:24 +00:00
Rob Browning
4304846e08 Fix the mess I made. 2002-07-20 21:14:53 +00:00
Rob Browning
440333c865 *** empty log message *** 2002-07-20 21:11:20 +00:00
Rob Browning
a3a173b01a *** empty log message *** 2002-07-20 20:21:57 +00:00
Rob Browning
1fc8ffe4cc * configure.in (LIBGUILE_SRFI_SRFI_4_MAJOR): replaces
LIBGUILE_SRFI_SRFI_4_LTHACK.
(LIBGUILE_SRFI_SRFI_13_14_MAJOR): replaces
LIBGUILE_SRFI_SRFI_13_14_LTHACK.
2002-07-20 20:21:26 +00:00
Rob Browning
59c79af6e5 * autogen.sh (mscripts): change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
2002-07-20 20:21:19 +00:00
Rob Browning
b69cbd950e * Makefile.am (EXTRA_DIST): add README-PACKAGING 2002-07-20 20:21:13 +00:00
Rob Browning
91dd8fb035 * GUILE-VERSION: adjust versions and just name dlsymable libs with
their major version number, not the whole version.  That should be
sufficient for now.
2002-07-20 20:21:07 +00:00
Rob Browning
6d816e8d41 * srfi-4.scm: load libguile-srfi-srfi-4-v-MAJOR now. 2002-07-20 20:20:58 +00:00
Rob Browning
ead6015e21 * srfi-14.scm: load libguile-srfi-srfi-13-14-v-MAJOR now. 2002-07-20 20:20:51 +00:00
Rob Browning
d1f6bda7ba * srfi-13.scm: load libguile-srfi-srfi-13-14-v-MAJOR now. 2002-07-20 20:20:45 +00:00
Rob Browning
427bab0596 * Makefile.am (lib_LTLIBRARIES): just name dlsymable libs with
their major version number, not the whole version.  That should be
sufficient for now.
2002-07-20 20:20:38 +00:00
Rob Browning
0c8ac37879 * readline.scm: dynamic-link libguilereadline-v-MAJOR now. 2002-07-20 20:17:29 +00:00
Rob Browning
f244c41db1 * configure.in (LIBGUILEREADLINE_MAJOR): replaces
LIBGUILEREADLINE_LTHACK.
2002-07-20 20:17:23 +00:00
Rob Browning
890132e2c2 * Makefile.am: just name dlsymable libs with their major version
number, not the whole version.  That should be sufficient for now.
2002-07-20 20:17:17 +00:00
Rob Browning
fbb8737c2f * LIBGUILEREADLINE-VERSION: adjust versions and just name
dlsymable libs with their major version number, not the whole
version.  That should be sufficient for now.
2002-07-20 20:17:10 +00:00
Han-Wen Nienhuys
34d19ef643 2002-07-20 Han-Wen <hanwen@cs.uu.nl>
* *.c: add space after commas everywhere.

* *.c: use SCM_VECTOR_SET everywhere, where a vector is written.
Document cases where SCM_WRITABLE_VELTS() is used.

* vectors.h (SCM_VELTS): prepare for write barrier, and let
SCM_VELTS() return a const pointer
(SCM_VECTOR_SET): add macro.

* autogen.sh (mscripts): find and check version number of
autoconf. Complain if 2.53 is not found.
2002-07-20 14:08:34 +00:00
Dirk Herrmann
dd897aafbd * benchmark-guile.in: Copied from check-guile.in and adapted for
use with benchmarks.

* Makefile.am:  Recurse into the benchmark-suite subdir.

* configure.in:  Added benchmarking files.
2002-07-20 01:30:36 +00:00
Dirk Herrmann
0237895653 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
from the test-suite directory, renamed and adapted for use with
benchmarks.

* benchmarks/logand.bm, benchmarks/continuations.bm,
benchmarks/if.bm:  Added as initial fairly stupid examples for
benchmarks.
2002-07-20 01:21:36 +00:00