Eli Barzilay
fa9becf12f
Some more #lang racket' ->
#lang racket/base' conversions
...
(And some other related minor racketisms.)
original commit: 39a0ab60a78d6d60e8c20450f10b273261c0d325
2012-11-07 08:03:44 -05:00
Eli Barzilay
67b89ffbb2
Random pickiness.
...
Spaces at EOFs, indentation, etc.
original commit: 7d6e79023cf9872e6f6af2f89961b742c6296f1d
2012-06-22 12:00:48 -04:00
Eli Barzilay
008aa7dd7c
Sort the mess with aligned-pasteboard tests.
...
1. Lots of #lang-ization, other racketizations, code improvements, etc.
2. Some files that were not working now do.
3. "collects/tests/aligned-pasteboard" had some files that were near
duplicates of "collects/mrlib/private/aligned-pasteboard/tests".
I've removed the former since in a few places it looked like an older
version (eg, there were bogus references to a non-existent
"utils.rkt"). The former has more files that are in runnable
condition now.
4. There are plenty of tests that look like they're failing, but it
wasn't shown since they just return #f, and when they were running
with a "-f" these results weren't displayed.
5. I have no idea about the code, this is all just reshuffling and minor
editing.
original commit: b8034828d0d3cbdc02216266ef7ea94e46d5e7a6
2012-06-19 01:42:20 -04:00
Eli Barzilay
2869673b26
A bunch of fprintf' ->
eprintf' conversions (and a few related things).
...
original commit: 17090fca4f19298f01d03fea419edb20f315d040
2012-05-06 12:06:00 -04:00
Eli Barzilay
950c968e77
".ss" -> ".rkt" scan done.
...
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Eli Barzilay
4f207d84ed
Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
...
(Some other minor things here and there.)
original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
2011-06-20 04:27:14 -04:00
David Van Horn
15c7ab6e1f
Fixes more spelling errors.
...
original commit: 760a58b65df2b91010d2bcc2739ddab2a4489729
2011-02-04 19:44:13 -07:00
David Van Horn
5007d739fc
Fixed various spelling errors.
...
original commit: c9519fd11300b07292df8619e86f48533eff6e4d
2011-02-03 17:42:33 -05:00
Sam Tobin-Hochstadt
6085753209
Separate snip% from the gui
...
original commit: 8a8a8dbe4ba0eb9ece3ca7dabe0e278de64e467e
2010-12-17 12:32:26 -05:00
Robby Findler
653df4ac44
gr2 cleanup
...
original commit: f11e53c68ca1fbc4e11321f97776650b8758ace3
2010-11-29 13:49:48 -06:00
Matthew Flatt
da874c1c04
v5.4.99.1, executable-yield-handler', and
make-bitmap' etc.
...
original commit: 05cfffdf9e13b6868a19384e88bcb9331f9631f1
2010-11-05 15:54:50 -06:00
Robby Findler
6b991a5f60
fixed a bug in the way old 2htdp/image files were parsed (those that contain bitmaps)
...
original commit: 7ef1e8bd907b5f18f563848346628da0dcd2406f
2010-10-28 17:20:43 -05:00
Robby Findler
b78887e5a9
added default case to avoid runtime errors when parsing bogus images
...
original commit: abca2c91b8569f0a516c6ed9e4d4f325361f5f03
2010-10-28 17:20:42 -05:00
Robby Findler
0b029011dd
added support to the 2htdp/image library for reading files when there is no GUI around.
...
currently the support is limited to images that can only report their sizes and pinholes and where equal?
signals an error unless the arguments are eq?.
original commit: a744958fd539471315b7515e3e9460af861aa7b7
2010-10-28 11:32:14 -05:00
Eli Barzilay
0f97692e42
More "~n" -> "\n" changes
...
original commit: 8e0f8dd39c3744472b450021f003f9cbe8cbcb62
2010-08-26 12:11:00 -04:00
Robby Findler
b463b0ff13
fixed a bug in the saving of bitmaps (and along the way added some randomized tests that found a few other things)
...
Please merge to release branch.
original commit: 6cd277a36fe6f8eba4cb02f46a8c8ea98f036802
2010-07-20 22:59:52 -05:00
Robby Findler
f820cb0205
fixed PR 10998
...
original commit: a5d969607b764c61930ad12f01a443bca53b5031
2010-07-06 15:26:26 -05:00
Robby Findler
66ad2795fd
Refactored the rotation code to support an arbitrary linear transformation
...
original commit: 2e67f8bb9fc0dda3cf411e33017301436bce2fd1
2010-06-20 14:13:16 -05:00
Robby Findler
7614ac4819
added support for flipping bitmaps
...
original commit: 132867518c12e2c4b223305130df7938bf1aa350
2010-06-18 16:21:14 -05:00
Eli Barzilay
560ff92c71
Some renames for this dusty code.
...
original commit: d8fec78585aac51145b12cf486a38d53375e8c21
2010-05-16 18:26:25 -04:00
Matthew Flatt
5adf804728
rename all files .ss -> .rkt
...
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Robby Findler
2c7ebeae74
applied Ian's patch to the bitmap rotation code
...
svn: r17513
original commit: b5e54fe2eb642c41bf70ceeaabe37eb34d84ac2a
2010-01-06 21:43:34 +00:00
Robby Findler
471bd95f5c
PR 10635
...
svn: r17156
original commit: 4c18e8212f0978cc98d2151163b6993e4bd8bd46
2009-12-02 04:42:35 +00:00
Robby Findler
6bcf979d90
fixed rotation of bitmaps
...
svn: r16861
original commit: cc60cdc02bbccdd2f0336a3858edb037d04a430f
2009-11-18 14:58:15 +00:00
Matthew Flatt
2397cbad2d
fix some bad aligned-pasteboard tests
...
svn: r16348
original commit: c483470deb670223e6303c20bc43a12549cf8adc
2009-10-17 14:28:46 +00:00
Matthew Flatt
2e537cd062
aligned-pasteboard and cue-text% repairs
...
svn: r14463
original commit: 52d6fb4e1dd1ca6a62f5026f748f200c2318e82b
2009-04-08 12:59:22 +00:00
Eli Barzilay
2fabbcf66d
* 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
original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c
2008-07-09 07:18:06 +00:00
Eli Barzilay
206e437ff3
revise the way setup-plt crawls over the collection trees
...
svn: r8860
original commit: b76390a4523dd523febeab8f432f0341b6a2d040
2008-03-03 22:04:28 +00:00
Eli Barzilay
fcca6b5af9
make all files terminate with a newline
...
svn: r8786
original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
2008-02-24 21:27:36 +00:00
Eli Barzilay
d956ae1736
use new require specs in many places
...
svn: r8774
original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Eli Barzilay
869838e8ed
{quick,merge}sort -> sort
...
svn: r2569
original commit: 16f01a1109691d2fa4844b9411410f4794cf0dc1
2006-04-01 12:24:15 +00:00
Robby Findler
70a100e7f7
updated many unions to or/c's
...
svn: r2061
original commit: fddb1fa862b6e0e8e71f011dcdda5309e64635e1
2006-01-31 19:17:33 +00:00
Matthew Flatt
297de41743
.
...
original commit: 7a3ef7801db3cb9a2561cedb60e3edc0e0b7ed5b
2005-05-24 20:22:06 +00:00
Robby Findler
040b36b035
.
...
original commit: e9b58213637cefa6278641a1c7299fd738e0c5d6
2005-02-16 01:11:16 +00:00
Robby Findler
39e093d608
.
...
original commit: 1bd92c441435a2c2ae5f0a37c7d5e6559e620360
2004-10-19 18:34:34 +00:00
Matthew Flatt
f9f2f82b26
v299 updates
...
original commit: 186ee95616789aeafa764281004190f101f71e52
2004-09-10 15:14:40 +00:00
Mike MacHenry
49f3f2baab
...
...
original commit: bfd85b7e724afe90d4363b863bda7cf228197273
2004-06-29 22:40:19 +00:00
Mike MacHenry
eb40e63cd1
fixed an edit sequence bug but introduced an inefficientcy
...
original commit: 2e9f1f4d0f08ad8ba75251e9e76ff1e6a41dcdd5
2003-12-18 22:18:36 +00:00
Mike MacHenry
82c83e1f83
added stretchable-editor-snips
...
original commit: 19ce29b34ee0fc6c9e4082c462e1cd51133c0be5
2003-12-16 22:05:58 +00:00
Mike MacHenry
e16d80b9f9
renaming interface
...
original commit: 0b8cd6852f839deb897be729adeab521d275e4c2
2003-12-15 20:24:35 +00:00
Mike MacHenry
73c8cbf194
forgot to remove my own debug stuff
...
original commit: a804b7c36bc32ba740ad45aab6086c92bbbef72f
2003-12-15 19:00:53 +00:00
Mike MacHenry
0224d867e8
committing the tests
...
original commit: 50b959c7b9f52ad4f1542908078f1fdf0a9f357b
2003-12-15 18:57:25 +00:00
Mike MacHenry
a82730944d
fixed the major pasteboard bugs
...
original commit: 0cfc7d5945fd67acb7c2bb79c04cbea188aaf692
2003-12-15 18:53:03 +00:00
Mike MacHenry
9c2414e13c
...
...
original commit: 8361ba47bdec13bebba289bd10bcddd88464bc44
2003-12-03 19:38:33 +00:00
Mike MacHenry
8f2cc3e3fa
minimized edit-sequence bug, added test case, fixed bug.
...
original commit: cb4e36c8e9fed4b16849675e50240b783607f29d
2003-11-11 00:35:40 +00:00
Mike MacHenry
067e8a0951
...
...
original commit: 411027680626f1cc5e7e5c538e2f422ab5290669
2003-11-03 18:55:15 +00:00
Robby Findler
af450c495c
.
...
original commit: 0a8ed92beaa9612b1363148aab6f8489c47003f2
2003-11-01 14:42:42 +00:00
Robby Findler
a8d5c4997f
temporary hack to eliminate bad contract
...
original commit: 749012a738181ef7170007c4ee1a81db5807d42c
2003-11-01 14:32:52 +00:00
Mike MacHenry
c238ba30a9
Added some old tests that I had forgotten to CVS
...
original commit: 891557de8fa0038d9a169ab23077e8242ea5b2f4
2003-10-23 16:37:19 +00:00
Mike MacHenry
14ee490d8e
contracts.ss -> contract.ss
...
original commit: 51992dcc33e9214beb02f7ee7396d3ad8a2c2e3b
2003-10-18 06:44:58 +00:00