Commit Graph

288 Commits

Author SHA1 Message Date
Eli Barzilay
303b647cc3 Added a `file' "test suite", with only tests for inflate/deflate.
svn: r14147

original commit: c69045008d
2009-03-17 14:57:01 +00:00
Eli Barzilay
926459b339 remove old net tests
svn: r14144

original commit: 5d6b74d3b6
2009-03-17 11:42:31 +00:00
Eli Barzilay
57d491ad1e new copy of net tests, split into modules, and using my test macro
svn: r14143

original commit: b647ea2ae9
2009-03-17 11:41:06 +00:00
Eli Barzilay
00a530a3d8 Converted the cgi tests to use my test macro, and included them in the
nightly testing.

svn: r14139

original commit: 2008456d64
2009-03-17 07:04:16 +00:00
Jay McCarthy
7bb5dd7c67 pr7974 + include in release
svn: r14132

original commit: f9c4e4eb54
2009-03-16 18:45:16 +00:00
Eli Barzilay
4fea8ef742 Fix typo found by offby1
svn: r13611

original commit: ea51547cae
2009-02-15 20:26:21 +00:00
Jay McCarthy
e3adf55ef1 cookies
svn: r13397

original commit: 0b816d2942
2009-02-03 22:32:35 +00:00
Robby Findler
bf3aa92f31 allows colons in the userinfo field of a url (ie, does not encode them)
svn: r13282

original commit: 134138916f
2009-01-25 20:12:08 +00:00
Eli Barzilay
47596db0d2 newlines at EOFs
svn: r13105

original commit: d1a0086471
2009-01-14 03:10:47 +00:00
Sam Tobin-Hochstadt
a309f0efe4 Fix doc typo.
svn: r12515

original commit: 8dad54e520
2008-11-19 22:49:43 +00:00
Eli Barzilay
8b65f4ac26 more base64-related changes
svn: r11470

original commit: 20e9673028
2008-08-28 21:00:53 +00:00
Matthew Flatt
9b6503df48 fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs)
svn: r10960

original commit: 2c813c53c5
2008-07-29 12:56:05 +00:00
Eli Barzilay
806cd0426f * Updated browser list, mainly moving gnome-open down because it does
not handle file:// URLs with a query part.
* Removed unused argument to `browser-run'
* Made `browser-run' wait just a little in case we get an error
  message from the subprocess (to avoid plt-help from exiting
  immediately)

svn: r10095

original commit: f0e71a0c1c
2008-06-02 23:34:25 +00:00
Eli Barzilay
a9acd2b5a3 reformatting
svn: r9853

original commit: 0d41afdb6d
2008-05-15 16:55:15 +00:00
Matthew Flatt
8083829c5e clean up file/gif vs. net/gifwrie confusion
svn: r9848

original commit: 02485e1e50
2008-05-15 15:54:44 +00:00
Matthew Flatt
e82eaf4ccd proprocessor doc, merge scribblings and doc-categories fields
svn: r9414

original commit: a26b334c67
2008-04-23 00:20:25 +00:00
Matthew Flatt
25639e8fa5 xml docs
svn: r9321

original commit: 9ca65af282
2008-04-15 16:46:43 +00:00
Matthew Flatt
5117b92673 net docs finished
svn: r9317

original commit: 8284b3ab15
2008-04-15 14:13:10 +00:00
Matthew Flatt
a789e2bc7b keyword-ized plot, plot and mime docs
svn: r9304

original commit: fbfc9bf883
2008-04-14 21:26:28 +00:00
Matthew Flatt
716a4f783e more net library docs
svn: r9284

original commit: 2b5d800190
2008-04-13 15:44:10 +00:00
Matthew Flatt
3a067e9495 more net docs
svn: r9279

original commit: 85583d4ebb
2008-04-13 03:07:56 +00:00
Matthew Flatt
a37ecf0b23 net/url and tests fixes for windows
svn: r9249

original commit: 2dc02d81fe
2008-04-11 01:12:01 +00:00
Matthew Flatt
8e59e04b24 change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
svn: r9239

original commit: 0153e122b7
2008-04-10 19:05:35 +00:00
Matthew Flatt
4f844dce58 scribble/srcdoc experiment in net/gifwrite
svn: r9019

original commit: dba1ddc480
2008-03-18 18:19:25 +00:00
Eli Barzilay
500974878b use new require specs in many places
svn: r8774

original commit: b1a08edd5a
2008-02-23 09:42:03 +00:00
Eli Barzilay
afca02b65f add #:indent to verbatim
svn: r8707

original commit: 6f0ce91461
2008-02-18 20:01:23 +00:00
Eli Barzilay
0972f7505c use @verbatim{...}
svn: r8699

original commit: 9c77909710
2008-02-18 10:49:20 +00:00
Eli Barzilay
eb0532306e * 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

original commit: 699c40643d
2008-02-12 10:33:01 +00:00
Eli Barzilay
708357dafc typos
svn: r8589

original commit: c693c49767
2008-02-08 19:53:30 +00:00
Eli Barzilay
c44e2cea9e much improved search, extended and fixed sendurl, string-based rendering for xrefs
svn: r8577

original commit: 7539945a3d
2008-02-08 04:32:49 +00:00
Eli Barzilay
a2320e7bd8 switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24
2008-02-04 23:00:35 +00:00
Eli Barzilay
98e7107573 "fix" the windows problem, yet again
svn: r8472

original commit: bc32b85ae4
2008-01-30 02:51:46 +00:00
Eli Barzilay
cc5ca119f8 * Added send-url/file that consumes a path and adds the file://, use
that in places that show docs.

* Made send-url quote characters that are possibly dangerous for
  subprocesses (good uses should call it wil already quoted urls).
  Also a keyword argument that can disable this, if someone really
  wants to.

* IE7 bug workaround finally working (but will need to switch from
  regedit to mred, to avoid vista warning).

svn: r8467

original commit: dbd27dafc6
2008-01-29 21:38:27 +00:00
Eli Barzilay
fdd76454d9 better url quoting
svn: r8457

original commit: 9b4b838b5f
2008-01-29 02:55:55 +00:00
Eli Barzilay
abdb9918fe Re-hack Windows send-url around the IE7 bug
svn: r8456

original commit: 09ec3eddbd
2008-01-29 02:22:07 +00:00
Eli Barzilay
9b4f372c3a better process helper, quote characters that might cause problems with shell quotes
svn: r8455

original commit: c2c950a2b9
2008-01-29 02:05:40 +00:00
Eli Barzilay
526f33ab6b typo
svn: r8449

original commit: 4e1f45c9a0
2008-01-28 16:51:51 +00:00
Eli Barzilay
e8aee3d9a7 svn: r8448
original commit: 6d9b4a1ed6
2008-01-28 16:45:11 +00:00
Eli Barzilay
07db7e777d avoid the extra shell on osx
svn: r8447

original commit: 9a34a06070
2008-01-28 16:36:42 +00:00
Eli Barzilay
d93d687e0e finally improved and updated sendurl on unix
svn: r8445

original commit: 8792c4ca95
2008-01-28 16:00:16 +00:00
Eli Barzilay
188d033252 separate functions for each platform, simplifies code
svn: r8443

original commit: 3942c9d275
2008-01-28 09:40:28 +00:00
Eli Barzilay
34bf7f52a0 fix some typos, remove unused 'plt option, move test so there's no internal definition
svn: r8442

original commit: 073ca0d558
2008-01-28 09:17:05 +00:00
Eli Barzilay
88a4e688bf switch to scheme/base
svn: r8441

original commit: 21ffab3fe3
2008-01-28 08:38:12 +00:00
Eli Barzilay
50108948b0 remove the now-redundant main-doc option
svn: r8288

original commit: fff894d710
2008-01-11 02:29:49 +00:00
Matthew Flatt
596f8380ba move doc sub-dirs to scribblings sub-dirs
svn: r8281

original commit: b76aa843ab
2008-01-10 20:07:32 +00:00
Robby Findler
067b2a2f25 made send-url's result type always be the same
svn: r8235

original commit: 80c22a541d
2008-01-06 14:04:46 +00:00
Matthew Flatt
0e8e8692a6 3.99.0.9: binding links in docs use nominal import sources
svn: r8196

original commit: 7fc41024c0
2008-01-03 19:07:02 +00:00
Matthew Flatt
a15e4c8b84 change Scribble to complain about colliding tags
svn: r8025

original commit: fd1de94a48
2007-12-16 03:10:00 +00:00
Matthew Flatt
f404932b10 doc scribble/xref, and start net docs
svn: r8021

original commit: bfecd9e0f5
2007-12-15 23:36:23 +00:00
Matthew Flatt
ea42dbd423 try to make send-url work with URLS containing fragments under Windows
svn: r7993

original commit: f281705054
2007-12-13 17:20:01 +00:00