log modules/string.tp @ 306:8dbb2d2522a5

age author description
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