OSDN Git Service

Update copyright year.
[pf3gnuchains/gcc-fork.git] / libgo /
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.
2011-10-31 iansyscall: Fix Errstr on systems without strerror_r.
2011-10-31 iansyscall: Remove a couple more 3-parameter match's in...
2011-10-27 iansyscalls: Rewrite awk script to work with nawk.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-25 ianSolaris/Irix compatibility patches.
2011-10-25 ianFix Solaris build.
2011-10-25 ianImplement predeclared delete function.
2011-10-25 ianDon't permit close of receive-only channel.
2011-10-24 ianError if naked return when result variables are shadowed.
2011-10-24 ianSome minor fixes to the rewritten syscall library.
2011-10-23 ianImplement new syscall package.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-28 ianmksysinfo: #include <ttold.h> on Irix.
2011-09-27 ianmksysinfo: Fix for systems that don't define TIOCSCTTY.
2011-09-26 ianPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
2011-09-26 ianFix sysinfo.go on systems which don't need to import...
2011-09-23 ianInclude <termios.h> in mksysinfo.sh.
2011-09-22 ianUpdate Go library to release r60.1.
2011-09-22 ianAdd html/testdata files accidentally omitted.
2011-09-21 ianIncrease default libgo test timeout.
2011-09-21 ianSupport nil maps.
2011-09-21 ianFix channels with element type of size zero.
2011-09-20 ianFix calling make with slice whose element type is size...
2011-09-20 ianImplement goto restrictions.
2011-09-16 ianBlock forever on send/receive to/from nil channel.
2011-09-16 ianUpdate Go library to r60.
2011-09-16 ianFix defer when not calling recover in function with...
2011-08-05 ro gcc:
2011-07-13 ianlibgo/testsuite/gotest: Run tests in source file order.
2011-07-11 ianlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-11 ianlibgo/runtime: Change std::abort to abort.
2011-07-07 ro gcc:
2011-07-06 ianlibgo: Use GOCFLAGS when compiling tests.
2011-07-06 ianjson: fix test when rand returns 0.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-11 ianUse backend interface for map descriptors.
2011-05-31 ianlibgo: Define PtraceRegs for Alpha GNU/Linux.
2011-05-31 ianos: Correct Ctime_ns calculation.
2011-05-31 ianlibgo/mksysinfo: Remove structs within stat found on...
2011-05-25 ian PR go/48502
2011-05-24 ianlibgo: Make os.setenv_c work on systems without setenv.
2011-05-24 ianlibgo: Irix portability fixes (no declaration for getad...
2011-05-24 ianlibgo: Solaris/Irix portability fixes.
2011-05-20 ianUpdate to current version of Go library.
2011-05-06 ianMore uses of backend interface for types.
2011-04-29 ianlibgo http/cgi: Pass down environment variables for...
2011-04-25 ianlibgo/time: Support Irix 6 location of zoneinfo files.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-23 ian PR go/48553
2011-04-22 ianlibgo: Support multilib testing.
next