summaryrefslogtreecommitdiff
path: root/src/runtime/string.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: make gostringnocopy update maxstringKeith Randall2014-09-111-1/+6
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-70/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+288
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-263/+0
* added protection against race conditionKen Thompson2009-05-271-6/+10
* string([]int) conversionKen Thompson2009-05-271-0/+22
* add NUL when allocating strings, to make useRuss Cox2009-05-261-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-081-2/+0
* 6g tweaksRuss Cox2009-05-051-8/+0
* tweakKen Thompson2009-04-121-16/+13
* fix string range to have full unicode range (up to 10FFFF).Rob Pike2009-04-121-98/+2
* change replacement rune to its correct value, fffdRob Pike2009-04-121-1/+1
* range over stringsKen Thompson2009-04-101-0/+156
* change representation of stringsKen Thompson2009-04-091-55/+46
* minor tweaksRuss Cox2009-02-021-0/+2
* if take address of local, move to heap.Russ Cox2009-01-291-11/+20
* convert *[] to [].Russ Cox2008-12-181-4/+4
* delete stack mark stringsRuss Cox2008-11-231-1/+14
* change string([]byte) to pass array, rather than &a[0],Russ Cox2008-09-221-0/+9
* proper handling of signals.Russ Cox2008-09-181-1/+1
* * comment, clean up schedulerRuss Cox2008-08-051-5/+0
* update to Unicode 5Rob Pike2008-07-071-49/+0
* drop some superfluous file prefixes in runtimeRob Pike2008-07-031-0/+220