1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00
Commit graph

6457 commits

Author SHA1 Message Date
Thien-Thi Nguyen
f3a57b6ae2 Initial revision 2002-02-05 11:09:19 +00:00
cvs2svn
76307b12be This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2002-02-05 10:30:05 +00:00
Thien-Thi Nguyen
ec5e172228 Fix bug: Use ":" in `case' pattern to prevent prefix aliasing. 2002-02-05 10:30:04 +00:00
Thien-Thi Nguyen
77bf05e08b *** empty log message *** 2002-02-05 10:10:49 +00:00
Thien-Thi Nguyen
e15fa93d74 (top_builddir): Fix bug: Use cwd. 2002-02-05 10:09:39 +00:00
Thien-Thi Nguyen
0187b4f417 *** empty log message *** 2002-02-05 09:42:16 +00:00
Thien-Thi Nguyen
0f73b20f51 Include $(top_srcdir)/pre-inst-guile.am.
(overview): Use $(preinstguiletool).
2002-02-05 09:40:56 +00:00
Thien-Thi Nguyen
9f03ac3db2 Include $(top_srcdir)/pre-inst-guile.am.
(psyntax.pp): Use $(preinstguile).
2002-02-05 09:38:23 +00:00
Thien-Thi Nguyen
dce05f4a4b (libguile/guile-snarf-docs-texi): Remove
from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
2002-02-05 09:35:42 +00:00
Thien-Thi Nguyen
d6c33794d5 bye bye 2002-02-05 09:32:26 +00:00
Thien-Thi Nguyen
f8241358de Include $(top_srcdir)/pre-inst-guile.am.
(bin_SCRIPTS): Remove guile-snarf-docs-texi.
(alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
(guile.texi, guile-procedures.texi): Use $(dotdoc2texi).
2002-02-05 09:29:53 +00:00
Thien-Thi Nguyen
5e9d88a400 *** empty log message *** 2002-02-05 09:27:12 +00:00
Thien-Thi Nguyen
9d32aac72a Include $(top_srcdir)/pre-inst-guile.am.
(GUILE): Delete var.
(autoconf-macros.texi): Use $(preinstguiletool).
2002-02-05 09:25:56 +00:00
Thien-Thi Nguyen
ba833f4a2f (srcdir): Delete var.
(top_builddir, top_srcdir, guile_opts): New vars.

Use "set -e".
No longer set LTDL_LIBRARY_PATH.
Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
2002-02-05 09:21:54 +00:00
Thien-Thi Nguyen
3ac1e90a7c Initial revision 2002-02-05 09:14:26 +00:00
Thien-Thi Nguyen
9c8d9ff919 *** empty log message *** 2002-02-05 09:13:00 +00:00
Marius Vollmer
610922b2e2 Added blurb about uninterned symbols. 2002-02-04 22:00:42 +00:00
Neil Jerram
877accb11a * Further Elisp translator work. 2002-02-04 21:13:46 +00:00
Thien-Thi Nguyen
aa43baad8e Mention new autoconf support. 2002-02-04 19:24:30 +00:00
Thien-Thi Nguyen
2efafd95ec *** empty log message *** 2002-02-04 19:22:54 +00:00
Thien-Thi Nguyen
33d51147f2 (Autofrisk, Using Autofrisk): New sections.
(Autoconf Support): Add new sections to menu.
2002-02-04 19:22:04 +00:00
Thien-Thi Nguyen
7c5c279671 *** empty log message *** 2002-02-04 19:21:37 +00:00
Thien-Thi Nguyen
a284e7081e (Autofrisk, Using Autofrisk): New sections.
(Autoconf Support): Add new sections to menu.
2002-02-04 19:20:00 +00:00
Marius Vollmer
402e687cc9 *** empty log message *** 2002-02-04 16:48:36 +00:00
Marius Vollmer
3933a7860d (Symbol Uninterned): Added node. 2002-02-04 16:48:28 +00:00
Marius Vollmer
d58d5bfc1c (scm_make_symbol): Fix typo in docstring. 2002-02-04 16:47:35 +00:00
Marius Vollmer
a63cdd6150 (scm_mem2uninterned_symbol, scm_symbol_interned_p, scm_make_symbol):
New prototypes.
2002-02-04 16:47:23 +00:00
Thien-Thi Nguyen
cf640a35b0 (centralize pre-int guile usage): New. 2002-02-04 04:43:36 +00:00
Marius Vollmer
c41c775435 Fix typo. 2002-02-03 22:51:30 +00:00
Marius Vollmer
319b98ed9c *** empty log message *** 2002-02-03 22:50:18 +00:00
Marius Vollmer
9ff28a13e0 (scm_iprin1): Print uninterned symbols unreadably. 2002-02-03 22:50:07 +00:00
Marius Vollmer
ac48757b5e * symbols.h (SCM_SET_SYMBOL_HASH): Removed.
(SCM_SYMBOL_INTERNED_P): New.
* symbols.c (scm_symbol_hash): Use scm_ulong2num instead of
SCM_MAKINUM since hash values can well be bignums.
(scm_mem2symbol): Only use hash values below SCM_T_BITS_MAX/2.
This signals a interned symbol.
(scm_mem2uninterned_symbol, scm_symbol_interned_p,
scm_make_symbol): New.
2002-02-03 22:49:06 +00:00
Marius Vollmer
c47fdfdb5d Added entry about gentemp. 2002-02-03 15:41:50 +00:00
Thien-Thi Nguyen
e3f394f391 Add instructions.
Remove version control tag.
2002-02-03 07:12:58 +00:00
Thien-Thi Nguyen
b0c6d4040e Initial revision 2002-02-03 07:08:50 +00:00
Thien-Thi Nguyen
34472dfe98 *** empty log message *** 2002-02-03 05:20:21 +00:00
Thien-Thi Nguyen
3dd84ef10c (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.
2002-02-03 05:19:05 +00:00
Neil Jerram
329e496820 * Unquote uses of `begin' in transformed Elisp code. 2002-02-01 16:47:00 +00:00
Marius Vollmer
1b39c2e37f *** empty log message *** 2002-01-31 19:59:39 +00:00
Marius Vollmer
68dc153d7f (scm_gensym): Use " g" as default prefix, not "g".
This might help to make unintented clashes less likely.
(scm_string_to_symbol): Protect the string until the symbols is
created.
2002-01-31 19:59:26 +00:00
Marius Vollmer
266ec340ab *** empty log message *** 2002-01-31 18:09:47 +00:00
Marius Vollmer
b982b7af06 (scm_gensym): Use " g" as default prefix, not "g". This might help to
make unintented clashes less likely.
2002-01-31 18:09:00 +00:00
Stefan Jahn
1fa86ca526 2002-01-31 Stefan Jahn <stefan@lkcc.org>
* convert.c, convert.h, convert.i.c: New files containing C
        array to Scheme conversion helpers meant to be replacement
        functions for the deprecated gh interface.

        * Makefile.am: Setup rules for new `convert.*' files.

2002-01-31  Stefan Jahn  <stefan@lkcc.org>

        * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
        `libltdl.dll'.
2002-01-31 10:38:50 +00:00
Neil Jerram
bbd26b5ae5 * Rename call-with-readline-completion-function' to with-readline-completion-function'.
* More tests for Elisp nil value.
* Development work on Elisp translator.
2002-01-30 00:03:40 +00:00
Neil Jerram
7ca39de11e * Rename call-with-readline-completion-function' to with-readline-completion-function'.
(Note that this has never been released with the old name, so change before 1.6 is fine.)
2002-01-29 23:44:20 +00:00
Stefan Jahn
f74fa0a0fd 2002-01-29 Stefan Jahn <stefan@lkcc.org>
* gh.texi (scm transition summary): Documented gh equivalents
        `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
        and removed the appropriate FIXME's.
2002-01-29 10:46:13 +00:00
Stefan Jahn
af68e5e5a6 2002-01-28 Stefan Jahn <stefan@lkcc.org>
* configure.in (guile_cv_have_uint32_t): Look also in
        `stdint.h' for uint32_t.

2002-01-28  Stefan Jahn  <stefan@lkcc.org>

        * symbols.c (scm_c_symbol2str): New function, replacement for
        `gh_scm2newsymbol()'.

        * strings.c (scm_c_substring2str): New function.  Proper
        replacement for `gh_get_substr()'.

        * socket.c: Include `stdint.h' if available for the `uint32_t'
        declaration.

        * scmsigs.c (s_scm_sigaction): Initialize `chandler' (inhibits
        compiler warning).

        * backtrace.c: Include `lang.h' for GUILE_DEBUG conditional.
2002-01-28 21:15:55 +00:00
Rob Browning
ee38fee297 *** empty log message *** 2002-01-25 19:34:11 +00:00
Neil Jerram
962b1f0bac * More tests for the Elisp nil value. 2002-01-24 22:42:02 +00:00
Neil Jerram
04bb321a9d * New tests file for Elisp support. 2002-01-22 23:47:46 +00:00