This website requires JavaScript.
Explore
Help
Sign In
colby
/
cappuccino
Watch
1
Star
0
Fork
0
mirror of
https://github.com/cappuccino/cappuccino.git
synced
2026-08-25 13:07:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
372e994617c4fa84ce2cccfea9482d3fadbf1fc0
cappuccino
/
Foundation
/
CPArray
T
History
Martin Carlberg
8599ad4a3c
Fixed: The init method ’initWithObjects:count:’ for CPArray did not work on native CPJavaScriptArray when ’count’ is not the same as the length on the provided array.
...
A test case for this is also added in the test class CPArrayTest
2015-09-25 17:07:15 +02:00
..
_CPArray.j
rewording
2015-03-08 20:49:01 +01:00
_CPJavaScriptArray.j
Fixed: The init method ’initWithObjects:count:’ for CPArray did not work on native CPJavaScriptArray when ’count’ is not the same as the length on the provided array.
2015-09-25 17:07:15 +02:00
CPArray.j
Tried to make the import mess a little better. Fixed a lot of bugs. Changed some class names in the test cases. Looks like all the tests are being run in the same space. Has to look into this…..
2012-12-17 00:40:26 +01:00
CPMutableArray.j
Fixed: Use new fast msgSend function for some foundation classes
2014-04-10 11:03:49 +02:00