summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* Rework locking code to split stack much less.Ian Lance Taylor2010-12-178-31/+83
* Update to current master source.Ian Lance Taylor2010-12-171-252/+159
* Don't split stack in bytes.IndexByte.Ian Lance Taylor2010-12-171-3/+5
* Avoid always splitting the stack when calling append and copy.Ian Lance Taylor2010-12-174-25/+61
* Better error message if malloc gets a SIGSEGV.Ian Lance Taylor2010-12-141-0/+6
* Release cache while holding thread lock.Ian Lance Taylor2010-12-141-5/+4
* re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...Ian Lance Taylor2010-12-092-2/+2
* re PR other/46840 (libgo should link against libm)Ian Lance Taylor2010-12-085-7/+58
* Fix test by copying from master.Ian Lance Taylor2010-12-081-1/+1
* re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor2010-12-072-341/+356
* LICENSE: separate, change PATENTS text.Ian Lance Taylor2010-12-062-42/+49
* Check for -pthread and -lpthread at configure time.Ian Lance Taylor2010-12-035-9/+106
* It's a contributor license agreement, not a copyright LA.Ian Lance Taylor2010-12-031-1/+1
* Typo.Ian Lance Taylor2010-12-031-1/+1
* Clarify copyright license agreement.Ian Lance Taylor2010-12-031-7/+5
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-03893-0/+237081