OSDN Git Service

2012-02-01 Tristan Gingold <gingold@adacore.com>
[pf3gnuchains/gcc-fork.git] / libgo / go /
2012-01-31 iansyscall: Add Gettid on GNU/Linux systems.
2012-01-31 iansyscall: Don't use PtraceRegs if it is not defined.
2012-01-30 iansyscall: Support socket control messages.
2012-01-27 iansyscall: Define IPV6 constants for Irix.
2012-01-27 ianlibgo: Fix merge errors shown on Solaris.
2012-01-25 ianlibgo: Update to weekly.2012-01-20.
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
2012-01-23 iancompiler: Give an error if a variable is defined but...
2012-01-13 ianlibgo: Only build iopl and ioperm on 386, amd64, alpha...
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-12 ianlibgo: Update to weekly.2011-12-14.
2011-12-20 iansyscall: Don't define IPMreq in socket_irix.go.
2011-12-20 ianlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-16 ianos: Fix fileInfoFromStat for Solaris.
2011-12-15 iansyscall: Move Errno into its own file, for RTEMS.
2011-12-14 ianlibgo: Update to weekly.2011-12-06.
2011-12-14 ianruntime: Bump memory limit in gc_test.
2011-12-13 ianruntime: Change gc_test to test only newly allocated...
2011-12-13 iansyscall: Don't build wait status functions on RTEMS.
2011-12-13 ianlibgo: Solaris compatibility patches.
2011-12-13 ianlibgo: Update to weekly.2011-12-02.
2011-12-12 ianlibgo: Update to weekly.2011-11-18.
2011-12-12 iannet/http: delete temporary files.
2011-12-09 iansyslog: Fix name of C syslog function.
2011-12-07 ianlibgo: Add back tests of syscall time.
2011-12-07 ianlibgo: Remove debug/proc, os.Error.
2011-12-07 ianlibgo: Update to weekly 2011-11-09.
2011-12-06 ianlibgo: Remove more os.Error cases.
2011-12-03 ianlibgo: Update to weekly.2011-11-02.
2011-12-02 ianlibgo: Update to weekly.2011-11-01.
2011-11-29 ianlibgo: update to weekly.2011-10-25
2011-11-28 ianruntime: Multiplex goroutines onto OS threads.
2011-11-02 iansyscall: Remove Linux system calls not available in...
2011-11-02 ianexp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
2011-11-01 iansyscall: Portability code for epoll_event on GNU/Linux.
2011-10-31 iansyscall: Fix Errstr on systems without strerror_r.
2011-10-31 iansyscall: Remove a couple more 3-parameter match's in...
2011-10-27 iansyscalls: Rewrite awk script to work with nawk.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-25 ianSolaris/Irix compatibility patches.
2011-10-25 ianFix Solaris build.
2011-10-24 ianError if naked return when result variables are shadowed.
2011-10-24 ianSome minor fixes to the rewritten syscall library.
2011-10-23 ianImplement new syscall package.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-22 ianUpdate Go library to release r60.1.
2011-09-22 ianAdd html/testdata files accidentally omitted.
2011-09-16 ianUpdate Go library to r60.
2011-07-06 ianjson: fix test when rand returns 0.
2011-05-31 ianos: Correct Ctime_ns calculation.
2011-05-25 ian PR go/48502
2011-05-24 ianlibgo: Solaris/Irix portability fixes.
2011-05-20 ianUpdate to current version of Go library.
2011-04-29 ianlibgo http/cgi: Pass down environment variables for...
2011-04-25 ianlibgo/time: Support Irix 6 location of zoneinfo files.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-23 ian PR go/48553
2011-04-22 ian PR go/48503
2011-04-07 ianlibgo: Update to current Go library.
2011-04-01 ianlibgo: Support for alpha.
2011-03-31 ian PR go/47515
2011-03-31 ian PR go/48242
2011-03-31 ianlibgo: Remove unnecessary EINTR checks.
2011-03-30 ianUpdate to current Go library.
2011-03-28 ian PR go/48312
2011-03-28 ianRename net/fd_rtems.go to net/fd_select.go.
2011-03-24 ianUpdate to current version of Go library.
2011-03-23 ianMissed test data in libgo update.
2011-03-23 ianSomehow missed this addition when updating the library.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-09 ianSolaris specific syslog support.
2011-03-09 ian PR go/48019
2011-03-07 ianSolaris libgo testsuite fixes.
2011-02-21 ianSupport libgo on Solaris.
2011-01-29 iantime: Look for zoneinfo files in Solaris directory.
2011-01-28 ianAdd Solaris version of os.Hostname.
2011-01-28 ianWhen closing a file, call closedir if we called opendir.
2011-01-26 iannetchan: Avoid race condition in test.
2011-01-26 iannet: Check for EINTR.
2011-01-26 ianUpdate some net tests from master sources.
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-21 ianFix race condition in test case.
2011-01-21 ianRemove the types float and complex.
2011-01-13 ianUse GOARCH value of sparc64 rather than sparcv9.
2011-01-12 ianPreliminary framework for Solaris support.
2011-01-12 ianSimplify libgo Makefile conditionals.
2010-12-17 ianUpdate to current master source.
2010-12-17 ianDon't split stack in bytes.IndexByte.
2010-12-08 ianFix test by copying from master.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.