Robby Findler
d066175867
Removed tests at Chongkai's request
2011-04-26 14:11:19 -05:00
Robby Findler
7701f75fb0
adjusted test-docs-complete.rkt tests
2011-04-25 19:00:01 -05:00
Robby Findler
e7d0029aea
added lots of new tests that our documentation is complete
2011-04-25 13:24:43 -05:00
Matthew Flatt
e652546bf5
add streams to `racket'
...
- rename old `racket/stream' to `racket/sequence', and adjust
to avoid stateful iterations
- add a new `racket/stream' library with a `strean-cons' that is based
on SRFI 41
- adjust `for' and some sequence constructors like `in-range' to
work more directly with streams
2011-03-18 19:05:23 -06:00
Eli Barzilay
a3d00a910a
More LGPL permissions from Chongkai, Neil, and Olin.
...
Also, removed the LGPL blurbs from srfi/1, and redirect to the Racket
license. (To avoid possible future issues with license changes, such as
LGPL version.)
2011-03-03 11:09:09 -05:00
Eli Barzilay
0978b54dd2
New version for srfi-17.
2011-02-18 15:02:41 -05:00
David Van Horn
760a58b65d
Fixes more spelling errors.
2011-02-04 19:44:13 -07:00
David Van Horn
c9519fd113
Fixed various spelling errors.
2011-02-03 17:42:33 -05:00
Eli Barzilay
1f49e35b21
2010 -> 2011
2010-12-31 15:59:39 -05:00
Eli Barzilay
d0ecc73df5
More plt-scheme -> racket-lang, specifically for planet and bugs urls.
2010-05-31 15:11:27 -04:00
Matthias Felleisen
4bcfbc0af2
fixes PR10940
2010-05-28 13:51:49 -04:00
Eli Barzilay
12211fff72
Various lazy-related fixes etc.
...
* A long-standing bug, which happened with
(let ([x (lazy (delay 1))]) (force x) (force x))
not being properly handled.
* Added `delay/strict', mostly for the below.
* Made srfi/45 reprovide it as `eager'.
* Also restricted the exports from srfi/45 to its interface.
All of these issues were reported by Andreas Rottmann.
2010-05-21 15:12:16 -04:00
Eli Barzilay
1e5dbe553b
Fix two random emails.
2010-05-17 04:03:28 -04:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Matthew Flatt
eb15dceb34
rackety misc docs
2010-05-07 09:13:51 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
John Clements
78aa87368e
Fixed typo in doc paragraph (also changed to active voice, take that languagelog), updated
...
srfi 19 to be in #lang racket.
2010-04-22 00:03:52 -07:00
Matthew Flatt
0da70a905b
R6RS SRFI patches from Andreas Rottmann
...
svn: r18794
2010-04-12 14:06:24 +00:00
Jay McCarthy
04d1fa6a26
Parsing patch from Dave Gurnell
...
svn: r18671
2010-03-30 17:05:51 +00:00
Jay McCarthy
62e077e90d
Applying Dave Gurnell's serialization patch
...
svn: r18447
2010-03-03 16:55:42 +00:00
Sam Tobin-Hochstadt
d61e50410b
fix srfi 19 nanoseconds
...
svn: r18363
2010-02-26 20:50:35 +00:00
Eli Barzilay
c88a5a6856
A bunch of additional typos
...
svn: r17976
2010-02-05 03:21:52 +00:00
Eli Barzilay
d51cae1708
2009 -> 2010
...
svn: r17383
2009-12-22 05:52:15 +00:00
Matthew Flatt
9d9e586123
finish up SRFI-98: docs and R6RS
...
svn: r17302
2009-12-15 01:21:09 +00:00
Matthew Flatt
8996c49ee9
SRFI-98 (with Windows support)
...
svn: r17301
2009-12-15 01:07:04 +00:00
Matthew Flatt
9a62da5639
R6RS SRFI-14 typo fix by Andreas Rottmann
...
svn: r17297
2009-12-14 23:48:52 +00:00
Eli Barzilay
70794d4a51
PR10614
...
svn: r17077
2009-11-27 05:49:35 +00:00
Eli Barzilay
7917fd89fb
moved srfi-19 tests to tests/srfi/19
...
svn: r16799
2009-11-16 07:30:49 +00:00
Robby Findler
2cd7bdc422
actually run the tests (and actually stop running the tests)
...
svn: r16363
2009-10-18 20:27:41 +00:00
John Clements
164f59611f
added a few test cases, made some test cases independent of time zone
...
svn: r16312
2009-10-13 20:51:29 +00:00
Matthew Flatt
564f966f53
Andreas Rottmann's R6RS SRFI patches: 1, 8, 13, and 14
...
svn: r16170
2009-09-29 16:11:11 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Eli Barzilay
709ba05005
make-list from srfi/1 makes the second argument optional
...
svn: r14953
2009-05-23 07:48:59 +00:00
Eli Barzilay
3ca6ac2175
added stupid make-list and stupid const
...
svn: r14693
2009-05-03 16:17:48 +00:00
Eli Barzilay
ff73a5395e
removed lots of "the the"s
...
svn: r14679
2009-05-01 21:02:51 +00:00
Jay McCarthy
6c3b8a9f2e
Delaying the initialization of localization until use
...
svn: r14650
2009-04-29 14:22:18 +00:00
Eli Barzilay
b12698d31a
reprovide the scheme/list binding for count, and for append* (as concatenate)
...
svn: r14211
2009-03-22 02:59:59 +00:00
Matthew Flatt
cbc5759254
fix SRFI 38 (PR 10141)
...
svn: r14193
2009-03-20 00:34:07 +00:00
Sam Tobin-Hochstadt
ea156c984c
Fix bugs 10101 and 10100, patch from David Van Horn.
...
svn: r13902
2009-03-03 01:50:09 +00:00
Matthew Flatt
ee32e728bc
fix make-parameter for SRFI-39
...
svn: r13684
2009-02-17 00:14:11 +00:00
Matthew Flatt
2e35104f84
remove accidental backup-file commit
...
svn: r13247
2009-01-21 14:02:01 +00:00
Matthew Flatt
364f199e60
SRFI re-exports with R6RS-friendly SRFI-97 names
...
svn: r13246
2009-01-21 14:01:02 +00:00
Eli Barzilay
d1a0086471
newlines at EOFs
...
svn: r13105
2009-01-14 03:10:47 +00:00
Eli Barzilay
8a2753efb8
2008 -> 2009
...
svn: r13001
2009-01-04 15:34:50 +00:00
Eli Barzilay
96075e9793
bugfix commit from Jens Axel
...
svn: r12489
2008-11-18 14:49:31 +00:00
Chongkai Zhu
cd8e24b02b
fix equal?
...
svn: r11909
2008-09-30 01:46:37 +00:00
Matthew Flatt
cc5a495f87
fix SRFI 63 'equal?'
...
svn: r11864
2008-09-25 05:17:57 +00:00
Eli Barzilay
d658753e8b
svn: r11315
2008-08-19 00:32:10 +00:00
Chongkai Zhu
60f30c3a90
for v4.1
...
svn: r11180
2008-08-10 17:06:22 +00:00
Jens Axel Soegaard
ac509e8b2d
Set forgotten svn:eol-style to native
...
svn: r11095
2008-08-05 22:24:56 +00:00