| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: Give an error if a variable is defined but not used. | ian | 2012-01-23 | 3 | -13/+10 |
* | runtime: Make builtin print exactly match gc builtin print. | ian | 2012-01-21 | 1 | -10/+87 |
* | libgo: Solaris and Irix compatibility patches. | ian | 2012-01-17 | 5 | -4/+10 |
* | mksysinfo: Fix Alpha GNU/Linux compatibility patch. | ian | 2012-01-17 | 1 | -1/+1 |
* | libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. | ian | 2012-01-13 | 4 | -10/+43 |
* | mksysinfo: Pick up TIOCGWINSZ even if expression is too complex. | ian | 2012-01-13 | 1 | -0/+16 |
* | mksysinfo: Make sure EPOLL_CLOEXEC is defined. | ian | 2012-01-13 | 1 | -1/+4 |
* | libgo: Update to weekly.2011-12-22. | ian | 2012-01-13 | 194 | -1286/+3633 |
* | libgo: Update to weekly.2011-12-14. | ian | 2012-01-12 | 165 | -1655/+3421 |
* | compiler, runtime: Implement struct and array comparisons. | ian | 2012-01-06 | 11 | -59/+305 |
* | libgo: Use -std=gnu99 on Solaris 10. | ian | 2011-12-22 | 2 | -4/+4 |
* | runtime: Fix missing USING_SPLIT_STACK ifdef. | ian | 2011-12-22 | 1 | -1/+5 |
* | runtime: Catch signals on altstack, disable splitstack signal blocking. | ian | 2011-12-21 | 6 | -133/+340 |
* | libgo/runtime: Don't define _GNU_SOURCE in source code. | ian | 2011-12-20 | 2 | -3/+0 |
* | syscall: Don't define IPMreq in socket_irix.go. | ian | 2011-12-20 | 1 | -40/+32 |
* | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | ian | 2011-12-20 | 6 | -16/+11 |
* | os: Fix fileInfoFromStat for Solaris. | ian | 2011-12-16 | 3 | -2/+66 |
* | syscall: Move Errno into its own file, for RTEMS. | ian | 2011-12-15 | 4 | -22/+28 |
* | libgo: Update to weekly.2011-12-06. | ian | 2011-12-14 | 137 | -1308/+1418 |
* | runtime: Bump memory limit in gc_test. | ian | 2011-12-14 | 1 | -1/+1 |
* | runtime: Change gc_test to test only newly allocated memory. | ian | 2011-12-13 | 1 | -4/+12 |
* | mksysinfo.sh: Ensure that IPV6 constants and types are defined. | ian | 2011-12-13 | 1 | -7/+17 |
* | syscall: Don't build wait status functions on RTEMS. | ian | 2011-12-13 | 3 | -7/+33 |
* | runtime: RTEMS build fixes. | ian | 2011-12-13 | 2 | -0/+7 |
* | libgo: Solaris compatibility patches. | ian | 2011-12-13 | 2 | -3/+4 |
* | libgo: Update to weekly.2011-12-02. | ian | 2011-12-13 | 232 | -4636/+6587 |
* | libgo: Update to weekly.2011-11-18. | ian | 2011-12-12 | 223 | -3972/+6346 |
* | net/http: delete temporary files. | ian | 2011-12-12 | 1 | -0/+3 |
* | syslog: Fix name of C syslog function. | ian | 2011-12-09 | 1 | -1/+1 |
* | runtime: make print() built-in write to stderr. | ian | 2011-12-09 | 1 | -12/+12 |
* | libgo: Add back tests of syscall time. | ian | 2011-12-07 | 3 | -9/+33 |
* | libgo: Remove debug/proc, os.Error. | ian | 2011-12-07 | 7 | -395/+3 |
* | libgo: Update to weekly 2011-11-09. | ian | 2011-12-07 | 378 | -2331/+4913 |
* | libgo: Remove more os.Error cases. | ian | 2011-12-06 | 3 | -16/+15 |
* | libgo: Update to weekly.2011-11-02. | ian | 2011-12-03 | 487 | -4191/+4020 |
* | libgo: Generate dependencies automatically. | ian | 2011-12-03 | 6 | -598/+1308 |
* | libgo: Update to weekly.2011-11-01. | ian | 2011-12-02 | 168 | -1605/+2239 |
* | merge.sh: Add files, add revision option, handle middle dot. | ian | 2011-12-02 | 1 | -9/+35 |
* | runtime: Remove temporary runtime_cond_wait function. | ian | 2011-12-01 | 2 | -27/+0 |
* | runtime: Rename sigignore to sig_ignore for Solaris. | ian | 2011-12-01 | 1 | -2/+2 |
* | compiler/runtime: Copy channel implementation from master library. | ian | 2011-12-01 | 20 | -2384/+1280 |
* | runtime: Copy runtime_panicstring from master library. | ian | 2011-11-30 | 31 | -92/+83 |
* | libgo: update to weekly.2011-10-25 | ian | 2011-11-29 | 39 | -3367/+4628 |
* | runtime: If no sem_timedwait, use pthread_cond_timedwait. | ian | 2011-11-29 | 5 | -11/+114 |
* | runtime: If O_CLOEXEC is not defined, define it as 0. | ian | 2011-11-29 | 1 | -0/+4 |
* | runtime: Multiplex goroutines onto OS threads. | ian | 2011-11-28 | 38 | -1235/+2065 |
* | runtime: New lock/note implementation. | ian | 2011-11-22 | 21 | -293/+705 |
* | runtime: Use some of 6g runtime.c for easier merging. | ian | 2011-11-14 | 9 | -74/+257 |
* | Introduce G structure and thread-local global g. | ian | 2011-11-11 | 14 | -133/+102 |
* | syscall: Remove Linux system calls not available in older glibcs. | ian | 2011-11-02 | 1 | -6/+9 |