Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: ChangeLog

Issue 146019: Merge two regular expression engine fixes to 1.1 branch. (Closed) Base URL: http://v8.googlecode.com/svn/branches/1.1/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2009-06-23: Version 1.1.10.14
2
3 Fixed two bugs in the regular expression engine.
4
5
1 2009-05-18: Version 1.1.10.13 6 2009-05-18: Version 1.1.10.13
2 7
3 Added multiple generations to the script compilation cache to 8 Added multiple generations to the script compilation cache to
4 allow scripts that are used alot to survive a number of garbage 9 allow scripts that are used alot to survive a number of garbage
5 collections in the compilation cache. 10 collections in the compilation cache.
6 11
7 12
8 2009-05-15: Version 1.1.10.12 13 2009-05-15: Version 1.1.10.12
9 14
10 Fixed http://crbug.com/12054. Fix numeric overflow handling when 15 Fixed http://crbug.com/12054. Fix numeric overflow handling when
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 825
821 Improved debugger support by allowing nested break points and by 826 Improved debugger support by allowing nested break points and by
822 dealing with stack-overflows when compiling functions before 827 dealing with stack-overflows when compiling functions before
823 setting break points in them. 828 setting break points in them.
824 829
825 830
826 2008-07-03: Version 0.1.0 831 2008-07-03: Version 0.1.0
827 832
828 Initial export. 833 Initial export.
829 834
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698