Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 182 | -1206/+3533 | |
From-SVN: r183150 | |||||
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 160 | -1640/+3413 | |
From-SVN: r183118 | |||||
2011-12-20 | syscall: Don't define IPMreq in socket_irix.go. | Ian Lance Taylor | 1 | -40/+32 | |
From Rainer Orth. From-SVN: r182549 | |||||
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -3/+0 | |
From-SVN: r182548 | |||||
2011-12-16 | os: Fix fileInfoFromStat for Solaris. | Ian Lance Taylor | 1 | -0/+56 | |
From Rainer Orth. From-SVN: r182402 | |||||
2011-12-15 | syscall: Move Errno into its own file, for RTEMS. | Ian Lance Taylor | 2 | -22/+26 | |
From-SVN: r182356 | |||||
2011-12-14 | libgo: Update to weekly.2011-12-06. | Ian Lance Taylor | 136 | -1307/+1417 | |
From-SVN: r182338 | |||||
2011-12-14 | runtime: Bump memory limit in gc_test. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r182332 | |||||
2011-12-13 | runtime: Change gc_test to test only newly allocated memory. | Ian Lance Taylor | 1 | -4/+12 | |
From-SVN: r182315 | |||||
2011-12-13 | syscall: Don't build wait status functions on RTEMS. | Ian Lance Taylor | 1 | -3/+13 | |
From-SVN: r182313 | |||||
2011-12-13 | libgo: Solaris compatibility patches. | Ian Lance Taylor | 2 | -3/+4 | |
From Rainer Orth. From-SVN: r182296 | |||||
2011-12-13 | libgo: Update to weekly.2011-12-02. | Ian Lance Taylor | 226 | -4471/+6486 | |
From-SVN: r182295 | |||||
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 211 | -3929/+6000 | |
From-SVN: r182266 | |||||
2011-12-12 | net/http: delete temporary files. | Ian Lance Taylor | 1 | -0/+3 | |
From-SVN: r182256 | |||||
2011-12-09 | syslog: Fix name of C syslog function. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r182168 | |||||
2011-12-07 | libgo: Add back tests of syscall time. | Ian Lance Taylor | 2 | -9/+2 | |
From-SVN: r182075 | |||||
2011-12-07 | libgo: Remove debug/proc, os.Error. | Ian Lance Taylor | 7 | -395/+3 | |
From-SVN: r182074 | |||||
2011-12-07 | libgo: Update to weekly 2011-11-09. | Ian Lance Taylor | 373 | -1065/+3417 | |
From-SVN: r182073 | |||||
2011-12-06 | libgo: Remove more os.Error cases. | Ian Lance Taylor | 3 | -16/+15 | |
From Rainer Orth. From-SVN: r182060 | |||||
2011-12-03 | libgo: Update to weekly.2011-11-02. | Ian Lance Taylor | 482 | -4124/+3926 | |
From-SVN: r181964 | |||||
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 162 | -1558/+2180 | |
From-SVN: r181938 | |||||
2011-11-29 | libgo: update to weekly.2011-10-25 | Ian Lance Taylor | 36 | -3321/+4579 | |
Changes were mainly straightforward to merge. From-SVN: r181824 | |||||
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -5/+6 | |
From-SVN: r181772 | |||||
2011-11-02 | syscall: Remove Linux system calls not available in older glibcs. | Ian Lance Taylor | 1 | -6/+9 | |
From-SVN: r180784 | |||||
2011-11-02 | exp/terminal: Use tcgetattr/tcsetattr rather than ioctl. | Ian Lance Taylor | 2 | -8/+13 | |
From-SVN: r180780 | |||||
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | Ian Lance Taylor | 1 | -9/+0 | |
From-SVN: r180729 | |||||
2011-10-31 | syscall: Fix Errstr on systems without strerror_r. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r180714 | |||||
2011-10-31 | syscall: Remove a couple more 3-parameter match's in mksyscall.awk. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r180712 | |||||
2011-10-27 | syscalls: Rewrite awk script to work with nawk. | Ian Lance Taylor | 1 | -15/+45 | |
From-SVN: r180559 | |||||
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 494 | -12110/+42089 | |
From-SVN: r180552 | |||||
2011-10-25 | Solaris/Irix compatibility patches. | Ian Lance Taylor | 9 | -6/+49 | |
From-SVN: r180440 | |||||
2011-10-25 | Fix Solaris build. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r180439 | |||||
2011-10-24 | Error if naked return when result variables are shadowed. | Ian Lance Taylor | 3 | -18/+23 | |
From-SVN: r180401 | |||||
2011-10-24 | Some minor fixes to the rewritten syscall library. | Ian Lance Taylor | 2 | -6/+8 | |
From-SVN: r180363 | |||||
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 44 | -14/+4386 | |
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345 | |||||
2011-10-22 | Update Go library to r60.3 release. | Ian Lance Taylor | 11 | -1561/+277 | |
From-SVN: r180327 | |||||
2011-09-22 | Update Go library to release r60.1. | Ian Lance Taylor | 13 | -23/+743 | |
From-SVN: r179076 | |||||
2011-09-22 | Add html/testdata files accidentally omitted. | Ian Lance Taylor | 23 | -0/+5051 | |
From-SVN: r179075 | |||||
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 680 | -29718/+56764 | |
From-SVN: r178910 | |||||
2011-07-06 | json: fix test when rand returns 0. | Ian Lance Taylor | 1 | -0/+3 | |
Fixes using gccgo when optimizing, which changes the order of calls to rand. Same patch proposed upstream. From-SVN: r175927 | |||||
2011-05-31 | os: Correct Ctime_ns calculation. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r174501 | |||||
2011-05-25 | re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2) | Ian Lance Taylor | 1 | -1/+2 | |
PR go/48502 libgo/os: Fix test to run on Solaris. Patch brought over from upstream library. From-SVN: r174167 | |||||
2011-05-24 | libgo: Solaris/Irix portability fixes. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r174144 | |||||
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 318 | -4606/+18044 | |
From-SVN: r173931 | |||||
2011-04-29 | libgo http/cgi: Pass down environment variables for irix and solaris. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r173181 | |||||
2011-04-25 | libgo/time: Support Irix 6 location of zoneinfo files. | Ian Lance Taylor | 1 | -6/+10 | |
From-SVN: r172936 | |||||
2011-04-25 | libgo: Irix 6 patches. | Ian Lance Taylor | 1 | -0/+0 | |
From Rainer Orth. From-SVN: r172935 | |||||
2011-04-23 | re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow) | Ian Lance Taylor | 1 | -1/+3 | |
PR go/48553 libgo: Bring over patch to lower recursion depth in fmt. From-SVN: r172883 | |||||
2011-04-22 | re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 ↵ | Ian Lance Taylor | 1 | -3/+31 | |
search path) PR go/48503 libgo: Bring over http/cgi environment inheritance patches. From-SVN: r172864 | |||||
2011-04-07 | libgo: Update to current Go library. | Ian Lance Taylor | 102 | -3059/+4428 | |
From-SVN: r172106 |