summaryrefslogtreecommitdiff
path: root/src/all-nacl.bash
Commit message (Collapse)AuthorAgeFilesLines
* nacl: fix build, finally fixed 8l convergence bugRuss Cox2010-02-011-0/+4
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/199042
* make Native Client support build again,Russ Cox2009-12-041-0/+11
| | | | | | | | | | | add README explaining how to try the web demos. Fixes issue 339. R=r CC=barry.d.silverman, bss, vadim http://codereview.appspot.com/165057
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-1/+1
| | | | | | | | | | This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc http://codereview.appspot.com/152138 Committer: Russ Cox <rsc@golang.org>
* move native client to exp/nacl.Russ Cox2009-10-141-0/+8
| | | | | | | R=r DELTA=3706 (1857 added, 1849 deleted, 0 changed) OCL=35731 CL=35741
* nacl - run tests under emulator.Russ Cox2009-09-221-0/+19
special all-nacl.bash and test/run-nacl that run just the tests known to work under nacl. the rest requires closures. fix another bug or two in syscall. R=r DELTA=420 (410 added, 8 deleted, 2 changed) OCL=34882 CL=34907