OSDN Git Service

syscall: Fix splice syscall.
[pf3gnuchains/gcc-fork.git] / libgo / Makefile.in
2012-10-23 ian PR go/54918
2012-10-23 ianSet libgo.so version number for GCC 4.7 releases.
2012-10-03 ianlibgo: Update to Go 1.0.3.
2012-09-20 ianlibgo: Add no-dist and -Wno-portability to AM_INIT_AUTO...
2012-08-06 nickcRevert delta 190174
2012-08-06 nickcLatest updates from FSF 4.7 branch
2012-07-26 ianruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-06-14 ianBring over accumulated bug fixes from mainline.
2012-05-24 ianruntime: Copy runtime_printf from other Go library.
2012-05-17 ianruntime: Print stack trace on panic or signal.
2012-05-14 ianlibgo: Use -fgo-pkgpath.
2012-04-25 ian PR go/52583
2012-04-23 ianlibgo: Make sure log/syslog subdirectory exists before...
2012-04-20 iannet, syscall: Use native endianness for GNU/Linux netli...
2012-04-03 iansyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-04-03 iangotest: Fix finding functions on PPC.
2012-03-30 ianlibgo: Update to weekly.2012-03-13.
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
2012-02-29 iansyscall: Fill out GNU/Linux support.
2012-02-14 ian PR go/48410
2012-02-09 ianlibgo: Update to weekly.2012-02-07.
2012-02-08 ianruntime: Add matherr function when appropriate.
2012-02-08 ianmath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-01 ianlibgo: Update to weekly.2012-01-27.
2012-01-30 iansyscall: Support socket control messages.
2012-01-26 ianlibgo: Build stubs for some syscall functions not on...
2012-01-25 ianlibgo: Update to weekly.2012-01-20.
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
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-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-13 iansyscall: Don't build wait status functions on RTEMS.
2011-12-13 ianlibgo: Update to weekly.2011-12-02.
2011-12-12 ianlibgo: Update to weekly.2011-11-18.
2011-12-07 ianlibgo: Update to weekly 2011-11-09.
2011-12-03 ianlibgo: Update to weekly.2011-11-02.
2011-12-03 ianlibgo: Generate dependencies automatically.
2011-12-01 iancompiler/runtime: Copy channel implementation from...
2011-11-29 ianlibgo: update to weekly.2011-10-25
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 ianlibgo/Makefile: Fix dependency.
2011-11-01 iansyscall: Portability code for epoll_event on GNU/Linux.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-23 ianImplement new syscall package.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-26 ianPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
2011-09-22 ianUpdate Go library to release r60.1.
2011-09-16 ianUpdate Go library to r60.
2011-08-05 ro gcc:
2011-07-11 ianlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-06 ianlibgo: Use GOCFLAGS when compiling tests.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-05-24 ianlibgo: Solaris/Irix portability fixes.
2011-05-20 ianUpdate to current version of Go library.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-22 ianlibgo: Support multilib testing.
2011-04-07 ianlibgo: Update to current Go library.
2011-04-06 ianlibgo: Always use AM_LDFLAGS when linking libgo.la.
2011-04-02 ianlibgo: Sort test output in libgo.sum and libgo.log.
2011-04-01 ianlibgo: Support Solaris 8/9.
2011-03-31 ian PR go/47515
2011-03-31 ianlibgo: Set name of test when using DejaGNU tests.
2011-03-31 ianlibgo Makefile: Fix typo in test case name.
2011-03-31 ianlibgo: Generate DejaGNU like .sum and .log files for...
2011-03-30 ianlibgo: Use waitpid on systems which do not have wait4.
2011-03-30 ianlibgo: Support systems which do not have strerror_r.
2011-03-30 ianlibgo: Use the right files on Solaris variants.
2011-03-30 ianlibgo/Makefile.am: Add missing dependencies for net...
2011-03-30 ianUpdate to current Go library.
2011-03-28 ianRename net/fd_rtems.go to net/fd_select.go.
2011-03-27 ianAdd runtime profiling infrastructure, not yet working.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianUpdate to current version of Go library.
2011-03-21 ianlibgo: Add GOTESTFLAGS variable used when testing.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-11 ianDon't use intermediate .la files building libgo.
2011-03-09 ianSolaris specific syslog support.
2011-03-09 ian PR go/48017
2011-03-07 ianUse _nuname on 32-bit Solaris 2/x86.
2011-02-22 ianPermit comparing non-empty interfaces with empty interf...
2011-02-21 ianSupport libgo on Solaris.
2011-02-05 ianlibgo: Pass compiler flags to mksysinfo.sh.
2011-01-31 ianlibgo/Makefile.am: Simplify build to avoid unnecessary...
2011-01-28 ianAdd Solaris version of os.Hostname.
2011-01-27 ianDon't force rebuild if mksysinfo.sh does not change...
2011-01-27 ianAdd missing dependency in libgo/Makefile.am.
2011-01-25 ian PR go/47452
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianlibgo/Makefile.am: Fix typo naming socket_bsd.go.
2011-01-14 ianlibgo: Use $(SHELL) to invoke gotest.
2011-01-14 ianlibgo/Makefile.am: Correct typos in Solaris support.
2011-01-13 ianClean up syscalls, add some Solaris support.
2011-01-12 ianMake using DejaGNU work for libgo testing on a native...
next