You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/04/16 20:50:22 UTC

[couchdb] branch fix-couchjs-utf8-conversions updated (3c86022 -> fbfb6af)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch fix-couchjs-utf8-conversions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 3c86022  Add tests for couchjs UTF-8 support
    omit 0b82f6f  Remove custom UTF-8 conversion functions
    omit 1d141f5  Report error messages at global scope
    omit face712  Refactor http.cpp for SpiderMonkey 60
    omit 7c73465  Check that only strings are passed to print
    omit 70cdf70  Encode JavaScript strings as UTF-8 for printing
    omit 724603b  Encode strings manually for JavaScript
     add e85c5d5  Fix UTF-8 transcoding functions
     add 170b6bb  Encode JavaScript strings as UTF-8 for printing
     add 44216d3  Check that only strings are passed to print
     add a2a3e77  Use builting UTF-8 conversions in http.cpp
     add c94c12b  Report error messages at global scope
     add 707ad5a  Remove custom UTF-8 conversion functions
     add fbfb6af  Add tests for couchjs UTF-8 support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3c86022)
            \
             N -- N -- N   refs/heads/fix-couchjs-utf8-conversions (fbfb6af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/couch/priv/couch_js/60/http.cpp | 750 ++++++++++++++++++------------------
 src/couch/priv/couch_js/60/util.cpp |  42 +-
 src/couch/priv/couch_js/60/util.h   |   1 +
 3 files changed, 398 insertions(+), 395 deletions(-)