aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2012-02-14re PR go/50654 (Many Go tests fail on emutls targets)Ian Lance Taylor1-12/+31
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor1-1/+1
2012-02-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor4-1/+152
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor1-0/+2
2012-02-11runtime: Handle FFI promoting result types.Ian Lance Taylor1-1/+99
2012-02-11runtime: Tweak __go_can_recover for SPARC.Ian Lance Taylor1-0/+8
2012-02-11runtime: Fix chan code for big-endian strict-alignment systemsIan Lance Taylor1-8/+23
2012-02-10runtime: For g0 set stack_size to 0 when not -fsplit-stack.Ian Lance Taylor1-1/+5
2012-02-10runtime: Save all registers on stack for GC scan.Ian Lance Taylor1-0/+4
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor3-8/+58
2012-02-10runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.Ian Lance Taylor1-6/+6
2012-02-09os: Fix Solaris stat functions.Ian Lance Taylor1-7/+7
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor288-3680/+4303
2012-02-08runtime: Add matherr function when appropriate.Ian Lance Taylor6-22/+172
2012-02-08os: Fix typo in //extern comment.Ian Lance Taylor1-1/+1
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor5-4/+55
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor3-0/+44
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor4-0/+237
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor23-44/+121
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor2-2/+28
2012-02-03mksysinfo: Fix type of last field of Cmsghdr.Ian Lance Taylor1-0/+1
2012-02-02runtime: Correct ENOSYS functions.Ian Lance Taylor1-16/+32
2012-02-02syscall: Add syscall.Times.Ian Lance Taylor2-6/+15
2012-02-01os/exec: Make sure file descriptor is not closed early.Ian Lance Taylor1-0/+1
2012-02-01libgo: Update to weekly.2012-01-27.Ian Lance Taylor277-24843/+15442
2012-01-31syscall: Add Gettid on GNU/Linux systems.Ian Lance Taylor1-3/+4
2012-01-31syscall: Don't use PtraceRegs if it is not defined.Ian Lance Taylor4-40/+62
2012-01-30syscall: Support socket control messages.Ian Lance Taylor5-15/+71
2012-01-27syscall: Define IPV6 constants for Irix.Ian Lance Taylor1-0/+9
2012-01-27libgo: Fix merge errors shown on Solaris.Ian Lance Taylor5-9/+14
2012-01-26libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor6-411/+695
2012-01-26libgo/mksysinfo: Always define IPV6_TCLASS.Ian Lance Taylor1-1/+1
2012-01-26libgo/mksysinfo: Correct typo.Ian Lance Taylor1-1/+1
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor198-1948/+5120
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor192-3901/+7842
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor3-13/+10
2012-01-21runtime: Make builtin print exactly match gc builtin print.Ian Lance Taylor1-10/+87
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor5-4/+10
2012-01-17mksysinfo: Fix Alpha GNU/Linux compatibility patch.Ian Lance Taylor1-1/+1
2012-01-13libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.Ian Lance Taylor4-10/+43
2012-01-13mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.Ian Lance Taylor1-0/+16
2012-01-13mksysinfo: Make sure EPOLL_CLOEXEC is defined.Ian Lance Taylor1-1/+4
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor194-1286/+3633
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor165-1655/+3421
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor11-59/+305
2011-12-22libgo: Use -std=gnu99 on Solaris 10.Ian Lance Taylor2-4/+4
2011-12-22runtime: Fix missing USING_SPLIT_STACK ifdef.Ian Lance Taylor1-1/+5
2011-12-21runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor6-133/+340
2011-12-20libgo/runtime: Don't define _GNU_SOURCE in source code.Ian Lance Taylor2-3/+0
2011-12-20syscall: Don't define IPMreq in socket_irix.go.Ian Lance Taylor1-40/+32