aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/string.c
AgeCommit message (Expand)Author
2014-11-11[dev.cc] runtime: convert basic library routines from C to GoRuss Cox
2014-09-11runtime: make gostringnocopy update maxstringKeith Randall
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-05-27added protection against race conditionKen Thompson
2009-05-27string([]int) conversionKen Thompson
2009-05-26add NUL when allocating strings, to make useRuss Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-05-056g tweaksRuss Cox
2009-04-12tweakKen Thompson
2009-04-12fix string range to have full unicode range (up to 10FFFF).Rob Pike
2009-04-12change replacement rune to its correct value, fffdRob Pike
2009-04-10range over stringsKen Thompson
2009-04-09change representation of stringsKen Thompson
2009-02-02minor tweaksRuss Cox
2009-01-29if take address of local, move to heap.Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-11-23delete stack mark stringsRuss Cox
2008-09-22change string([]byte) to pass array, rather than &a[0],Russ Cox
2008-09-18proper handling of signals.Russ Cox
2008-08-05* comment, clean up schedulerRuss Cox
2008-07-07update to Unicode 5Rob Pike
2008-07-03drop some superfluous file prefixes in runtimeRob Pike