aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/unicode
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor2-6/+17
From-SVN: r204466
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor3-5/+5
From-SVN: r200974
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-1/+1
From-SVN: r195560
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor5-237/+557
From-SVN: r193688
2012-10-23libgo: Update to current sources.Ian Lance Taylor8-44/+545
From-SVN: r192704
2012-06-25libgo: Update to Go 1.0.2 release.Ian Lance Taylor1-3/+3
From-SVN: r188943
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor5-12/+64
From-SVN: r186023
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor4-9/+11
From-SVN: r184798
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor2-2/+5
From-SVN: r184034
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor2-313/+0
From-SVN: r183540
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor1-4/+4
From-SVN: r183118
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor1-2/+2
From-SVN: r182338
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor6-0/+1240
From-SVN: r182073
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor7-145/+146
From-SVN: r181938
2011-11-29libgo: update to weekly.2011-10-25Ian Lance Taylor1-2929/+2929
Changes were mainly straightforward to merge. From-SVN: r181824
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-3/+3
From-SVN: r180552
2011-09-16Update Go library to r60.Ian Lance Taylor9-3862/+5927
From-SVN: r178910
2011-05-20Update to current version of Go library.Ian Lance Taylor1-1/+2
From-SVN: r173931
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor3-186/+307
From-SVN: r171076
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor7-0/+5263
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. From-SVN: r167407