summaryrefslogtreecommitdiff
path: root/src/runtime/string.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-0/+226
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-263/+0
2009-05-27added protection against race conditionKen Thompson1-6/+10
2009-05-27string([]int) conversionKen Thompson1-0/+22
2009-05-26add NUL when allocating strings, to make useRuss Cox1-1/+1
2009-05-08move things out of sys into os and runtimeRuss Cox1-2/+0
2009-05-056g tweaksRuss Cox1-8/+0
2009-04-12tweakKen Thompson1-16/+13
2009-04-12fix string range to have full unicode range (up to 10FFFF).Rob Pike1-98/+2
2009-04-12change replacement rune to its correct value, fffdRob Pike1-1/+1
2009-04-10range over stringsKen Thompson1-0/+156
2009-04-09change representation of stringsKen Thompson1-55/+46
2009-02-02minor tweaksRuss Cox1-0/+2
2009-01-29if take address of local, move to heap.Russ Cox1-11/+20
2008-12-18convert *[] to [].Russ Cox1-4/+4
2008-11-23delete stack mark stringsRuss Cox1-1/+14
2008-09-22change string([]byte) to pass array, rather than &a[0],Russ Cox1-0/+9
2008-09-18proper handling of signals.Russ Cox1-1/+1
2008-08-05* comment, clean up schedulerRuss Cox1-5/+0
2008-07-07update to Unicode 5Rob Pike1-49/+0
2008-07-03drop some superfluous file prefixes in runtimeRob Pike1-0/+220