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-04-07
libgo: Update to current Go library.
Ian Lance Taylor
110
-3137
/
+4609
2011-04-06
libgo: Always use AM_LDFLAGS when linking libgo.la.
Ian Lance Taylor
2
-2
/
+2
2011-04-05
gotest: Add external timeout if internal timeout fails.
Ian Lance Taylor
1
-1
/
+14
2011-04-05
gotest: Avoid echo -n.
Ian Lance Taylor
1
-2
/
+2
2011-04-05
libgo: Use MAP_FIXED if necessary to grab arena.
Ian Lance Taylor
4
-2
/
+37
2011-04-04
libgo: Always initialize semaphores.
Rainer Orth
4
-0
/
+14
2011-04-03
Mark as executable in SVN.
Ian Lance Taylor
1
-0
/
+0
2011-04-02
libgo: Sort test output in libgo.sum and libgo.log.
Ian Lance Taylor
2
-298
/
+349
2011-04-01
libgo: Support for alpha.
Ian Lance Taylor
4
-2
/
+251
2011-04-01
libgo: Try to guess the right type for select bits in mksysinfo.
Ian Lance Taylor
4
-4
/
+15
2011-04-01
libgo: Support Solaris 8/9.
Ian Lance Taylor
6
-15
/
+51
2011-04-01
libgo: Recognize MIPS ABIs.
Ian Lance Taylor
2
-35
/
+134
2011-03-31
re PR go/47515 (Issues porting libgo to IRIX 6.5)
Ian Lance Taylor
7
-9
/
+83
2011-03-31
libgo: Set name of test when using DejaGNU tests.
Ian Lance Taylor
4
-3
/
+23
2011-03-31
re PR go/48242 (gotest needs timeout mechanism)
Ian Lance Taylor
2
-1
/
+35
2011-03-31
libgo: Remove unnecessary EINTR checks.
Ian Lance Taylor
1
-7
/
+7
2011-03-31
libgo/syscalls: Use _C_long as the type of the select bits array.
Ian Lance Taylor
1
-5
/
+7
2011-03-31
libgo Makefile: Fix typo in test case name.
Ian Lance Taylor
2
-2
/
+2
2011-03-31
libgo: Generate DejaGNU like .sum and .log files for "make check".
Ian Lance Taylor
2
-45
/
+136
2011-03-30
libgo: Use waitpid on systems which do not have wait4.
Ian Lance Taylor
8
-20
/
+80
2011-03-30
libgo: Support systems which do not have strerror_r.
Ian Lance Taylor
5
-7
/
+61
2011-03-30
libgo: Use the right files on Solaris variants.
Ian Lance Taylor
2
-11
/
+23
2011-03-30
libgo/Makefile.am: Add missing dependencies for net/net.lo.
Ian Lance Taylor
2
-4
/
+6
2011-03-30
Update to current Go library.
Ian Lance Taylor
113
-671
/
+1892
2011-03-28
re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86)
Ian Lance Taylor
5
-9
/
+20
2011-03-28
Rename net/fd_rtems.go to net/fd_select.go.
Ian Lance Taylor
3
-4
/
+4
2011-03-27
Add runtime profiling infrastructure, not yet working.
Ian Lance Taylor
8
-43
/
+598
2011-03-27
Remove closedchan function.
Ian Lance Taylor
1
-11
/
+0
2011-03-25
Remove closed function. Fix tuple receive in select.
Ian Lance Taylor
8
-57
/
+29
2011-03-24
Update to current version of Go library.
Ian Lance Taylor
168
-2743
/
+8977
2011-03-24
Tuple receives indicate whether channel is closed.
Ian Lance Taylor
4
-15
/
+30
2011-03-23
Send on a closed channel panics.
Ian Lance Taylor
9
-66
/
+32
2011-03-23
Missed test data in libgo update.
Ian Lance Taylor
3
-0
/
+0
2011-03-23
Somehow missed this addition when updating the library.
Ian Lance Taylor
1
-0
/
+0
2011-03-21
libgo: Add GOTESTFLAGS variable used when testing.
Ian Lance Taylor
2
-4
/
+7
2011-03-16
Don't catch LIBPROF in Go code.
Ian Lance Taylor
1
-3
/
+0
2011-03-16
Update to current version of Go library (revision 94d654be2064).
Ian Lance Taylor
292
-4878
/
+16258
2011-03-11
Don't use intermediate .la files building libgo.
Ian Lance Taylor
2
-1501
/
+954
2011-03-10
re PR go/48020 (libgo flag test FAILs on Solaris 2)
Ian Lance Taylor
1
-1
/
+3
2011-03-09
Solaris specific syslog support.
Ian Lance Taylor
6
-36
/
+147
2011-03-09
libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
Ian Lance Taylor
1
-0
/
+4
2011-03-09
re PR go/48019 (Need to handle EINTR in libgo testsuite)
Ian Lance Taylor
1
-0
/
+3
2011-03-09
re PR go/48019 (Need to handle EINTR in libgo testsuite)
Ian Lance Taylor
1
-2
/
+7
2011-03-09
re PR go/48017 (Network tests should fail gracefully without network connecti...
Ian Lance Taylor
2
-6
/
+6
2011-03-09
re PR go/47910 (typo in __go_map_next_prime)
Ian Lance Taylor
1
-1
/
+1
2011-03-07
Solaris libgo testsuite fixes.
Ian Lance Taylor
2
-3
/
+1
2011-03-07
Use _nuname on 32-bit Solaris 2/x86.
Ian Lance Taylor
5
-2
/
+30
2011-03-07
Permit garbage collection on any compiler generated memory allocation.
Ian Lance Taylor
1
-1
/
+1
2011-03-07
Avoid race condition manipulating heap when goroutine exits.
Ian Lance Taylor
1
-8
/
+15
2011-02-22
Permit comparing non-empty interfaces with empty interfaces.
Ian Lance Taylor
3
-10
/
+54
[next]