Commit Graph

31 Commits

Author SHA1 Message Date
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
d78396aaf9 remove unused blurb fields
svn: r8526
2008-02-04 17:16:06 +00:00
Matthew Flatt
1310027d8b misc fixes
svn: r8346
2008-01-16 03:03:23 +00:00
Matthew Flatt
b014545c7a added 'more: systems' doc
svn: r8341
2008-01-16 00:21:19 +00:00
Eli Barzilay
1f3605562a removed doc.txt entry
svn: r8338
2008-01-15 20:20:04 +00:00
Matthew Flatt
6aa2962602 readline doc corrections
svn: r8321
2008-01-14 13:32:10 +00:00
Matthew Flatt
62f38e2a40 readline scribblings; set GC alignment to 8-byte by default
svn: r8320
2008-01-14 13:06:53 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
a24b323e2b try binary so first
svn: r6139
2007-05-04 06:12:17 +00:00
Eli Barzilay
26ab4af5f7 made it possible to try several versions, use it in readline and openssl
svn: r6138
2007-05-04 06:08:48 +00:00
Eli Barzilay
943967a4ce fix completion bug, added namespace-based completion (forgot to commit these files last time)
svn: r6137
2007-05-04 06:07:54 +00:00
Eli Barzilay
3167c6621e fix completion bug, added namespace-based completion
svn: r6135
2007-05-04 04:47:43 +00:00
Eli Barzilay
bab0a88ada * print a newline before reading if not at column 0
* flush the output before reading in `read-cmdline-syntax'
* rep.ss starts readline only when the input is a terminal

svn: r6128
2007-05-03 09:17:24 +00:00
Eli Barzilay
be0c68af4b free readline results
svn: r5255
2007-01-08 04:15:53 +00:00
Eli Barzilay
737d3d5782 warning
svn: r5254
2007-01-08 02:10:37 +00:00
Eli Barzilay
a0af57c0b2 warn if did not get a terminal input
svn: r5253
2007-01-08 00:46:04 +00:00
Eli Barzilay
1e1ae2714a better conditions for usage
svn: r5245
2007-01-07 19:13:10 +00:00
Matthew Flatt
cfc0e616a2 support mid-stream EOF
svn: r5144
2006-12-20 00:58:36 +00:00
Eli Barzilay
56a3701974 revert last change
svn: r4849
2006-11-14 07:08:38 +00:00
Eli Barzilay
bea30d7ba9 switch to terminal-port?
svn: r4848
2006-11-14 06:24:26 +00:00
Eli Barzilay
c5157e1b44 match other xterm-s
svn: r4846
2006-11-14 04:47:04 +00:00
Eli Barzilay
0ce1ee145e * Expose a prompt parameter for use with readline
* Print the prompt if not currently repl-ing through the readline input

svn: r4566
2006-10-12 18:27:55 +00:00
Matthew Flatt
5d246f2f0d bug fix: spaces => space
svn: r4559
2006-10-12 06:37:32 +00:00
Matthew Flatt
625be3eab9 undo accidental commit
svn: r4558
2006-10-12 06:37:02 +00:00
Matthew Flatt
fc7fca0915 bug fixed: restoring saved runstacks and break-suspend counter
svn: r4556
2006-10-12 06:20:26 +00:00
Eli Barzilay
e7d9245a18 set show-all-prompts to #t by default
svn: r4481
2006-10-04 19:14:59 +00:00
Eli Barzilay
fd5fdceaaa New readline-using layer for REPL interaction
svn: r4480
2006-10-04 19:06:31 +00:00
Eli Barzilay
e2af375047 added bytes version of everything
svn: r4451
2006-09-28 03:50:38 +00:00
Eli Barzilay
33f93c0d2e * Reformattings
* Avoid keeping empty history lines
* Avoid keeping repetitive history lines
* Provided (and documented) set-completion-function!
* Change sample use to a conditional `dynamic-require'
* Use raw mallocs instead of eternal for completions

svn: r4434
2006-09-25 23:30:53 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00