1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 15:20:34 +02:00
guile/libguile
Jim Blandy 9d7e1edf20 * libguile.h: #include "version.h"
* init.c (scm_boot_guile): Call scm_init_version.
* gscm.c (gscm_run_scm): Call scm_init_version.

* configure.in (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
GUILE_VERSION): AC_DEFINE these.
(acconfig.h): #undef the above symbols.

* Makefile.in (libobjs): Add version.o.
(installed_h_files): Add version.h.
(c_files): Add version.c.
(gen_c_files): Add version.x.
(version.o): New rule.
(alist.o, append.o, appinit.o, arbiters.o, async.o, boolean.o,
chars.o, continuations.o, dynwind.o, eq.o, error.o, eval.o,
fdsocket.o, feature.o, files.o, filesys.o, fports.o, gc.o,
genio.o, gsubr.o, hash.o, hashtab.o, init.o, kw.o, list.o, load.o,
mallocs.o, markers.o, marksweep.o, mbstrings.o, numbers.o,
objprop.o, pairs.o, ports.o, posix.o, print.o, procprop.o,
procs.o, ramap.o, read.o, root.o, scmsigs.o, sequences.o,
simpos.o, smob.o, socket.o, stackchk.o, stime.o, strings.o,
strop.o, strorder.o, strports.o, struct.o, symbols.o, tag.o,
throw.o, unif.o, variable.o, vectors.o, version.o, vports.o,
weaks.o): Add version.h to dependency lists.
(markers.o): Remove duplicate rule.

* version.h: New file.

* version.c: New file.
1996-08-30 04:34:43 +00:00
..
.cvsignore . 1996-08-06 19:48:49 +00:00
__scm.h * __scm.h, stackchk.h, stackchk.c: Guile now performs stack 1996-08-23 01:18:28 +00:00
_scm.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
acconfig.h * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
alist.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
alist.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
append.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
append.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
appinit.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
arbiters.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
arbiters.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
async.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
async.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
boolean.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
boolean.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
ChangeLog *** empty log message *** 1996-08-30 03:36:49 +00:00
chars.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
chars.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
configure * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
configure.in * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
continuations.c * continuations.c (scm_make_cont): Enlarged the #if 0 around 1996-08-20 17:08:37 +00:00
continuations.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
COPYING maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
debug.c * debug.c: Fixed and improved gdb support. 1996-08-24 03:30:52 +00:00
debug.h * debug.h, debug.c: Various name changes. 1996-08-23 01:19:03 +00:00
dynwind.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
dynwind.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
eq.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
eq.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
error.c *** empty log message *** 1996-08-23 01:22:39 +00:00
error.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
eval.c * eval.c, print.h, print.c, read.h, read.c: Modifications to 1996-08-23 01:20:34 +00:00
eval.h * eval.h: Renamed EVAL --> XEVAL. 1996-08-20 17:09:20 +00:00
extchrs.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
extchrs.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
feature.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
feature.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
filesys.c Changes for NeXT, suggested by Robert Brown. 1996-08-06 20:29:18 +00:00
filesys.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
fports.c remove a change that shouldn't have slipped in. 1996-08-23 06:46:51 +00:00
fports.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
gc.c * gc.c (scm_init_storage): Renamed scm_make_weak_hash_table 1996-08-20 17:09:31 +00:00
gc.h * gc.h: Use the PROTO macro when declaring functions. 1996-08-15 07:18:28 +00:00
genio.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
genio.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
gscm.c * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
gscm.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
gsubr.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
gsubr.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
hash.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
hash.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
hashtab.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
hashtab.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
inet_aton.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
init.c * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
init.h * init.c (scm_boot_guile): Add init_func argument; call 1996-08-15 07:22:05 +00:00
ioext.c * posix.c (scm_init_posix): Use numeric values, rather than CPP 1996-08-08 08:28:21 +00:00
ioext.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
kw.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
kw.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
libguile.h * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
list.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
list.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
load.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
load.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
Makefile.in * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
mallocs.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
mallocs.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
markers.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
markers.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
mbstrings.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
mbstrings.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
numbers.c make C system primitives throw exceptions 1996-08-02 23:26:33 +00:00
numbers.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
objprop.c * * objprop.c (scm_object_properties, scm_set_object_properties_x): 1996-08-20 17:09:58 +00:00
objprop.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
options.c * debug.h, debug.c: Various name changes. 1996-08-23 01:19:52 +00:00
options.h * options.h, options.c: Options now have documentation strings. 1996-08-23 01:20:00 +00:00
pairs.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
pairs.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
ports.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
ports.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
posix.c * posix.c (scm_getpgrp): Cast pointer to getpgrp. 1996-08-20 17:10:18 +00:00
posix.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
print.c * eval.c, print.h, print.c, read.h, read.c: Modifications to 1996-08-23 01:20:34 +00:00
print.h * eval.c, print.h, print.c, read.h, read.c: Modifications to 1996-08-23 01:20:34 +00:00
procprop.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
procprop.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
procs.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
procs.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
ramap.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
ramap.h portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
read.c * eval.c, print.h, print.c, read.h, read.c: Modifications to 1996-08-23 01:20:34 +00:00
read.h * eval.c, print.h, print.c, read.h, read.c: Modifications to 1996-08-23 01:20:34 +00:00
root.c * gscm.c, init.c, root.c, throw.c: Bug fixes: 1996-08-23 01:21:07 +00:00
root.h * root.h: Added scm_source_whash among scm_sys_protects. 1996-08-20 17:11:43 +00:00
scmconfig.h.in * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
scmhob.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
scmsigs.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
scmsigs.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
sequences.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
sequences.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
simpos.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
simpos.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
smob.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
smob.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
socket.c * socket.c: Doc and copyright fixes. 1996-08-30 03:35:46 +00:00
socket.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
srcprop.c * * srcprop.c: New file: source properties. 1996-08-20 17:11:59 +00:00
srcprop.h * srcprop.h: New file: source properties. 1996-08-20 17:12:05 +00:00
stackchk.c * __scm.h, stackchk.h, stackchk.c: Guile now performs stack 1996-08-23 01:21:00 +00:00
stackchk.h * __scm.h, stackchk.h, stackchk.c: Guile now performs stack 1996-08-23 01:21:00 +00:00
stime.c * stime.c: Added declaration of ftime. (This is missing in 1996-08-23 16:18:50 +00:00
stime.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strerror.c * strerror.c: new file from Emacs' sysdep.c. 1996-08-23 06:44:47 +00:00
strings.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strings.h portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
strop.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strop.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strorder.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strorder.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
strports.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
strports.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
struct.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
struct.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
symbols.c * symbols.c (scm_strhash): scm_downcase is now a function, not an 1996-08-30 03:36:29 +00:00
symbols.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
tag.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
tag.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
tags.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
throw.c * gscm.c, init.c, root.c, throw.c: Bug fixes: 1996-08-23 01:21:07 +00:00
throw.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
unif.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
unif.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
variable.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
variable.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
vectors.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
vectors.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
version.c * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
version.h * libguile.h: #include "version.h" 1996-08-30 04:34:43 +00:00
vports.c portability fixes for header inclusion etc. 1996-08-07 09:46:41 +00:00
vports.h maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
weaks.c *** empty log message *** 1996-08-20 17:12:43 +00:00
weaks.h *** empty log message *** 1996-08-20 17:12:43 +00:00