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-12-13
libgo: Solaris compatibility patches.
Ian Lance Taylor
2
-3
/
+4
2011-12-13
libgo: Update to weekly.2011-12-02.
Ian Lance Taylor
232
-4636
/
+6587
2011-12-12
libgo: Update to weekly.2011-11-18.
Ian Lance Taylor
223
-3972
/
+6346
2011-12-12
net/http: delete temporary files.
Ian Lance Taylor
1
-0
/
+3
2011-12-09
syslog: Fix name of C syslog function.
Ian Lance Taylor
1
-1
/
+1
2011-12-09
runtime: make print() built-in write to stderr.
Ian Lance Taylor
1
-12
/
+12
2011-12-07
libgo: Add back tests of syscall time.
Ian Lance Taylor
3
-9
/
+33
2011-12-07
libgo: Remove debug/proc, os.Error.
Ian Lance Taylor
7
-395
/
+3
2011-12-07
libgo: Update to weekly 2011-11-09.
Ian Lance Taylor
378
-2331
/
+4913
2011-12-06
libgo: Remove more os.Error cases.
Ian Lance Taylor
3
-16
/
+15
2011-12-03
libgo: Update to weekly.2011-11-02.
Ian Lance Taylor
487
-4191
/
+4020
2011-12-03
libgo: Generate dependencies automatically.
Ian Lance Taylor
6
-598
/
+1308
2011-12-02
libgo: Update to weekly.2011-11-01.
Ian Lance Taylor
168
-1605
/
+2239
2011-12-02
merge.sh: Add files, add revision option, handle middle dot.
Ian Lance Taylor
1
-9
/
+35
2011-12-01
runtime: Remove temporary runtime_cond_wait function.
Ian Lance Taylor
2
-27
/
+0
2011-12-01
runtime: Rename sigignore to sig_ignore for Solaris.
Ian Lance Taylor
1
-2
/
+2
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
20
-2384
/
+1280
2011-11-30
runtime: Copy runtime_panicstring from master library.
Ian Lance Taylor
31
-92
/
+83
2011-11-29
libgo: update to weekly.2011-10-25
Ian Lance Taylor
39
-3367
/
+4628
2011-11-29
runtime: If no sem_timedwait, use pthread_cond_timedwait.
Ian Lance Taylor
5
-11
/
+114
2011-11-29
runtime: If O_CLOEXEC is not defined, define it as 0.
Ian Lance Taylor
1
-0
/
+4
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
38
-1235
/
+2065
2011-11-22
runtime: New lock/note implementation.
Ian Lance Taylor
21
-293
/
+705
2011-11-14
runtime: Use some of 6g runtime.c for easier merging.
Ian Lance Taylor
9
-74
/
+257
2011-11-11
Introduce G structure and thread-local global g.
Ian Lance Taylor
14
-133
/
+102
2011-11-02
syscall: Remove Linux system calls not available in older glibcs.
Ian Lance Taylor
1
-6
/
+9
2011-11-02
exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
Ian Lance Taylor
2
-8
/
+13
2011-11-02
libgo/Makefile: Fix dependency.
Ian Lance Taylor
2
-2
/
+2
2011-11-01
runtime: Don't ask mmap for wrapping memory.
Ian Lance Taylor
1
-0
/
+2
2011-11-01
runtime: Correct test of mmap return value.
Ian Lance Taylor
1
-1
/
+6
2011-11-01
syscall: Portability code for epoll_event on GNU/Linux.
Ian Lance Taylor
6
-13
/
+301
2011-10-31
syscall: Use sched_yield rather than pthread_yield.
Ian Lance Taylor
1
-2
/
+2
2011-10-31
syscall: Fix Errstr on systems without strerror_r.
Ian Lance Taylor
1
-2
/
+2
2011-10-31
syscall: Remove a couple more 3-parameter match's in mksyscall.awk.
Ian Lance Taylor
1
-2
/
+2
2011-10-27
syscalls: Rewrite awk script to work with nawk.
Ian Lance Taylor
1
-15
/
+45
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
535
-12846
/
+43662
2011-10-25
Solaris/Irix compatibility patches.
Ian Lance Taylor
9
-6
/
+49
2011-10-25
Fix Solaris build.
Ian Lance Taylor
2
-2
/
+2
2011-10-25
Implement predeclared delete function.
Ian Lance Taylor
2
-1
/
+7
2011-10-25
Don't permit close of receive-only channel.
Ian Lance Taylor
1
-0
/
+3
2011-10-24
Error if naked return when result variables are shadowed.
Ian Lance Taylor
3
-18
/
+23
2011-10-24
Some minor fixes to the rewritten syscall library.
Ian Lance Taylor
2
-6
/
+8
2011-10-23
Implement new syscall package.
Ian Lance Taylor
74
-2053
/
+3554
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
14
-1608
/
+288
2011-09-28
mksysinfo: #include <ttold.h> on Irix.
Ian Lance Taylor
1
-1
/
+4
2011-09-27
mksysinfo: Fix for systems that don't define TIOCSCTTY.
Ian Lance Taylor
1
-0
/
+8
2011-09-26
Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.
Ian Lance Taylor
3
-1
/
+5
2011-09-26
Fix sysinfo.go on systems which don't need to import "unsafe".
Ian Lance Taylor
1
-0
/
+1
2011-09-23
Include <termios.h> in mksysinfo.sh.
Ian Lance Taylor
1
-0
/
+1
2011-09-22
Update Go library to release r60.1.
Ian Lance Taylor
17
-27
/
+749
[next]