Rob Browning
cc76e25dc2
* goops.c (prep_hashsets): make static to match prototype.
...
(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL. Thanks to Albert
Chin.
2003-04-12 01:12:02 +00:00
Rob Browning
3ca833fd1e
* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
...
Klausner.
2003-04-12 01:11:55 +00:00
Rob Browning
4d6ae3cfbc
* c-tokenize.lex: remove trailing comma from enum. Thanks to
...
Albert Chin.
2003-04-12 01:11:49 +00:00
Rob Browning
ad4c459928
*** empty log message ***
2003-04-12 00:07:23 +00:00
Rob Browning
b84333a89f
* eval.c (SCM_CEVAL): fixed a couple of mysterious (probably
...
optimization related) bugs on powerpc by altering some
"while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1)))"
or
"if (...foo = bar...)"
style constructs to move the assignments outside the guards.
(scm_m_case): move some assignments outside guards as above.
(scm_m_letrec1): move some assignments outside guards as above.
(unmemocopy): move some assignments outside guards as above.
(scm_eval_body): move some assignments outside guards as above.
(SCM_APPLY): move some assignments outside guards as above.
(s_scm_copy_tree): move some assignments outside guards as above.
2003-04-12 00:07:15 +00:00
Rob Browning
f802eb6139
*** empty log message ***
2003-04-11 18:34:09 +00:00
Rob Browning
6e19af7d09
* throw.c (scm_ithrow): removed winds "asm" protection in favor of
...
scm_remember_upto_here_1.
2003-04-11 18:32:01 +00:00
Rob Browning
9300912e0c
* eval.c (SCM_CEVAL): fixed a couple of mysterious (probably
...
optimization related) bugs on powerpc by altering some
"while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1)))"
style constructs so that the assignment doesn't happen inside the guard.
2003-04-11 18:31:56 +00:00
Rob Browning
bd4ed372ce
* Makefile.am (CLEANFILES): add guile-procedures.txt.
2003-04-11 18:31:46 +00:00
Mikael Djurfeldt
db8f05177a
*** empty log message ***
2003-04-06 09:51:06 +00:00
Mikael Djurfeldt
e6e2c4fa10
* readline.c (redisplay): Removed. (It didn't do anything other
...
than calling rl_redisplay.)
(scm_init_readline): Don't inititalize rl_redisplay_function.
2003-04-05 15:50:48 +00:00
Marius Vollmer
f7ae99e97b
*** empty log message ***
2003-03-19 21:56:00 +00:00
Marius Vollmer
194a547f33
Added defines for sparc-unknown-netbsdelf1.5 from Adrian Bunk.
...
Thanks!
2003-03-19 21:54:40 +00:00
Mikael Djurfeldt
20c862d06e
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-20 14:12:36 +00:00
Mikael Djurfeldt
5abeba6894
* debug.c (scm_procedure_source): Handle all objects for which
...
procedure? is #t. (Thanks to Bill Schottstaedt.)
2003-02-05 19:05:42 +00:00
Rob Browning
a5a203db18
*** empty log message ***
2003-02-01 18:49:40 +00:00
Rob Browning
2d68ee3c1c
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2003-02-01 18:49:30 +00:00
Rob Browning
6df326f7d9
*** empty log message ***
2003-02-01 18:11:44 +00:00
Rob Browning
eaaae3ed2f
*** empty log message ***
2003-02-01 17:50:45 +00:00
Rob Browning
180b39b55b
* Makefile.am: move built files to nodist_ targets so they don't
...
end up in the dist tarfile.
(guile_TEXINFOS): remove autoconf-macros.texi.
(nodist_guile_TEXINFOS): add autoconf-macros.texi.
(autoconf-macros.texi): don't write to $(srcdir) -- breaks
distcheck.
2003-02-01 17:50:27 +00:00
Rob Browning
7e1042edf4
* Makefile.am: move built files to nodist_ targets so they don't
...
end up in the dist tarfile.
(modinclude_HEADERS): remove version.h and scmconfig.h.
(nodist_modinclude_HEADERS): add version.h and scmconfig.h.
2003-02-01 17:50:07 +00:00
Rob Browning
c95fefb43f
* Makefile.am (CLEANFILES): add qtmds.s qtmdc.c qtmdb.s
2003-02-01 17:49:48 +00:00
Rob Browning
fe401116ba
* Makefile.am: move built files to nodist_ targets so they don't
...
end up in the dist tarfile.
(libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES):
remove srfi-4.x.
(nodist_libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES): add srfi-4.x.
(libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): remove srfi-13.x srfi-14.x.
(nodist_libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): add srfi-13.x srfi-14.x.
2003-02-01 17:49:13 +00:00
Rob Browning
33ba774980
*** empty log message ***
2003-01-30 22:44:39 +00:00
Rob Browning
15dd774f23
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2003-01-30 22:42:09 +00:00
Rob Browning
72c8d77532
*** empty log message ***
2003-01-30 19:42:49 +00:00
Mikael Djurfeldt
98250e31ff
* upstream/Makefile.am (ltdl.h.diff, ltdl.c.diff): Look for ltdl.h
...
and ltdl.c in "$(srcdir)".
* evalext.c, evalext.h (s_scm_self_evaluating_p): Needed by
syntax-case macro fix.
* Makefile.am (c-tokenize.c): Look for it in $(srcdir).
* syncase.scm, psyntax.ss, psyntax.pp: Imported fixes from trunk.
* boot-9.scm (use-syntax): Return *unspecified*.
2003-01-27 11:03:20 +00:00
Neil Jerram
245b7bf869
Fix input/output port typo.
2003-01-09 00:00:32 +00:00
Mikael Djurfeldt
37b15e9c00
* goops.c (scm_sys_prep_layout_x): Bugfix: Only create layout for
...
slots with instance allocation.
2003-01-08 18:47:31 +00:00
Rob Browning
498e468490
*** empty log message ***
2002-12-18 23:15:40 +00:00
Rob Browning
de64c9b02d
* debian/*: inital Debian package files. Not ready for prime time, but close.
2002-12-18 23:14:57 +00:00
Rob Browning
9cd8fc5c05
*** empty log message ***
2002-12-18 23:02:01 +00:00
Rob Browning
7f613b2357
*** empty log message ***
2002-12-16 06:04:29 +00:00
Rob Browning
d36e71ff90
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-12-16 06:04:08 +00:00
Rob Browning
12909514b4
*** empty log message ***
2002-12-16 05:46:40 +00:00
Rob Browning
a3d8bafb7b
* Makefile.am (EXTRA_DIST): add version.h.in to EXTRA_DIST.
2002-12-16 05:44:18 +00:00
Marius Vollmer
08f6080c89
*** empty log message ***
2002-12-12 19:59:55 +00:00
Marius Vollmer
1ec180ab0d
(improper-list-copy): New.
...
(parse-arglist): Use it instead of list-copy.
2002-12-12 19:58:42 +00:00
Rob Browning
54f7214755
*** empty log message ***
2002-12-08 22:04:26 +00:00
Rob Browning
a9123e8401
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
2002-12-08 22:04:18 +00:00
Rob Browning
a8154e0e19
*** empty log message ***
2002-12-08 21:32:59 +00:00
Rob Browning
4e77de2378
*** empty log message ***
2002-12-08 21:30:15 +00:00
Rob Browning
a8b0fe55ae
*** empty log message ***
2002-12-08 21:26:46 +00:00
Rob Browning
63bcee8cc9
*** empty log message ***
2002-12-08 21:10:51 +00:00
Rob Browning
9ccfa5bf15
*** empty log message ***
2002-12-08 21:03:40 +00:00
Rob Browning
dc0c5a1efc
* tests/version.test: test (effective-version).
2002-12-08 20:44:10 +00:00
Rob Browning
5a3300a23b
* Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
2002-12-08 20:44:03 +00:00
Rob Browning
a0a0613748
* Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
2002-12-08 20:43:57 +00:00
Rob Browning
eff8b05efb
* goops/Makefile.am (subpkgdatadir): VERSION ->
...
GUILE_EFFECTIVE_VERSION.
2002-12-08 20:43:44 +00:00
Rob Browning
b4c4a70a8b
* Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
...
* goops/Makefile.am (subpkgdatadir): VERSION ->
GUILE_EFFECTIVE_VERSION.
2002-12-08 20:43:37 +00:00