Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Commiting a few missing .txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
fholm committed Nov 6, 2010
1 parent 432d9ad commit f3d7e56
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Files/Changelogs/0.1.92.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Changelog for 0.1.92 ###

* Re-enabled support for eval()
* Re-enabled try/catch/finally/throw support
* Fixed bug with try/catch in global scope
* Added arguments.callee support
* Added instanceof operator
* Added in operator
* Added support for regex literals in AST/Parser
* Added for (... in ...) support
* Implemented Error constructor and prototype
* Reworked internal handling of objects and function calls in the compiler
* Accessing properties and invoking methods on primitive values (string,
boolean, number) should now work, e.g: ("foo".hasOwnproperty("length"))
* Implemented special [[Put]] method for arrays (15.4.5.1)
* Added solutions for CLR2 and Mono2.8 to ease building for those platforms
Loading

0 comments on commit f3d7e56

Please sign in to comment.