aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2011-11-02syscall: Remove Linux system calls not available in older glibcs.Ian Lance Taylor
2011-11-02exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.Ian Lance Taylor
2011-11-02libgo/Makefile: Fix dependency.Ian Lance Taylor
2011-11-01runtime: Don't ask mmap for wrapping memory.Ian Lance Taylor
2011-11-01runtime: Correct test of mmap return value.Ian Lance Taylor
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor
2011-10-31syscall: Use sched_yield rather than pthread_yield.Ian Lance Taylor
2011-10-31syscall: Fix Errstr on systems without strerror_r.Ian Lance Taylor
2011-10-31syscall: Remove a couple more 3-parameter match's in mksyscall.awk.Ian Lance Taylor
2011-10-27syscalls: Rewrite awk script to work with nawk.Ian Lance Taylor
2011-10-26Update Go library to last weekly.Ian Lance Taylor
2011-10-25Solaris/Irix compatibility patches.Ian Lance Taylor
2011-10-25Fix Solaris build.Ian Lance Taylor
2011-10-25Implement predeclared delete function.Ian Lance Taylor
2011-10-25Don't permit close of receive-only channel.Ian Lance Taylor
2011-10-24Error if naked return when result variables are shadowed.Ian Lance Taylor
2011-10-24Some minor fixes to the rewritten syscall library.Ian Lance Taylor
2011-10-23Implement new syscall package.Ian Lance Taylor
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor
2011-09-28mksysinfo: #include <ttold.h> on Irix.Ian Lance Taylor
2011-09-27mksysinfo: Fix for systems that don't define TIOCSCTTY.Ian Lance Taylor
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor
2011-09-26Fix sysinfo.go on systems which don't need to import "unsafe".Ian Lance Taylor
2011-09-23Include <termios.h> in mksysinfo.sh.Ian Lance Taylor
2011-09-22Update Go library to release r60.1.Ian Lance Taylor
2011-09-22Add html/testdata files accidentally omitted.Ian Lance Taylor
2011-09-21Increase default libgo test timeout.Ian Lance Taylor
2011-09-21Support nil maps.Ian Lance Taylor
2011-09-21Fix channels with element type of size zero.Ian Lance Taylor
2011-09-20Fix calling make with slice whose element type is size zero.Ian Lance Taylor
2011-09-20Implement goto restrictions.Ian Lance Taylor
2011-09-16Block forever on send/receive to/from nil channel.Ian Lance Taylor
2011-09-16Update Go library to r60.Ian Lance Taylor
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor
2011-08-05 gcc:Rainer Orth
2011-07-13libgo/testsuite/gotest: Run tests in source file order.Ian Lance Taylor
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor
2011-07-11libgo/runtime: Change std::abort to abort.Ian Lance Taylor
2011-07-07 gcc:Rainer Orth
2011-07-06libgo: Use GOCFLAGS when compiling tests.Ian Lance Taylor
2011-07-06json: fix test when rand returns 0.Ian Lance Taylor
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor
2011-05-31libgo: Define PtraceRegs for Alpha GNU/Linux.Ian Lance Taylor
2011-05-31os: Correct Ctime_ns calculation.Ian Lance Taylor
2011-05-31libgo/mksysinfo: Remove structs within stat found on Alpha.Ian Lance Taylor
2011-05-25 PR go/48502Ian Lance Taylor
2011-05-24libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor
2011-05-24libgo: Irix portability fixes (no declaration for getaddrinfo).Ian Lance Taylor