summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-149-74/+257
* Introduce G structure and thread-local global g.ian2011-11-1114-133/+102
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.ian2011-11-022-8/+13
* libgo/Makefile: Fix dependency.ian2011-11-022-2/+2
* runtime: Don't ask mmap for wrapping memory.ian2011-11-011-0/+2
* runtime: Correct test of mmap return value.ian2011-11-011-1/+6
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-016-13/+301
* syscall: Use sched_yield rather than pthread_yield.ian2011-10-311-2/+2
* syscall: Fix Errstr on systems without strerror_r.ian2011-10-311-2/+2
* syscall: Remove a couple more 3-parameter match's in mksyscall.awk.ian2011-10-311-2/+2
* syscalls: Rewrite awk script to work with nawk.ian2011-10-271-15/+45
* Update Go library to last weekly.ian2011-10-26535-12846/+43662
* Solaris/Irix compatibility patches.ian2011-10-259-6/+49
* Fix Solaris build.ian2011-10-252-2/+2
* Implement predeclared delete function.ian2011-10-252-1/+7
* Don't permit close of receive-only channel.ian2011-10-251-0/+3
* Error if naked return when result variables are shadowed.ian2011-10-243-18/+23
* Some minor fixes to the rewritten syscall library.ian2011-10-242-6/+8
* Implement new syscall package.ian2011-10-2374-2053/+3554
* Update Go library to r60.3 release.ian2011-10-2214-1608/+288
* mksysinfo: #include <ttold.h> on Irix.ian2011-09-281-1/+4
* mksysinfo: Fix for systems that don't define TIOCSCTTY.ian2011-09-271-0/+8
* Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.ian2011-09-263-1/+5
* Fix sysinfo.go on systems which don't need to import "unsafe".ian2011-09-261-0/+1
* Include <termios.h> in mksysinfo.sh.ian2011-09-231-0/+1
* Update Go library to release r60.1.ian2011-09-2217-27/+749
* Add html/testdata files accidentally omitted.ian2011-09-2223-0/+5051
* Increase default libgo test timeout.ian2011-09-211-1/+1
* Support nil maps.ian2011-09-213-5/+18
* Fix channels with element type of size zero.ian2011-09-211-1/+1
* Fix calling make with slice whose element type is size zero.ian2011-09-201-1/+2
* Implement goto restrictions.ian2011-09-201-9/+12
* Block forever on send/receive to/from nil channel.ian2011-09-1611-16/+47
* Update Go library to r60.ian2011-09-16713-30293/+58730
* Fix defer when not calling recover in function with named results.ian2011-09-164-6/+27
* gcc:ro2011-08-052-2/+2
* libgo/testsuite/gotest: Run tests in source file order.ian2011-07-131-2/+2
* libgo: Define CC_FOR_BUILD in Makefile.ian2011-07-114-2/+11
* libgo/runtime: Change std::abort to abort.ian2011-07-111-1/+1
* gcc:ro2011-07-072-2/+2
* libgo: Use GOCFLAGS when compiling tests.ian2011-07-062-2/+2
* json: fix test when rand returns 0.ian2011-07-061-0/+3
* Change builtin make to runtime call at lowering time.ian2011-06-141-0/+57
* Change builtin make to runtime call at lowering time.ian2011-06-148-40/+62
* Use backend interface for map descriptors.ian2011-06-113-6/+6
* libgo: Define PtraceRegs for Alpha GNU/Linux.ian2011-05-311-0/+32
* os: Correct Ctime_ns calculation.ian2011-05-311-1/+1
* libgo/mksysinfo: Remove structs within stat found on Alpha.ian2011-05-311-0/+1
* PR go/48502ian2011-05-251-1/+2