4
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted change caef3ee03ad9bd1beb43b46d7e585496c1e22422 of using compile-time constants for JSON tokens due to extra steps required to build from source. More... over 13 years ago
Merge branch 'json_optimization' More... over 13 years ago
Marked some things as final, reduced number of JSONToken instances created, Replaced "even" test of % 2 with & 1, Added additional test cases for decoding with unexpected end of input and made test pass previously the decoder would throw a null runtime error when trying to access an invalid token). More... over 13 years ago
Fix ASDOC documentation syntax errors. More... over 13 years ago
Replaced JSONTokenType class and constants with compile-time defines. More... over 13 years ago
Updated build script to use FlexUnit 4, FLEX_HOME environment variable, Flex ANT Tasks, etc. More... over 13 years ago
adding .gitignore file More... over 13 years ago
adding readme file with info about project More... over 13 years ago
Fixed a typo in the code that loads the test runner. Changed CoreLibTestRunnerClass.as to CoreLibTestRunner.as. More... almost 14 years ago
readding. something messed up More... almost 14 years ago
fixing issue 129, constructor argument named incorrectly More... over 14 years ago
Fixed issue #112. More... over 14 years ago
Fixed issue #113. More... over 14 years ago
Updated unit test to reproduce issue #115 More... over 14 years ago
Changed replace implementation per issue #87 http://code.google.com/p/as3corelib/issues/detail?id=87 More... over 14 years ago
Refactored com.adobe.protocols.dict.* to use events in a way more consitent with rest of library and ActionScript. More... over 14 years ago
Removed a trace call. More... over 14 years ago
Implemented clone method, and unit test for it. More... over 14 years ago
removed trace accidentally left in. More... over 14 years ago
Changed script reference to CoreLibTestRunnerClass.as More... over 14 years ago
renaming CoreLibTestRunner_script to CoreLibTestRunnerClass. Removing duplicate copy of CoreLibTestRunner More... over 14 years ago
Added a couple of additional property checks in the clone test. More... over 14 years ago
Added an additional check to make sure cloned instance is not same instance as original. More... over 14 years ago
Implemented clone method, and unit test. More... over 14 years ago
Fixed typo in isHexDigit introduced in r97 More... over 14 years ago
Re-enabled all tests (commented out tests not applicable to JSON during JSON work to avoid long waits to run tests). More... over 14 years ago
Fixes issue 118 - The test for unescaping a unicode character at the end of the string was incorrect, which meant JSONTokenizer was incorrectly generating an error in this particular case. Both the test and the tokenizer have been fixed. More... over 14 years ago
Fixes issue 116 where a write-only property was causing an illegal read exception when encoded as JSON. More... over 14 years ago
Refs issue 97 - Changes to the readString parse method to improve performance (more noticable on larger strings). More... over 14 years ago
Added additional test cases. More... over 14 years ago