Commit Graph

182 Commits

Author SHA1 Message Date
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
Jens Axel Soegaard
302dae857e Added reimplementation of SRFI42. Deleted little-helper.
svn: r11094
2008-08-05 22:11:58 +00:00
Eli Barzilay
50b418809d no require line for srfi 62
svn: r11038
2008-08-02 20:35:13 +00:00
Chongkai Zhu
3379ec96b6 flush log
svn: r10965
2008-07-29 16:44:01 +00:00
Matthew Flatt
9af00fcfb4 v4.0.2.4: logging
svn: r10818
2008-07-17 15:20:17 +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
Chongkai Zhu
d25e834f2c uniform prefix
svn: r10578
2008-07-03 15:39:06 +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
f820f00e66 part of the previous commit (rev10555)
svn: r10556
2008-07-02 10:05:19 +00:00
Eli Barzilay
9ade6a1a06 drop prefix from srfi/48, keep it on srfi/48/format
svn: r10544
2008-07-01 20:20:47 +00:00