aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor487-4191/+4020
2011-12-03libgo: Generate dependencies automatically.Ian Lance Taylor6-598/+1308
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor168-1605/+2239
2011-12-02merge.sh: Add files, add revision option, handle middle dot.Ian Lance Taylor1-9/+35
2011-12-01runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor2-27/+0
2011-12-01runtime: Rename sigignore to sig_ignore for Solaris.Ian Lance Taylor1-2/+2
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor20-2384/+1280
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor31-92/+83
2011-11-29libgo: update to weekly.2011-10-25Ian Lance Taylor39-3367/+4628
2011-11-29runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor5-11/+114
2011-11-29runtime: If O_CLOEXEC is not defined, define it as 0.Ian Lance Taylor1-0/+4
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor38-1235/+2065
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor21-293/+705
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor9-74/+257
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor14-133/+102
2011-11-02syscall: Remove Linux system calls not available in older glibcs.Ian Lance Taylor1-6/+9
2011-11-02exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.Ian Lance Taylor2-8/+13
2011-11-02libgo/Makefile: Fix dependency.Ian Lance Taylor2-2/+2
2011-11-01runtime: Don't ask mmap for wrapping memory.Ian Lance Taylor1-0/+2
2011-11-01runtime: Correct test of mmap return value.Ian Lance Taylor1-1/+6
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor6-13/+301
2011-10-31syscall: Use sched_yield rather than pthread_yield.Ian Lance Taylor1-2/+2
2011-10-31syscall: Fix Errstr on systems without strerror_r.Ian Lance Taylor1-2/+2
2011-10-31syscall: Remove a couple more 3-parameter match's in mksyscall.awk.Ian Lance Taylor1-2/+2
2011-10-27syscalls: Rewrite awk script to work with nawk.Ian Lance Taylor1-15/+45
2011-10-26Update Go library to last weekly.Ian Lance Taylor535-12846/+43662
2011-10-25Solaris/Irix compatibility patches.Ian Lance Taylor9-6/+49
2011-10-25Fix Solaris build.Ian Lance Taylor2-2/+2
2011-10-25Implement predeclared delete function.Ian Lance Taylor2-1/+7
2011-10-25Don't permit close of receive-only channel.Ian Lance Taylor1-0/+3
2011-10-24Error if naked return when result variables are shadowed.Ian Lance Taylor3-18/+23
2011-10-24Some minor fixes to the rewritten syscall library.Ian Lance Taylor2-6/+8
2011-10-23Implement new syscall package.Ian Lance Taylor74-2053/+3554
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor14-1608/+288
2011-09-28mksysinfo: #include <ttold.h> on Irix.Ian Lance Taylor1-1/+4
2011-09-27mksysinfo: Fix for systems that don't define TIOCSCTTY.Ian Lance Taylor1-0/+8
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor3-1/+5
2011-09-26Fix sysinfo.go on systems which don't need to import "unsafe".Ian Lance Taylor1-0/+1
2011-09-23Include <termios.h> in mksysinfo.sh.Ian Lance Taylor1-0/+1
2011-09-22Update Go library to release r60.1.Ian Lance Taylor17-27/+749
2011-09-22Add html/testdata files accidentally omitted.Ian Lance Taylor23-0/+5051
2011-09-21Increase default libgo test timeout.Ian Lance Taylor1-1/+1
2011-09-21Support nil maps.Ian Lance Taylor3-5/+18
2011-09-21Fix channels with element type of size zero.Ian Lance Taylor1-1/+1
2011-09-20Fix calling make with slice whose element type is size zero.Ian Lance Taylor1-1/+2
2011-09-20Implement goto restrictions.Ian Lance Taylor1-9/+12
2011-09-16Block forever on send/receive to/from nil channel.Ian Lance Taylor11-16/+47
2011-09-16Update Go library to r60.Ian Lance Taylor713-30293/+58730
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor4-6/+27
2011-08-05Makefile.in (UNWIND_H): Remove.Rainer Orth2-2/+2