summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Fixes to URL functionality:Steve Newman2-32/+285
2009-06-01auto-generated, renamed, and deleted filesRuss Cox28-2046/+2539
2009-06-01new syscall package: manually maintained files and scripts.Russ Cox15-72/+2351
2009-06-01update Go tree to use new syscall package.Russ Cox22-555/+282
2009-06-01make godefs work better for generating Go.Russ Cox3-28/+116
2009-06-01format packageRobert Griesemer6-0/+1675
2009-06-01- enable scanner to handle illegal chars w/o returning an errorRobert Griesemer3-15/+55
2009-06-01io.ReadFileRobert Griesemer3-1/+66
2009-05-31prevent multiple similar errorsKen Thompson2-19/+35
2009-05-30bug157Russ Cox3-166/+190
2009-05-30bug 158Ken Thompson1-3/+11
2009-05-29make gobuild failures more readable.Russ Cox3-36/+76
2009-05-29bug 156Ken Thompson1-7/+2
2009-05-29bug 155Ken Thompson1-1/+3
2009-05-29bug 149Ken Thompson1-1/+4
2009-05-29Fix godoc deadlock.Russ Cox1-2/+9
2009-05-29integer conversions and test.Russ Cox1-27/+44
2009-05-2964-bit integer arithmetic.Russ Cox4-30/+367
2009-05-28print uint64 as uint64.Russ Cox3-1/+6
2009-05-28detect recursive initializationKen Thompson5-25/+57
2009-05-28better 64-bit handling in 8g.Russ Cox7-305/+695
2009-05-28Rebooted 5g effort from 6g. Tons of minor fixes and tweaks toKai Backman11-3021/+3825
2009-05-28Change 5l to use Biobufs for IO.Kai Backman2-110/+81
2009-05-27clean up gmove:Russ Cox7-497/+459
2009-05-27bug 153Ken Thompson1-1/+6
2009-05-27attach package commentRuss Cox1-1/+0
2009-05-27added protection against race conditionKen Thompson1-6/+10
2009-05-27string([]int) conversionKen Thompson4-1/+43
2009-05-27fix bug154; tweak bug153 exit statusRuss Cox1-6/+11
2009-05-27getrusage on darwin; untested but builds.Russ Cox1-0/+5
2009-05-268g: missing change from last CLRuss Cox1-1/+1
2009-05-268g: 64-bit arithmetic and assorted bug fixes;Russ Cox12-52/+557
2009-05-26Getrusage for linux.David Symonds4-2/+42
2009-05-26bug 152Ken Thompson2-13/+22
2009-05-26add NUL when allocating strings, to make useRuss Cox2-5/+9
2009-05-26darwin support for 32-bit debuggingRuss Cox1-50/+127
2009-05-2632-bit stack switching bug fixRuss Cox2-2/+2
2009-05-26bug 151Ken Thompson1-6/+15
2009-05-26more 8g.Russ Cox5-12/+2224
2009-05-26bug 150Ken Thompson2-39/+45
2009-05-268g: hello world works againRuss Cox7-42/+164
2009-05-266ar: explain why __.SYMDEF didn't get put in.Russ Cox1-1/+3
2009-05-26Added automatic detection of system libraries to 5l.Kai Backman1-9/+15
2009-05-26Added enough arm related scaffolding to create a simpleKai Backman10-3/+199
2009-05-25static init reenabledKen Thompson2-82/+224
2009-05-25Add os.Getpid and os.Getppid.David Symonds1-0/+11
2009-05-24Add exvar.FuncInt for exporting indirect integer variables.David Symonds2-0/+21
2009-05-23If Make.deps is not writable (e.g. in Perforce client and not opened for edit...David Symonds2-2/+6
2009-05-23improvement in registerizationKen Thompson1-14/+56
2009-05-231. check for dups in complex literalsKen Thompson9-73/+197