Commit Graph

25 Commits

Author SHA1 Message Date
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
Matthew Flatt
c8cbc555e5 fix HtDP executables (PR 9158)
svn: r10037
2008-05-30 14:21:22 +00:00
Matthew Flatt
09b52486b4 doc for make, mzcom, and mysterx (started) collections; Sam's patches to syntax/module-reader docs
svn: r9324
2008-04-15 20:25:56 +00:00
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
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
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
a375882307 scribble wxme docs
svn: r8000
2007-12-13 22:30:40 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
802641d6e7 typo
svn: r6921
2007-07-16 00:57:06 +00:00
Matthew Flatt
e5af3f7897 improve WXME docs, and fix bug in getting image data
svn: r6476
2007-06-05 00:45:57 +00:00
Matthew Flatt
e63138ef10 fix text-mode reading of test case boxes
svn: r6289
2007-05-25 02:40:41 +00:00
Matthew Flatt
18ff1e83f4 fix doc typo
svn: r6077
2007-04-28 23:49:03 +00:00
Matthew Flatt
29da86d9be fix extract-used-classes to skip #redaer header
svn: r6045
2007-04-25 21:56:36 +00:00
Matthew Flatt
3120c10616 new utilities for extracting a list of relevant module paths for a WXME file
svn: r5949
2007-04-16 02:18:41 +00:00
Matthew Flatt
34d00a000c 369.9
svn: r5902
2007-04-09 08:34:00 +00:00
Matthew Flatt
4b765cfa5a 369.8
svn: r5594
2007-02-14 02:41:49 +00:00
Matthew Flatt
4511f58d0c fix some error handling and support for short-lived UTF-32 string encoding
svn: r5445
2007-01-24 06:53:08 +00:00
Matthew Flatt
f2285ef04a fix read and read-syntax
svn: r5411
2007-01-19 03:03:57 +00:00
Matthew Flatt
028891aa51 same WXME regexp bug
svn: r5410
2007-01-19 02:50:27 +00:00
Matthew Flatt
f7e85c5045 clean up and add test-case support
svn: r5406
2007-01-19 02:05:17 +00:00
Matthew Flatt
33f9bc68db correct paths in compat
svn: r5400
2007-01-18 14:28:51 +00:00
Matthew Flatt
00d745bd5e wxme belongs outside of mred, obviously
svn: r5399
2007-01-18 14:26:29 +00:00