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
2011-01-26
net: Check for EINTR.
Ian Lance Taylor
1
-7
/
+7
2011-01-26
Update some net tests from master sources.
Ian Lance Taylor
2
-13
/
+37
2011-01-25
re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type))
Ian Lance Taylor
2
-6
/
+6
2011-01-25
libgo: Fix typo in syscalls/socket_bsd.go.
Ian Lance Taylor
1
-2
/
+2
2011-01-24
Recognize m68k, mips, PPC. Don't require arch syscall files to exist.
Ian Lance Taylor
14
-71
/
+200
2011-01-24
syscalls/sleep_rtems.go: Add missing package clause.
Ian Lance Taylor
1
-0
/
+2
2011-01-22
Avoid crash when M structure free just before thread exit.
Ian Lance Taylor
2
-6
/
+17
2011-01-22
libgo: Adjust deadlock avoidance.
Ian Lance Taylor
1
-9
/
+9
2011-01-22
syscalls: Add SPARC RTEMS specific file.
Ian Lance Taylor
1
-0
/
+7
2011-01-22
Avoid deadlock creating new thread.
Ian Lance Taylor
1
-0
/
+8
2011-01-21
Avoid deadlock when finalizer lock is held during gc.
Ian Lance Taylor
3
-2
/
+41
2011-01-21
Fix race condition in test case.
Ian Lance Taylor
1
-7
/
+7
2011-01-21
Remove the types float and complex.
Ian Lance Taylor
329
-14946
/
+18851
2011-01-19
libgo/Makefile.am: Fix typo naming socket_bsd.go.
Ian Lance Taylor
2
-2
/
+2
2011-01-14
libgo: Check whether we need -lrt for sched_yield.
Ian Lance Taylor
2
-0
/
+60
2011-01-14
libgo: Use $(SHELL) to invoke gotest.
Ian Lance Taylor
2
-4
/
+4
2011-01-14
libgo/syscalls: Finish Solaris code.
Ian Lance Taylor
3
-3
/
+27
2011-01-14
libgo/Makefile.am: Correct typos in Solaris support.
Ian Lance Taylor
2
-8
/
+8
2011-01-14
mksysinfo: Define _pad128_t and _upad128_t if commented out.
Ian Lance Taylor
1
-0
/
+9
2011-01-13
Don't exit mksysinfo.sh if there is no _user_regs_struct.
Ian Lance Taylor
1
-1
/
+1
2011-01-13
Use GOARCH value of sparc64 rather than sparcv9.
Ian Lance Taylor
4
-18
/
+18
2011-01-13
Add some Solaris support to mksysinfo.sh.
Ian Lance Taylor
1
-4
/
+27
2011-01-13
Clean up syscalls, add some Solaris support.
Ian Lance Taylor
18
-310
/
+413
2011-01-12
Use correct nm and nm options.
Ian Lance Taylor
1
-1
/
+3
2011-01-12
Make using DejaGNU work for libgo testing on a native system.
Ian Lance Taylor
5
-22
/
+42
2011-01-12
Preliminary framework for Solaris support.
Ian Lance Taylor
15
-76
/
+423
2011-01-12
Simplify libgo Makefile conditionals.
Ian Lance Taylor
13
-158
/
+129
2011-01-11
Change libgo testsuite format to be more like DejaGNU.
Ian Lance Taylor
2
-10
/
+14
2011-01-11
Add file missed in previous commit.
Ian Lance Taylor
1
-0
/
+42
2011-01-11
Add cgo support routines corresponding to the ones in 6g/8g.
Ian Lance Taylor
2
-3
/
+13
2011-01-05
re PR go/47176 (libgo doesn't compile if libunicode is installed)
Ian Lance Taylor
2
-2
/
+4
2011-01-05
re PR go/46959 (M68K Not Supported by Go)
Ian Lance Taylor
1
-17
/
+2
2011-01-05
re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))
Ian Lance Taylor
1
-1
/
+1
2010-12-17
Rework locking code to split stack much less.
Ian Lance Taylor
8
-31
/
+83
2010-12-17
Update to current master source.
Ian Lance Taylor
1
-252
/
+159
2010-12-17
Don't split stack in bytes.IndexByte.
Ian Lance Taylor
1
-3
/
+5
2010-12-17
Avoid always splitting the stack when calling append and copy.
Ian Lance Taylor
4
-25
/
+61
2010-12-14
Better error message if malloc gets a SIGSEGV.
Ian Lance Taylor
1
-0
/
+6
2010-12-14
Release cache while holding thread lock.
Ian Lance Taylor
1
-5
/
+4
2010-12-09
re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...
Ian Lance Taylor
2
-2
/
+2
2010-12-08
re PR other/46840 (libgo should link against libm)
Ian Lance Taylor
5
-7
/
+58
2010-12-08
Fix test by copying from master.
Ian Lance Taylor
1
-1
/
+1
2010-12-07
re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...
Ian Lance Taylor
2
-341
/
+356
2010-12-06
LICENSE: separate, change PATENTS text.
Ian Lance Taylor
2
-42
/
+49
2010-12-03
Check for -pthread and -lpthread at configure time.
Ian Lance Taylor
5
-9
/
+106
2010-12-03
It's a contributor license agreement, not a copyright LA.
Ian Lance Taylor
1
-1
/
+1
2010-12-03
Typo.
Ian Lance Taylor
1
-1
/
+1
2010-12-03
Clarify copyright license agreement.
Ian Lance Taylor
1
-7
/
+5
2010-12-03
Add Go frontend, libgo library, and Go testsuite.
Ian Lance Taylor
893
-0
/
+237081
[prev]