racket/collects/profj
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
..
classpath
comb-parsers * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
libs/java * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
parsers * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
ast.ss svn: r8184 2008-01-02 13:24:18 +00:00
build-info.ss Bringing up to v4 require specs and tool interface. 2007-12-29 19:39:25 +00:00
check.ss Corrected type error 2007-09-28 15:55:33 +00:00
compile.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
display-java.ss Correction to array printing and Advanced grammar 2007-09-24 19:11:48 +00:00
doc.txt Clarification on language change 2007-08-15 22:23:20 +00:00
error-messaging.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
graph-scc.ss set svn:eol-style 2007-07-02 02:40:39 +00:00
htdch-icon.png
info.ss switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
installer.ss Adds -- base of support to include LinkedList and Iterators into profj 2007-06-05 15:26:06 +00:00
name-utils.scm Adding a correction that changes the strongly connected components calculation 2007-07-02 01:14:51 +00:00
parameters.ss Merging in r6487:6512 from the branch kathyg/parser2 2007-06-07 15:09:10 +00:00
parser.ss Bringing up to v4 require specs and tool interface. 2007-12-29 19:39:25 +00:00
pre-installer.ss
profj-pref.ss
profj-testing.ss Moved profj-testing back to profj temporarily for the release 2006-11-09 10:18:37 +00:00
restrictions.ss Ending bug 8860, and stopping restrictions in langauge levels (requested by matthias) 2007-08-11 18:43:44 +00:00
test-tool.ss Merged testing branch in with trunk-- merge -r 2619:3114 branches/kathyg 2006-05-30 05:24:21 +00:00
tester.scm Bringing up to v4 require specs and tool interface. 2007-12-29 19:39:25 +00:00
to-scheme.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
tool.ss Bringing up to v4 require specs and tool interface. 2007-12-29 19:39:25 +00:00
types.ss Correction to bug 9022 2007-10-27 19:14:13 +00:00