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
/
configure
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-21
syscall: Additional constants, some type corrections.
Ian Lance Taylor
1
-2
/
+2
2012-04-20
net, syscall: Use native endianness for GNU/Linux netlink code.
Ian Lance Taylor
1
-9
/
+2
2012-04-04
syscall: Add more constants.
Ian Lance Taylor
1
-1
/
+1
2012-04-03
syscall, net: Fix GNU/Linux netlink code for big-endian systems.
Ian Lance Taylor
1
-2
/
+9
2012-04-03
mksysinfo.sh: Add some more networking constants.
Ian Lance Taylor
1
-1
/
+1
2012-03-05
libgo: Fix Solaris ustat.h test.
Ian Lance Taylor
1
-1
/
+4
2012-03-02
libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.
Ian Lance Taylor
1
-1
/
+31
2012-02-29
syscall: Fill out GNU/Linux support.
Ian Lance Taylor
1
-2
/
+2
2012-02-18
libgo: Add mount flags, fallocate, statfs.
Ian Lance Taylor
1
-2
/
+13
2012-02-17
re PR go/52266 (syntax error in libgo/configure)
Ian Lance Taylor
1
-408
/
+406
2012-02-15
runtime: Support broken makecontext on Solaris 8/9.
Ian Lance Taylor
1
-0
/
+17
2012-02-14
re PR go/48410 (weird installation dir)
Ian Lance Taylor
1
-15
/
+17
2012-02-12
re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...
Ian Lance Taylor
1
-0
/
+58
2012-02-10
libgo/configure: Fixes for Solaris 8 and cross-compilation.
Ian Lance Taylor
1
-4
/
+44
2012-02-08
runtime: Add matherr function when appropriate.
Ian Lance Taylor
1
-0
/
+29
2012-02-08
math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.
Ian Lance Taylor
1
-2
/
+30
2012-02-08
runtime: System-specific hack fix for x86_64 Solaris 10.
Ian Lance Taylor
1
-0
/
+98
2012-01-26
libgo: Build stubs for some syscall functions not on older systems.
Ian Lance Taylor
1
-406
/
+432
2012-01-25
libgo: Update to weekly.2012-01-15.
Ian Lance Taylor
1
-1
/
+1
2012-01-17
libgo: Solaris and Irix compatibility patches.
Ian Lance Taylor
1
-0
/
+1
2012-01-13
libgo: Update to weekly.2011-12-22.
Ian Lance Taylor
1
-2
/
+17
2011-12-22
libgo: Use -std=gnu99 on Solaris 10.
Ian Lance Taylor
1
-2
/
+2
2011-12-20
libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.
Ian Lance Taylor
1
-3
/
+4
2011-12-03
libgo: Generate dependencies automatically.
Ian Lance Taylor
1
-2
/
+8
2011-12-02
libgo: Update to weekly.2011-11-01.
Ian Lance Taylor
1
-1
/
+1
2011-11-29
runtime: If no sem_timedwait, use pthread_cond_timedwait.
Ian Lance Taylor
1
-0
/
+18
2011-11-01
syscall: Portability code for epoll_event on GNU/Linux.
Ian Lance Taylor
1
-2
/
+217
2011-10-23
Implement new syscall package.
Ian Lance Taylor
1
-6
/
+67
2011-09-16
Update Go library to r60.
Ian Lance Taylor
1
-10
/
+23
2011-07-11
libgo: Define CC_FOR_BUILD in Makefile.
Ian Lance Taylor
1
-2
/
+6
2011-07-07
re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...
Rainer Orth
1
-1
/
+1
2011-05-24
libgo: Make os.setenv_c work on systems without setenv.
Ian Lance Taylor
1
-1
/
+1
2011-04-25
libgo: Irix 6 patches.
Ian Lance Taylor
1
-2
/
+7
2011-04-05
libgo: Use MAP_FIXED if necessary to grab arena.
Ian Lance Taylor
1
-1
/
+1
2011-04-03
Mark as executable in SVN.
Ian Lance Taylor
1
-0
/
+0
2011-04-01
libgo: Support for alpha.
Ian Lance Taylor
1
-2
/
+21
2011-04-01
libgo: Try to guess the right type for select bits in mksysinfo.
Ian Lance Taylor
1
-1
/
+1
2011-04-01
libgo: Support Solaris 8/9.
Ian Lance Taylor
1
-2
/
+18
2011-04-01
libgo: Recognize MIPS ABIs.
Ian Lance Taylor
1
-23
/
+102
2011-03-31
re PR go/47515 (Issues porting libgo to IRIX 6.5)
Ian Lance Taylor
1
-2
/
+18
2011-03-30
libgo: Use waitpid on systems which do not have wait4.
Ian Lance Taylor
1
-3
/
+17
2011-03-30
libgo: Support systems which do not have strerror_r.
Ian Lance Taylor
1
-3
/
+18
2011-02-21
Support libgo on Solaris.
Ian Lance Taylor
1
-1
/
+1
2011-02-13
Remove freebsd1 from libtool.m4 macros and config.rpath.
Ralf Wildenhues
1
-14
/
+2
2011-02-10
libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.
Ian Lance Taylor
1
-8
/
+8
2011-02-04
Implement __sync_fetch_and_add_4 if necessary.
Ian Lance Taylor
1
-0
/
+29
2011-02-03
Check whether we are using setjmp/longjmp exceptions.
Ian Lance Taylor
1
-2
/
+67
2011-02-02
libgo: Apply upstream libtool patch.
Ian Lance Taylor
1
-5
/
+19
2011-02-01
Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.
Ian Lance Taylor
1
-0
/
+28
2011-01-24
Recognize m68k, mips, PPC. Don't require arch syscall files to exist.
Ian Lance Taylor
1
-9
/
+138
[next]