- Changed regexp logging to include the string being matched and to
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 12:00:19 +0000 (12:00 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 12:00:19 +0000 (12:00 +0000)
commit85251f756c7dbe54cc57d432def31e78758e4a1e
tree53834273d61f0db08cd0fac10728f9a793545321
parent949729c06ec8e016d3ac9d123126bafdd5d9bd85
- Changed regexp logging to include the string being matched and to
  escape commas.
- Fixed issue with block-comparing unaligned strings on arm.
- Added short documentation to one of the Persistent constructors.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@554 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/d8.cc
src/globals.h
src/log.cc
src/log.h
src/objects.cc