Thien-Thi Nguyen
2b1621ac77
Update copyright.
...
Fix commentary typo; nfc.
2001-05-06 09:26:16 +00:00
Thien-Thi Nguyen
90b7e69a9e
*** empty log message ***
2001-05-06 09:18:43 +00:00
Rob Browning
2b60bc955f
*** empty log message ***
2001-05-06 03:33:46 +00:00
Rob Browning
a19422d7bf
* Makefile.am (srfi_DATA): added srfi-19.scm.
2001-05-06 03:33:02 +00:00
Rob Browning
5bbfe8cbf1
* srfi-19.scm: New file - time/date SRFI. Thanks to Will Fitzgerald.
2001-05-06 03:31:19 +00:00
Rob Browning
677cd590ad
* psyntax.ss: make sure emacs knows it's scheme code.
2001-05-06 03:29:52 +00:00
Thien-Thi Nguyen
5134bfa751
(Using Guile Modules): Review; remove reviewme comment.
...
Expand `GUILE_LOAD_PATH' blurb; add small example.
(Reporting Bugs): Review; remove reviewme comment.
Reword some phrases; add texi markup.
Add suggestion to include `guile-config info' output.
Update gdb invocation; add fixme question.
2001-05-06 01:49:56 +00:00
Marius Vollmer
26c1d5495b
*** empty log message ***
2001-05-06 01:26:41 +00:00
Marius Vollmer
c05e97b749
(scm_difference): Call SCM_WTA_DISPATCH_0 when zero
...
arguments are supplied.
2001-05-06 01:26:23 +00:00
Marius Vollmer
e68fc82964
(SCM_WTA_DISPATCH_0): Removed ARG and POS parameters,
...
they are not used. Changed `wrong type' error into `wrong num
args' error. Changed all callers.
2001-05-06 01:25:15 +00:00
Thien-Thi Nguyen
3a6379f7f7
*** empty log message ***
2001-05-06 01:14:26 +00:00
Thien-Thi Nguyen
5ad8ab0a97
(scm_substring_move_x): Doc fix; nfc.
2001-05-06 01:12:50 +00:00
Thien-Thi Nguyen
1c938eb810
*** empty log message ***
2001-05-06 00:56:15 +00:00
Thien-Thi Nguyen
94bb46ab57
(scm_regexp_exec): Expand docstring to briefly
...
describe `regexp/notbol' and `regexp/noteol' execution flags.
2001-05-06 00:39:01 +00:00
Marius Vollmer
826e91f350
Read what you type, you bloody jerk.
2001-05-06 00:02:06 +00:00
Marius Vollmer
c10ecc4c81
*** empty log message ***
2001-05-05 19:16:08 +00:00
Marius Vollmer
94a0d8859a
(--enable-deprecated): Recognize "shutup" option
...
argument and turn it into the default warning level "no".
2001-05-05 19:15:52 +00:00
Marius Vollmer
a5eebee787
Mention AUHTORS and THANKS in the `spiffing' phase.
2001-05-05 19:13:54 +00:00
Marius Vollmer
96a4a5b2c4
Mention the new `--enable-deprecated=shutup' option.
2001-05-05 19:11:36 +00:00
Marius Vollmer
2b33d8dcd7
(top-level-env): Use `current-module' instead of
...
the deprecated *top-level-lookup-closure*.
2001-05-05 19:09:14 +00:00
Marius Vollmer
a524a03f87
(initialize-object-procedure): Use
...
`valid-object-procedure?' instead of explicit tag magic.
(object-procedure-tags): Removed.
2001-05-05 19:08:32 +00:00
Marius Vollmer
cec0d28c56
(scm_valid_object_procedure_p): New.
...
(scm_set_object_procedure_x): Use it to check argument. Fix
docstring.
2001-05-05 19:05:47 +00:00
Marius Vollmer
67dc6a4ea2
(scm_definedp): Fix docstring.
2001-05-05 19:03:42 +00:00
Neil Jerram
3777a9d3b6
* Add Martin to AUTHORS for reference manual.
2001-05-05 13:49:14 +00:00
Neil Jerram
4879243cdc
* Correct error message in `use-syntax'.
2001-05-05 13:41:59 +00:00
Neil Jerram
725fd9806a
* New material on macros.
2001-05-05 13:40:18 +00:00
Gary Houston
b6f04d92f7
* better have sys/socket.h too.
2001-05-05 08:41:01 +00:00
Gary Houston
a57a0b1e6a
* socket.c: use HAVE_IPV6 instead of AF_INET6 to enable IPv6
...
support.
2001-05-05 08:31:00 +00:00
Gary Houston
018a53a198
* acconfig.h: add HAVE_IPV6.
...
* configure.in: check whether we can compile with IPv6 support.
2001-05-05 08:30:17 +00:00
Neil Jerram
7a095584a9
* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
...
symbols.c (scm_symbol_to_string), vports.c (scm_make_soft_port):
Change R4RS references to R5RS.
* guile-snarf.awk.in: Fixes so that (i) blank lines in the
docstring source are correctly reproduced in the output (ii)
we don't anymore get occasional trailing quotes. Also reorganized
and commented the code a little.
* scmsigs.c (scm_raise), throw.c (scm_throw): Docstring format
fixes.
* new-docstrings.texi, posix.texi, scheme-control.texi,
scheme-data.texi, scheme-debug.texi, scheme-evaluation.texi,
scheme-io.texi, scheme-memory.texi, scheme-procedures.texi:
Automatic docstring updates (mostly argument name updates and
blank lines).
* scheme-modules.texi: Change double hyphens to single.
* scheme-control.texi (Lazy Catch): Completed.
* posix.texi (Network Databases and Address Conversion): New
subsubsection `IPv6 Address Conversion'.
2001-05-04 21:54:00 +00:00
Thien-Thi Nguyen
f92a9df0ff
*** empty log message ***
2001-05-04 21:03:43 +00:00
Thien-Thi Nguyen
14e94b6096
(iff): Use proper texi markup.
...
Thanks to Florian Weimer.
2001-05-04 21:01:35 +00:00
Keisuke Nishida
b77e2f28d1
*** empty log message ***
2001-05-04 20:59:16 +00:00
Thien-Thi Nguyen
54c17ccbf7
*** empty log message ***
2001-05-04 20:45:19 +00:00
Thien-Thi Nguyen
26f798bdb2
*** empty log message ***
2001-05-04 20:33:02 +00:00
Thien-Thi Nguyen
629d3a80f6
(bin_SCRIPTS): New var.
2001-05-04 20:29:11 +00:00
Thien-Thi Nguyen
01e5e07e86
(AC_OUTPUT): Add guile-tools, and make executable.
2001-05-04 20:28:25 +00:00
Thien-Thi Nguyen
7e1cd073f7
Initial revision
2001-05-04 20:26:48 +00:00
Marius Vollmer
c83cf54ead
Mention checking of deprecation mechanism. It's important that it is
...
in 1.6.0 and works.
2001-05-04 14:42:25 +00:00
Martin Grabmüller
5366cbbeab
*** empty log message ***
2001-05-04 05:01:51 +00:00
Martin Grabmüller
dd2a6f3ac6
* strop.c (scm_string_split): New procedure.
...
* strop.h (scm_string_split): Added prototype.
2001-05-04 04:59:05 +00:00
Martin Grabmüller
76f944c3ca
* scheme-io.texi (Block Reading and Writing): Moved the
...
documentation for read-string!/partial from the node `Reading'.
* scheme-data.texi (List/String Conversion): Added docstring for
`string-split'.
2001-05-04 04:57:39 +00:00
Gary Houston
0012013017
* socket.c: define uint32_t if netdb.h doesn't. thanks to
...
Dale P. Smith.
2001-05-03 23:42:31 +00:00
Gary Houston
c5316ea33f
* configure.in: check whether uint32_t is defined when netdb.h
...
is included.
acconfig.h: added HAVE_UINT32_T.
2001-05-03 23:41:44 +00:00
Marius Vollmer
21d12a62e1
Updated section about deprecating features.
2001-05-02 22:55:33 +00:00
Gary Houston
1db8171ab3
Added more text to --enable-deprecated, because it's confusing stuff.
2001-05-02 22:51:49 +00:00
Gary Houston
a29bd01993
Added --disable-static.
2001-05-02 22:11:35 +00:00
Martin Grabmüller
fc8529c766
* srfi-13-14.texi: Added @bullet to various @itemize lists.
...
* srfi-modules.texi (SRFI Support): New file and chapter.
* Makefile.am (guile_TEXINFOS): Added repl-modules.texi and
srfi-modules.texi.
* guile.texi (Top): New menu entries for the new chapters.
(Top): @includes for the new chapters.
(Top): New menu entry for `SRFI Support', @include for
`srfi-modules.texi'.
* repl-modules.texi: New file.
(Readline Support): New chapter for (ice-9 readline).
(Value History): New chapter for (ice-9 history).
2001-05-02 21:50:15 +00:00
Martin Grabmüller
2d953700f6
* srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
...
* srfi-10.scm: Typo fix.
2001-05-02 21:47:36 +00:00
Martin Grabmüller
c2c43dab1f
* safe-r5rs.scm: Fix typo: make-rectangualr => make-rectangular.
2001-05-02 21:42:28 +00:00