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
|
Fri, 18 Jul 2014 20:45:50 -0700 |
Michael Pavone |
Add a propertiesOf method to the object module that returns the names of things that look like getter messages
|
Fri, 18 Jul 2014 00:14:22 -0700 |
Michael Pavone |
Warning cleanup
|
Mon, 14 Jul 2014 19:03:46 -0700 |
Michael Pavone |
Remove remapping of most operators
|
Thu, 29 May 2014 18:51:15 -0700 |
Michael Pavone |
Add ltrim method to string
|
Sun, 05 Jan 2014 23:07:26 -0800 |
Mike Pavone |
Use a lightweight substring object in a few places in the parser to improve performance for large files.
|
Sat, 10 Aug 2013 15:20:38 -0700 |
Mike Pavone |
Add parseHex32 and parseHex64 to string objects
|
Sat, 10 Aug 2013 15:06:56 -0700 |
Mike Pavone |
Partial implementation of HTTP get requests
|
Sat, 10 Aug 2013 11:51:47 -0700 |
Mike Pavone |
Add JSON parser and sample
|
Fri, 09 Aug 2013 20:12:04 -0700 |
Mike Pavone |
Add splitOn and partitionOn to string objects
|
Fri, 09 Aug 2013 13:20:40 -0700 |
Mike Pavone |
Added from and from:withLength for doing substring operations
|
Fri, 09 Aug 2013 10:05:20 -0700 |
Mike Pavone |
Implement find:else on string objects
|
Fri, 09 Aug 2013 04:57:21 -0700 |
Mike Pavone |
Add support for receiving data from a socket
|
Mon, 23 Jul 2012 07:58:20 -0700 |
Mike Pavone |
Add string.tp which should have been in previous commit
|