Jay McCarthy
8ff0193ebe
Final S3 changes
2013-10-11 16:37:25 -06:00
Jay McCarthy
caf69b0c8a
Removing old server code
2013-10-11 16:37:25 -06:00
Jay McCarthy
acedb0e02a
New URLs for S3 hosted catalogs
2013-10-11 16:37:25 -06:00
Jay McCarthy
17315f5737
s3 sync
2013-10-11 16:37:25 -06:00
Jay McCarthy
975d06db7f
dynamic server in place
2013-10-11 16:37:25 -06:00
Jay McCarthy
1fdc8e6c76
modify
2013-10-11 16:37:25 -06:00
Jay McCarthy
e5af132acf
add/del version
2013-10-11 16:37:25 -06:00
Jay McCarthy
ee3f06c64c
add/del author
2013-10-11 16:37:25 -06:00
Jay McCarthy
5b68b0a0ad
edit buttons
2013-10-11 16:37:25 -06:00
Jay McCarthy
7e18a23296
fix mypkg_p
2013-10-11 16:37:25 -06:00
Jay McCarthy
11109c8372
upload button
2013-10-11 16:37:24 -06:00
Jay McCarthy
0094395c61
clean
2013-10-11 16:37:24 -06:00
Jay McCarthy
39e94b6e41
dynamic calls for curate
2013-10-11 16:37:24 -06:00
Jay McCarthy
d4b7d7b364
dynamic calls
2013-10-11 16:37:24 -06:00
Jay McCarthy
73b700b1d5
tag interface
2013-10-11 16:37:24 -06:00
Jay McCarthy
954f112cf2
curate interface
2013-10-11 16:37:24 -06:00
Jay McCarthy
7cd208912f
initial dynamic server
2013-10-11 16:37:24 -06:00
Jay McCarthy
476ab123f2
add a tag
2013-10-11 16:37:24 -06:00
Jay McCarthy
a7e39f6dec
version exceptions
2013-10-11 16:37:24 -06:00
Jay McCarthy
45b4378df2
Adding source url and dropping sorting by frequency
2013-10-11 16:37:24 -06:00
Jay McCarthy
d697a86255
info page template is ready
2013-10-11 16:37:24 -06:00
Jay McCarthy
776d3fd509
conflicts as tags
2013-10-11 16:37:24 -06:00
Jay McCarthy
25808291c9
attempting to deal with hash changes and giving up
2013-10-11 16:37:24 -06:00
Jay McCarthy
e616cb0f8a
atom
2013-10-11 16:37:24 -06:00
Jay McCarthy
168d93e01a
save settings in url
2013-10-11 16:37:24 -06:00
Jay McCarthy
621feae15b
cleanup
2013-10-11 16:37:24 -06:00
Jay McCarthy
ecfc9dc968
Eval search on server, use hash, and only add once
2013-10-11 16:37:24 -06:00
Jay McCarthy
4cb98ac8df
Initial pass at S3 version
2013-10-11 16:37:24 -06:00
Jay McCarthy
0371ade45e
S3 doesn't give up HTTPS, so turn it off
2013-10-11 16:37:24 -06:00
Jay McCarthy
3d0acf4f71
Different email addr for nobody
2013-10-11 16:37:24 -06:00
Jay McCarthy
1e5ade627b
Less output
2013-10-11 16:37:24 -06:00
Jay McCarthy
1d8be6c9f0
clean
2013-10-11 16:37:23 -06:00
Jay McCarthy
8090a2d23a
Moving planet-compat to S3
2013-10-11 16:37:23 -06:00
Jay McCarthy
4ff41fdea2
Including test from PR14064
2013-10-11 16:37:23 -06:00
Vincent St-Amour
b282436a7a
Fix pkg documentation to reflect implementation.
2013-10-11 18:21:38 -04:00
baoti
d9f0d52c8a
Fix path-replace-suffix' and
path-add-suffix' on path for some system
2013-10-11 16:09:30 -06:00
Matthew Flatt
7e42ee2003
fix custodian-related memory-management problem
...
The problem mainly affected `register-custodian-shutdown`
from `ffi/unsafe/custodian`, which is used by `math/bigfloat`
and `ffi/unsafe/com`.
When a value is registered with a custodian, the value is held
weakly, but the shutdown procedure is intended to be held
strongly. At the C API level, the data associated with a shutdown
function pointer is intended to be held strongly.
A custodian itself, however, is retained weakly by other custodians
in its family, so that custodians can be GCed and their elements
transferred to a parent custodian. Since the custodian itself may
be held only weakly, the callback & data in a custodian was effectively
held weakly --- which, in turn, can break assumptions in code such
as `ffi/unsafe/custodian` that expects strong references to prevent
finalizers from running.
Fix the problem by registering a reference to callback data as
data in a custodian's finalizer, which makes the data strongly
retained no matter how the custodian is retained.
2013-10-11 13:11:13 -06:00
Matthew Flatt
a22fd9e7ac
slideshow: fix clipping for 4-up mode and for printing
2013-10-11 13:11:13 -06:00
Matthew Flatt
23f4a8e56e
racket/runtime-path: fix ".ss" vs. ".rkt" search for lib
paths
...
The package split exposed another place where searching
is needed, because the fallback in `collection-file-path`
to `collection-path` didn't work after the split.
2013-10-11 13:11:13 -06:00
Matthew Flatt
e8605a7181
avoid internal error on misconfigured executable
2013-10-11 13:11:12 -06:00
Stephen Chang
9695098bbb
fix math/number-theory docs, permutations example
2013-10-11 00:32:46 -04:00
Matthew Flatt
ca002494e3
fix an inconsistency in free-identifier=?
...
Closes PR 13982
2013-10-10 18:16:47 -06:00
Matthew Flatt
9a74e633ae
macro expander: restore a minor shortcut lost in a previous commit
...
The commit c352ef8f
lost a shortcut that is used for looking up
certain bindings in an environment during expansion/compilation.
2013-10-10 18:16:46 -06:00
Matthew Flatt
500b1fbeaa
slideshow: another attempt to fix letter box clipping
...
The workaround in 16552e9a67
wasn't right. This commit fixes
the bug, which was that the clipping region wasn't reset correctly,
instead f trying to work around it.
2013-10-10 18:16:46 -06:00
Vincent St-Amour
d6372ef2dc
TR for clause specialization: Report specialization failures.
2013-10-10 17:18:03 -04:00
Vincent St-Amour
456f32b77f
TR for clause specialization: More detailed message.
2013-10-10 17:18:03 -04:00
Vincent St-Amour
cef7348e8d
TR for clause specialization: log syntax objects with location info.
2013-10-10 17:18:03 -04:00
J. Ian Johnson
0be82aee0a
Make references to fast-X in prose match fast-X in code.
2013-10-10 15:12:03 -04:00
Asumu Takikawa
697ac8dc42
Fix RacketCon link
...
(now that the main con link just aggregates the
year pages, the old behavior is not useful)
2013-10-10 14:06:28 -04:00
Neil Toronto
ae4f9c5ff2
Fix props
2013-10-09 20:23:55 -06:00