summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-23add crypto/hmac to makefileRob Pike3-0/+3
2009-05-22update Make.depsRuss Cox1-2/+2
2009-05-22typo in hmac commentRuss Cox1-1/+1
2009-05-22simplifying grammar: delete LBASETYPE and LACONST.Russ Cox5-66/+39
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox11-251/+109
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox11-109/+251
2009-05-22add hmac.NewSHA1 and hmac.NewMD5.Russ Cox5-35/+140
2009-05-22simple logging shim reader and writersRuss Cox2-1/+57
2009-05-22move pretty/comment.go into go/doc.Russ Cox3-96/+329
2009-05-22Added support for .5 files in libmach_64. Copied 5obj.c fromKai Backman3-3/+167
2009-05-22md5 Reset fix; preliminary hmacRuss Cox4-0/+177
2009-05-22Force usage of dollar signs to circumvent arm-gcc balking at them.Kai Backman1-0/+1
2009-05-22- fix regexp once more in doc.go:Robert Griesemer1-1/+1
2009-05-21fix regexp to strip comment markersRobert Griesemer1-1/+1
2009-05-21adjustments for relaxed composite literal syntaxRobert Griesemer1-30/+9
2009-05-21enforce channel directionRuss Cox5-32/+68
2009-05-21channel direction fixesRuss Cox1-2/+2
2009-05-21allow type name as key to accomodate anonymous fields.Russ Cox1-0/+5