Matthew Flatt
aacb98f51b
PPC JIT fixup
2011-02-18 18:44:01 -07:00
Matthew Flatt
0e590d3a76
VS10 project fixup
2011-02-18 18:44:01 -07:00
Matthew Flatt
4b13dc0ba4
split jit.c into multiple files
2011-02-18 18:44:01 -07:00
Matthew Flatt
5249152743
partially clean up hash-code implementation
2011-02-18 18:44:01 -07:00
Matthew Flatt
7d94936b04
change representation of parameterizations
...
- slightly slower single extension of parameterization
- faster repeated extension of parameterization
- sometimes faster lookup of parameterization
- simpler implementation (uses functional hash tables)
2011-02-18 18:44:01 -07:00
Matthew Flatt
6041833ac5
fsemaphore cleanup
...
- abstract over JIT inlining of fsemaphore operations
- fix problems with non-parallel fsemaphores
- adjust tests so they don't assume too much concurrency
- clarify fsemaphore vs. semaphore in the docs
2011-02-18 09:55:01 -07:00
James Swaine
ca5c061a71
Fix fsemaphore-try-wait? so the sema's count is decremented. Make fsemaphore-wait and other futures-related functions cooperate with the GC better.
2011-02-16 21:14:14 -06:00
James Swaine
825a931ffa
Fix MSVC compiler errors for fsemaphore code generation
2011-02-16 15:39:45 -06:00
Matthew Flatt
90b8296c8f
fix minor problems that trigger C-compiler warnings
2011-02-16 13:19:56 -07:00
James Swaine
c6642de116
Added future semaphores (fsemaphores)
2011-02-15 23:27:03 -06:00
James Swaine
a98553f99b
Merge branch 'master' of pltgit:plt
2011-02-15 22:58:08 -06:00
Kevin Tew
156153f692
calling sync on a place-channel now returns the channel message just like standard racket channels
2011-02-15 13:53:01 -07:00
James Swaine
f9c12f9e58
Merge branch 'master' of pltgit:plt
2011-02-14 14:02:47 -06:00
Matthew Flatt
8c0d19fb12
fix `configure' for 64-bit Mac OS X kernel
2011-02-11 06:37:34 -07:00
James Swaine
19dbee0405
Added semaphores for futures
2011-02-08 17:58:02 -06:00
James Swaine
0a73a9d5a1
Added semaphores for futures
2011-02-08 17:55:12 -06:00
Matthew Flatt
3e38071dae
fix scheduler's support for `ffi/unsafe/try-atomic'
...
where problems with abort-without-dynamic-wind mode caused
a spurious trigger of nack evts
Merge to 5.1
2011-02-05 16:48:39 -07:00
Matthew Flatt
da6d4f3fba
futures: fix `future' when given a non-JITted procedure
...
Merge to 5.1
2011-02-05 06:43:09 -07:00
Matthew Flatt
7579b48791
futures: fix lightweight-continuation GC bug
...
Merge to 5.1
2011-02-05 06:43:08 -07:00
David Van Horn
760a58b65d
Fixes more spelling errors.
2011-02-04 19:44:13 -07:00
David Van Horn
c9519fd113
Fixed various spelling errors.
2011-02-03 17:42:33 -05:00
Kevin Tew
528948291d
Fix creation of types and events after the master gc has been switched out
2011-02-03 13:14:45 -07:00
Matthew Flatt
309e1aec4f
re-generate `configure' script
...
Merge to 5.1, along with e91f243b64
2011-02-02 16:10:40 -07:00
Matthew Flatt
9d204c01cf
fix problem with allocation while holding a future lock
...
Merge to 5.1
2011-02-02 16:09:45 -07:00
Eli Barzilay
e91f243b64
Avoid compiling plot if the source directory is missing
2011-02-02 16:09:49 -05:00
Vincent St-Amour
62327c5f50
Fix make-->vector doc typo.
...
Closes PR 11698.
Merge to 5.1.
2011-02-02 14:00:14 -05:00
Matthew Flatt
9134aa4ee8
add missing mutex unlock in error path
...
Merge to 5.1
2011-02-01 19:37:02 -07:00
Vincent St-Amour
a0e6d67db2
Fix build when disabling single-precision floats.
2011-02-01 18:00:26 -05:00
Kevin Tew
9f51cb838f
Fix used_pages count for place channel messages
2011-02-01 09:17:41 -07:00
Eli Barzilay
60bb91fd30
New Racket version 5.1.0.2.
2011-02-01 03:50:12 -05:00
Matthew Flatt
dfa36afa89
change `floating-point-bytes->real' to always produce a flonum
2011-01-31 19:52:50 -07:00
Matthew Flatt
ff0a591b7b
change FFI `_float' to coerce to Racket double-precision flonum
2011-01-31 19:33:07 -07:00
Matthew Flatt
3ef32d915b
make inexacts `eqv?' only when precision is the same
...
plus some other small fixes
2011-01-31 19:16:33 -07:00
Matthew Flatt
dc49e6a364
fix configure reporting of --disable-float
2011-01-31 19:16:07 -07:00
Matthew Flatt
fad0224259
fix mysterx for single-precision floats
2011-01-31 19:15:31 -07:00
Matthew Flatt
1e09a544a6
adjust _float' and
_double' FFI types to accept any inexact real
...
whether single-precision or double-precision
2011-01-31 18:04:05 -07:00
Matthew Flatt
f9bcdc9baf
move float config to "mzconfig.h"; enable by default for Windows
2011-01-31 17:51:09 -07:00
Vincent St-Amour
e65b206e6e
Add functions to convert back and forth between floating-point representations.
2011-01-31 16:39:17 -05:00
Vincent St-Amour
03ec1ec501
Add a single-flonum? predicate to test for single-precision floats.
2011-01-31 16:39:17 -05:00
Vincent St-Amour
ac76d963b0
Enable single-precision floats by default.
2011-01-31 16:39:17 -05:00
Vincent St-Amour
c997ae139b
Single-precision floats now print differently from their double-precision
...
counterparts.
2011-01-31 16:39:16 -05:00
Vincent St-Amour
d220e0a10b
Add read syntax for single-precision float specials.
2011-01-31 16:39:16 -05:00
Matthew Flatt
dd5f0dfc80
fix `read-language' exn construction in an EOF case
...
Closes PR 11683
Merge to 5.1
2011-01-31 06:49:13 -07:00
Matthew Flatt
bc5ab1e031
fix problems with `read-language' error reporting
2011-01-30 07:47:46 -06:00
Eli Barzilay
c945f5d27d
New Racket version 5.1.0.1.
2011-01-30 03:50:12 -05:00
Matthew Flatt
0e169cfbb7
fix version number
2011-01-29 13:39:34 -06:00
Eli Barzilay
f190e3efec
Post-release version for the v5.1 release
2011-01-29 13:04:18 -05:00
Matthew Flatt
b5bc288f67
Windows: fix `path-list-string->path-list' to throw away quotes
...
--- which seems to be what the command shell does with quotes in
PATH, at least; Microsoft isn't in the habit of documenting this
sort of thing
2011-01-25 20:30:33 -07:00
Eli Barzilay
1e2a6ffd60
New Racket version 5.0.99.7.
2011-01-25 03:50:12 -05:00
Matthew Flatt
5e3dbbc3f8
change gracket -z' to just use
read-eval-print-loop'
...
instead of `textual-read-eval-print-loop'
2011-01-24 19:47:21 -07:00