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

5392 commits

Author SHA1 Message Date
Thien-Thi Nguyen
e59f9c99eb Refer to TODO and SNAPSHOTS.
No longer refer to devel/tasks.text.
2001-06-27 10:17:18 +00:00
Thien-Thi Nguyen
e5fdd2dd5e Fix reference bug; recommended tool versions are in HACKING. 2001-06-27 10:15:03 +00:00
Thien-Thi Nguyen
a4734913a3 *** empty log message *** 2001-06-27 10:06:12 +00:00
Thien-Thi Nguyen
e58f1981c5 (EXTRA_DIST): Add TODO. 2001-06-27 10:05:27 +00:00
Thien-Thi Nguyen
32d6f999d0 *** empty log message *** 2001-06-27 09:53:30 +00:00
Thien-Thi Nguyen
d00f977a11 Remove tasks.text. 2001-06-27 09:48:13 +00:00
Thien-Thi Nguyen
8141076ab0 bye bye 2001-06-27 09:47:20 +00:00
Thien-Thi Nguyen
9a6b2d623a Initial revision 2001-06-27 09:46:44 +00:00
Thien-Thi Nguyen
c755213752 Move todo items to file TODO. 2001-06-27 09:37:16 +00:00
Marius Vollmer
4cda41f629 *** empty log message *** 2001-06-26 23:52:14 +00:00
Marius Vollmer
abf94ef33f (member-if): Put in docstring for member-if, it
was a cut-n-paste error previously.
2001-06-26 23:51:54 +00:00
Marius Vollmer
e673b80495 Added comment about being careful with the autobuild cruft in libltdl. 2001-06-26 23:50:10 +00:00
Neil Jerram
d95c0b76d6 * Handle evaluator traps by calling trap handlers directly rather than
by scm_ithrow and a lazy catch handler.
2001-06-26 21:55:45 +00:00
Michael Livshin
17383b7c77 * autogen.sh: don't run flex here.
* HACKING: clarify that _newer_ versions of flex should be just
fine.
2001-06-26 21:20:04 +00:00
Michael Livshin
30e3be5a62 * Makefile.am (c-tokenize.c): add rule to generate it.
(EXTRA_DIST): add c-tokenize.lex, so it gets distributed.

filter-doc-snarfage.c: remove.
2001-06-26 21:18:51 +00:00
Martin Grabmüller
82893676f4 Make compilation under Windows easier. 2001-06-26 17:53:09 +00:00
Keisuke Nishida
dd0e04edd6 News for scm_call_N and scm_apply_N. 2001-06-26 15:59:41 +00:00
Keisuke Nishida
fdc2839563 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3): New functions.
2001-06-26 15:46:40 +00:00
Dirk Herrmann
3628462791 * Deprecated scm_makfromstr and added scm_mem2string as a replacement.
* Eliminated some potential gc problems.
* Eliminated some signedness problems.
* Minor changes.
2001-06-26 10:59:34 +00:00
Neil Jerram
fbcd68abe9 * More GH to scm transition documentation.
* Revise info about GH deprecation following Marius' suggestions.
2001-06-25 22:27:11 +00:00
Neil Jerram
f2ae455539 * Quoting fix in autogen.sh. 2001-06-25 22:24:40 +00:00
Marius Vollmer
4172703a7d *** empty log message *** 2001-06-25 15:08:22 +00:00
Marius Vollmer
7fca1a1a7b (version.texi, version-tutorial.texi): Removed kluges to build them
unconditionally.
2001-06-25 15:07:37 +00:00
Marius Vollmer
9e74987fac Added message about what to do next. Tell them to use
`--enable-maintainer-mode'.
2001-06-25 15:07:20 +00:00
Dirk Herrmann
13dcb66612 * Fix signedness plus some minor improvements. 2001-06-25 11:06:33 +00:00
Michael Livshin
5f5dc92966 *** empty log message *** 2001-06-25 03:46:41 +00:00
Michael Livshin
ee0c0e034c * Makefile.am (MAINTAINERCLEANFILES): be sure to remove
c-tokenize.c when doing maintainer-clean.
2001-06-25 03:37:06 +00:00
Michael Livshin
093e7da4bc * HACKING: mention flex.
* autogen.sh: generate libguile/c-tokenize.c.
2001-06-25 03:31:10 +00:00
Michael Livshin
58e17e276b * snarf-check-and-output-texi: rewrite. 2001-06-25 03:30:32 +00:00
Michael Livshin
ac13d9d210 * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
* guile-snarf-docs.in, guile-snarf-docs-texi.in: rewrite &
simplify.

* eval.c: all hash signs are in column 0.

* Makefile.am (guile_filter_doc_snarfage): build using
c-tokenize.c, not filter-doc-snarfage.c.
rearrange snarfing dependencies a bit.

* c-tokenize.lex: new file.
2001-06-25 03:30:02 +00:00
Michael Livshin
fc7a9e81a6 * streams.scm (stream-for-each-many): typo fix. 2001-06-25 03:27:51 +00:00
Marius Vollmer
f65811137e *** empty log message *** 2001-06-25 01:07:36 +00:00
Marius Vollmer
ad4bc8c2ba Use re-export-syntax' to correctly re-export receive'. 2001-06-25 01:07:04 +00:00
Marius Vollmer
e6b748a832 (re-export-syntax): New. 2001-06-25 01:06:33 +00:00
Marius Vollmer
16be44e59d *** empty log message *** 2001-06-25 00:58:20 +00:00
Marius Vollmer
6aed915c79 (SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
they aren't defined already.
2001-06-25 00:57:59 +00:00
Marius Vollmer
62af908b27 * srcprop.h, srcprop.c (scm_srcprops_to_plist): Renamed from
scm_t_srcpropso_plist.  See the big type renaming.
* coop-defs.h (scm_mutex_trylock, scm_cond_timedwait): Likewise.
2001-06-25 00:56:41 +00:00
Marius Vollmer
7862b07e4b (scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the
big type renaming.
2001-06-25 00:55:36 +00:00
Dirk Herrmann
5843e5c988 * Various minor improvements, for example signedness fixes. 2001-06-23 15:25:57 +00:00
Neil Jerram
0c02b40803 * Start new node documenting transition from GH to scm interface. 2001-06-22 14:23:46 +00:00
Neil Jerram
9d45919310 * Signal an error if unable to find channel.scm file. 2001-06-21 19:39:03 +00:00
Neil Jerram
a0143ebc24 * Explain GH deprecation & plan for scm documentation. 2001-06-20 22:08:19 +00:00
Martin Grabmüller
6b41a31399 Removed tag.c and tag.h and all references. 2001-06-20 18:18:00 +00:00
Gary Houston
fbbdb12174 * deprecation.c, extensions.c, rw.c: include string.h. 2001-06-20 17:33:43 +00:00
Gary Houston
72c17ed0ee * filter-doc-snarfage.c (process): added ungetc in
MULTILINE_COOKIE case since otherwise it fails when there's no
	space between the '(' and the quote of the following string
	(gcc 3.0).
2001-06-19 22:56:29 +00:00
Marius Vollmer
6e9382f113 Added two "s". 2001-06-19 17:27:54 +00:00
Martin Grabmüller
e8bb04760c Some updates. 2001-06-18 19:11:21 +00:00
Martin Grabmüller
22332e5dbe 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* box-dynamic-module/README: Use a better example for box-map, as
	suggested by Thomas Wawrzinek.
2001-06-18 19:09:31 +00:00
Martin Grabmüller
39e30745c8 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* srfi-modules.texi (SRFI-1): Completed procedure documentation.

	* scheme-data.texi (List Constructors): Added make-list.
	Added type index entries for all data types.

2001-06-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* srfi-modules.texi (SRFI-1): New section documenting the SRFI-1
	module.
2001-06-18 19:08:31 +00:00
Marius Vollmer
d0e06238b4 *** empty log message *** 2001-06-18 18:31:14 +00:00