Eli Barzilay
16affcd86d
New NSIS graphics.
2010-05-24 02:59:12 -04:00
Jose Antonio Ortega Ruiz
92bbe52da0
Fixes for trivial typos in Reference sec. 1.1.
2010-05-23 23:10:36 -04:00
Sam Tobin-Hochstadt
601e693b01
Improve type of count and vector-count.
2010-05-22 18:07:50 -04:00
Sam Tobin-Hochstadt
e6d85175f3
Document Exact-Nonnegative-Integer
2010-05-22 18:03:18 -04:00
Carl Eastlund
5d6afabf5e
Improved error messages for misuse of prop:dict.
2010-05-22 11:13:15 -04:00
Matthew Flatt
f5a0b9e613
fix scribble/xref
2010-05-22 08:46:43 -06:00
Robby Findler
b319039468
fixed a bug in text so that inexact integers are converted to exact ones
2010-05-22 08:58:54 -05:00
Matthew Flatt
5ce13a34b7
fix some middle-of-C-block variable declrations
2010-05-22 07:05:16 -06:00
Matthew Flatt
1e9aa3b132
document scriblib/footnote
2010-05-21 19:40:33 -06:00
Matthew Flatt
18b06a9297
add `margin-note*' for putting a single-para note in the middle of a para
2010-05-21 19:40:33 -06:00
Matthew Flatt
141a37e50d
Fix Scribbling and eval-result copying of hasheqv/hasheq tables
...
Closes PR 10918
2010-05-21 19:40:33 -06:00
Matthew Flatt
69230100e4
add scriblib/footnote library
2010-05-21 19:40:33 -06:00
Matthew Flatt
8b7c8d08bd
add fix-point finding traverse pass to Scribble
2010-05-21 19:40:33 -06:00
Matthew Flatt
e4aab34656
Fix `at-exp' syntax colorer to handle non-text input
...
- added 'special-filter-input-port' to `racker/port'
Merge to v5.0
2010-05-21 19:40:32 -06:00
Eli Barzilay
c64704742c
Fixing some tab damage from Jay's commit
2010-05-21 21:10:53 -04:00
Eli Barzilay
28946a0a43
More reformatting
2010-05-21 20:41:35 -04:00
Vincent St-Amour
fece1f6d03
Fixed a bug with Typed Scheme's do: with no finish-expr.
...
Include in 5.0 release.
2010-05-21 19:31:43 -04:00
Vincent St-Amour
88dc30aa3c
Extended the type signatures of trigonometric operations.
...
Include in 5.0 release.
2010-05-21 19:31:42 -04:00
Jay McCarthy
3c19657848
Fixing precomps on OS X
2010-05-21 16:04:12 -06:00
Jay McCarthy
776926141f
Adding warning removal pragma
2010-05-21 16:04:12 -06:00
Jay McCarthy
40c412d7ea
Adding MAYBE_UNUSED to xc output to remove warnings
2010-05-21 16:04:12 -06:00
Jay McCarthy
a06d8a8a36
Using nicear to get rid of spurious ar stderr output
2010-05-21 16:04:12 -06:00
Jay McCarthy
15a4946d32
Removing strict aliasing error
...
Adding comment for fixing this error better
2010-05-21 16:04:12 -06:00
Jay McCarthy
15a1dd6b20
Removing paren warning
2010-05-21 16:04:11 -06:00
Jay McCarthy
c29419826c
Removing else warning
2010-05-21 16:04:11 -06:00
Jay McCarthy
a2335a763f
maybe unused annotations
2010-05-21 16:04:11 -06:00
Jay McCarthy
dd5e574747
Duplicate max/min def
2010-05-21 16:04:11 -06:00
Jay McCarthy
7ed6c41aab
XPM warning removal
2010-05-21 16:04:11 -06:00
Jay McCarthy
abf1be31c0
correct int->ptr->int warning on 64bit
2010-05-21 16:04:11 -06:00
Jay McCarthy
ffe527417b
Annotating maybe unused
2010-05-21 16:04:11 -06:00
Jay McCarthy
b5ee4ac21b
Observing ftruncate results to remove error, adding comments to have better eyes look at a better way to recover from the problems
2010-05-21 16:04:11 -06:00
Jay McCarthy
b66d31e7c1
Confuse GCC data-flow analysis to remove warning: function returns address of local variable
2010-05-21 16:04:11 -06:00
Jay McCarthy
26850e9b9f
Add extern prototype for GC_collection_in_progress
2010-05-21 16:04:11 -06:00
Jay McCarthy
1eee0501a6
GC_thr_init prototype in header
2010-05-21 16:04:10 -06:00
Jay McCarthy
741f5502f3
Attempt to remove 'warning: dereferencing type-punned pointer will break strict-aliasing rules'
2010-05-21 16:04:10 -06:00
Jay McCarthy
43d1494aef
Adding clock zero and using to avoid uninit errors
2010-05-21 16:04:10 -06:00
Jay McCarthy
010e3d5381
Adding null initializations
2010-05-21 16:04:10 -06:00
Jay McCarthy
749096f87c
Added macro to encode warning suppression
2010-05-21 16:04:10 -06:00
Jay McCarthy
a8e51a8a36
Added define to get pthread_getattr_np prototype with copy for systems where that doesn't work
2010-05-21 16:04:10 -06:00
Jay McCarthy
e8c272d463
Avoiding statement with no effect warning
2010-05-21 16:04:09 -06:00
Jay McCarthy
0ecf56090a
CC output catching attempt
2010-05-21 16:04:09 -06:00
Stevie Strickland
77b4106c84
Allow the structure name to be used as a constructor.
...
Push to 5.0.
2010-05-21 17:16:51 -04:00
Eli Barzilay
c4f67b3e74
Small typos, some reformatting.
...
Fixes PR10920
2010-05-21 16:30:16 -04:00
Eli Barzilay
682430b2c4
Add a mailmap entry for Vincent
2010-05-21 16:09:31 -04:00
Eli Barzilay
12211fff72
Various lazy-related fixes etc.
...
* A long-standing bug, which happened with
(let ([x (lazy (delay 1))]) (force x) (force x))
not being properly handled.
* Added `delay/strict', mostly for the below.
* Made srfi/45 reprovide it as `eager'.
* Also restricted the exports from srfi/45 to its interface.
All of these issues were reported by Andreas Rottmann.
2010-05-21 15:12:16 -04:00
Eli Barzilay
7424735100
Switch to the stamp directory when running git.
2010-05-21 15:12:16 -04:00
Eli Barzilay
7a380fa160
Minor git tweak
2010-05-21 15:12:15 -04:00
Sam Tobin-Hochstadt
6b1d106285
Merge branch 'master' of git.racket-lang.org:plt
2010-05-21 10:41:48 -04:00
Sam Tobin-Hochstadt
5faab8b578
Add `debugm' to unstable/debug
...
- `debugm' does not parse or print the arguments to the form,
so it works for macros, not just function application
2010-05-21 10:41:24 -04:00
Sam Tobin-Hochstadt
188f080c79
Handle set! transformers in match expanders.
...
- use prop:set!-transformer
- extract set!-transformers where necessary
Closes PR 10481
2010-05-21 10:41:24 -04:00