index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
strings.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-05
document strings
Rob Pike
1
-5
/
+9
2009-01-20
delete export
Russ Cox
1
-5
/
+5
2009-01-16
casify misc
Russ Cox
1
-7
/
+7
2009-01-06
new new & make
Russ Cox
1
-3
/
+3
2008-12-18
convert *[] to [].
Russ Cox
1
-3
/
+3
2008-12-04
strings.utflen -> utf8.RuneCount, RuneCountInString
Russ Cox
1
-21
/
+8
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-269
/
+0
2008-11-06
simpleminded ascii to floating point conversion
Rob Pike
1
-2
/
+104
2008-11-03
ascii to unsigned integer
Rob Pike
1
-19
/
+37
2008-10-29
fix strings bug from CL 18024
Russ Cox
1
-1
/
+0
2008-10-29
adapt to new compiler types
Russ Cox
1
-0
/
+1
2008-10-29
the end of life as we know it
Ken Thompson
1
-1
/
+1
2008-10-20
add primitive ftoa, dtoa to strings library.
Rob Pike
1
-2
/
+67
2008-10-17
fix typo causing infinite recursion
Rob Pike
1
-1
/
+1
2008-10-17
add atol and ltoa. probably want unsigned at some point too.
Rob Pike
1
-4
/
+14
2008-09-29
Use unsigned int in itoa to avoid relying on the behaviour of
Ian Lance Taylor
1
-11
/
+4
2008-09-25
To get an empty string, return an empty string, not 0.
Ian Lance Taylor
1
-1
/
+1
2008-09-12
rudimentary string utilities.
Russ Cox
1
-0
/
+198