OSDN Git Service

compiler: Fix order of evalation for m[0] = len(m) when m is a map.
[pf3gnuchains/gcc-fork.git] / libgo /
2012-04-23 ian * go-lang.c (go_langhook_init): Set MPFR precision...
2012-04-23 ianlibgo: Make sure log/syslog subdirectory exists before...
2012-04-22 ianmksysinfo: More fixes to emulate master Go library.
2012-04-22 ianmksysinfo: Define more structs.
2012-04-22 ian * godump.c (go_output_typedef): Dump size of structs.
2012-04-21 iansyscall: Additional constants, some type corrections.
2012-04-20 iannet, syscall: Use native endianness for GNU/Linux netli...
2012-04-20 iancompiler, runtime: Add explicit checks for zero and...
2012-04-20 iannet/http: Ignore sigaltstack when running strace in...
2012-04-20 iandebug/dwarf: Fix address lookups for different types...
2012-04-20 ianruntime: Disable memory profiling in gc_test.
2012-04-20 ianruntime: Ignore stack sizes when deciding when to GC.
2012-04-20 iangotest: Don't get confused by data tables named Test...
2012-04-04 iansyscall: Add more constants.
2012-04-03 iansyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-04-03 ianmksysinfo.sh: Add some more networking constants.
2012-04-03 iangotest: Fix finding functions on PPC.
2012-03-30 ianlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 ianFile removed in weekly.2012-03-22 release.
2012-03-30 ianlibgo: Update to weekly.2012-03-22.
2012-03-30 ianlibgo: Update to weekly.2012-03-13.
2012-03-30 iansyscall: Convert errno to error after Exitsyscall.
2012-03-29 iancompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-28 ianmksysinfo: Fix use of _in6_addr in _zone_net_addr_t.
2012-03-23 iansyscall: Fix errno handling in syscall.Syscall and...
2012-03-15 ianlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-13 ian PR go/52557
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
2012-03-01 ianmksysinfo: Define MADV_ constants for madvise.
2012-02-29 iansyscall: Fill out GNU/Linux support.
2012-02-28 ianruntime: Call exit rather than _exit.
2012-02-25 ianruntime: Fix typo in go-nosys.c.
2012-02-18 ianlibgo: Add mount flags, fallocate, statfs.
2012-02-17 ian PR go/52266
2012-02-16 ian PR go/51874
2012-02-15 ianruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 ian PR go/48407
2012-02-14 ian PR go/48410
2012-02-14 iansyscall: Change Dup2 to only return an error.
2012-02-14 ian PR go/48501
2012-02-14 ian PR go/50654
2012-02-14 iannet: Don't run UDP multicast tests on Alpha GNU/Linux.
2012-02-12 ian PR go/52084
2012-02-12 iansync/atomic: Disable tests which can't run based on...
2012-02-11 ianruntime: Handle FFI promoting result types.
2012-02-11 ianruntime: Tweak __go_can_recover for SPARC.
2012-02-11 ianruntime: Fix chan code for big-endian strict-alignment...
2012-02-10 ianruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-10 ianruntime: Save all registers on stack for GC scan.
2012-02-10 ianlibgo/configure: Fixes for Solaris 8 and cross-compilation.
2012-02-10 ianruntime: Use __builtin_{inf,nan} rather than INFINITY...
2012-02-09 ianos: Fix Solaris stat functions.
2012-02-09 ianlibgo: Update to weekly.2012-02-07.
2012-02-08 ianruntime: Add matherr function when appropriate.
2012-02-08 ianos: Fix typo in //extern comment.
2012-02-08 ianmath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 iancompiler, runtime: Check make int64 args for overflow.
2012-02-08 ianruntime: System-specific hack fix for x86_64 Solaris 10.
2012-02-07 iancompiler, libgo: Use //extern comments rather than...
2012-02-04 iancompiler, reflect: Fix hash codes of named types, fix...
2012-02-03 ianmksysinfo: Fix type of last field of Cmsghdr.
2012-02-02 ianruntime: Correct ENOSYS functions.
2012-02-02 iansyscall: Add syscall.Times.
2012-02-01 ianos/exec: Make sure file descriptor is not closed early.
2012-02-01 ianlibgo: Update to weekly.2012-01-27.
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-26 ianlibgo: Build stubs for some syscall functions not on...
2012-01-26 ianlibgo/mksysinfo: Always define IPV6_TCLASS.
2012-01-26 ianlibgo/mksysinfo: Correct typo.
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-21 ianruntime: Make builtin print exactly match gc builtin...
2012-01-17 ianlibgo: Solaris and Irix compatibility patches.
2012-01-17 ianmksysinfo: Fix Alpha GNU/Linux compatibility patch.
2012-01-13 ianlibgo: Only build iopl and ioperm on 386, amd64, alpha...
2012-01-13 ianmksysinfo: Pick up TIOCGWINSZ even if expression is...
2012-01-13 ianmksysinfo: Make sure EPOLL_CLOEXEC is defined.
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-12 ianlibgo: Update to weekly.2011-12-14.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-22 ianlibgo: Use -std=gnu99 on Solaris 10.
2011-12-22 ianruntime: Fix missing USING_SPLIT_STACK ifdef.
2011-12-21 ianruntime: Catch signals on altstack, disable splitstack...
2011-12-20 ianlibgo/runtime: Don't define _GNU_SOURCE in source code.
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 ianmksysinfo.sh: Ensure that IPV6 constants and types...
2011-12-13 iansyscall: Don't build wait status functions on RTEMS.
2011-12-13 ianruntime: RTEMS build fixes.
2011-12-13 ianlibgo: Solaris compatibility patches.
next