Marius Vollmer
f366ed28ee
(narrow_stack): Do not call `scm_system_module_env_p'
...
when deprecated features are excluded from Guile.
2001-05-19 00:21:41 +00:00
Marius Vollmer
de208a7462
Fix typos.
2001-05-19 00:19:43 +00:00
Marius Vollmer
7c628196fd
*** empty log message ***
2001-05-19 00:19:42 +00:00
Marius Vollmer
78ec533c40
Call `%init-goops-builtins' instead of using the
...
`(oop goops goopscore)' module.
2001-05-19 00:19:25 +00:00
Marius Vollmer
94451729e0
Avoid using module operations from C.
...
* srfi-13.c (scm_init_srfi_13_14): Removed.
* srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New. Contains
initializations needed by C clients of srfi-14.
(scm_init_srfi_13, scm_init_srfi_14): Call it.
* srfi-13.scm: Call "scm_init_srf_13" instead of
"scm_init_srfi_13_14".
* srfi-14.scm: Call "scm_init_srf_14" instead of
"scm_init_srfi_13_14".
2001-05-19 00:17:05 +00:00
Thien-Thi Nguyen
d28690d78a
*** empty log message ***
2001-05-18 17:30:58 +00:00
Thien-Thi Nguyen
f8a502cb72
(resolve-interface, use-srfis): Small cleanup; nfc.
...
(process-define-module): Internal proc `unrecognized'
now accepts arg; update callers.
Reverse order of interfaces added to module to be
consistent with that specified in `define-module' form.
2001-05-18 17:28:03 +00:00
Thien-Thi Nguyen
58e5b91086
Mention `read-scheme-source'.
...
Mention support for "(help 'NAME)".
2001-05-18 17:16:40 +00:00
Thien-Thi Nguyen
3125fbe050
*** empty log message ***
2001-05-18 17:12:37 +00:00
Thien-Thi Nguyen
1de3b33b0b
(help-usage): Mention support for "(help 'NAME)".
2001-05-18 17:10:42 +00:00
Thien-Thi Nguyen
d58f1edfad
*** empty log message ***
2001-05-18 17:07:48 +00:00
Thien-Thi Nguyen
de25f281fd
(help): Use provided?' instead of
feature?'.
...
Factor "TYPE not found for X" output into internal proc.
Support `(quote SYMBOL)'; call `search-documentation-files'.
(help-doc): If initial search fails, try using
`search-documentation-files'.
(apropos-fold-accessible, apropos-fold-all): Use `identity'
instead of `(lambda (x) x)'. "An identity edit", ha ha.
2001-05-18 17:05:06 +00:00
Thien-Thi Nguyen
adcbdb1687
*** empty log message ***
2001-05-18 16:34:25 +00:00
Thien-Thi Nguyen
115d80dc97
Fix documentation for Guile Documentation Format Version 2:
...
Mention required terminating newlines.
(find-documentation): Delete.
(search-documentation-files): New proc, exported.
(object-documentation): Use `search-documentation-files'.
2001-05-18 16:30:59 +00:00
Dirk Herrmann
09cb9e738b
* Removed SCM_CDR misuse.
2001-05-17 06:38:25 +00:00
Rob Browning
c81ea65d61
*** empty log message ***
2001-05-17 04:56:13 +00:00
Rob Browning
5a1920ded2
* srfi-19.scm (priv:integer-reader-exact): minor cleanups.
2001-05-17 04:54:59 +00:00
Rob Browning
c493c8c093
* versiondat.h.in: add GUILE_MICRO_VERSION.
2001-05-17 04:54:45 +00:00
Rob Browning
fb872f3ad9
* version.h (scm_init_version): new function.
2001-05-17 04:54:37 +00:00
Rob Browning
b89d554bd0
* version.c (s_scm_major_version): doc fixes.
...
(s_scm_minor_version): doc fixes.
(s_scm_minor_version): new function.
2001-05-17 04:54:27 +00:00
Rob Browning
7907f79949
* scheme-options.texi (Install Config): fixed minor-version docs
...
and added micro-version docs.
2001-05-17 04:53:58 +00:00
Rob Browning
df4a8db0d2
* configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
2001-05-17 04:53:47 +00:00
Rob Browning
8f581c2b48
* GUILE-VERSION
...
(GUILE_VERSION): now MAJOR.MINOR.MICRO
(GUILE_MICRO_VERSION): new variable, records final revision.
i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
i.e. the 6.
2001-05-17 04:51:53 +00:00
Neil Jerram
230712c905
* Fix uses of @itemize without a format specifier.
2001-05-16 19:30:57 +00:00
Martin Grabmüller
e7e58018d7
Added section about --use-srfi.
2001-05-16 18:10:25 +00:00
Martin Grabmüller
fb02eb66f6
* scripts.texi (Invoking Guile): Added docs for --use-srfi.
...
* expect.texi, repl-modules.texi: Start the chapters with a new
page.
* srfi-modules.texi (SRFI-0): Added note about supported feature
identifiers and an example. Start the chapter with a new page.
* srfi-modules.texi, scheme-data.texi, scheme-control.texi,
scheme-binding.texi, repl-modules.texi, posix.texi, intro.texi,
scheme-utility.texi: Change `--' to `-' throughout.
2001-05-16 18:08:12 +00:00
Martin Grabmüller
5f5850b38c
* tests/srfi-13.test: More tests.
2001-05-16 18:04:20 +00:00
Dirk Herrmann
887dfa7d56
* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
2001-05-16 07:20:53 +00:00
Marius Vollmer
78930a69ee
*** empty log message ***
2001-05-16 00:57:08 +00:00
Marius Vollmer
a9c093e27f
(cpp_sig_symbols.c, cpp_err_symbols.c): Make
...
dependent on cpp_cnvt.awk
2001-05-16 00:56:48 +00:00
Martin Grabmüller
f41be016f6
* boot-9.scm (cond-expand-features): Made the feature list public,
...
so it can be manipulated by `use-srfis'.
(use-srfis): New procedure.
2001-05-15 20:20:51 +00:00
Martin Grabmüller
39cde5c57c
* script.c (scm_compile_shell_switches): New command line option
...
`--use-srfi' for loading a list of SRFIs on startup.
(scm_shell_usage): Added `--use-srfi' to help message.
2001-05-15 20:12:10 +00:00
Thien-Thi Nguyen
7dfc3d0f56
*** empty log message ***
2001-05-15 19:38:57 +00:00
Thien-Thi Nguyen
b622dec753
(resolve-interface): Signal error now also if used module's
...
public interface is not available.
No longer call `beautify-user-module!'.
Signal error now also if selected binding not found.
2001-05-15 19:33:43 +00:00
Marius Vollmer
f3f9dcbc5d
*** empty log message ***
2001-05-15 15:00:31 +00:00
Marius Vollmer
296ff5e78b
Merged from mvo-vcell-cleanup-1-branch.
2001-05-15 14:59:42 +00:00
Marius Vollmer
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
2001-05-15 14:57:22 +00:00
Dirk Herrmann
7c33806ae6
* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.
2001-05-15 09:45:10 +00:00
Marius Vollmer
11bbab474a
*** empty log message ***
2001-05-15 00:54:23 +00:00
Marius Vollmer
9e54671afe
Removed copy of "libtool.m4".
2001-05-15 00:54:08 +00:00
Marius Vollmer
9d47027ee6
(print_values): Print as a unreadable object, not as
...
multiple lines. Thanks to Matthias Köppe!
2001-05-15 00:52:20 +00:00
Marius Vollmer
5f89fb1313
(error-catching-repl): Call the E
...
("eval'er") procedure via call-with-values and call the P
("printer") for each produced value. Thanks to Matthias Köppe!
2001-05-15 00:51:06 +00:00
Martin Grabmüller
cf46055fc3
* AUTHORS (Martin Grabmueller): Remove obsolete file doc/srfi-13-14.texi.
2001-05-14 21:38:58 +00:00
Martin Grabmüller
554901a3ad
* srfi-13-14.texi: Removed.
...
* srfi-modules.texi (SRFI-13): Merged SRFI-13 docs into SRFI
chapter.
(SRFI-14): Merged SRFI-14 too.
* guile.texi (Top): Remove inclusion of obsolete SRFI-13/14 file.
* srfi-modules.texi (SRFI-0): New section.
(SRFI-16): New section.
Change `--' to `-' throughout.
2001-05-14 21:37:51 +00:00
Thien-Thi Nguyen
b50ba18c26
*** empty log message ***
2001-05-14 19:27:37 +00:00
Thien-Thi Nguyen
e8cd769d38
Move author tag outside commentary; nfc.
2001-05-14 19:25:32 +00:00
Martin Grabmüller
dfdf58267a
* AUTHORS (Martin Grabmueller): Added srfi-16.scm.
...
* NEWS: Updated and corrected NEWS entries for SRFI modules.
2001-05-14 19:12:42 +00:00
Martin Grabmüller
1d00af09c7
* boot-9.scm (cond-expand): Reduce feature list to built-in
...
features.
2001-05-14 19:09:50 +00:00
Martin Grabmüller
6851c8a446
* Makefile.am (srfi_DATA): Added srfi-16.scm.
...
* srfi-16.scm: New file.
2001-05-14 19:07:51 +00:00
Dirk Herrmann
5cd06d5eaa
* Deprecated some definitions.
...
* Minor fixes.
2001-05-14 16:38:08 +00:00