summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to weekly.2011-11-02.Ian Lance Taylor2011-12-03487-4191/+4020
* libgo: Generate dependencies automatically.Ian Lance Taylor2011-12-036-598/+1308
* libgo: Update to weekly.2011-11-01.Ian Lance Taylor2011-12-02168-1605/+2239
* merge.sh: Add files, add revision option, handle middle dot.Ian Lance Taylor2011-12-021-9/+35
* runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor2011-12-012-27/+0
* runtime: Rename sigignore to sig_ignore for Solaris.Ian Lance Taylor2011-12-011-2/+2
* compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor2011-12-0120-2384/+1280
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-3031-92/+83
* libgo: update to weekly.2011-10-25Ian Lance Taylor2011-11-2939-3367/+4628
* runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor2011-11-295-11/+114
* runtime: If O_CLOEXEC is not defined, define it as 0.Ian Lance Taylor2011-11-291-0/+4
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-2838-1235/+2065
* runtime: New lock/note implementation.Ian Lance Taylor2011-11-2221-293/+705
* runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor2011-11-149-74/+257
* Introduce G structure and thread-local global g.Ian Lance Taylor2011-11-1114-133/+102
* syscall: Remove Linux system calls not available in older glibcs.Ian Lance Taylor2011-11-021-6/+9
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.Ian Lance Taylor2011-11-022-8/+13
* libgo/Makefile: Fix dependency.Ian Lance Taylor2011-11-022-2/+2
* runtime: Don't ask mmap for wrapping memory.Ian Lance Taylor2011-11-011-0/+2
* runtime: Correct test of mmap return value.Ian Lance Taylor2011-11-011-1/+6
* syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor2011-11-016-13/+301
* syscall: Use sched_yield rather than pthread_yield.Ian Lance Taylor2011-10-311-2/+2
* syscall: Fix Errstr on systems without strerror_r.Ian Lance Taylor2011-10-311-2/+2
* syscall: Remove a couple more 3-parameter match's in mksyscall.awk.Ian Lance Taylor2011-10-311-2/+2
* syscalls: Rewrite awk script to work with nawk.Ian Lance Taylor2011-10-271-15/+45
* Update Go library to last weekly.Ian Lance Taylor2011-10-26535-12846/+43662
* Solaris/Irix compatibility patches.Ian Lance Taylor2011-10-259-6/+49
* Fix Solaris build.Ian Lance Taylor2011-10-252-2/+2
* Implement predeclared delete function.Ian Lance Taylor2011-10-252-1/+7
* Don't permit close of receive-only channel.Ian Lance Taylor2011-10-251-0/+3
* Error if naked return when result variables are shadowed.Ian Lance Taylor2011-10-243-18/+23
* Some minor fixes to the rewritten syscall library.Ian Lance Taylor2011-10-242-6/+8
* Implement new syscall package.Ian Lance Taylor2011-10-2374-2053/+3554
* Update Go library to r60.3 release.Ian Lance Taylor2011-10-2214-1608/+288
* mksysinfo: #include <ttold.h> on Irix.Ian Lance Taylor2011-09-281-1/+4
* mksysinfo: Fix for systems that don't define TIOCSCTTY.Ian Lance Taylor2011-09-271-0/+8
* Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor2011-09-263-1/+5
* Fix sysinfo.go on systems which don't need to import "unsafe".Ian Lance Taylor2011-09-261-0/+1
* Include <termios.h> in mksysinfo.sh.Ian Lance Taylor2011-09-231-0/+1
* Update Go library to release r60.1.Ian Lance Taylor2011-09-2217-27/+749
* Add html/testdata files accidentally omitted.Ian Lance Taylor2011-09-2223-0/+5051
* Increase default libgo test timeout.Ian Lance Taylor2011-09-211-1/+1
* Support nil maps.Ian Lance Taylor2011-09-213-5/+18
* Fix channels with element type of size zero.Ian Lance Taylor2011-09-211-1/+1
* Fix calling make with slice whose element type is size zero.Ian Lance Taylor2011-09-201-1/+2
* Implement goto restrictions.Ian Lance Taylor2011-09-201-9/+12
* Block forever on send/receive to/from nil channel.Ian Lance Taylor2011-09-1611-16/+47
* Update Go library to r60.Ian Lance Taylor2011-09-16713-30293/+58730
* Fix defer when not calling recover in function with named results.Ian Lance Taylor2011-09-164-6/+27
* Makefile.in (UNWIND_H): Remove.Rainer Orth2011-08-052-2/+2