Commit Graph

4496 Commits

Author SHA1 Message Date
Robby Findler
6f962c5f7b added message when there are no recent languages
svn: r5654
2007-02-21 19:11:24 +00:00
Eli Barzilay
f07d26a49b Welcome to a new PLT day.
svn: r5653
2007-02-21 08:50:03 +00:00
Robby Findler
9d241aa2c5 changed slant to italic
svn: r5652
2007-02-21 02:46:43 +00:00
Robby Findler
097fb4be88 fixed another bug in the language recognization code
svn: r5651
2007-02-21 00:01:41 +00:00
Matthew Flatt
b4be2ce25d fix help typo in configure script
svn: r5650
2007-02-20 22:41:07 +00:00
Robby Findler
76952ae26b improved printouts for syntax errors that have multiple source locations
svn: r5649
2007-02-20 19:08:49 +00:00
Robby Findler
815c6669ba added the ability to configure the repl's colors
svn: r5648
2007-02-20 16:33:47 +00:00
Eli Barzilay
68799a5373 Welcome to a new PLT day.
svn: r5647
2007-02-20 08:50:03 +00:00
Eli Barzilay
8b642ebc47 * Added `offset-ptr?' (returns #t for any offset, even if it's 0, #f for
no-offset or non-pointer)

* Added `ptr-add!' (must get `offset-ptr?' value, destructive, returns void)

* Added `ptr-offset' (works on any cpointer value)

* Added `set-ptr-offset!' for pointers, with an optional ctype multiplier
  (works only for `offset-ptr?' inputs)

* Changed memcopy, memmove & memset to have a single c-type argument.

svn: r5646
2007-02-20 08:42:34 +00:00
Matthew Flatt
f8f8921a74 properly detect cancelling marks for context check on fully-expanded expressions
svn: r5645
2007-02-20 08:22:37 +00:00
Robby Findler
53987c5ee8 fixed the yellow stuff in a corner case
svn: r5644
2007-02-20 03:16:50 +00:00
Robby Findler
c9303285d2 improved performance of the inital is-this-a-module check (also works around a bug)
svn: r5643
2007-02-20 02:32:50 +00:00
Matthew Flatt
c0bd2049a9 fix path completion in Mac OS X file dialog
svn: r5642
2007-02-20 02:02:01 +00:00
Matthew Flatt
3b10623bad tests for mz and port.ss repairs
svn: r5641
2007-02-20 01:42:25 +00:00
Matthew Flatt
dff013afc5 fix port functions to use byte-ready? instead of char-ready?
svn: r5640
2007-02-20 01:42:03 +00:00
Matthew Flatt
23241decd1 fix char-ready? to not block when only part of a character is ready
svn: r5639
2007-02-20 01:41:05 +00:00
Jacob Matthews
844ed2d48f changed planet search order, now uninstalled packages are only consulted if an attempt to download from the network fails.
svn: r5638
2007-02-19 23:30:37 +00:00
Robby Findler
c2e4fcd60d revert to default button: minor tweaks
svn: r5637
2007-02-19 22:08:04 +00:00
Eli Barzilay
0da9774511 Welcome to a new PLT day.
svn: r5636
2007-02-19 08:50:04 +00:00
Robby Findler
6f631ae7b7 added yellow to programming language label
svn: r5635
2007-02-18 17:59:22 +00:00
Eli Barzilay
6c1d24e815 Welcome to a new PLT day.
svn: r5634
2007-02-18 08:50:05 +00:00
Robby Findler
38da856255 added language status and menu at bottom right of drscheme window
svn: r5633
2007-02-18 00:17:49 +00:00
Chongkai Zhu
144796ec6d read/write
svn: r5632
2007-02-17 23:50:55 +00:00
Robby Findler
d59f197c05 adjusted translations for read/write two line thing
svn: r5631
2007-02-17 21:10:59 +00:00
Robby Findler
d83826c513 change to match recent commit by me (should have been in that commit)
svn: r5630
2007-02-17 20:13:01 +00:00
Robby Findler
f24381c8b6 shrunk space required for stuff
svn: r5629
2007-02-17 19:30:58 +00:00
Eli Barzilay
5387c758f2 added test for u8vector items
svn: r5628
2007-02-17 15:23:49 +00:00
Mike Sperber
79ac9d31b5 Synch with latest.
svn: r5627
2007-02-17 10:04:52 +00:00
Eli Barzilay
5766958439 Welcome to a new PLT day.
svn: r5626
2007-02-17 08:50:03 +00:00
Matthew Flatt
1a604ff602 report more information in error for for colliding imports
svn: r5625
2007-02-16 22:01:58 +00:00
Matthew Flatt
92193f575a fix generation of SCHEME2C for non-ptr types
svn: r5624
2007-02-16 12:13:52 +00:00
Matthew Flatt
ba698cf9a4 fix SCHEME2C macro, which may help big-endian problem
svn: r5623
2007-02-16 11:36:47 +00:00
Eli Barzilay
5e4799a4fe Welcome to a new PLT day.
svn: r5622
2007-02-16 08:50:03 +00:00
Matthew Flatt
4c7a4b3cd6 mysterx doesn't need the delayload tricks, because it's a MzScheme extension
svn: r5621
2007-02-16 02:26:54 +00:00
Matthew Flatt
da4191880c fix pre-processor defn
svn: r5620
2007-02-15 22:14:15 +00:00
Eli Barzilay
492733aa40 make-cvector with 0 args
svn: r5619
2007-02-15 20:39:17 +00:00
Eli Barzilay
e488422b1c Welcome to a new PLT day.
svn: r5618
2007-02-15 08:50:03 +00:00
Matthew Flatt
d191d764be extra notes on examples
svn: r5617
2007-02-15 08:18:18 +00:00
Matthew Flatt
41f7592c11 gradually typed functional honu
svn: r5616
2007-02-15 08:14:18 +00:00
Matthew Flatt
a5df6154c1 fix bugs related to getting rid of #%expression in fully expanded code
svn: r5615
2007-02-15 08:12:54 +00:00
Matthew Flatt
7a48da5797 ideas for honu tests
svn: r5613
2007-02-15 07:48:43 +00:00
Robby Findler
4379aa3f05 fixed a bug in the new stuff
svn: r5606
2007-02-15 01:31:06 +00:00
Matthew Flatt
bf84c30c55 fix -h text
svn: r5605
2007-02-15 00:03:00 +00:00
Robby Findler
3c3d848324 added module language recognition into the mix
svn: r5604
2007-02-14 23:42:42 +00:00
Robby Findler
ddb4f130f0 added 'module' wrapper for saved files in the teaching languages (and support for that in the drscheme:language:language<%> interface)
svn: r5603
2007-02-14 23:26:25 +00:00
Robby Findler
e3776e5476 added 'module' wrapper for saved files in the teaching languages (and support for that in the drscheme:language:language<%> interface)
svn: r5602
2007-02-14 23:23:32 +00:00
Robby Findler
94c1702b56 added a few things
svn: r5601
2007-02-14 23:21:12 +00:00
Matthew Flatt
c4e863fe39 fix expansion context for let-values RHS
svn: r5599
2007-02-14 14:10:45 +00:00
Eli Barzilay
7e4bf3272b Welcome to a new PLT day.
svn: r5598
2007-02-14 08:50:03 +00:00
Matthew Flatt
c39cc00daa optimize away unneeded quoted syntax objects
svn: r5596
2007-02-14 06:00:43 +00:00