aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor3-13/+10
From-SVN: r183458
2012-01-21runtime: Make builtin print exactly match gc builtin print.Ian Lance Taylor1-10/+87
From-SVN: r183378
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor5-4/+10
From Rainer Orth. From-SVN: r183246
2012-01-17mksysinfo: Fix Alpha GNU/Linux compatibility patch.Ian Lance Taylor1-1/+1
From Uros Bizjak. From-SVN: r183245
2012-01-13libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.Ian Lance Taylor4-10/+43
From-SVN: r183171
2012-01-13mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.Ian Lance Taylor1-0/+16
From-SVN: r183169
2012-01-13mksysinfo: Make sure EPOLL_CLOEXEC is defined.Ian Lance Taylor1-1/+4
From-SVN: r183168
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor194-1286/+3633
From-SVN: r183150
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor165-1655/+3421
From-SVN: r183118
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor11-59/+305
From-SVN: r182971
2011-12-22libgo: Use -std=gnu99 on Solaris 10.Ian Lance Taylor2-4/+4
From Rainer Orth. From-SVN: r182637
2011-12-22runtime: Fix missing USING_SPLIT_STACK ifdef.Ian Lance Taylor1-1/+5
From Uros Bizjak. From-SVN: r182633
2011-12-21runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor6-133/+340
From-SVN: r182607
2011-12-20libgo/runtime: Don't define _GNU_SOURCE in source code.Ian Lance Taylor2-3/+0
From-SVN: r182550
2011-12-20syscall: Don't define IPMreq in socket_irix.go.Ian Lance Taylor1-40/+32
From Rainer Orth. From-SVN: r182549
2011-12-20libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor6-16/+11
From-SVN: r182548
2011-12-16os: Fix fileInfoFromStat for Solaris.Ian Lance Taylor3-2/+66
From Rainer Orth. From-SVN: r182402
2011-12-15syscall: Move Errno into its own file, for RTEMS.Ian Lance Taylor4-22/+28
From-SVN: r182356
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor137-1308/+1418
From-SVN: r182338
2011-12-14runtime: Bump memory limit in gc_test.Ian Lance Taylor1-1/+1
From-SVN: r182332
2011-12-13runtime: Change gc_test to test only newly allocated memory.Ian Lance Taylor1-4/+12
From-SVN: r182315
2011-12-13mksysinfo.sh: Ensure that IPV6 constants and types are defined.Ian Lance Taylor1-7/+17
From-SVN: r182314
2011-12-13syscall: Don't build wait status functions on RTEMS.Ian Lance Taylor3-7/+33
From-SVN: r182313
2011-12-13runtime: RTEMS build fixes.Ian Lance Taylor2-0/+7
From Joel Sherrill. From-SVN: r182309
2011-12-13libgo: Solaris compatibility patches.Ian Lance Taylor2-3/+4
From Rainer Orth. From-SVN: r182296
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor232-4636/+6587
From-SVN: r182295
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor223-3972/+6346
From-SVN: r182266
2011-12-12net/http: delete temporary files.Ian Lance Taylor1-0/+3
From-SVN: r182256
2011-12-09syslog: Fix name of C syslog function.Ian Lance Taylor1-1/+1
From Rainer Orth. From-SVN: r182168
2011-12-09runtime: make print() built-in write to stderr.Ian Lance Taylor1-12/+12
Fixes issue 2294. From-SVN: r182167
2011-12-07libgo: Add back tests of syscall time.Ian Lance Taylor3-9/+33
From-SVN: r182075
2011-12-07libgo: Remove debug/proc, os.Error.Ian Lance Taylor7-395/+3
From-SVN: r182074
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor378-2331/+4913
From-SVN: r182073
2011-12-06libgo: Remove more os.Error cases.Ian Lance Taylor3-16/+15
From Rainer Orth. From-SVN: r182060
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor487-4191/+4020
From-SVN: r181964
2011-12-03libgo: Generate dependencies automatically.Ian Lance Taylor6-598/+1308
From-SVN: r181955
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor168-1605/+2239
From-SVN: r181938
2011-12-02merge.sh: Add files, add revision option, handle middle dot.Ian Lance Taylor1-9/+35
From-SVN: r181937
2011-12-01runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor2-27/+0
From-SVN: r181897
2011-12-01runtime: Rename sigignore to sig_ignore for Solaris.Ian Lance Taylor1-2/+2
From-SVN: r181885
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor20-2384/+1280
From-SVN: r181874
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor31-92/+83
From-SVN: r181830
2011-11-29libgo: update to weekly.2011-10-25Ian Lance Taylor39-3367/+4628
Changes were mainly straightforward to merge. From-SVN: r181824
2011-11-29runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor5-11/+114
From-SVN: r181821
2011-11-29runtime: If O_CLOEXEC is not defined, define it as 0.Ian Lance Taylor1-0/+4
From-SVN: r181814
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor38-1235/+2065
From-SVN: r181772
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor21-293/+705
From-SVN: r181633
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor9-74/+257
From-SVN: r181368
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor14-133/+102
From-SVN: r181301
2011-11-02syscall: Remove Linux system calls not available in older glibcs.Ian Lance Taylor1-6/+9
From-SVN: r180784