summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-21change reflect.CopyArray into a method on ArrayValue called CopyFromRob Pike3-3/+15
2009-01-20delete exportRuss Cox123-628/+627
2009-01-20add a couple of helper methods to io.ByteBufferRob Pike1-0/+8
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
2009-01-16casify struct fields in entire tree.Russ Cox1-6/+6
2009-01-16Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor1-1/+1
2009-01-16Remove types from constants, since they didn't match whatIan Lance Taylor1-2/+2
2009-01-16casify, cleanup sysRuss Cox19-60/+66
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike6-97/+97
2009-01-16s/split/Split/ to get compiling againRob Pike1-3/+3
2009-01-16two more casifications in fmtRob Pike2-14/+14
2009-01-16casify flag.Rob Pike1-14/+5
2009-01-16casify reflect.Rob Pike4-359/+357
2009-01-16casify miscRuss Cox14-206/+176
2009-01-16- more bignum_test letter case fixesRobert Griesemer1-118/+118
2009-01-16casify syscall and sequelaeRob Pike20-295/+294
2009-01-16casify httpRuss Cox3-33/+33
2009-01-16casify DNSRuss Cox9-211/+211
2009-01-16recasify regexp to use underscores and clean up the tests moreRob Pike2-144/+144
2009-01-16casify a few moreRob Pike3-68/+59
2009-01-16casify jsonRuss Cox4-137/+137
2009-01-16casify hashRuss Cox10-296/+276
2009-01-16casify timeRuss Cox4-96/+97
2009-01-15redo and clean up math.Russ Cox12-180/+168
2009-01-15convert strconvRuss Cox18-547/+538
2009-01-15casify lib/regexpRob Pike2-235/+235
2009-01-15casify fixup for bufioRob Pike2-84/+72
2009-01-15make safe for new package local defaultsRuss Cox17-419/+422
2009-01-15more casifying fixupsRob Pike2-193/+193
2009-01-15casify fmt and its dependents.Rob Pike2-155/+153
2009-01-15- converted tabwriter to new naming schemeRobert Griesemer2-96/+96
2009-01-15- missed a few identifiersRobert Griesemer1-13/+13
2009-01-15- lowercase non-exported functions in bignumRobert Griesemer1-96/+97
2009-01-15printf->Printf etc.Rob Pike12-52/+52
2009-01-14add unicode library stub with justRuss Cox4-0/+754
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike3-201/+162
2009-01-09typoRuss Cox1-1/+1
2009-01-09update sys.reflect and sys.unreflect to accomodateRuss Cox3-13/+50
2009-01-08- removed temporary work-arounds from bignum_test, not needed anymoreRobert Griesemer1-89/+28
2009-01-08new sort interface - no structs, just slices.Rob Pike2-37/+30
2009-01-07Cache *os.Error values across all users.Rob Pike1-4/+27
2009-01-06update utf8_test.goRob Pike1-1/+1
2009-01-06new new & makeRuss Cox55-204/+204
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ...Rob Pike2-6/+121
2009-01-05change time.Tick test to use 100ms intervals.Russ Cox1-2/+2
2008-12-30one bignum test failsKen Thompson1-0/+2
2008-12-30allow slices (open arrays) to beKen Thompson1-66/+49
2008-12-26diagnostic to catch pointer toKen Thompson2-15/+45
2008-12-23put array test in table, with TODO to fix when arrays work in interfaces.Rob Pike1-0/+8
2008-12-22print array (not just *array) using %vRob Pike2-1/+34