Commit Graph

8 Commits

Author SHA1 Message Date
Robby Findler
f6e58fc7c7 remove some mzlib/contract exports that were unintentional,
copied from racket/contract because racket/contract/combinator
had some (provide (except-out (all-from-out <private-file>) ...))
that ended up accumulating things it shouldn't have over the years
2015-12-20 17:05:38 -06:00
Robby Findler
f9f77329a7 unbreak mzlib/contract's version of object-contract 2015-12-20 07:43:24 -06:00
Matthew Flatt
328c3d3276 racket/package: fix package-begin 2015-07-21 13:07:53 -06:00
Matthew Flatt
78f2ab8fa1 fix taint handling for package bindings 2015-05-15 09:42:52 -06:00
Matthew Flatt
35af3d14d0 re-implement racket/package for the new macro system
The new implementation is considerably simpler than the old
implementation, and it avoids `syntax-local-make-definition-context`,
`syntax-local-get-shadower`, and `syntax-local-make-delta-introducer`.
2015-05-15 09:42:52 -06:00
Matthew Flatt
f540a6c108 adjust syntax-set to use syntax-local-identifier-as-binding 2015-05-15 09:42:52 -06:00
Matthew Flatt
746e8ff1fb fix getpid for Windows ro use winapi instead of 'stdcall 2015-04-18 09:21:28 +01:00
Sam Tobin-Hochstadt
c8256f8b9d Remove extra directories. 2014-12-02 09:43:08 -05:00