Rev 161 | Rev 163 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* httprequest.js
- Added XHR object caching and early returns
* object.js
- Fixed documentation comment
* regexp.js
- Fixed this.expr assignment for synchronous XHR
* string.js
- Added jsx.string namespace, deprecated String namespace
- Aliased format() to sprintf(), also available in jsx.string
- sprintf():
+ Removed unnecessary JSdoc comments
+ Fixed bogus member delimiter RegExp
+ Implemented Aa, b, d, o, Xx, Cc, Ss, i, and u conversion specifiers