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

Side by Side Diff: ChangeLog

Issue 21194: Prepare push to trunk. Now working on version 1.0.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 10 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-02-09: Version 1.0.0
2
3 Fixed crash-bug in the code generation for case independent 16 bit
4 backreferences.
5
6 Made shells more robust in the presence of string conversion
7 failures (issue 224).
8
9 Fixed a potential infinite loop when attempting to resolve
10 eval (issue 221).
11
12 Miscellaneous fixes to the new regular expression engine.
13
14 Reduced binary by stripping unneeded text from JavaScript library and
15 minifying some JavaScript files.
16
17
1 2009-01-27: Version 0.4.9 18 2009-01-27: Version 0.4.9
2 19
3 Enabled new regular expression engine. 20 Enabled new regular expression engine.
4 21
5 Made a number of changes to the debugger protocol. 22 Made a number of changes to the debugger protocol.
6 23
7 Fixed a number of bugs in the preemption support. 24 Fixed a number of bugs in the preemption support.
8 25
9 Added -p option to the developer shell to run files in parallel 26 Added -p option to the developer shell to run files in parallel
10 using preemption. 27 using preemption.
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 595
579 Improved debugger support by allowing nested break points and by 596 Improved debugger support by allowing nested break points and by
580 dealing with stack-overflows when compiling functions before 597 dealing with stack-overflows when compiling functions before
581 setting break points in them. 598 setting break points in them.
582 599
583 600
584 2008-07-03: Version 0.1.0 601 2008-07-03: Version 0.1.0
585 602
586 Initial export. 603 Initial export.
587 604
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