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