Find a file
sgjesse@google.com 0122a33a76 Handle EINTR on all IO operations
There have been spurious FileIOExceptions seen on some Mac OS machines.

R=ager@google.com,whesse@google.com

BUG=
TEST=

Review URL: http://codereview.chromium.org//9139011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3185 260f80e4-7a28-3924-810f-c04153c831b5
2012-01-11 15:12:27 +00:00
client Manually reapply changes to get around stupid shadowing warning. 2012-01-11 02:06:27 +00:00
compiler Disallow assignment to a top level method in dartc 2012-01-10 16:39:21 +00:00
corelib/src Futures.wait should call then, even if some(or all) of the futures are done 2012-01-06 12:41:29 +00:00
runtime Handle EINTR on all IO operations 2012-01-11 15:12:27 +00:00
tests Record names of constructors and use that to implement Object.toString. 2012-01-11 14:03:21 +00:00
tools Fix flaky error on buildbot due to virtual X server xvfb. 2012-01-11 14:01:45 +00:00
utils Disable CSS test for leg and frogium #directives not supported. 2012-01-10 15:52:06 +00:00
.gitignore Remove obsolete appengine-python reference. 2012-01-05 21:47:58 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Adding correct dependencies for upload_sdk for Windows. 2011-12-21 22:06:57 +00:00
README Readme! 2011-10-12 17:13:18 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at dartlang.org or code.google.com/p/dart.

Here's a brief guide to what's in here:

client/        client-side libraries and samples (i.e. in a browser)
compiler/      the dartc Dart -> JavaScript compiler
corelib/       core libraries (collections, built-ins, math...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs (note: more under client/samples)
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.