Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.9.0 Release Proposal #12319

Merged
merged 59 commits into from
Apr 11, 2017
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5ac719d
doc: add deprecations page to docs toc
targos Apr 7, 2017
1ee38eb
util: add %i and %f formatting specifiers
silverwind Dec 16, 2016
6130d54
deps: backport 8dde6ac from upstream V8
danbev Mar 27, 2017
fdf76d5
tools: add missing #include "unicode/putil.h"
srl295 Mar 27, 2017
87ca9a6
test: fix flaky child-process-exec-kill-throws
Trott Mar 29, 2017
8823861
tools: update dotfile whitelist in .gitignore
targos Mar 29, 2017
ffbcfdf
src: fix base64 decoding
seishun Mar 22, 2017
2f88de1
vm: use SetterCallback to set func declarations
AnnaMag Mar 26, 2017
305f822
net: rename internal functions for readability
joyeecheung Mar 11, 2017
b5283f9
doc: add logo to README
silverwind Mar 31, 2017
6ccbf38
test: synchronize WPT url setter test data
watilde Apr 3, 2017
b52b3f6
test: reduce buffer size in buffer-creation test
thefourtheye Feb 5, 2017
3af9101
doc, inspector: note that the host is optional
gibfahn Mar 28, 2017
72a27b3
build: use $(RM) in Makefile for consistency
gibfahn Apr 1, 2017
b15dc95
test: fix flaky test-child-process-exec-timeout
santigimeno Apr 1, 2017
f057cc3
benchmark: replace [].join() with ''.repeat()
vsemozhetbyt Apr 2, 2017
d6e9cf7
doc: fix and update examples in http.md
vsemozhetbyt Apr 2, 2017
fb34d9c
test: increase querystring coverage
DavidCai1111 Apr 2, 2017
805ebef
buffer: optimize decoding wrapped base64 data
aqrln Mar 31, 2017
9e6b0a4
test: performance, remove Popen(shell=True) on Win
refack Mar 30, 2017
36617fd
doc: add notes to http.get options
raphaelokon Mar 29, 2017
731a200
doc: update Mac OS X references in releases.md
Mar 29, 2017
8058bae
tools: update ESLint to 3.19.0
Trott Apr 2, 2017
c814c7e
events: do not keep arrays with a single listener
lpinca Mar 25, 2017
806c4f3
doc: fix fs.read arg type
darai0512 Mar 26, 2017
cf1117b
doc: fix the timing of setImmediate's execution
darai0512 Mar 26, 2017
6083e7a
benchmark: avoid TurboFan deopt in arrays bench
targos Mar 17, 2017
a11ed6a
test: more robust check for location of `node.exe`
refack Mar 29, 2017
961c89c
doc: add table of contents to README.md
Minimalistic Mar 1, 2017
8caf6fd
test: add Unicode characters regression test
aqrln Feb 16, 2017
4b54520
test: refactor mkdtemp test and added async
lucamaraschi Mar 27, 2017
74d0266
doc: fix string interpolation in Stream 'finish'
vhmth Apr 4, 2017
f60b455
doc: modernize and fix code examples in https.md
vsemozhetbyt Apr 2, 2017
b495b6a
build: make configure print statements consistent
danbev Apr 3, 2017
a703bde
build: add checks for openssl configure options
danbev Apr 3, 2017
6feea08
buffer: preallocate array with buffer length
alemures Mar 7, 2017
d641164
doc: update pull request template URL layout
Trott Apr 4, 2017
a735c16
deps: backport ec1ffe3 from upstream V8
danbev Mar 27, 2017
d4d6986
build: fix path voodoo in icu-generic.gyp
refack Mar 30, 2017
3cdd04b
test: skip irrelevant test on Windows
Trott Apr 6, 2017
ac200a6
test: add a second argument to assert.throws()
dave-k Mar 30, 2017
2fb2289
doc: add sub domain to host in url
styfle Apr 5, 2017
83f855d
doc: add aqrln to collaborators
aqrln Apr 7, 2017
c0b7c07
doc: add refack to collaborators
refack Apr 7, 2017
376f5ef
doc: document the performance team
gibfahn Apr 4, 2017
3e8991c
doc: modernize and fix code examples in modules.md
vsemozhetbyt Apr 5, 2017
4a6bb37
doc: fix confusing reference in net.md
vsemozhetbyt Apr 5, 2017
6826637
doc: fix missing argument for dns.resolvePtr()
uppinder Apr 7, 2017
0f4319a
src: use std::string for trace enabled_categories
sam-github Apr 5, 2017
2f9e2fc
doc: update information on test/known_issues
Apr 6, 2017
37568c0
src: use std::list for at_exit_functions
danbev Apr 6, 2017
3b765f5
doc: fix confusing example in process.md
vsemozhetbyt Apr 8, 2017
67d2114
crypto: handle exceptions in hmac/hash.digest
tniessen Apr 2, 2017
c11c23b
doc: make the heading consistent
thefourtheye Feb 26, 2017
b997e62
test: add internal/socket_list tests
DavidCai1111 Mar 29, 2017
77353b3
tools: ignore URLs in line length linting
Trott Mar 17, 2017
211dd16
benchmark: add final clean-up to module-loader.js
vsemozhetbyt Mar 19, 2017
9f73df5
deps: cherry-pick 22858cb from V8 upstream
ofrobots Mar 23, 2017
0794478
2017-04-11, Version 7.9.0 (Current)
italoacasas Apr 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tools: add missing #include "unicode/putil.h"
* we use u_setDataDirectory() in "unicode/putil.h"
* at present, this header is indirectly included,
  but this will change in ICU 59
* no impact on past ICUs.
* this is an exact analog to #11753

PR-URL: #12078
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
srl295 authored and italoacasas committed Apr 10, 2017
commit fdf76d5aa0217246433d45f4cc831dbf71c39e54
1 change: 1 addition & 0 deletions tools/icu/iculslocs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Japanese, it doesn't *claim* to have Japanese.
#include <unicode/ustdio.h>
#include <unicode/ures.h>
#include <unicode/udata.h>
#include <unicode/putil.h>

const char* PROG = "iculslocs";
const char* NAME = U_ICUDATA_NAME; // assume ICU data
Expand Down