Commit Graph

8103 Commits

Author SHA1 Message Date
Kathy Gray
2978ec4520 manually forcing installer order due to the error reported by Eli
svn: r8870
2008-03-04 14:51:18 +00:00
Robby Findler
de80a22496 fixed bug
svn: r8869
2008-03-04 14:19:13 +00:00
Eli Barzilay
3d4c3a6013 Welcome to a new PLT day.
svn: r8868
2008-03-04 08:50:14 +00:00
Greg Cooper
06c182e589 replace (equal? (send d get-filename) source)
with (send d port-name-matches? source) and use for-each-frame
instead of locate-file

svn: r8867
2008-03-04 04:46:17 +00:00
Eli Barzilay
5ff5d6c580 misc things
svn: r8866
2008-03-04 02:46:54 +00:00
Eli Barzilay
f1a68778d2 redundant name field
svn: r8865
2008-03-04 01:49:43 +00:00
Sam Tobin-Hochstadt
0d54ed5e74 Add Typed Scheme as a collection.
svn: r8864
2008-03-03 22:57:55 +00:00
Matthew Flatt
83398c1c1b fix doc-categories entry
svn: r8863
2008-03-03 22:29:16 +00:00
Matthew Flatt
b8a289dd61 restore r6rs/info.ss, which now does something
svn: r8862
2008-03-03 22:24:54 +00:00
Eli Barzilay
78de3bf0de Welcome to a new PLT day.
svn: r8861
2008-03-03 22:20:29 +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
Matthew Flatt
b7cfd2fd00 plt-r6rs executable and initial r6rs docs
svn: r8859
2008-03-03 21:59:09 +00:00
Jacob Matthews
5f499c1a4d Fixed compilation bug caused by code that should've been removed from the repository
svn: r8858
2008-03-03 20:54:03 +00:00
Sam Tobin-Hochstadt
a8d6e611fe Fix match documentation - () is not a literal.
svn: r8857
2008-03-03 18:44:54 +00:00
Kathy Gray
547092db4c restore highlighting
svn: r8856
2008-03-03 16:24:51 +00:00
Eli Barzilay
9283d92264 typos
svn: r8855
2008-03-03 06:04:03 +00:00
Greg Cooper
766ad478db prevent 'split' events from being garbage-collected prematurely
rewrite ormap and andmap to use list-match

fix an error message

svn: r8854
2008-03-03 04:45:37 +00:00
Eli Barzilay
b4cca0ce2a improve code, port to v4
svn: r8853
2008-03-02 22:52:12 +00:00
Robby Findler
0d54a9816f fixed bug
svn: r8852
2008-03-02 22:43:07 +00:00
Matthew Flatt
b3476706ec add newline handling to reencode-input/output-port; provide a streamlined path for custom-port buffering (via pipes); fix JIT bug related to updating the runstack pointer after a call that turns out to be a direct-native call
svn: r8851
2008-03-02 16:00:12 +00:00
Greg Cooper
28ddd158f6 add ft-canvas% widget for animated texpict images
svn: r8850
2008-03-02 15:44:38 +00:00
Eli Barzilay
ee18d0a26c use proper suffix for java files
svn: r8849
2008-03-02 06:44:34 +00:00
Eli Barzilay
72f82a9de4 improve error message
svn: r8848
2008-03-02 06:30:54 +00:00
Eli Barzilay
4c63166f16 fix error message
svn: r8847
2008-03-02 06:28:47 +00:00
Greg Cooper
6f0322d51b fix 'apply' (for real this time)
document the order of arguments to collect-e's transformer

svn: r8845
2008-03-02 02:54:05 +00:00
Jens Axel Soegaard
cb157ae275 Deleted compiled dirs.
svn: r8844
2008-03-02 01:53:40 +00:00
Sam Tobin-Hochstadt
0149333d4d Provide list-immutable' in mzscheme' compatibility module.
svn: r8842
2008-03-01 23:10:48 +00:00
Sam Tobin-Hochstadt
bb5fe5e47c Provide find-method/who and do-make-object, for Typed Scheme.
svn: r8841
2008-03-01 23:09:23 +00:00
Robby Findler
362f16b411 the paren matcher now works for previous interactinos with the REPL and hitting return up above copies the text down to the next prompt
svn: r8840
2008-03-01 21:49:31 +00:00
Matthew Flatt
bb6c2fba5a make colorer handle #! abbreviation or #lang
svn: r8839
2008-03-01 14:38:38 +00:00
Matthew Flatt
b3a47edde1 Unicode 5.0, use U+FFFD as replacement char
svn: r8838
2008-03-01 14:17:50 +00:00
Jens Axel Soegaard
57f21b3f2c Added svn:eol-style and svn:mime-type properties
svn: r8837
2008-03-01 13:55:04 +00:00
Jens Axel Soegaard
ac47e02961 Initial checkin of Little Helper.
Little Helper contains a full text search engine. 
Currently it indexes all html-files in /collects/doc.
A mockup web-interface is present in order to facilitate easy experimentation with searches.
Run run-indexer to generate the index for your documentation dir. 
Run launch to start a web-server with the search interface.
Note: Currently assumes w3m is in your path (used to precompute the 
           preview-snippets shown in the search results.

svn: r8836
2008-03-01 13:26:18 +00:00
Eli Barzilay
723a9f5787 Welcome to a new PLT day.
svn: r8835
2008-03-01 08:50:31 +00:00
Greg Cooper
c615b88cc7 make IFs work with undefined conditions
svn: r8834
2008-03-01 05:28:37 +00:00
Matthew Flatt
3e77d0b60f bring numerics (real, rational, etc) in line with R6RS
svn: r8832
2008-02-29 19:53:51 +00:00
Danny Yoo
11e9f0f2c1 Adding type to regular-polygon scribble docs.
svn: r8831
2008-02-29 17:26:04 +00:00
Kathy Gray
0fa9e74dfc Removes the reliance of the combinator parser on the lazy language
svn: r8830
2008-02-29 16:08:53 +00:00
Eli Barzilay
74f543f7ae v4-ified
svn: r8829
2008-02-29 15:39:18 +00:00
Eli Barzilay
2073653854 typo
svn: r8828
2008-02-29 15:22:48 +00:00
Robby Findler
634b8c35fd regular-polygon now makes triangle
svn: r8827
2008-02-29 07:27:49 +00:00
Robby Findler
7e934a6ad5 added regular-polygon
svn: r8826
2008-02-29 07:27:17 +00:00
Matthew Flatt
8ffe707b76 more r6rs work
svn: r8825
2008-02-29 02:37:00 +00:00
Greg Cooper
fe21ba5274 remove old, dead collection
svn: r8824
2008-02-29 00:03:08 +00:00
Robby Findler
6266fe8b11 added regular-polygon and changed language to scheme/base
svn: r8823
2008-02-28 17:47:19 +00:00
Matthew Flatt
682f356b45 3.99.0.14, define-require-syntax, define-provide-syntax, fix extreme corner case for identifier binding (a macro-introduced identifier that is unmarked and unrenamed)
svn: r8822
2008-02-28 17:15:54 +00:00
Eli Barzilay
1e32dbd324 scribble/text documentation, and a few other fixes and comments
svn: r8821
2008-02-28 14:27:37 +00:00
Eli Barzilay
469203f307 minor reformatting
svn: r8820
2008-02-28 01:55:11 +00:00
Matthew Flatt
b9d0295960 note change to '... . b' in syntax pattern matching
svn: r8819
2008-02-27 22:08:33 +00:00
Eli Barzilay
2aa9e5fade added a scribble/text language for preprocessing
svn: r8818
2008-02-27 21:34:33 +00:00