Matthew Flatt
1ca888a934
dic docs for 'do' (PR 9640)
...
svn: r10970
2008-07-29 19:23:38 +00:00
Matthew Flatt
2c813c53c5
fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs)
...
svn: r10960
2008-07-29 12:56:05 +00:00
Eli Barzilay
5cee270746
svn: r10956
2008-07-29 07:45:26 +00:00
Matthew Flatt
65ce019fbc
refine map docs to clarify that the results are in order
...
svn: r10948
2008-07-28 20:28:20 +00:00
Eli Barzilay
0a79a5c513
removed bogus text
...
svn: r10943
2008-07-28 16:36:23 +00:00
Matthew Flatt
4092392e5a
adjust Scribble para/div style handling
...
svn: r10910
2008-07-25 13:16:06 +00:00
Matthew Flatt
8e4647cd6c
tweak table-of-contents rendering again
...
svn: r10902
2008-07-24 13:45:08 +00:00
Matthew Flatt
a97b4bff8a
scribble and doc improvements
...
svn: r10896
2008-07-24 11:32:16 +00:00
Matthew Flatt
5ff75bac42
allow duplicate struct properties if the values are eq?; add position-locations to text%
...
svn: r10849
2008-07-21 18:54:09 +00:00
Matthew Flatt
763d37d775
properties can now effectively inherit properties (v4.0.2.5)
...
svn: r10848
2008-07-21 17:04:25 +00:00
Eli Barzilay
bba44e46e8
clarify arity of procedure input to regexp-match
...
svn: r10838
2008-07-19 02:25:40 +00:00
Matthew Flatt
69d604c0be
fix udp test and update docs related to socket re-binding
...
svn: r10835
2008-07-18 21:33:11 +00:00
Matthew Flatt
867306caff
new #lang planet reader; new sandbox-make-loger parameter
...
svn: r10833
2008-07-18 17:25:49 +00:00
Eli Barzilay
57a3449003
yet another typo
...
svn: r10831
2008-07-18 07:08:55 +00:00
Eli Barzilay
d961143791
more typos
...
svn: r10830
2008-07-18 07:07:28 +00:00
Eli Barzilay
f405177906
typo
...
svn: r10829
2008-07-18 07:04:22 +00:00
Eli Barzilay
21b052d9f8
document new filtered-in and -out forms
...
svn: r10827
2008-07-18 01:01:43 +00:00
Matthew Flatt
a88d8487d4
fix logging doc typo
...
svn: r10819
2008-07-17 15:21:31 +00:00
Matthew Flatt
9af00fcfb4
v4.0.2.4: logging
...
svn: r10818
2008-07-17 15:20:17 +00:00
Eli Barzilay
3c38176bea
typos
...
svn: r10771
2008-07-14 16:10:34 +00:00
Matthew Flatt
71a2648851
explain what a box is in the reference, and add cross references to the guide
...
svn: r10753
2008-07-14 00:05:37 +00:00
Eli Barzilay
4cd2614c21
scribble fixes -- nested @scheme and a few other similar problems
...
svn: r10744
2008-07-13 17:13:20 +00:00
Eli Barzilay
5860cb892a
fix problems in unbox doc (nested @scheme and shadowed box)
...
svn: r10740
2008-07-13 13:50:14 +00:00
Eli Barzilay
eab91baa97
fix remv* and remq* types (PR9599)
...
svn: r10704
2008-07-10 07:02:25 +00:00
John Clements
63f0e97490
doc fix on equal? for hashes
...
svn: r10699
2008-07-09 17:02:14 +00:00
John Clements
78075fcd25
doc fix on equal? for hashes
...
svn: r10698
2008-07-09 16:59:12 +00:00
Matthew Flatt
a4cc0f7890
%-encoding extension in module paths; new r6rs library name encoding
...
svn: r10697
2008-07-09 15:41:38 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Eli Barzilay
c127e5fdb7
missing space
...
svn: r10676
2008-07-08 15:21:56 +00:00
Eli Barzilay
c408a4d773
added some index entries
...
svn: r10675
2008-07-08 15:19:31 +00:00
Matthew Flatt
bdbcd1a56c
doc corrections/clarifications for 'when' and 'lambda'
...
svn: r10674
2008-07-08 14:55:06 +00:00
Eli Barzilay
f7d01b346c
typoe (pr9575)
...
svn: r10583
2008-07-03 19:25:55 +00:00
Eli Barzilay
f3559964fb
Added split-at' and
split-at-right', with documentation and tests,
...
and made srfi/1 use it.
svn: r10558
2008-07-02 13:12:26 +00:00
Eli Barzilay
1002366103
* Implemented drop' instead of a synonym for
list-tail' (so error
...
messages are better; speed should be comparable)
* added `take-right' and `drop-right' to scheme/list, with tests and
documentation
* also, minor documentation bug (wrong result type for `drop' can
return `any/c')
* drop the implementation of them from srfi/1, reprovide the
scheme/list versions
svn: r10555
2008-07-02 10:04:57 +00:00
Matthew Flatt
44c5a75739
fix some phase problems in program-processing programs
...
svn: r10503
2008-06-29 15:11:20 +00:00
Matthew Flatt
607c65fe4c
doc fixes for transplant-input-port & related
...
svn: r10484
2008-06-28 02:47:11 +00:00
Robby Findler
c4be4bd7a5
added note about unsupplied-arg
...
svn: r10483
2008-06-27 22:27:31 +00:00
Matthew Flatt
009aabf8e1
pretty-print doc corrections and clarifications
...
svn: r10481
2008-06-27 20:20:52 +00:00
Carl Eastlund
e03b419c10
Fixed documentation for make-keyword-procedure: default for plain-proc uses apply, not keyword-apply.
...
svn: r10477
2008-06-27 14:10:36 +00:00
Matthew Flatt
da82fe2a2d
eval and phases (4.0.1.2)
...
svn: r10452
2008-06-25 18:54:38 +00:00
Matthew Flatt
6f8dbf0ec5
make tech links gray; fix-ups in reference manual
...
svn: r10430
2008-06-23 21:03:10 +00:00
Matthew Flatt
3f60a478ad
use new 'serialized=?' to tighten setup scribble fixpoint
...
svn: r10428
2008-06-23 19:28:08 +00:00
Matthew Flatt
c8509c8390
fix typo
...
svn: r10421
2008-06-23 12:40:45 +00:00
Eli Barzilay
f032880256
seven... I counted them.
...
svn: r10420
2008-06-23 07:05:06 +00:00
Eli Barzilay
24f54b8dcc
document lazy restriction, try to improve description a little.
...
svn: r10418
2008-06-23 04:36:05 +00:00
Eli Barzilay
4ca2fb8c00
removed latex-induced-typos
...
svn: r10414
2008-06-23 04:03:18 +00:00
Matthew Flatt
8b68ced640
slight clarification on 'with-handlers*'
...
svn: r10406
2008-06-21 13:13:45 +00:00
Matthew Flatt
e352b41265
fix cleanse-path doc
...
svn: r10268
2008-06-15 11:41:34 +00:00
Matthew Flatt
7efe50775a
typos and links (PR 9488)
...
svn: r10236
2008-06-12 16:37:12 +00:00
Matthew Flatt
20fcb6314c
honu-module -> honu; misc doc and slideshow tweaks
...
svn: r10230
2008-06-12 13:02:41 +00:00