re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with absent...
[gcc.git] / libgo /
2012-03-02 Ian Lance Taylorlibgo: Try to fix use of <ustat.h> for Solaris and...
2012-03-02 Ian Lance Taylorruntime: Add type casts to fix Solaris build.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-03-01 Ian Lance Taylormksysinfo: Define MADV_ constants for madvise.
2012-02-29 Ian Lance Taylorsyscall: Fill out GNU/Linux support.
2012-02-28 Ian Lance Taylorruntime: Call exit rather than _exit.
2012-02-25 Ian Lance Taylorruntime: Fix typo in go-nosys.c.
2012-02-18 Ian Lance Taylorlibgo: Add mount flags, fallocate, statfs.
2012-02-17 Ian Lance Taylorre PR go/52266 (syntax error in libgo/configure)
2012-02-16 Ian Lance Taylorre PR go/51874 (Many libgo testsuite failures on IRIX)
2012-02-15 Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 Ian Lance Taylorre PR go/48407 (libgo/configure --without-libffi doesn...
2012-02-14 Ian Lance Taylorre PR go/48410 (weird installation dir)
2012-02-14 Ian Lance Taylorsyscall: Change Dup2 to only return an error.
2012-02-14 Ian Lance Taylorre PR go/48501 (64bit-out.go, select5-out.go, tmp.go...
2012-02-14 Ian Lance Taylorre PR go/50654 (Many Go tests fail on emutls targets)
2012-02-14 Ian Lance Taylornet: Don't run UDP multicast tests on Alpha GNU/Linux.
2012-02-12 Ian Lance Taylorre PR go/52084 (go tests fail to link on powerpc-linux...
2012-02-12 Ian Lance Taylorsync/atomic: Disable tests which can't run based on...
2012-02-11 Ian Lance Taylorruntime: Handle FFI promoting result types.
2012-02-11 Ian Lance Taylorruntime: Tweak __go_can_recover for SPARC.
2012-02-11 Ian Lance Taylorruntime: Fix chan code for big-endian strict-alignment...
2012-02-10 Ian Lance Taylorruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-10 Ian Lance Taylorruntime: Save all registers on stack for GC scan.
2012-02-10 Ian Lance Taylorlibgo/configure: Fixes for Solaris 8 and cross-compilation.
2012-02-10 Ian Lance Taylorruntime: Use __builtin_{inf,nan} rather than INFINITY...
2012-02-09 Ian Lance Tayloros: Fix Solaris stat functions.
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-08 Ian Lance Taylorruntime: Add matherr function when appropriate.
2012-02-08 Ian Lance Tayloros: Fix typo in //extern comment.
2012-02-08 Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-02-08 Ian Lance Taylorruntime: System-specific hack fix for x86_64 Solaris 10.
2012-02-07 Ian Lance Taylorcompiler, libgo: Use //extern comments rather than...
2012-02-04 Ian Lance Taylorcompiler, reflect: Fix hash codes of named types, fix...
2012-02-03 Ian Lance Taylormksysinfo: Fix type of last field of Cmsghdr.
2012-02-02 Ian Lance Taylorruntime: Correct ENOSYS functions.
2012-02-02 Ian Lance Taylorsyscall: Add syscall.Times.
2012-02-01 Ian Lance Tayloros/exec: Make sure file descriptor is not closed early.
2012-02-01 Ian Lance Taylorlibgo: Update to weekly.2012-01-27.
2012-01-31 Ian Lance Taylorsyscall: Add Gettid on GNU/Linux systems.
2012-01-31 Ian Lance Taylorsyscall: Don't use PtraceRegs if it is not defined.
2012-01-30 Ian Lance Taylorsyscall: Support socket control messages.
2012-01-27 Ian Lance Taylorsyscall: Define IPV6 constants for Irix.
2012-01-27 Ian Lance Taylorlibgo: Fix merge errors shown on Solaris.
2012-01-26 Ian Lance Taylorlibgo: Build stubs for some syscall functions not on...
2012-01-26 Ian Lance Taylorlibgo/mksysinfo: Always define IPV6_TCLASS.
2012-01-26 Ian Lance Taylorlibgo/mksysinfo: Correct typo.
2012-01-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-20.
2012-01-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21 Ian Lance Taylorruntime: Make builtin print exactly match gc builtin...
2012-01-17 Ian Lance Taylorlibgo: Solaris and Irix compatibility patches.
2012-01-17 Ian Lance Taylormksysinfo: Fix Alpha GNU/Linux compatibility patch.
2012-01-13 Ian Lance Taylorlibgo: Only build iopl and ioperm on 386, amd64, alpha...
2012-01-13 Ian Lance Taylormksysinfo: Pick up TIOCGWINSZ even if expression is...
2012-01-13 Ian Lance Taylormksysinfo: Make sure EPOLL_CLOEXEC is defined.
2012-01-13 Ian Lance Taylorlibgo: Update to weekly.2011-12-22.
2012-01-12 Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2012-01-06 Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-22 Ian Lance Taylorlibgo: Use -std=gnu99 on Solaris 10.
2011-12-22 Ian Lance Taylorruntime: Fix missing USING_SPLIT_STACK ifdef.
2011-12-21 Ian Lance Taylorruntime: Catch signals on altstack, disable splitstack...
2011-12-20 Ian Lance Taylorlibgo/runtime: Don't define _GNU_SOURCE in source code.
2011-12-20 Ian Lance Taylorsyscall: Don't define IPMreq in socket_irix.go.
2011-12-20 Ian Lance Taylorlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-16 Ian Lance Tayloros: Fix fileInfoFromStat for Solaris.
2011-12-15 Ian Lance Taylorsyscall: Move Errno into its own file, for RTEMS.
2011-12-14 Ian Lance Taylorlibgo: Update to weekly.2011-12-06.
2011-12-14 Ian Lance Taylorruntime: Bump memory limit in gc_test.
2011-12-13 Ian Lance Taylorruntime: Change gc_test to test only newly allocated...
2011-12-13 Ian Lance Taylormksysinfo.sh: Ensure that IPV6 constants and types...
2011-12-13 Ian Lance Taylorsyscall: Don't build wait status functions on RTEMS.
2011-12-13 Ian Lance Taylorruntime: RTEMS build fixes.
2011-12-13 Ian Lance Taylorlibgo: Solaris compatibility patches.
2011-12-13 Ian Lance Taylorlibgo: Update to weekly.2011-12-02.
2011-12-12 Ian Lance Taylorlibgo: Update to weekly.2011-11-18.
2011-12-12 Ian Lance Taylornet/http: delete temporary files.
2011-12-09 Ian Lance Taylorsyslog: Fix name of C syslog function.
2011-12-09 Ian Lance Taylorruntime: make print() built-in write to stderr.
2011-12-07 Ian Lance Taylorlibgo: Add back tests of syscall time.
2011-12-07 Ian Lance Taylorlibgo: Remove debug/proc, os.Error.
2011-12-07 Ian Lance Taylorlibgo: Update to weekly 2011-11-09.
2011-12-06 Ian Lance Taylorlibgo: Remove more os.Error cases.
2011-12-03 Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-12-03 Ian Lance Taylorlibgo: Generate dependencies automatically.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-12-02 Ian Lance Taylormerge.sh: Add files, add revision option, handle middle...
2011-12-01 Ian Lance Taylorruntime: Remove temporary runtime_cond_wait function.
2011-12-01 Ian Lance Taylorruntime: Rename sigignore to sig_ignore for Solaris.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-30 Ian Lance Taylorruntime: Copy runtime_panicstring from master library.
2011-11-29 Ian Lance Taylorlibgo: update to weekly.2011-10-25
2011-11-29 Ian Lance Taylorruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-29 Ian Lance Taylorruntime: If O_CLOEXEC is not defined, define it as 0.
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.
2011-11-14 Ian Lance Taylorruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
next