racket/collects
Neil Toronto fcc08fa89e Fixed bigfloats on Win64. Win64's long type is 32 bits and GMP's default is to
use longs for the "limbs" of bigints. However, when GMP's configure script
detects that mingw64 is compiling, it defines LONG_LONG_LIMB, which makes the
type of limbs long long, or 64 bits. This is fine; a 64-bit machine should use
64-bit ints for the digits of its bigints. It would have been nice to know
this special case earlier, though I can see why it's not advertised: most
users don't need to know, and it seems like it's obviously the right choice to
make when dealing with Win64's annoying ABI.

Made "mpfr.rkt" search for 'mpfr_set_z_exp if 'mpfr_set_z_2exp isn't found.
Hopefully this allows the bigfloat tests to finish on DrDr. If not, DrDr
will need a libmpfr upgrade.

Made some minor doc fixups
2012-12-05 20:29:59 -07:00
..
2htdp Two more #lang racket' -> #lang racket/base'. 2012-11-07 11:34:33 -05:00
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
at-exp/lang first cut at submodules 2012-03-09 10:34:56 -07:00
browser Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
compatibility A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
compiler fix to bytecode compiler's propoagation of local-type info 2012-11-18 10:31:20 -07:00
config
data fixed doc bug 2012-12-01 11:17:13 -05:00
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db use define-logger 2012-12-05 12:19:16 -05:00
defaults
deinprogramm removed the deinprogramm one-line-summary's because they are 2012-11-17 20:15:19 -06:00
drracket Fix language config dialog not showing when some languages are disabled 2012-12-05 18:45:04 -05:00
drscheme bring back drscheme/private/number-snip.ss since it may 2012-07-19 07:29:42 -05:00
dynext Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
embedded-gui
eopl Some "obvious" switching from racket' to racket/base'. 2012-11-06 13:29:09 -05:00
errortrace errortrace: remove redundant expansion 2012-11-30 07:26:51 -07:00
ffi change allocator wrapper to ignore #f results 2012-11-21 12:56:30 -05:00
file add missing icon resizing in replace-icons 2012-11-27 09:23:45 -07:00
framework fix close parens behavior in interactions and comments 2012-12-04 20:39:10 -06:00
frtime #lang racket' -> #lang racket/base' conversions in frtime. 2012-11-07 08:03:46 -05:00
future-visualizer #lang racket' -> #lang racket/base' conversions in future-visualizer. 2012-11-07 08:03:46 -05:00
games Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
graphics Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
gui-debugger Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
handin-client Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
handin-server A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
help move the captcha checking code inside the handler 2012-11-22 10:35:51 -06:00
hierlist
honu [honu] return a parsed syntax object immediately if the parser has a current expression 2012-11-30 11:11:11 -07:00
htdp experiment with matrix-set-bang, some Rackety, fixing tests 2012-11-15 10:45:33 -05:00
html Changing from racket to racket/base in xml, html, and web-server 2012-05-10 10:36:29 -06:00
icons Move the "mkheart.rkt" generator to a new meta directory. 2012-05-04 17:24:08 -04:00
images #lang racket' -> #lang racket/base' conversions in plot and in images. 2012-11-07 08:03:45 -05:00
json Fix json treatment of eof, plus tests. 2012-10-05 11:48:31 -04:00
lang Two more #lang racket' -> #lang racket/base'. 2012-11-07 11:34:33 -05:00
launcher
lazy Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
macro-debugger fix display when reader abbreviations disabled 2012-12-05 14:47:27 -05:00
make
math Fixed bigfloats on Win64. Win64's long type is 32 bits and GMP's default is to 2012-12-05 20:29:59 -07:00
meta remove test for removed library 2012-12-05 11:18:02 -06:00
mred fix error check on the result of place-children 2012-11-28 10:54:34 -06:00
mrlib docs fixes related to somewhat recent DrRacket window 2012-11-30 21:31:57 -06:00
mysterx Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
mzcom
mzlib Newlines at EOFs. 2012-11-06 14:07:15 -05:00
mzscheme Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
net path->url: ensure directory paths have a trailing slash 2012-11-27 08:46:34 -07:00
openssl move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
parser-tools make the position and position-token structs transparent 2012-11-07 11:57:07 -06:00
picturing-programs Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
plai enabling shared in plai with some shameless copying of kernel code 2012-11-06 19:53:03 -07:00
planet Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
planet2 Nicer indentation and fixing a typo in db reading 2012-12-04 19:41:00 -07:00
plot move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
preprocessor
profile Clarify that the `*-node' is not in the list of nodes. 2012-09-19 22:54:13 -04:00
r5rs make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
r6rs Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
racket racket/pretty: fix `print' mode for fxvectors and flvectors 2012-12-03 22:44:21 -07:00
racklog Newlines at EOFs. 2012-11-06 14:07:15 -05:00
rackunit Add for-label require 2012-11-20 13:31:05 -05:00
raco A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
reader/lang
readline readline: prefer 5 (fast) over 6 (slow) 2012-08-28 23:36:50 -04:00
redex added 'boolean' pattern to Redex 2012-11-30 19:17:27 -06:00
repo-time-stamp Add a branch indicator to the stamp, if we can find one and it's not "master". 2012-05-04 20:18:38 -04:00
rnrs make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
s-exp/lang
scheme racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
schemeunit Some "obvious" switching from racket' to racket/base'. 2012-11-06 13:29:09 -05:00
scribble scribble HTML: no extra breaking at the end of an identifier 2012-11-29 07:18:30 -07:00
scribblings more "this function is useless" notes in old contract functions 2012-12-04 21:07:34 -06:00
scriblib Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
setup raco setup: flush loaded "info-domain" when info is updated 2012-12-05 08:26:40 -06:00
sgl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
slatex A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
slideshow slideshow: fix import that changed the style of legacy libraries 2012-11-28 05:39:45 -07:00
srfi Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
stepper Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
string-constants Adjust the limit memory dialog to give a warning about the 2012-12-03 08:54:51 -06:00
swindle Add a `compatibility' collect for compatibility with other languages. 2012-07-27 16:49:05 -04:00
syntax move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
syntax-color remove docs for removed library 2012-12-05 08:32:53 -06:00
teachpack remove matrix-set-bang from documentation; Closes PR 13264 2012-11-15 10:45:33 -05:00
test-engine Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
tests remove test for removed library 2012-12-05 11:18:02 -06:00
texpict Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
trace
typed Revert "Ignore contracted proxies from racket" 2012-12-03 14:37:17 -05:00
typed-racket Disable optimization of mixed-mode arithmetic that may involve exact 0. 2012-12-04 19:29:16 -05:00
typed-scheme Only enable Optimization Coach button in Typed Racket. 2012-07-20 18:05:32 -04:00
unstable move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
version fix doc typo 2012-06-25 23:34:21 -06:00
web-server Make send/suspend/[url/]dispatch allow values 2012-11-27 08:49:04 -07:00
wxme
xml Fix some docs. Add an example too. 2012-11-19 15:38:13 -05:00
xrepl Fix test due to code refactoring, sort export lists in module descriptions. 2012-07-28 12:12:35 -04:00
.gitignore