summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to current master library sources.Ian Lance Taylor2012-12-12145-1915/+6240
* os: Clean up directory reading code.Ian Lance Taylor2012-12-062-24/+41
* syscall: Fix splice syscall.Ian Lance Taylor2012-12-051-0/+2
* mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM.Ian Lance Taylor2012-12-041-0/+16
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.Ian Lance Taylor2012-12-042-2/+8
* compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor2012-11-294-1/+119
* syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor2012-11-242-2/+6
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-21321-19158/+62006
* reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor2012-11-191-4/+4
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.Ian Lance Taylor2012-11-171-1/+1
* syscall: Force first letter of error message to lower case.Ian Lance Taylor2012-11-123-6/+24
* reflect: Fix bug comparing struct field types.Ian Lance Taylor2012-11-101-3/+14
* compiler, runtime: Size of int is now 64 bits on x86_64.Ian Lance Taylor2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor2012-11-0611-19/+22
* compiler, runtime: Memcmp routine returns intgo.Ian Lance Taylor2012-11-063-13/+36
* runtime: provide initcontext and fixcontext for NetBSDIan Lance Taylor2012-11-051-1/+23
* os: support more OSesIan Lance Taylor2012-11-054-1/+87
* syscall, mksysinfo: Prepare syscall package for 64-bit int.Ian Lance Taylor2012-11-0214-137/+153
* runtime: Fix reflect.Call support for 64-bit ints.Ian Lance Taylor2012-11-021-7/+7
* compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2012-11-0156-259/+252
* runtime/goc2c: Drop gc support, change int to intgo.Ian Lance Taylor2012-10-313-171/+54
* syscall: fix creds_test to reliably close os.FileIan Lance Taylor2012-10-261-2/+6
* libgo: Solaris portability patches.Ian Lance Taylor2012-10-254-92/+19
* mksysinfo: Define SIGPOLL and SIGCLD if necessary.Ian Lance Taylor2012-10-241-0/+10
* runtime: Disable crash tests that runs go tool.Ian Lance Taylor2012-10-231-9/+14
* re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc...Ian Lance Taylor2012-10-234-4/+7
* libgo: Update to current sources.Ian Lance Taylor2012-10-23548-12551/+56845
* runtime: Fix __go_symbol_value val argument to backtrace_syminfo.Ian Lance Taylor2012-10-081-1/+1
* runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor2012-10-053-1/+13
* libgo: Update to Go 1.0.3.Ian Lance Taylor2012-10-03124-481/+2060
* runtime: Better detection of memory allocation request overflow.Ian Lance Taylor2012-09-284-2/+16
* runtime: runtime.Caller should succeed even without debug info.Ian Lance Taylor2012-09-281-1/+2
* libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor2012-09-2813-256/+165
* runtime: Reject surrogate pairs in range over string.Ian Lance Taylor2012-09-221-0/+8
* compiler, runtime: Reject surrogate pair converting int to string.Ian Lance Taylor2012-09-221-0/+9
* runtime: Return random number of hash of NaN.Ian Lance Taylor2012-09-222-6/+22
* libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.Ian Lance Taylor2012-09-203-312/+19
* debug/elf, debug/dwarf: DWARF line number fixes.Ian Lance Taylor2012-09-062-7/+49
* compiler: Remove old handling of unsafe.Pointer in type assertions.Ian Lance Taylor2012-08-231-1/+1
* mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86.Ian Lance Taylor2012-08-211-0/+10
* runtime: use sched_getaffinity for runtime.NumCPU() on LinuxIan Lance Taylor2012-08-101-32/+21
* runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ...Ian Lance Taylor2012-08-0710-42/+210
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor2012-07-266-10/+15
* runtime: correct a logic error in hashmap growth.Ian Lance Taylor2012-07-231-2/+2
* mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h.Ian Lance Taylor2012-07-091-2/+2
* gotest: Only look in data segment for ppc64, not ppc*.Ian Lance Taylor2012-06-251-1/+1
* libgo: Update to Go 1.0.2 release.Ian Lance Taylor2012-06-2559-169/+1088
* compiler, reflect: Quote package path with tabs.Ian Lance Taylor2012-06-141-1/+1
* libgo: Make the subdirectory in the CHECK target.Ian Lance Taylor2012-06-142-216/+2
* os/user: Use Entersyscall.Ian Lance Taylor2012-06-131-1/+6