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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
1
-69
/
+34
2011-11-22
runtime: New lock/note implementation.
Ian Lance Taylor
1
-35
/
+63
2011-11-14
runtime: Use some of 6g runtime.c for easier merging.
Ian Lance Taylor
1
-17
/
+18
2011-11-11
Introduce G structure and thread-local global g.
Ian Lance Taylor
1
-21
/
+11
2011-11-02
libgo/Makefile: Fix dependency.
Ian Lance Taylor
1
-1
/
+1
2011-11-01
syscall: Portability code for epoll_event on GNU/Linux.
Ian Lance Taylor
1
-1
/
+31
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
1
-258
/
+388
2011-10-23
Implement new syscall package.
Ian Lance Taylor
1
-83
/
+86
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
1
-29
/
+10
2011-09-26
Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.
Ian Lance Taylor
1
-0
/
+2
2011-09-22
Update Go library to release r60.1.
Ian Lance Taylor
1
-1
/
+2
2011-09-16
Update Go library to r60.
Ian Lance Taylor
1
-238
/
+655
2011-08-05
Makefile.in (UNWIND_H): Remove.
Rainer Orth
1
-1
/
+1
2011-07-11
libgo: Define CC_FOR_BUILD in Makefile.
Ian Lance Taylor
1
-0
/
+1
2011-07-06
libgo: Use GOCFLAGS when compiling tests.
Ian Lance Taylor
1
-1
/
+1
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
1
-31
/
+40
2011-05-24
libgo: Solaris/Irix portability fixes.
Ian Lance Taylor
1
-2
/
+6
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
1
-51
/
+199
2011-04-25
libgo: Irix 6 patches.
Ian Lance Taylor
1
-3
/
+5
2011-04-22
libgo: Support multilib testing.
Ian Lance Taylor
1
-38
/
+90
2011-04-07
libgo: Update to current Go library.
Ian Lance Taylor
1
-51
/
+48
2011-04-06
libgo: Always use AM_LDFLAGS when linking libgo.la.
Ian Lance Taylor
1
-1
/
+1
2011-04-02
libgo: Sort test output in libgo.sum and libgo.log.
Ian Lance Taylor
1
-149
/
+175
2011-04-01
libgo: Support Solaris 8/9.
Ian Lance Taylor
1
-2
/
+7
2011-03-31
re PR go/47515 (Issues porting libgo to IRIX 6.5)
Ian Lance Taylor
1
-2
/
+3
2011-03-31
libgo: Set name of test when using DejaGNU tests.
Ian Lance Taylor
1
-1
/
+1
2011-03-31
libgo Makefile: Fix typo in test case name.
Ian Lance Taylor
1
-1
/
+1
2011-03-31
libgo: Generate DejaGNU like .sum and .log files for "make check".
Ian Lance Taylor
1
-22
/
+67
2011-03-30
libgo: Use waitpid on systems which do not have wait4.
Ian Lance Taylor
1
-1
/
+6
2011-03-30
libgo: Support systems which do not have strerror_r.
Ian Lance Taylor
1
-2
/
+3
2011-03-30
libgo: Use the right files on Solaris variants.
Ian Lance Taylor
1
-6
/
+9
2011-03-30
libgo/Makefile.am: Add missing dependencies for net/net.lo.
Ian Lance Taylor
1
-2
/
+3
2011-03-30
Update to current Go library.
Ian Lance Taylor
1
-2
/
+6
2011-03-28
Rename net/fd_rtems.go to net/fd_select.go.
Ian Lance Taylor
1
-2
/
+2
2011-03-27
Add runtime profiling infrastructure, not yet working.
Ian Lance Taylor
1
-5
/
+15
2011-03-25
Remove closed function. Fix tuple receive in select.
Ian Lance Taylor
1
-15
/
+6
2011-03-24
Update to current version of Go library.
Ian Lance Taylor
1
-59
/
+174
2011-03-21
libgo: Add GOTESTFLAGS variable used when testing.
Ian Lance Taylor
1
-2
/
+3
2011-03-16
Update to current version of Go library (revision 94d654be2064).
Ian Lance Taylor
1
-94
/
+239
2011-03-11
Don't use intermediate .la files building libgo.
Ian Lance Taylor
1
-772
/
+497
2011-03-09
Solaris specific syslog support.
Ian Lance Taylor
1
-6
/
+13
2011-03-09
re PR go/48017 (Network tests should fail gracefully without network connecti...
Ian Lance Taylor
1
-3
/
+3
2011-03-07
Use _nuname on 32-bit Solaris 2/x86.
Ian Lance Taylor
1
-0
/
+7
2011-02-22
Permit comparing non-empty interfaces with empty interfaces.
Ian Lance Taylor
1
-10
/
+21
2011-02-21
Support libgo on Solaris.
Ian Lance Taylor
1
-0
/
+11
2011-02-05
libgo: Pass compiler flags to mksysinfo.sh.
Ian Lance Taylor
1
-1
/
+1
2011-01-31
libgo/Makefile.am: Simplify build to avoid unnecessary .a files.
Ian Lance Taylor
1
-569
/
+692
2011-01-28
Add Solaris version of os.Hostname.
Ian Lance Taylor
1
-1
/
+5
2011-01-27
Don't force rebuild if mksysinfo.sh does not change sysinfo.go.
Ian Lance Taylor
1
-1
/
+5
2011-01-27
Add missing dependency in libgo/Makefile.am.
Ian Lance Taylor
1
-2
/
+2
[next]