log modules/string.tp @ 341:6871e72b6db2

age author description
Sun, 05 Apr 2015 22:48:59 -0700 Michael Pavone Added int64 message to string type
Sat, 04 Apr 2015 12:34:43 -0700 Michael Pavone Added parseFloat64 and parseFloat32 along with a sample that exercises number parsing from a string
Sun, 27 Jul 2014 13:01:08 -0700 Michael Pavone Fix a crash in from:withLength when given a negative length. Fix a bug in trim that was causing it to give a negative length to from:withLength
Sat, 26 Jul 2014 15:02:01 -0700 Michael Pavone Properly null terminate result of from:withLength
Fri, 25 Jul 2014 13:43:36 -0700 Michael Pavone Add startsWith? to string
Thu, 24 Jul 2014 23:51:54 -0700 Michael Pavone Fix trim method on strings
Sat, 19 Jul 2014 19:59:51 -0700 Michael Pavone Support for encoding objects, dictionaries, lists and arrays to JSON in json module