index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgo
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-05
re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris...
Ian Lance Taylor
1
-1
/
+6
2012-03-05
libgo: Fix Solaris ustat.h test.
Ian Lance Taylor
2
-2
/
+8
2012-03-02
libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.
Ian Lance Taylor
4
-3
/
+53
2012-03-02
runtime: Add type casts to fix Solaris build.
Ian Lance Taylor
1
-2
/
+2
2012-03-02
libgo: Update to weekly.2012-02-22 release.
Ian Lance Taylor
208
-1993
/
+5192
2012-03-02
libgo: Update to weekly.2012-02-14 release.
Ian Lance Taylor
262
-8661
/
+11079
2012-03-01
mksysinfo: Define MADV_ constants for madvise.
Ian Lance Taylor
1
-0
/
+2
2012-02-29
syscall: Fill out GNU/Linux support.
Ian Lance Taylor
10
-47
/
+269
2012-02-28
runtime: Call exit rather than _exit.
Ian Lance Taylor
1
-1
/
+1
2012-02-25
runtime: Fix typo in go-nosys.c.
Ian Lance Taylor
1
-1
/
+1
2012-02-18
libgo: Add mount flags, fallocate, statfs.
Ian Lance Taylor
6
-13
/
+89
2012-02-17
re PR go/52266 (syntax error in libgo/configure)
Ian Lance Taylor
2
-410
/
+406
2012-02-16
re PR go/51874 (Many libgo testsuite failures on IRIX)
Ian Lance Taylor
2
-8
/
+2
2012-02-15
runtime: Support broken makecontext on Solaris 8/9.
Ian Lance Taylor
4
-0
/
+41
2012-02-14
re PR go/48407 (libgo/configure --without-libffi doesn't work)
Ian Lance Taylor
1
-1
/
+22
2012-02-14
re PR go/48410 (weird installation dir)
Ian Lance Taylor
5
-35
/
+38
2012-02-14
syscall: Change Dup2 to only return an error.
Ian Lance Taylor
4
-18
/
+15
2012-02-14
re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)
Ian Lance Taylor
1
-1
/
+4
2012-02-14
re PR go/50654 (Many Go tests fail on emutls targets)
Ian Lance Taylor
1
-12
/
+31
2012-02-14
net: Don't run UDP multicast tests on Alpha GNU/Linux.
Ian Lance Taylor
1
-1
/
+1
2012-02-12
re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...
Ian Lance Taylor
4
-1
/
+152
2012-02-12
sync/atomic: Disable tests which can't run based on pointer size.
Ian Lance Taylor
1
-0
/
+2
2012-02-11
runtime: Handle FFI promoting result types.
Ian Lance Taylor
1
-1
/
+99
2012-02-11
runtime: Tweak __go_can_recover for SPARC.
Ian Lance Taylor
1
-0
/
+8
2012-02-11
runtime: Fix chan code for big-endian strict-alignment systems
Ian Lance Taylor
1
-8
/
+23
2012-02-10
runtime: For g0 set stack_size to 0 when not -fsplit-stack.
Ian Lance Taylor
1
-1
/
+5
2012-02-10
runtime: Save all registers on stack for GC scan.
Ian Lance Taylor
1
-0
/
+4
2012-02-10
libgo/configure: Fixes for Solaris 8 and cross-compilation.
Ian Lance Taylor
3
-8
/
+58
2012-02-10
runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.
Ian Lance Taylor
1
-6
/
+6
2012-02-09
os: Fix Solaris stat functions.
Ian Lance Taylor
1
-7
/
+7
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
288
-3680
/
+4303
2012-02-08
runtime: Add matherr function when appropriate.
Ian Lance Taylor
6
-22
/
+172
2012-02-08
os: Fix typo in //extern comment.
Ian Lance Taylor
1
-1
/
+1
2012-02-08
math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.
Ian Lance Taylor
5
-4
/
+55
2012-02-08
compiler, runtime: Check make int64 args for overflow.
Ian Lance Taylor
3
-0
/
+44
2012-02-08
runtime: System-specific hack fix for x86_64 Solaris 10.
Ian Lance Taylor
4
-0
/
+237
2012-02-07
compiler, libgo: Use //extern comments rather than __asm__.
Ian Lance Taylor
23
-44
/
+121
2012-02-04
compiler, reflect: Fix hash codes of named types, fix PtrTo hash.
Ian Lance Taylor
2
-2
/
+28
2012-02-03
mksysinfo: Fix type of last field of Cmsghdr.
Ian Lance Taylor
1
-0
/
+1
2012-02-02
runtime: Correct ENOSYS functions.
Ian Lance Taylor
1
-16
/
+32
2012-02-02
syscall: Add syscall.Times.
Ian Lance Taylor
2
-6
/
+15
2012-02-01
os/exec: Make sure file descriptor is not closed early.
Ian Lance Taylor
1
-0
/
+1
2012-02-01
libgo: Update to weekly.2012-01-27.
Ian Lance Taylor
277
-24843
/
+15442
2012-01-31
syscall: Add Gettid on GNU/Linux systems.
Ian Lance Taylor
1
-3
/
+4
2012-01-31
syscall: Don't use PtraceRegs if it is not defined.
Ian Lance Taylor
4
-40
/
+62
2012-01-30
syscall: Support socket control messages.
Ian Lance Taylor
5
-15
/
+71
2012-01-27
syscall: Define IPV6 constants for Irix.
Ian Lance Taylor
1
-0
/
+9
2012-01-27
libgo: Fix merge errors shown on Solaris.
Ian Lance Taylor
5
-9
/
+14
2012-01-26
libgo: Build stubs for some syscall functions not on older systems.
Ian Lance Taylor
6
-411
/
+695
2012-01-26
libgo/mksysinfo: Always define IPV6_TCLASS.
Ian Lance Taylor
1
-1
/
+1
[next]