racket/collects/compiler
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
..
private * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
bundle-dist.ss add missing path->complete-path for unix/windows bundle-directory 2007-05-29 11:45:44 +00:00
cffi.scrbl fix scribble output when a table appears as the first thing in an itemization item; a little more mzlib scribblings 2008-02-11 12:55:30 +00:00
cffi.ss repair c-lambda 2008-01-22 14:38:07 +00:00
cm-accomplice.ss start mzc scribbling 2008-01-15 13:09:40 +00:00
cm.ss start mzc scribbling 2008-01-15 13:09:40 +00:00
comp-unit.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
compiler-unit.ss clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
compiler.ss merged units branch 2006-12-05 20:31:14 +00:00
distribute.ss split part of scheme/file into scheme/path, document them 2007-12-10 17:59:26 +00:00
embed-sig.ss merged units branch 2006-12-05 20:31:14 +00:00
embed-unit.ss lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some 2007-12-18 21:37:23 +00:00
embed.ss doc fixes and rendering tweaks 2008-01-28 22:43:50 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
main.ss removed unused doc.txt entries from info.ss files 2008-02-04 20:31:04 +00:00
mzc.h 301.7 2006-02-23 13:19:03 +00:00
mzclink.h Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
option-unit.ss 369.4 2007-01-12 07:09:56 +00:00
option.ss merged units branch 2006-12-05 20:31:14 +00:00
sig.ss clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
src2src.ss mzc -e fixes 2007-11-14 01:25:01 +00:00
to-core.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
xform.ss MSVC-built DLLs go to plt/lib instead of plt, and executable-creator patches the executable's path to DLLs 2006-04-24 00:01:45 +00:00