Descriptionruntime: convert basic library routines from C to Go
float.c held bit patterns for special float64 values,
hiding from the real uses. Rewrite Go code not to
refer to those values directly.
Convert library routines in runtime.c and string.c.
Patch Set 1 #Patch Set 2 : diff -r 36ead9978fcc0be9de634236ad3887b41d9525e1 https://code.google.com/p/go #Patch Set 3 : diff -r 78d8a3352e277a17b2aac08a32fe675c2bba64fd https://code.google.com/p/go #
Total comments: 4
Patch Set 4 : diff -r 38991ba5d85d103b7fc770f63454fdb8eb8ff09d https://code.google.com/p/go #
MessagesTotal messages: 5
|