OSDN Git Service

* gcc-interface/decl.c (gnat_to_gnu_entity) [E_String_Type,
[pf3gnuchains/gcc-fork.git] / libgo /
2012-02-25 ianruntime: Fix typo in go-nosys.c.
2012-02-18 ianlibgo: Add mount flags, fallocate, statfs.
2012-02-17 ian PR go/52266
2012-02-16 ian PR go/51874
2012-02-15 ianruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 ian PR go/48407
2012-02-14 ian PR go/48410
2012-02-14 iansyscall: Change Dup2 to only return an error.
2012-02-14 ian PR go/48501
2012-02-14 ian PR go/50654
2012-02-14 iannet: Don't run UDP multicast tests on Alpha GNU/Linux.
2012-02-12 ian PR go/52084
2012-02-12 iansync/atomic: Disable tests which can't run based on...
2012-02-11 ianruntime: Handle FFI promoting result types.
2012-02-11 ianruntime: Tweak __go_can_recover for SPARC.
2012-02-11 ianruntime: Fix chan code for big-endian strict-alignment...
2012-02-10 ianruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-10 ianruntime: Save all registers on stack for GC scan.
2012-02-10 ianlibgo/configure: Fixes for Solaris 8 and cross-compilation.
2012-02-10 ianruntime: Use __builtin_{inf,nan} rather than INFINITY...
2012-02-09 ianos: Fix Solaris stat functions.
2012-02-09 ianlibgo: Update to weekly.2012-02-07.
2012-02-08 ianruntime: Add matherr function when appropriate.
2012-02-08 ianos: Fix typo in //extern comment.
2012-02-08 ianmath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 iancompiler, runtime: Check make int64 args for overflow.
2012-02-08 ianruntime: System-specific hack fix for x86_64 Solaris 10.
2012-02-07 iancompiler, libgo: Use //extern comments rather than...
2012-02-04 iancompiler, reflect: Fix hash codes of named types, fix...
2012-02-03 ianmksysinfo: Fix type of last field of Cmsghdr.
2012-02-02 ianruntime: Correct ENOSYS functions.
2012-02-02 iansyscall: Add syscall.Times.
2012-02-01 ianos/exec: Make sure file descriptor is not closed early.
2012-02-01 ianlibgo: Update to weekly.2012-01-27.
2012-01-31 iansyscall: Add Gettid on GNU/Linux systems.
2012-01-31 iansyscall: Don't use PtraceRegs if it is not defined.
2012-01-30 iansyscall: Support socket control messages.
2012-01-27 iansyscall: Define IPV6 constants for Irix.
2012-01-27 ianlibgo: Fix merge errors shown on Solaris.
2012-01-26 ianlibgo: Build stubs for some syscall functions not on...
2012-01-26 ianlibgo/mksysinfo: Always define IPV6_TCLASS.
2012-01-26 ianlibgo/mksysinfo: Correct typo.
2012-01-25 ianlibgo: Update to weekly.2012-01-20.
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
2012-01-23 iancompiler: Give an error if a variable is defined but...
2012-01-21 ianruntime: Make builtin print exactly match gc builtin...
2012-01-17 ianlibgo: Solaris and Irix compatibility patches.
2012-01-17 ianmksysinfo: Fix Alpha GNU/Linux compatibility patch.
2012-01-13 ianlibgo: Only build iopl and ioperm on 386, amd64, alpha...
2012-01-13 ianmksysinfo: Pick up TIOCGWINSZ even if expression is...
2012-01-13 ianmksysinfo: Make sure EPOLL_CLOEXEC is defined.
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-12 ianlibgo: Update to weekly.2011-12-14.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-22 ianlibgo: Use -std=gnu99 on Solaris 10.
2011-12-22 ianruntime: Fix missing USING_SPLIT_STACK ifdef.
2011-12-21 ianruntime: Catch signals on altstack, disable splitstack...
2011-12-20 ianlibgo/runtime: Don't define _GNU_SOURCE in source code.
2011-12-20 iansyscall: Don't define IPMreq in socket_irix.go.
2011-12-20 ianlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-16 ianos: Fix fileInfoFromStat for Solaris.
2011-12-15 iansyscall: Move Errno into its own file, for RTEMS.
2011-12-14 ianlibgo: Update to weekly.2011-12-06.
2011-12-14 ianruntime: Bump memory limit in gc_test.
2011-12-13 ianruntime: Change gc_test to test only newly allocated...
2011-12-13 ianmksysinfo.sh: Ensure that IPV6 constants and types...
2011-12-13 iansyscall: Don't build wait status functions on RTEMS.
2011-12-13 ianruntime: RTEMS build fixes.
2011-12-13 ianlibgo: Solaris compatibility patches.
2011-12-13 ianlibgo: Update to weekly.2011-12-02.
2011-12-12 ianlibgo: Update to weekly.2011-11-18.
2011-12-12 iannet/http: delete temporary files.
2011-12-09 iansyslog: Fix name of C syslog function.
2011-12-09 ianruntime: make print() built-in write to stderr.
2011-12-07 ianlibgo: Add back tests of syscall time.
2011-12-07 ianlibgo: Remove debug/proc, os.Error.
2011-12-07 ianlibgo: Update to weekly 2011-11-09.
2011-12-06 ianlibgo: Remove more os.Error cases.
2011-12-03 ianlibgo: Update to weekly.2011-11-02.
2011-12-03 ianlibgo: Generate dependencies automatically.
2011-12-02 ianlibgo: Update to weekly.2011-11-01.
2011-12-02 ianmerge.sh: Add files, add revision option, handle middle...
2011-12-01 ianruntime: Remove temporary runtime_cond_wait function.
2011-12-01 ianruntime: Rename sigignore to sig_ignore for Solaris.
2011-12-01 iancompiler/runtime: Copy channel implementation from...
2011-11-30 ianruntime: Copy runtime_panicstring from master library.
2011-11-29 ianlibgo: update to weekly.2011-10-25
2011-11-29 ianruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-29 ianruntime: If O_CLOEXEC is not defined, define it as 0.
2011-11-28 ianruntime: Multiplex goroutines onto OS threads.
2011-11-22 ianruntime: New lock/note implementation.
2011-11-14 ianruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 ianIntroduce G structure and thread-local global g.
2011-11-02 iansyscall: Remove Linux system calls not available in...
2011-11-02 ianexp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
2011-11-02 ianlibgo/Makefile: Fix dependency.
2011-11-01 ianruntime: Don't ask mmap for wrapping memory.
2011-11-01 ianruntime: Correct test of mmap return value.
2011-11-01 iansyscall: Portability code for epoll_event on GNU/Linux.
2011-10-31 iansyscall: Use sched_yield rather than pthread_yield.
next