racket/collects/srfi
Eli Barzilay 699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
..
1 * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
2
5
7
8
9
13 big fix as proposed by http://srfi.schemers.org/srfi-13/post-mail-archive/msg00008.html 2006-11-16 04:47:05 +00:00
14 fix char-set-complement (PR 8624, patch from Jens Axel) 2007-04-22 21:17:25 +00:00
17 v3.99.0.2 2007-11-13 12:40:00 +00:00
19 * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
25 v3.99.0.2 2007-11-13 12:40:00 +00:00
26 Fixed PR 8623. 2007-04-21 16:31:42 +00:00
27 change initial state of randomizer back to reference implementation's 2008-01-02 18:03:11 +00:00
29 updates from Chongkai 2007-08-06 16:15:55 +00:00
31
32 v3.99.0.2 2007-11-13 12:40:00 +00:00
34 SRFI 35 added 2007-04-11 14:06:01 +00:00
35 SRFI 35 added 2007-04-11 14:06:01 +00:00
40
42 Update SRFI 42 to latest reference implementation. 2007-12-26 17:07:15 +00:00
43 2007->2008 2007-12-31 00:47:21 +00:00
45 temp fix 2008-02-11 14:22:07 +00:00
48
54 fix SRFI-54 change 2007-12-07 20:11:53 +00:00
57 v3.99.0.2 2007-11-13 12:40:00 +00:00
59
60 re-export mzscheme integer-length from SRFI-60 2006-11-23 01:51:55 +00:00
61
63 2007->2008 2007-12-31 00:47:21 +00:00
64 v3.99.0.2 2007-11-13 12:40:00 +00:00
66
67
69 v3.99.0.2 2007-11-13 12:40:00 +00:00
71 fix bug report 8591 2007-04-01 01:38:00 +00:00
74
78
86 fix bug report 8591 2007-04-01 01:38:00 +00:00
87 svn: r5184 2006-12-26 05:58:24 +00:00
1.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
2.ss
4.ss
5.ss
6.ss
7.ss
8.ss
9.ss
11.ss
13.ss
14.ss
16.ss
17.ss
18.ss
19.ss
23.ss
25.ss
26.ss
27.ss
28.ss
29.ss
30.ss
31.ss
32.ss
34.ss SRFI 35 added 2007-04-11 14:06:01 +00:00
35.ss SRFI 35 added 2007-04-11 14:06:01 +00:00
38.ss
39.ss
40.ss
42.ss
43.ss
45.ss
48.ss
54.ss SRFI 54 2007-03-09 07:20:45 +00:00
57.ss
59.ss
60.ss
61.ss
63.ss SRFI 63 fixed and tested 2007-04-27 04:12:47 +00:00
64.ss SRFI 64 port (from Chongkai) 2007-04-29 11:16:47 +00:00
66.ss
67.ss
69.ss
71.ss fix bug report 8591 2007-04-01 01:38:00 +00:00
74.ss
78.ss
86.ss new SRFI 2007-03-10 06:08:14 +00:00
87.ss svn: r5184 2006-12-26 05:58:24 +00:00
doc.txt Add SRFIs 35 and 64 to the documentation, and add them to the test script (which only checks they load) 2007-08-10 10:13:35 +00:00
features.ss
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
optional.ss