You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/04/18 03:23:02 UTC

[couchdb] branch feat/spidermonkey-68 updated (6474a8e -> b23ca09)

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

wohali pushed a change to branch feat/spidermonkey-68
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 6474a8e  Merge branch 'master' into feat/spidermonkey-68
     add b23ca09  Incorporate changes from #2786

No new revisions were added by this update.

Summary of changes:
 .gitignore                          |   1 +
 src/couch/priv/couch_js/68/http.cpp | 214 +++++++++----------------
 src/couch/priv/couch_js/68/main.cpp |  65 ++++++--
 src/couch/priv/couch_js/68/utf8.cpp | 309 ------------------------------------
 src/couch/priv/couch_js/68/utf8.h   |  19 ---
 src/couch/priv/couch_js/68/util.cpp | 212 ++++++++++++++-----------
 src/couch/priv/couch_js/68/util.h   |  23 +--
 src/couch/rebar.config.script       |   2 +-
 8 files changed, 249 insertions(+), 596 deletions(-)
 delete mode 100644 src/couch/priv/couch_js/68/utf8.cpp
 delete mode 100644 src/couch/priv/couch_js/68/utf8.h