- 26 Oct, 2012 1 commit
-
-
Uncovered by Uros Bizjak. Before this patch the test would close the file descriptor but not the os.File. When the os.File was GC'ed, the finalizer would close the file descriptor again. That would cause problems if the same file descriptor were returned by a later call to open in another test. On my system: > GOGC=30 go test --- FAIL: TestPassFD (0.04 seconds) passfd_test.go:62: FileConn: dup: bad file descriptor FAIL From-SVN: r192854
Ian Lance Taylor committed
-
- 25 Oct, 2012 1 commit
-
-
From Rainer Orth. From-SVN: r192819
Ian Lance Taylor committed
-
- 23 Oct, 2012 2 commits
-
-
From-SVN: r192735
Ian Lance Taylor committed -
From-SVN: r192704
Ian Lance Taylor committed
-
- 03 Oct, 2012 1 commit
-
-
From-SVN: r192025
Ian Lance Taylor committed
-
- 28 Sep, 2012 1 commit
-
-
From-SVN: r191831
Ian Lance Taylor committed
-
- 06 Sep, 2012 1 commit
-
-
Support DW_AT_high_pc as a constant. Support DW_AT_ranges. PR gcc/52583 From-SVN: r191008
Ian Lance Taylor committed
-
- 23 Aug, 2012 1 commit
-
-
Fixes issue 17. From-SVN: r190608
Ian Lance Taylor committed
-
- 26 Jul, 2012 1 commit
-
-
From-SVN: r189878
Ian Lance Taylor committed
-
- 25 Jun, 2012 1 commit
-
-
From-SVN: r188943
Ian Lance Taylor committed
-
- 14 Jun, 2012 1 commit
-
-
From-SVN: r188548
Ian Lance Taylor committed
-
- 13 Jun, 2012 2 commits
-
-
From-SVN: r188496
Ian Lance Taylor committed -
From-SVN: r188494
Ian Lance Taylor committed
-
- 12 Jun, 2012 1 commit
-
-
From-SVN: r188482
Ian Lance Taylor committed
-
- 04 Jun, 2012 1 commit
-
-
From-SVN: r188164
Ian Lance Taylor committed
-
- 16 May, 2012 2 commits
-
-
From Rainer Orth. From-SVN: r187596
Ian Lance Taylor committed -
From-SVN: r187578
Ian Lance Taylor committed
-
- 14 May, 2012 1 commit
-
-
From-SVN: r187485
Ian Lance Taylor committed
-
- 04 May, 2012 1 commit
-
-
From-SVN: r187163
Ian Lance Taylor committed
-
- 30 Apr, 2012 1 commit
-
-
re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to undefined name 'SYS_GETDENTS64')) PR go/52586 mksysinfo, syscall: Make sure SYS_GETDENTS64 is defined. Fixes build on MIPS GNU/Linux. From-SVN: r186986
Ian Lance Taylor committed
-
- 27 Apr, 2012 1 commit
-
-
PR go/52358 math: Work around bug in Solaris 9 implementation of ldexp. The bug is that ldexp(-1, -1075) should return -0, but the Solaris 9 implementation returns +0. From-SVN: r186913
Ian Lance Taylor committed
-
- 26 Apr, 2012 1 commit
-
-
From-SVN: r186857
Ian Lance Taylor committed
-
- 25 Apr, 2012 2 commits
-
-
PR go/52341 crypto/rand: Use io.ReadFull when reading from /dev/urandom. From-SVN: r186803
Ian Lance Taylor committed -
PR go/52583 net: Solaris fixes. In particular fix fd_select.go to handle the case where a file descriptor is closed by one goroutine while another goroutine is waiting for it. From-SVN: r186801
Ian Lance Taylor committed
-
- 23 Apr, 2012 1 commit
-
-
* go-lang.c (go_langhook_init): Set MPFR precision to 256. time: Adjust float expression so that it first integer context. From-SVN: r186727
Ian Lance Taylor committed
-
- 22 Apr, 2012 2 commits
-
-
From-SVN: r186685
Ian Lance Taylor committed -
* godump.c (go_output_typedef): Dump size of structs. mksysinfo, syscall: Change Sizeof names from var to const. From-SVN: r186678
Ian Lance Taylor committed
-
- 21 Apr, 2012 1 commit
-
-
From-SVN: r186655
Ian Lance Taylor committed
-
- 20 Apr, 2012 4 commits
-
-
From-SVN: r186640
Ian Lance Taylor committed -
Avoids bug in strace 4.5.20 on powerpc-unknown-linux-gnu. From-SVN: r186635
Ian Lance Taylor committed -
This fixes the lookup when, e.g., discriminators force adding new line arrays. From-SVN: r186633
Ian Lance Taylor committed -
From-SVN: r186631
Ian Lance Taylor committed
-
- 03 Apr, 2012 1 commit
-
-
From-SVN: r186123
Ian Lance Taylor committed
-
- 30 Mar, 2012 5 commits
-
-
From-SVN: r186029
Ian Lance Taylor committed -
From-SVN: r186028
Ian Lance Taylor committed -
From-SVN: r186026
Ian Lance Taylor committed -
From-SVN: r186023
Ian Lance Taylor committed -
From-SVN: r186020
Ian Lance Taylor committed
-
- 29 Mar, 2012 1 commit
-
-
From-SVN: r185946
Ian Lance Taylor committed
-
- 23 Mar, 2012 1 commit
-
-
From-SVN: r185746
Ian Lance Taylor committed
-