Rob Browning
76cc798fd5
* version.h.in (SCM_MICRO_VERSION): use @--@ substitution now.
...
(SCM_MINOR_VERSION): use @--@ substitution now.
(SCM_MICRO_VERSION): use @--@ substitution now.
(scm_effective_version): new function prototype.
2002-12-08 20:43:29 +00:00
Rob Browning
59c3c90cd5
* version.c (scm_effective_version): new function, also add
...
effective-version.
2002-12-08 20:43:22 +00:00
Rob Browning
00a727be55
* Makefile.am (schemelibdir): VERSION -> GUILE_EFFECTIVE_VERSION.
...
(libpath.h): use GUILE_EFFECTIVE_VERSION to compute
SCM_LIBRARY_DIR.
(version.h): generate this here rather than configure.in. This
approach tracks source edits better (i.e. more immediately).
Might be worth considering for other .in files too.
2002-12-08 20:43:15 +00:00
Rob Browning
7821d45115
*** empty log message ***
2002-12-08 20:43:08 +00:00
Marius Vollmer
819c7b28df
(scm_integer_expt): Make 0^z == 0 for z != 0. Also for reals.
2002-11-03 22:02:10 +00:00
Marius Vollmer
1a9e764e6b
*** empty log message ***
2002-11-03 17:23:47 +00:00
Marius Vollmer
0e94a6b0a4
Include "_scm.h" before testing HAVE_UNISTD_H. Thanks to Bill
...
Schottstaedt!
2002-11-03 17:23:20 +00:00
Marius Vollmer
75975ac8cf
*** empty log message ***
2002-11-03 17:10:38 +00:00
Marius Vollmer
6fccbc25c4
(scm_integer_expt): Make 0^z == 0 for z != 0.
2002-11-03 17:10:21 +00:00
Marius Vollmer
a069ea8b98
*** empty log message ***
2002-10-25 16:26:18 +00:00
Marius Vollmer
abeff04457
* Makefile.am (INCLUDES): Include from ../libguile-ltdl/ instead
...
of from $(INCLTDL).
(libguile_la_LIBADD): Use ../libguile-ltdl/libguile-ltdl.la
instead of $(LIBLTDL).
* guile.c: Include "guile-ltdl.h" instead of "libltdl/ltdl.h".
(main): switch to scm_lt_dlset_preloaded_symbols;
* dynl.c: Include "guile-ltdl.h" instead of "libltdl/ltdl.h".
(sysdep_dynl_link): switch to scm_lt_dlhandle, scm_lt_dlopenext,
and scm_lt_dlerror.
(sysdep_dynl_unlink): switch to scm_lt_dlhandle, scm_lt_dlclose,
and scm_lt_dlerror.
(sysdep_dynl_func): switch to scm_lt_dlhandle, scm_lt_dlsym, and
scm_lt_dlerror.
(sysdep_dynl_init): switch to scm_lt_dlinit();
2002-10-25 16:26:07 +00:00
Marius Vollmer
1be12efec2
*** empty log message ***
2002-10-19 15:00:01 +00:00
Marius Vollmer
7a71305412
Include "libguile/struct.h" instead of just "struct.h".
2002-10-19 14:59:45 +00:00
Marius Vollmer
1dc78e15af
*** empty log message ***
2002-10-14 22:57:42 +00:00
Marius Vollmer
10d292c198
Replaced "$<" in non-pattern rules with its value. This is to support
...
makes that know about "$<" only in pattern rules, like Sun's make.
2002-10-14 22:57:22 +00:00
Marius Vollmer
e3f3ad51fb
C
2002-10-13 18:28:27 +00:00
Marius Vollmer
e92a431448
(libpath.h): Fixed typo in top_srcdir_absolute
...
substitution. Thanks to David Allouche!
2002-10-13 18:28:08 +00:00
Marius Vollmer
3ee04c0e64
*** empty log message ***
2002-08-26 21:45:26 +00:00
Marius Vollmer
fcca28d796
(scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
...
to Martin Grabmüller!
2002-08-26 21:45:03 +00:00
Marius Vollmer
898dc64201
*** empty log message ***
2002-08-24 00:49:31 +00:00
Marius Vollmer
17f52bde69
Do not expect the input file to be the first argument after the
...
optional "-o" option, just pass everything to the pre-processor
without extracting the input file name.
2002-08-24 00:49:14 +00:00
Rob Browning
30dbbc4d29
*** empty log message ***
2002-08-20 04:02:48 +00:00
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
469eff2a7d
*** empty log message ***
2002-07-09 04:45:06 +00:00
Rob Browning
9be20cee6f
* gc_os_dep.c: HURD fixes.
2002-07-08 23:38:35 +00:00
Marius Vollmer
83360f36e5
*** empty log message ***
2002-06-17 23:22:45 +00:00
Marius Vollmer
0f36d956c2
(scm_simple_format): Print missing part of format before ~% control.
...
Thanks to Daniel Skarda!
2002-06-17 23:22:33 +00:00
Marius Vollmer
a3a97bcdcc
*** empty log message ***
2002-06-01 16:07:44 +00:00
Marius Vollmer
0276556fe7
Added exception notice to license statement.
2002-06-01 16:07:25 +00:00
Rob Browning
137e8575ca
*** empty log message ***
2002-05-16 16:51:19 +00:00
Rob Browning
280804ba43
* numbers.c (s_scm_integer_expt): (expt 0 0) -> 1 now as per r5rs.
2002-05-16 16:48:12 +00:00
Thien-Thi Nguyen
1bec78f799
*** empty log message ***
2002-05-14 09:28:49 +00:00
Thien-Thi Nguyen
4df74f4cd6
For I386/OPENBSD, allow for __i386__' in addition to
i386'.
2002-05-14 09:27:55 +00:00
Thien-Thi Nguyen
af1122404f
*** empty log message ***
2002-04-23 22:34:03 +00:00
Thien-Thi Nguyen
0e15d345c5
(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-23 22:33:29 +00:00
Thien-Thi Nguyen
fb7d3f4f7b
(scm_slot_exists_p): Rename from scm_slots_exists_p.
...
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-23 22:31:53 +00:00
Rob Browning
cec1f414cc
*** empty log message ***
2002-04-09 17:27:46 +00:00
Rob Browning
5d67ef1098
* Makefile.am (guile.texi): EXEEXT fix.
...
($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): EXEEXT fix.
(BUILT_SOURCES): add guile-procedures.texi.
* Makefile.am ($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): use
$(EXEEXT) for guile_filter_doc_snarfage on cygwin.
(guile.texi): add $(EXEEXT) for guile on cygwin.
2002-04-09 17:24:41 +00:00
Marius Vollmer
db91fbdf52
*** empty log message ***
2002-04-08 17:09:26 +00:00
Marius Vollmer
ef6b53ce6e
Do not clean input file. This would write to the $(srcdir) during a
...
VPATH build, which is not allowed. It also isn't needed since it only
works when an output filename has been specified and in that case we
don't need to clean the input file because the output file will
already exist.
2002-04-08 17:05:56 +00:00
Marius Vollmer
2b23ce60cb
*** empty log message ***
2002-04-08 00:44:34 +00:00
Marius Vollmer
5182135c19
(EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbols.c.
2002-04-08 00:43:26 +00:00
Marius Vollmer
035412df15
*** empty log message ***
2002-04-07 22:23:59 +00:00
Marius Vollmer
38476238d3
guile-snarf.in: Install the trap for removing $cleanfile only when the
...
value of $cleanfile is actually known.
2002-04-07 22:23:48 +00:00
Rob Browning
e210cb8b1b
* .cvsignore: add *.c.clean.c. and re-sort.
2002-04-02 01:40:40 +00:00
Neil Jerram
4f694e31cc
Manual changes for deprecated items; merges from unstable branch.
2002-03-29 20:11:13 +00:00
Marius Vollmer
60875e5f12
*** empty log message ***
2002-03-20 21:22:01 +00:00
Marius Vollmer
c4e8c78f23
Comment fixes.
2002-03-20 21:21:51 +00:00
Marius Vollmer
aa377eff24
*** empty log message ***
2002-03-20 20:57:19 +00:00
Marius Vollmer
fa378b0d11
(.c.x): Pass "-o $@" to guile-snarf.
2002-03-20 20:55:57 +00:00