libgo: Update to weekly.2012-01-27.
[gcc.git] / libgo / runtime /
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-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
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-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 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-13 Ian Lance Taylorruntime: RTEMS build fixes.
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-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: Update to weekly 2011-11-09.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
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 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.
2011-11-01 Ian Lance Taylorruntime: Don't ask mmap for wrapping memory.
2011-11-01 Ian Lance Taylorruntime: Correct test of mmap return value.
2011-10-31 Ian Lance Taylorsyscall: Use sched_yield rather than pthread_yield.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-09-21 Ian Lance TaylorSupport nil maps.
2011-09-21 Ian Lance TaylorFix channels with element type of size zero.
2011-09-20 Ian Lance TaylorFix calling make with slice whose element type is size...
2011-09-16 Ian Lance TaylorBlock forever on send/receive to/from nil channel.
2011-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-09-16 Ian Lance TaylorFix defer when not calling recover in function with...
2011-07-11 Ian Lance Taylorlibgo/runtime: Change std::abort to abort.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-11 Ian Lance TaylorUse backend interface for map descriptors.
2011-05-24 Ian Lance Taylorlibgo: Make os.setenv_c work on systems without setenv.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-05-06 Ian Lance TaylorMore uses of backend interface for types.
2011-04-18 Ian Lance Taylorlibgo: Fix append declaration.
2011-04-13 Ian Lance TaylorUnify handling of runtime support functions.
2011-04-05 Ian Lance Taylorlibgo: Use MAP_FIXED if necessary to grab arena.
2011-04-04 Rainer Orthlibgo: Always initialize semaphores.
2011-03-27 Ian Lance TaylorAdd runtime profiling infrastructure, not yet working.
2011-03-27 Ian Lance TaylorRemove closedchan function.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24 Ian Lance TaylorUpdate to current version of Go library.
2011-03-24 Ian Lance TaylorTuple receives indicate whether channel is closed.
2011-03-23 Ian Lance TaylorSend on a closed channel panics.
2011-03-16 Ian Lance TaylorDon't catch LIBPROF in Go code.
2011-03-16 Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-03-09 Ian Lance Taylorre PR go/48019 (Need to handle EINTR in libgo testsuite)
2011-03-09 Ian Lance Taylorre PR go/47910 (typo in __go_map_next_prime)
2011-03-07 Ian Lance TaylorPermit garbage collection on any compiler generated...
2011-03-07 Ian Lance TaylorAvoid race condition manipulating heap when goroutine...
2011-02-22 Ian Lance TaylorPermit comparing non-empty interfaces with empty interf...
2011-02-04 Ian Lance TaylorImplement __sync_fetch_and_add_4 if necessary.
2011-02-03 Ian Lance TaylorCheck whether we are using setjmp/longjmp exceptions.
2011-02-01 Ian Lance TaylorTest whether libgcc or kernel defines __sync_bool_compa...
2011-02-01 Ian Lance TaylorAdd __sync_bool_compare_and_swap_4 for targets which...
2011-01-29 Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-01-22 Ian Lance TaylorAvoid crash when M structure free just before thread...
2011-01-22 Ian Lance Taylorlibgo: Adjust deadlock avoidance.
2011-01-22 Ian Lance TaylorAvoid deadlock creating new thread.
2011-01-21 Ian Lance TaylorAvoid deadlock when finalizer lock is held during gc.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-11 Ian Lance TaylorAdd file missed in previous commit.
2011-01-05 Ian Lance Taylorre PR go/46959 (M68K Not Supported by Go)
2011-01-05 Ian Lance Taylorre PR go/46958 (ARM Go Does Not Compile (__builtin_retu...
2010-12-17 Ian Lance TaylorRework locking code to split stack much less.
2010-12-17 Ian Lance TaylorAvoid always splitting the stack when calling append...
2010-12-14 Ian Lance TaylorBetter error message if malloc gets a SIGSEGV.
2010-12-14 Ian Lance TaylorRelease cache while holding thread lock.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.