OSDN Git Service

Mark ChangeLog
[pf3gnuchains/gcc-fork.git] / libgo /
2012-09-06 iandebug/elf, debug/dwarf: DWARF line number fixes.
2012-08-23 iancompiler: Remove old handling of unsafe.Pointer in...
2012-08-21 ianmksysinfo: Fix syscall.F_GETLK and friends for 32-bit...
2012-08-06 nickcRevert delta 190174
2012-08-06 nickcLatest updates from FSF 4.7 branch
2012-07-26 ianruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-07-23 ianruntime: correct a logic error in hashmap growth.
2012-07-09 ianmksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h.
2012-06-25 iangotest: Only look in data segment for ppc64, not ppc*.
2012-06-25 ianlibgo: Update to Go 1.0.2 release.
2012-06-14 ianBring over accumulated bug fixes from mainline.
2012-06-07 ianruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05 ianruntime: Comment out code adding TLS size to stack...
2012-06-05 ianruntime: Fix call to _dl_get_tls_static_info for i386.
2012-06-05 ianmksysinfo: Fix for recent change to glibc <sys/resource.h>.
2012-06-04 ianruntime: Better SWIG interface for allocating Go memory...
2012-05-25 ianruntime: More efficient implementation of trampolines.
2012-05-25 ianruntime: Fix cast error in print.c on 32-bit systems.
2012-05-24 ianruntime: Make runtime.Stack actually work.
2012-05-24 ianruntime: Correct definition of __go_file_line to match...
2012-05-24 ianruntime: Copy runtime_printf from other Go library.
2012-05-22 ianruntime: Tweak runtime.Callers for Go 1 compatibility.
2012-05-22 ianruntime: Use getcontext, not setjmp, to save regs for GC.
2012-05-17 ianruntime: Print stack trace on panic or signal.
2012-05-16 ianlog/syslog: Fix name of C function syslog_c.
2012-05-16 iandebug/dwarf: Fix handling of LineSetFile.
2012-05-15 ianruntime: Make all variables used across getcontext...
2012-05-14 ianlibgo: Use -fgo-pkgpath.
2012-05-04 ianlibgo: Update to Go 1.0.1 release.
2012-04-30 ian PR go/52586
2012-04-27 ian PR go/52358
2012-04-27 ian PR go/52358
2012-04-27 ianruntime: Correct syscall.Setenv for systems that don...
2012-04-26 ianmksysinfo, net: Always define syscall.SO_REUSEPORT.
2012-04-25 ian PR go/52341
2012-04-25 ian PR go/52583
2012-04-24 iangotest: Remove race in use of ../testdata.
2012-04-24 ianmksysinfo: Only define PathMax if PATH_MAX is defined.
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.
next