Commit Graph

106 Commits

Author SHA1 Message Date
Matthew Flatt
81d1f12b7c note mzc bug near its source
svn: r6246
2007-05-24 01:23:30 +00:00
Matthew Flatt
acce4106f4 recognize more nan and inf C function names
svn: r6236
2007-05-20 21:31:59 +00:00
Matthew Flatt
e85a15df98 add support for 'lib paths in define-runtime-path, and change world.ss to use it
svn: r6150
2007-05-05 00:17:06 +00:00
Matthew Flatt
6afb79188d test and fix hook for create-embedding-executable
svn: r6036
2007-04-25 00:43:51 +00:00
Matthew Flatt
e33ed803d0 yet another hook for create-embedding-executable
svn: r6035
2007-04-24 23:19:43 +00:00
Matthew Flatt
d5b1cc6baf add src-filter to create-exembedding-executable
svn: r6028
2007-04-24 01:18:58 +00:00
Matthew Flatt
b4ad09c116 doc correction, and expand paths before passing them on the command line
svn: r6017
2007-04-22 21:33:56 +00:00
Robby Findler
6f2bd461d6 removed tab character to make things line up in Help Desk
svn: r6013
2007-04-21 23:58:26 +00:00
Matthew Flatt
a2cbc68378 improve and module-ize mxdemo, change executable creator to prefer exetsnions (such as mxmain)
svn: r6012
2007-04-21 23:00:38 +00:00
Matthew Flatt
6be8c9f684 document new exe-making support at the create-embedding-executable level
svn: r6004
2007-04-20 01:48:50 +00:00
Matthew Flatt
a45251d272 369.10
svn: r6003
2007-04-20 01:16:15 +00:00
Matthew Flatt
85e838dab4 make extension-implemented modules work with mzc --exe and --exe-dir
svn: r5973
2007-04-18 02:36:32 +00:00
Matthew Flatt
a61b6bc4a2 find starter.exe under Cygwin (PR 8603)
svn: r5946
2007-04-15 11:43:17 +00:00
Matthew Flatt
29348092ab fix new xform macro handling
svn: r5904
2007-04-09 09:59:56 +00:00
Matthew Flatt
34d00a000c 369.9
svn: r5902
2007-04-09 08:34:00 +00:00
Matthew Flatt
122bacb0d5 fix file placement, clean-up, and reporting for C output in 3m mode
svn: r5800
2007-03-20 03:52:56 +00:00
Matthew Flatt
a5b71fccbf error-message typo
svn: r5797
2007-03-19 22:08:09 +00:00
Matthew Flatt
bf84c30c55 fix -h text
svn: r5605
2007-02-15 00:03:00 +00:00
Matthew Flatt
2007843ba4 add new command-line arguments: -p, -P, -Q
svn: r5557
2007-02-06 05:14:34 +00:00
Matthew Flatt
a5b490ae35 build in memcmp as a non-gcing function for xform
svn: r5498
2007-01-29 13:12:45 +00:00
Matthew Flatt
808e37bfc3 no more gmzc
svn: r5494
2007-01-29 06:25:21 +00:00
Matthew Flatt
e911124dbf fix var registration in the presence of setjmp
svn: r5479
2007-01-27 22:54:38 +00:00
Matthew Flatt
a746e33058 improved test for non-conversion
svn: r5452
2007-01-25 06:19:00 +00:00
Matthew Flatt
27e5516214 allow only one of --3m and --cgc
svn: r5344
2007-01-13 00:02:54 +00:00
Matthew Flatt
91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00
Eli Barzilay
ddc068c52b 2006->2007
svn: r5201
2006-12-31 10:05:55 +00:00
Matthew Flatt
7b13755dad unit clean-up
svn: r5160
2006-12-22 01:26:58 +00:00
Matthew Flatt
cf0b303497 359.2, collects changes
svn: r5143
2006-12-20 00:57:12 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Mike Sperber
562f12160d Make debugging output from mzc work again.
svn: r4976
2006-11-29 07:16:08 +00:00
Matthew Flatt
5e0aacd1f3 ignore extensions when creating stand-alone executables
svn: r4829
2006-11-13 00:25:28 +00:00
Matthew Flatt
510546102a error when -k file doesn't exist
svn: r4402
2006-09-21 02:17:37 +00:00
Matthew Flatt
213fe7c52b xform: more precise tracking of non-gcing calls, which helps avoid conversions of whole functions
svn: r4254
2006-09-06 04:21:33 +00:00
Matthew Flatt
ca973ccae1 propagate module-begin certificates on src2src optimization
svn: r4073
2006-08-16 23:10:13 +00:00
Matthew Flatt
87e78e0f96 3m bug fix for function calls chained with &&, ||, etc
svn: r4072
2006-08-16 23:08:24 +00:00
Matthew Flatt
92a0c5c4de add __errno to list of things like _errno
svn: r3929
2006-08-02 16:59:13 +00:00
Matthew Flatt
0760d57b01 xform drops __declspec(deprecated())
svn: r3902
2006-07-31 12:45:35 +00:00
Matthew Flatt
399f98ff14 fix module-name resolver for embedded exe
svn: r3651
2006-07-07 17:51:21 +00:00
Matthew Flatt
ebe051694d 350.3
svn: r3571
2006-07-01 18:53:09 +00:00
Matthew Flatt
e9632780ba precompiled header doesn't have to match on lines containing only blanks
svn: r3500
2006-06-27 16:11:47 +00:00
Matthew Flatt
6706befaa3 350.2
svn: r3496
2006-06-27 12:34:39 +00:00
Matthew Flatt
217ee49e83 edits related to old elaboration-time info
svn: r3414
2006-06-19 12:13:55 +00:00
Eli Barzilay
24d316029e removed old comment about elaboration-time files being omitted from compilations
svn: r3401
2006-06-18 16:44:13 +00:00
Eli Barzilay
c16fd0009e * compile-omit-files will not prevent compilation of a required (compiled)
file, document this
* remove redundant compile-omit-files from config/info
* Make configtab introduce the missing bindings unhygienically, so there are no
  made up names in the zo, which makes it possible to easily replace config.ss
  without re-compiling everything.

svn: r3400
2006-06-18 16:31:02 +00:00
Eli Barzilay
35540541ac redundant compile-omit-files
svn: r3398
2006-06-18 10:01:09 +00:00
Matthew Flatt
cb7c823206 improved create-executable test suite, fix for Mac OS X MrEd executable with given collection path
svn: r3391
2006-06-18 01:58:29 +00:00
Matthew Flatt
3f5f1186a5 update docs and client for #:filter to #:file-filter change
svn: r3388
2006-06-17 19:23:12 +00:00
Matthew Flatt
09d6dd95cf new Create Executable in DrScheme
svn: r3178
2006-06-02 11:52:48 +00:00
Matthew Flatt
b36a057d75 compile mzc-generated module wrapper without enforced constants
svn: r3147
2006-05-31 11:41:27 +00:00
Eli Barzilay
185da3d90d removed spidey.ss
svn: r3132
2006-05-30 20:04:18 +00:00