Matthew Flatt
ea1269a0c2
define-runtime-module-path-index and racket/gui/dynamic fixes
...
original commit: dee93e625984f3f92cb699a4e131eb34aee94874
2010-11-05 15:54:46 -06:00
Matthew Flatt
cb9880c410
improve runtime-path support for building stand-alone gui exes
...
original commit: 75a6bfe119d97ef81a28626bebe2b33799d41c06
2010-11-05 15:54:44 -06:00
Eli Barzilay
27f087f38f
Some repeated "and and"s and "the the"s, and two more typos.
...
Closes PR 11229.
original commit: ee138cf2cba3ee32cd755a7b242ec10051180adf
2010-09-20 15:38:18 -04:00
Stevie Strickland
0ddfa81da3
Convert unconstrained-domain-> to chaperones.
...
original commit: 05e714881d95f2347bd71899acc20f95d726e7cc
2010-09-17 23:08:05 -04:00
Stevie Strickland
f3f84db494
Now migrate vector/c and vector-immutable/c.
...
Also add old-style vector/c to mzlib/contract.
original commit: b416b7e5bbac1c75dba6611cc96d7f821d0ec4f2
2010-09-16 15:04:41 -04:00
Stevie Strickland
a4087991e3
Convert vectorof/vector-immutableof to the new regime.
...
Also add old-style vectorof to mzlib/contract.
original commit: 3028f2d1424123d076a95572a7564b8fb069a86e
2010-09-16 15:04:41 -04:00
Stevie Strickland
d41ec9e051
Separate out vector-related contract combinators into a new file.
...
original commit: c8737d5615db678b93784794ec6f55109b9d46d5
2010-09-16 15:04:41 -04:00
Stevie Strickland
7271481c49
Now change box/c to use proxies or chaperones appropriately.
...
Create a mzlib/contract compatible version of the old box/c and use that
for mzlib/contract. Change the docs so that the docs for mzlib/contract
contain the right information.
Fix the typed-scheme implementation to only force flat box (or hash)
contracts when it already is required to be flat. Otherwise, allow
non-flat contracts for the element contract (or domain/range contracts).
original commit: 994ad6d10fc817a5ceca2f9f4874dac5c14c0aab
2010-09-15 16:57:17 -04:00
Stevie Strickland
71d6d2f101
Initially just move the box-related combinators to a new location.
...
original commit: b8fb6dae9a54d89389ebf282f4f15011dbef36b0
2010-09-15 16:53:18 -04:00
Stevie Strickland
561af43eda
Separate out hash/c code into a separate module.
...
original commit: f5b62ececdef53f18bde3ab140351f10313f94a2
2010-09-15 11:22:57 -04:00
Eli Barzilay
cffcd4f2d7
* Use #lang & reformat
...
* Remove no longer relevant references to `macos'
* Fix some type errors (that weren't reachable)
* Make streamify-* always return the thread (`get-thread?' was always #t)
original commit: a69d7c00c138b2efd8e298e1cc4e060917672a8c
2010-09-13 01:56:50 -04:00
Eli Barzilay
cd4dbaad6a
More "~n" -> "\n" changes
...
original commit: 8e0f8dd39c3744472b450021f003f9cbe8cbcb62
2010-08-26 12:11:00 -04:00
Eli Barzilay
bfeb87cacd
Lots of "~e" to "~.s" changes.
...
original commit: 606b7f60dc597a6870efc11364e1dd3e1a8b4a1b
2010-08-25 17:17:01 -04:00
Robby Findler
8258184a9a
added contract-struct (like define-contract-struct, but with a
...
maker whose name does not begin with 'make-')
original commit: 367779fd27ba98422d288dd3b0c0db70f31bb4ca
2010-08-10 22:20:33 -05:00
Robby Findler
7019af6167
fixed a bug in the mzlib contracts test suite
...
original commit: 26187fed8f3d3df4e7edd8bfb435ced0c323d910
2010-08-10 19:27:17 -05:00
Matthew Flatt
546e09e0d9
add collection-file-path and splace collection trees at the file level
...
original commit: 5f1aa418f30f4df086c85ed18dfc5395468b1638
2010-07-25 11:01:09 -05:00
Ryan Culpepper
b9de711d8a
Added uses of internal-definition-context-apply from unstable/syntax
...
original commit: 79a06deb79fd0cdb5864543e6154502d8404a84e
2010-07-13 12:07:48 -06:00
Sam Tobin-Hochstadt
f163787145
Update `trace' docs.
...
- Move trace implementation to racket/trace.
- Move documentation to new Debugging section in Reference.
- Add example.
original commit: 12f30cf4782d6baa4707f05f95c9e19021685d66
2010-06-27 19:17:04 -04:00
Jay McCarthy
fbdc41a561
Fixing PR 10970
...
original commit: 428412036f6f6e4652cff10f84cc000f9e075c01
2010-06-23 16:29:23 -06:00
Eli Barzilay
a14cc164fa
Use `exact-integer?'.
...
original commit: 412fd4ff792935122c2b9a932a2d3eefd4040bc6
2010-06-20 18:34:06 -04:00
Stevie Strickland
79f7ee6472
Fix first-order cons/c check in mzlib contract tests.
...
original commit: 7b38cef4e89ec1b537cf06c643379a67d6d39f07
2010-06-09 15:52:29 -04:00
Matthew Flatt
7ad10fe4d0
improve expansion of some unit forms to limit expansion size
...
Merge to 5.0
original commit: c3fdf47cc7052a617913f45153f6b75fbe1ce6da
2010-06-03 11:07:44 -06:00
Jay McCarthy
6e7dd7db19
Fixing an innoculous test case failure I introduced, by override the platform's time zone.
...
Relaxing the contract on date->string to accord with previous documentation.
Changing web-server example to use more restrictive contract
Please include in 5.0
original commit: 50fd0278bae0fd18a016e5c0dde63513c2cff088
2010-05-25 06:54:28 -06:00
Jay McCarthy
12a888f33d
Adding date->seconds
...
original commit: 1b6b721aee3bd26c9fcb2cf985815f584e2b20a0
2010-05-24 14:25:35 -06:00
Jay McCarthy
4d0091213c
Adding current-date
...
original commit: 009ae0588ecb4387b73dfe6d807c7b5a4e27e243
2010-05-24 14:23:53 -06:00
Jay McCarthy
1f7868ea09
Using modern style a little
...
original commit: 991e2a4064b48402dc272f5cad40be50c560fd08
2010-05-24 14:23:52 -06:00
Jay McCarthy
e2aeb764f6
Converting to racket and with contracts
...
original commit: 581458f0be2d6adf04933b00515643c6e383087a
2010-05-24 14:23:52 -06:00
Jay McCarthy
7e00a44f62
Fixing ftp-download-file
...
original commit: f5bddf770508a4b8be0cf8e22414363ff6348538
2010-05-24 09:56:35 -06:00
Jay McCarthy
351136f202
Racketizing
...
original commit: 63df5311c5d86a7632826c9dc93a8bc541176f6d
2010-05-24 09:56:34 -06:00
Matthew Flatt
d86a6b48f5
Fix `at-exp' syntax colorer to handle non-text input
...
- added 'special-filter-input-port' to `racker/port'
Merge to v5.0
original commit: e4aab3465684717eca0d6e7c6f70bc11e7a2ef8e
2010-05-21 19:40:32 -06:00
Eli Barzilay
72c3254caf
Use "main.rkt" instead of "main.ss" in constructed path
...
original commit: 41ea7311f3e85e9455cc309c689d1b79cf5d9bd4
2010-05-17 09:55:48 -04:00
Eli Barzilay
bc4b4c6168
Some random ".ss" -> ".rkt"s
...
original commit: 939af28a4c94c283f46eb121574e4131f12cba53
2010-05-17 05:58:19 -04:00
Eli Barzilay
d1e2ad29b7
A lot of "plt-scheme.org" -> "racket-lang.org"s.
...
original commit: a46743211b75cfc1fc8aa66f8bc9934fcdc2be38
2010-05-17 00:53:12 -04:00
Eli Barzilay
3776c0067b
A lot of "MrEd" -> "GRacket"s.
...
original commit: 7f6efdc8beea4b81af31807f9788197c24d0d63e
2010-05-16 23:46:05 -04:00
Eli Barzilay
eff0b85b6a
A lot of "MzScheme" -> "Racket"s.
...
original commit: 2d9601089d1d127374238fdbe41a344ca88ca52f
2010-05-16 18:26:26 -04:00
Sam Tobin-Hochstadt
6807d90add
Add `racket/block'
...
original commit: 3965eab9c88806ed2034bdf38fefcb410b5f1a6d
2010-05-11 12:01:15 -04:00
Carl Eastlund
24ff7958f1
Adjusted list/c to stand alone, rather than using cons/c, so that it prints as itself.
...
original commit: ff5b8da551339f2ea22bd20f3c9d5ca392d64ac8
2010-05-10 16:39:07 -04:00
Matthew Flatt
212171f54f
use .rktl suffix for files meant to be 'load'ed
...
original commit: e504acb72622f4668a50770476fc7545ef9450b0
2010-05-01 09:58:16 -06:00
Sam Tobin-Hochstadt
b40470205b
loadtest.ss -> loadtest.rkt
...
original commit: 85fad33c4ce1a602c6b096d03513bf3e2bb1c2b8
2010-04-30 16:35:48 -04:00
Matthew Flatt
a9c5ca02a2
move tests/mzscheme to tests/racket
...
original commit: 882b7dce0eaf92eab6fe45565ca6c1a09aa26027
2010-04-27 18:28:39 -06:00
Matthew Flatt
b7928f0fa1
rename all files .ss -> .rkt
...
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Jay McCarthy
53ba15e706
Fixing cookie regex
...
original commit: 96a3f47ea09e9e8beb11fbf26ba3138a6a289a4f
2010-04-27 08:48:07 -06:00
Matthew Flatt
a4948a39a4
change 'define-struct' to bind the type name as a constructor, add an #:extra-constructor-name option, etc.
...
original commit: 616080c7c4bc10f3f758a198c6e94c394e051038
2010-04-25 12:10:36 -06:00
Matthew Flatt
e0799c3d05
fix some tests and docs after racket move
...
original commit: d7e4db3efd8454d4f114fb28e8a136608f47b776
2010-04-20 17:28:07 -06:00
Matthew Flatt
7b544af2a5
move most of the 'scheme' collection to the 'racket' collection
...
original commit: c95a39875453e7f057395a7bf626e5d2ed732e7e
2010-04-20 15:24:48 -06:00
Matthew Flatt
b2b3c44aa4
add define-values-for-export to scheme/unit; sort out different unit-signature 'struct' forms for mzlib vs. scheme vs. racket
...
svn: r18792
original commit: b4aa4d4afb76d2ab57a2fa8ca0ad5ad3173e466a
2010-04-12 13:54:40 +00:00
Matthew Flatt
07e1c1fda1
racket: keep old 'define-struct', include new form as 'struct'
...
svn: r18789
original commit: 65d3d3240b647685f446f89d86b907f2bcc73b64
2010-04-11 21:08:37 +00:00
Matthew Flatt
23736d15be
module paths normalize to .rkt, load handler converts .rkt back to .ss if necessary
...
svn: r18788
original commit: bdb71498e3ed816d44c9faf830f97fbe9fdaa3f2
2010-04-11 16:55:18 +00:00
Jay McCarthy
29e1296e08
Correct the cookie contract function
...
svn: r18630
original commit: 3e546fee60f0902d384c7e7c7db597e7bd019ec9
2010-03-26 16:45:42 +00:00
Jay McCarthy
3f01662a45
Stricter cookie contracts
...
svn: r18629
original commit: e69a18eefd90a336e7f4b8305485732ea5896727
2010-03-26 16:07:35 +00:00