summaryrefslogtreecommitdiff
path: root/src/pkg/log
Commit message (Expand)AuthorAgeFilesLines
* html,log,math: renamingsRob Pike2011-11-034-0/+305
* all: sort importsRuss Cox2011-11-021-2/+2
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-1/+1
* log: more lockingBrad Fitzpatrick2011-07-171-4/+16
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-3/+3
* log: generalize getting and setting flags and prefix.Rob Pike2011-04-062-32/+102
* log: rename Exit* to Fatal*Rob Pike2011-02-011-14/+14
* log: add methods for exit and panicRob Pike2011-01-111-0/+39
* log: ensure writes are atomic.Roger Peppe2010-12-011-5/+12
* gofmt -s -w src miscRobert Griesemer2010-10-221-11/+11
* log: update the documentation to clarify the behaviorRob Pike2010-10-171-10/+19
* log: roll back the rollback of the deprecation of the old interface.Rob Pike2010-10-151-40/+1
* log: roll back deprecation of old API to apply fix to log.Output in public re...Rob Pike2010-10-141-1/+40
* log: fix custom output bugAndrew Gerrand2010-10-152-1/+11
* log: delete deprecated functionalityRob Pike2010-10-141-40/+1
* log: fix out-of-date package commentRob Pike2010-10-131-7/+6
* log: reduce allocationsRob Pike2010-10-122-21/+42
* log: new interfaceRob Pike2010-10-122-89/+144
* ... changesRuss Cox2010-09-241-10/+10
* 5g: register allocation bugsRuss Cox2010-09-121-5/+1
* arm: work around reg allocator bug in 5g, in two parts.Rob Pike2010-09-101-1/+5
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* runtime: fix CallerRuss Cox2010-04-051-1/+1
* gofmt: more consistent formatting of const/var declsRobert Griesemer2010-03-161-4/+4
* Change type of Printf's args to ... interface{}Rob Pike2010-02-021-10/+12
* 1) Change default gofmt default settings forRobert Griesemer2009-12-152-87/+87
* syslog: new packageYves Junqueira2009-12-111-3/+7
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-201-2/+2
* log test: don't assume a fixed set of letters for $GOROOTRuss Cox2009-11-111-1/+1
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-092-13/+13
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-092-14/+14
* Typo fixes.David Symonds2009-11-061-1/+1
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-30/+10
* change date format in logs - was missing slash between month and dayRob Pike2009-10-092-2/+2
* more lgtm files from gofmtRuss Cox2009-10-082-7/+7
* apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox2009-10-062-51/+51
* more "declared and not used".Russ Cox2009-09-152-2/+2
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-271-1/+2
* fix typoKai Backman2009-08-131-1/+1
* convert non-low-level non-google pkg codeRuss Cox2009-08-122-54/+4
* support []byte (more efficient) as well as string in the interfaces.Rob Pike2009-08-051-1/+1
* style police: parens in if, for, switch, rangeRuss Cox2009-06-241-1/+1
* mv src/lib to src/pkgRob Pike2009-06-093-0/+337