summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
...
* libgo: Update to weekly.2012-03-22.ian2012-03-3047-161/+602
* libgo: Update to weekly.2012-03-13.ian2012-03-30131-1624/+4816
* syscall: Convert errno to error after Exitsyscall.ian2012-03-301-1/+12
* compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.ian2012-03-292-2/+2
* syscall: Fix errno handling in syscall.Syscall and friends.ian2012-03-231-0/+4
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-135-11/+16
* debug/dwarf: Support DWARF versions 3 and 4.ian2012-03-097-40/+108
* debug/elf: Don't crash if line numbers are not available.ian2012-03-091-1/+1
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-0722-27/+725
* libgo: Update to weekly.2012-03-04 release.ian2012-03-06133-1991/+2939
* libgo: Update to weekly.2012-02-22 release.ian2012-03-02196-1926/+4891
* libgo: Update to weekly.2012-02-14 release.ian2012-03-02236-7976/+10498
* syscall: Fill out GNU/Linux support.ian2012-02-293-43/+94
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-9/+6
* PR go/51874ian2012-02-162-8/+2
* syscall: Change Dup2 to only return an error.ian2012-02-144-18/+15
* net: Don't run UDP multicast tests on Alpha GNU/Linux.ian2012-02-141-1/+1
* sync/atomic: Disable tests which can't run based on pointer size.ian2012-02-121-0/+2
* os: Fix Solaris stat functions.ian2012-02-091-7/+7
* libgo: Update to weekly.2012-02-07.ian2012-02-09280-3536/+4223
* os: Fix typo in //extern comment.ian2012-02-081-1/+1
* compiler, libgo: Use //extern comments rather than __asm__.ian2012-02-0723-44/+121
* compiler, reflect: Fix hash codes of named types, fix PtrTo hash.ian2012-02-042-2/+28
* syscall: Add syscall.Times.ian2012-02-021-6/+5
* os/exec: Make sure file descriptor is not closed early.ian2012-02-011-0/+1
* libgo: Update to weekly.2012-01-27.ian2012-02-01274-23973/+15349
* syscall: Add Gettid on GNU/Linux systems.ian2012-01-311-3/+4
* syscall: Don't use PtraceRegs if it is not defined.ian2012-01-314-40/+62
* syscall: Support socket control messages.ian2012-01-302-15/+19
* syscall: Define IPV6 constants for Irix.ian2012-01-271-0/+9
* libgo: Fix merge errors shown on Solaris.ian2012-01-272-6/+5
* libgo: Update to weekly.2012-01-20.ian2012-01-25195-1782/+4876
* libgo: Update to weekly.2012-01-15.ian2012-01-25177-3781/+7622
* compiler: Give an error if a variable is defined but not used.ian2012-01-233-13/+10
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-134-10/+43
* libgo: Update to weekly.2011-12-22.ian2012-01-13182-1206/+3533
* libgo: Update to weekly.2011-12-14.ian2012-01-12160-1640/+3413
* syscall: Don't define IPMreq in socket_irix.go.ian2011-12-201-40/+32
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-3/+0
* os: Fix fileInfoFromStat for Solaris.ian2011-12-161-0/+56
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-152-22/+26
* libgo: Update to weekly.2011-12-06.ian2011-12-14136-1307/+1417
* runtime: Bump memory limit in gc_test.ian2011-12-141-1/+1
* runtime: Change gc_test to test only newly allocated memory.ian2011-12-131-4/+12
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-3/+13
* libgo: Solaris compatibility patches.ian2011-12-132-3/+4
* libgo: Update to weekly.2011-12-02.ian2011-12-13226-4471/+6486
* libgo: Update to weekly.2011-11-18.ian2011-12-12211-3929/+6000
* net/http: delete temporary files.ian2011-12-121-0/+3
* syslog: Fix name of C syslog function.ian2011-12-091-1/+1