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

v13.12.0 proposal #32376

Merged
merged 100 commits into from Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
c72a678
doc: add missing link for v13.11.0 changelog
MylesBorins Mar 12, 2020
397cbca
meta: move inactive collaborators to emeriti
Trott Mar 8, 2020
19fee76
doc: add Ruben to TSC
mhdawson Mar 11, 2020
cd0982a
lib: change var to let/const
himself65 Mar 2, 2020
2262e7c
test: fix test-tls-env-extra-ca-file-load
ebickle Mar 3, 2020
d497f26
src: refactor to more safe method
gengjiawen Mar 4, 2020
08edf53
test: `buffer.write` with longer string scenario
HarshithaKP Mar 6, 2020
435341a
lib: use spread operator on cluster
himself65 Mar 6, 2020
2069c4e
build: disable libstdc++ debug containers globally
bnoordhuis Jan 3, 2020
53fd0d8
util: use a global symbol for `util.promisify.custom`
ExE-Boss Feb 7, 2020
5080734
doc: expand fs.watch caveats
bzoz Mar 10, 2020
1ecd407
repl: align preview with the actual executed code
BridgeAR Feb 24, 2020
ed83a1c
test: refactor and simplify test-repl-preview
BridgeAR Mar 9, 2020
597bcb5
doc: update conditional exports recommendations
guybedford Mar 4, 2020
e83dcde
worker: allow URL in Worker constructor
aduh95 Feb 6, 2020
c0af3ac
test: use portable EOL
HarshithaKP Mar 5, 2020
d2fea9f
http2: rename counter in `mapToHeaders` inner loop
mkrawczuk Feb 28, 2020
fd80c21
test: add new scenario for async-local storage
HarshithaKP Mar 4, 2020
ae90bcc
deps: V8: cherry-pick f9257802c1c0
mmarchini Mar 10, 2020
fa1fa31
util: text decoding allows SharedArrayBuffer
bfarias-godaddy Mar 11, 2020
3e9012a
esm: port loader code to JS
addaleax Mar 7, 2020
09ca76b
test: verify that WASI errors are rethrown
cjihrig Mar 9, 2020
bee1261
deps: upgrade to libuv 1.35.0
cjihrig Mar 11, 2020
963ce08
tools: update to acorn@7.1.1
Trott Mar 14, 2020
fbcf602
test: make test-memory-usage predictable
mmarchini Mar 12, 2020
7fc5e6d
src: fix warn_unused_result compiler warning
cjihrig Mar 13, 2020
df1d4f7
test: workaround for V8 8.1 inspector pause issue
mmarchini Mar 12, 2020
c00ce7b
src: find .text section using dl_iterate_phdr
Mar 13, 2020
1950c08
src: unconditionally include report feature
cjihrig Mar 13, 2020
96ad768
build: remove node_report option in node.gyp
cjihrig Mar 13, 2020
074c3c1
build: make --without-report a no-op
cjihrig Mar 13, 2020
76781bd
test: remove common.skipIfReportDisabled()
cjihrig Mar 13, 2020
cd388b2
doc,lib,src,test: make --experimental-report a nop
cjihrig Mar 13, 2020
2e1fb2b
doc: update stability of report features
cjihrig Mar 13, 2020
59a21e2
n-api: fix comment on expected N-API version
mhdawson Mar 12, 2020
5adaf10
tools: update minimist@1.2.5
Trott Mar 14, 2020
b5b7bf5
src,cli: support compact (one-line) JSON reports
sam-github Mar 13, 2020
11ed1e6
deps,doc: move openssl maintenance guide to doc
sam-github Mar 11, 2020
71a2fa2
errors: drop pronouns from ERR_WORKER_PATH message
cjihrig Mar 15, 2020
1476182
src: handle NULL env scenario
himself65 Mar 12, 2020
05fd160
test: use Promise.all() in test-hash-seed
Trott Mar 14, 2020
ef32069
http: don't emit 'finish' after 'error'
ronag Mar 14, 2020
36ba54e
lib: add option to disable __proto__
devsnek Mar 15, 2020
b875346
doc: complete n-api version matrix
Mar 16, 2020
d2ce8e9
doc: fix some 404 links
watson Mar 11, 2020
dedd219
tools: fixup icutrim.py use of string and bytes objects
jmercier-lbi Feb 6, 2020
7904ecd
deps: update to uvwasi 0.0.6
cjihrig Mar 15, 2020
1c4a112
src: clean up stream_base.h and stream-base-inl.h
jasnell Mar 16, 2020
569e555
doc: update security release process
sam-github Feb 7, 2020
f873d87
src: prefer OnScopeLeave over shared_ptr<void>
addaleax Mar 13, 2020
3825afe
deps: upgrade to c-ares v1.16.0
addaleax Mar 13, 2020
79fdc6b
cli: allow --huge-max-old-generation-size in NODE_OPTIONS
addaleax Mar 13, 2020
4d173ea
test: uv_tty_init returns EBADF on IBM i
dmabupt Mar 18, 2020
243d0d4
src: add debug option to report large page stats
Mar 17, 2020
8ea5ffc
build: expand ASAN acronym in configure help
sam-github Mar 17, 2020
e16964e
deps: minor ICU fixes: maint docs/tool, downloader
srl295 Mar 18, 2020
2cb9f7a
deps: update to ICU 66.1
srl295 Mar 18, 2020
11650c6
src: update comment for SetImmediate()
addaleax Mar 16, 2020
bd55a9a
src: avoid Isolate::GetCurrent() for platform implementation
addaleax Mar 14, 2020
85bdb42
Revert "build: add asan check in Github action"
mmarchini Mar 11, 2020
bdcc11f
test: replace Map with Array in cluster-net-listen tests
Trott Mar 18, 2020
2e28783
test: replace countdown with Promise.all() in cluster-net-listen tests
Trott Mar 19, 2020
7356c43
module: add hook for global preload code
jkrems Mar 3, 2020
3878d8d
deps: upgrade openssl sources to 1.1.1e
hassaanp Mar 17, 2020
d719f87
deps: adjust openssl configuration for 1.1.1e
hassaanp Mar 18, 2020
d640426
deps: update archs files for OpenSSL-1.1.1e
hassaanp Mar 18, 2020
fcf9b46
test: discard data received by client
hassaanp Mar 19, 2020
76a7386
test: end tls connection with some data
sam-github Mar 20, 2020
2fe351f
src: delete CallbackInfo when cleared from cleanup hook
addaleax Mar 21, 2020
2bcf535
src: simplify IsolateData shortcut accesses
addaleax Mar 21, 2020
6f06cf0
src: delete BaseObjectWeakPtr data when pointee is gone
addaleax Mar 20, 2020
2f73e6e
test: use mustCall in place of countdown in timers test
Trott Mar 22, 2020
fbdc4f5
deps: upgrade npm to 6.14.1
isaacs Feb 27, 2020
eef4721
deps: update npm to 6.14.3
MylesBorins Mar 19, 2020
8201704
deps: remove *.pyc files from deps/npm
bnoordhuis Mar 20, 2020
6387cf8
deps: update term-size with signed version
rvagg Jan 30, 2020
f8a020e
build: macOS package notarization
rvagg Jan 22, 2020
99f260f
doc: official macOS builds now on 10.15 + Xcode 11
rvagg Mar 4, 2020
471a5d8
doc: add note re term-size commit on top of npm
rvagg Mar 21, 2020
23ba088
stream: don't emit 'finish' after 'error'
ronag Mar 14, 2020
4ca3030
doc: import clarifications with links to MDN
aldeed Mar 18, 2020
81183ca
build: annotate markdown lint failures in pull requests
richardlau Mar 20, 2020
bbea3f2
doc: improve wording in esm.md
Trott Mar 22, 2020
dfcc3e8
doc: improve wording in vm.md
Trott Mar 22, 2020
07e4131
test: refactoring / cleanup on child-process tests
jasnell Mar 23, 2020
99a7636
doc: fix lint warning in doc/api/esm.md
richardlau Mar 24, 2020
b5e4adf
doc: add new TSC members
mhdawson Mar 24, 2020
0185e3a
stream: add pipeline test for destroy of returned stream
ronag Mar 22, 2020
b7a8878
stream: fix pipeline with dest in objectMode
ronag Mar 21, 2020
28e298f
report: handle on-fatalerror better
HarshithaKP Mar 16, 2020
e9e12b8
src: use single ObjectTemplate for TextDecoder
addaleax Mar 22, 2020
94952b4
src: enhance C++ sprintf utility
himself65 Mar 20, 2020
6693b40
doc: simplify and correct example descriptions in net.md
Trott Mar 24, 2020
3e002c3
doc: update async_hooks.md
Doc999tor Mar 20, 2020
9fda912
doc: trim wording in n-api.md text about exceptions
Trott Mar 24, 2020
6168bd5
doc: remove unnecessary "obvious(ly)" modifiers in esm.md
Trott Mar 24, 2020
40a9289
doc: remove extraneous sentence in events.md
Trott Mar 24, 2020
deab08b
deps: upgrade npm to 6.14.4
ruyadorno Mar 26, 2020
56da8df
stream: emit 'pause' on unpipe
ronag Mar 24, 2020
f6a339f
2020-03-26 Version 13.12.0 (Current)
MylesBorins Mar 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions .github/workflows/ASAN.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -64,7 +64,9 @@ jobs:
with:
node-version: 10.x
- name: Lint docs
run: NODE=$(which node) make lint-md
run: |
echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json"
NODE=$(which node) make lint-md
lint-js:
runs-on: ubuntu-latest
steps:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/remark-lint-problem-matcher.json
@@ -0,0 +1,22 @@
{
"problemMatcher": [
{
"owner": "remark-lint",
"pattern": [
{
"regexp": "^(?:\\x1b\\[\\d+m)*(.+?)(?:\\x1b\\[\\d+m)*$",
"file": 1
},
{
"regexp": "^\\s+(?:\\d+:\\d+-)?(\\d+):(\\d+)\\s+\\S*(error|warning|info)\\S*\\s+(.+)\\s+(\\S+)\\s+(?:\\S+)$",
"line": 1,
"column": 2,
"severity": 3,
"message": 4,
"code": 5,
"loop": true
}
]
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -33,6 +33,7 @@
/doc/api.xml
/node
/node_g
/gon-config.json
/*.exe
/*.swp
/out
Expand Down
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -167,7 +167,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
| Binary package | Platform and Toolchain |
| --------------------- | ------------------------------------------------------------------------ |
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 |
| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.10 |
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -30,7 +30,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.11.0">13.11.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.12.0">13.12.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.11.0">13.11.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.1">13.10.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.0">13.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.9.0">13.9.0</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -118,7 +118,7 @@ The externally maintained libraries used by Node.js are:
"""
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)

Copyright © 1991-2019 Unicode, Inc. All rights reserved.
Copyright © 1991-2020 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -1003,6 +1003,7 @@ $(PKG): release-only
--resources $(MACOSOUTDIR)/installer/productbuild/Resources \
--package-path $(MACOSOUTDIR)/pkgs ./$(PKG)
SIGN="$(PRODUCTSIGN_CERT)" PKG="$(PKG)" bash tools/osx-productsign.sh
bash tools/osx-notarize.sh $(FULLVERSION)

.PHONY: pkg
# Builds the macOS installer for releases.
Expand Down
30 changes: 18 additions & 12 deletions README.md
Expand Up @@ -157,16 +157,22 @@ For information about the governance of the Node.js project, see
**Anatoli Papirovski** &lt;apapirovski@mac.com&gt; (he/him)
* [BethGriggs](https://github.com/BethGriggs) -
**Beth Griggs** &lt;Bethany.Griggs@uk.ibm.com&gt; (she/her)
* [BridgeAR](https://github.com/BridgeAR) -
**Ruben Bridgewater** &lt;ruben@bridgewater.de&gt; (he/him)
* [ChALkeR](https://github.com/ChALkeR) -
**Сковорода Никита Андреевич** &lt;chalkerx@gmail.com&gt; (he/him)
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** &lt;cjihrig@gmail.com&gt; (he/him)
* [codebytere](https://github.com/codebytere) -
**Shelley Vohr** &lt;codebytere@gmail.com&gt; (she/her)
* [danbev](https://github.com/danbev) -
**Daniel Bevenius** &lt;daniel.bevenius@gmail.com&gt; (he/him)
* [fhinkel](https://github.com/fhinkel) -
**Franziska Hinkelmann** &lt;franziska.hinkelmann@gmail.com&gt; (she/her)
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** &lt;gabriel.schulhof@intel.com&gt;
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** &lt;gpunathi@in.ibm.com&gt; (he/him)
* [jasnell](https://github.com/jasnell) -
**James M Snell** &lt;jasnell@gmail.com&gt; (he/him)
* [joyeecheung](https://github.com/joyeecheung) -
Expand All @@ -175,6 +181,8 @@ For information about the governance of the Node.js project, see
**Matteo Collina** &lt;matteo.collina@gmail.com&gt; (he/him)
* [mhdawson](https://github.com/mhdawson) -
**Michael Dawson** &lt;michael_dawson@ca.ibm.com&gt; (he/him)
* [mmarchini](https://github.com/mmarchini) -
**Matheus Marchini** &lt;mat@mmarchini.me&gt;
* [MylesBorins](https://github.com/MylesBorins) -
**Myles Borins** &lt;myles.borins@gmail.com&gt; (he/him)
* [sam-github](https://github.com/sam-github) -
Expand All @@ -198,8 +206,6 @@ For information about the governance of the Node.js project, see
**Jeremiah Senkpiel** &lt;fishrock123@rocketmail.com&gt; (he/they)
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** &lt;gibfahn@gmail.com&gt; (he/him)
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** &lt;gpunathi@in.ibm.com&gt; (he/him)
* [indutny](https://github.com/indutny) -
**Fedor Indutny** &lt;fedor.indutny@gmail.com&gt;
* [isaacs](https://github.com/isaacs) -
Expand Down Expand Up @@ -265,8 +271,6 @@ For information about the governance of the Node.js project, see
**Сковорода Никита Андреевич** &lt;chalkerx@gmail.com&gt; (he/him)
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** &lt;cjihrig@gmail.com&gt; (he/him)
* [claudiorodriguez](https://github.com/claudiorodriguez) -
**Claudio Rodriguez** &lt;cjrodr@yahoo.com&gt;
* [codebytere](https://github.com/codebytere) -
**Shelley Vohr** &lt;codebytere@gmail.com&gt; (she/her)
* [danbev](https://github.com/danbev) -
Expand Down Expand Up @@ -309,12 +313,8 @@ For information about the governance of the Node.js project, see
**Yang Guo** &lt;yangguo@chromium.org&gt; (he/him)
* [hiroppy](https://github.com/hiroppy) -
**Yuta Hiroto** &lt;hello@hiroppy.me&gt; (he/him)
* [iarna](https://github.com/iarna) -
**Rebecca Turner** &lt;me@re-becca.org&gt;
* [indutny](https://github.com/indutny) -
**Fedor Indutny** &lt;fedor.indutny@gmail.com&gt;
* [italoacasas](https://github.com/italoacasas) -
**Italo A. Casas** &lt;me@italoacasas.com&gt; (he/him)
* [JacksonTian](https://github.com/JacksonTian) -
**Jackson Tian** &lt;shyvo1987@gmail.com&gt;
* [jasnell](https://github.com/jasnell) -
Expand Down Expand Up @@ -351,8 +351,6 @@ For information about the governance of the Node.js project, see
**Julien Gilli** &lt;jgilli@nodejs.org&gt;
* [mmarchini](https://github.com/mmarchini) -
**Matheus Marchini** &lt;mat@mmarchini.me&gt;
* [MoonBall](https://github.com/MoonBall) -
**Chen Gang** &lt;gangc.cxy@foxmail.com&gt;
* [mscdex](https://github.com/mscdex) -
**Brian White** &lt;mscdex@mscdex.net&gt;
* [MylesBorins](https://github.com/MylesBorins) -
Expand Down Expand Up @@ -407,8 +405,6 @@ For information about the governance of the Node.js project, see
**Tiancheng "Timothy" Gu** &lt;timothygu99@gmail.com&gt; (he/him)
* [tniessen](https://github.com/tniessen) -
**Tobias Nießen** &lt;tniessen@tnie.de&gt;
* [trevnorris](https://github.com/trevnorris) -
**Trevor Norris** &lt;trev.norris@gmail.com&gt;
* [trivikr](https://github.com/trivikr) -
**Trivikram Kamat** &lt;trivikr.dev@gmail.com&gt;
* [Trott](https://github.com/Trott) -
Expand Down Expand Up @@ -444,6 +440,8 @@ For information about the governance of the Node.js project, see
**Calvin Metcalf** &lt;calvin.metcalf@gmail.com&gt;
* [chrisdickinson](https://github.com/chrisdickinson) -
**Chris Dickinson** &lt;christopher.s.dickinson@gmail.com&gt;
* [claudiorodriguez](https://github.com/claudiorodriguez) -
**Claudio Rodriguez** &lt;cjrodr@yahoo.com&gt;
* [DavidCai1993](https://github.com/DavidCai1993) -
**David Cai** &lt;davidcai1993@yahoo.com&gt; (he/him)
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
Expand All @@ -454,12 +452,16 @@ For information about the governance of the Node.js project, see
**Daniel Wang** &lt;wangyang0123@gmail.com&gt;
* [glentiki](https://github.com/glentiki) -
**Glen Keane** &lt;glenkeane.94@gmail.com&gt; (he/him)
* [iarna](https://github.com/iarna) -
**Rebecca Turner** &lt;me@re-becca.org&gt;
* [imran-iq](https://github.com/imran-iq) -
**Imran Iqbal** &lt;imran@imraniqbal.org&gt;
* [imyller](https://github.com/imyller) -
**Ilkka Myller** &lt;ilkka.myller@nodefield.com&gt;
* [isaacs](https://github.com/isaacs) -
**Isaac Z. Schlueter** &lt;i@izs.me&gt;
* [italoacasas](https://github.com/italoacasas) -
**Italo A. Casas** &lt;me@italoacasas.com&gt; (he/him)
* [jasongin](https://github.com/jasongin) -
**Jason Ginchereau** &lt;jasongin@microsoft.com&gt;
* [jbergstroem](https://github.com/jbergstroem) -
Expand All @@ -486,6 +488,8 @@ For information about the governance of the Node.js project, see
**Mikeal Rogers** &lt;mikeal.rogers@gmail.com&gt;
* [monsanto](https://github.com/monsanto) -
**Christopher Monsanto** &lt;chris@monsan.to&gt;
* [MoonBall](https://github.com/MoonBall) -
**Chen Gang** &lt;gangc.cxy@foxmail.com&gt;
* [not-an-aardvark](https://github.com/not-an-aardvark) -
**Teddy Katz** &lt;teddy.katz@gmail.com&gt; (he/him)
* [Olegas](https://github.com/Olegas) -
Expand Down Expand Up @@ -520,6 +524,8 @@ For information about the governance of the Node.js project, see
**Christian Tellnes** &lt;christian@tellnes.no&gt;
* [thlorenz](https://github.com/thlorenz) -
**Thorsten Lorenz** &lt;thlorenz@gmx.de&gt;
* [trevnorris](https://github.com/trevnorris) -
**Trevor Norris** &lt;trev.norris@gmail.com&gt;
* [tunniclm](https://github.com/tunniclm) -
**Mike Tunnicliffe** &lt;m.j.tunnicliffe@gmail.com&gt;
* [vkurchatkin](https://github.com/vkurchatkin) -
Expand Down
6 changes: 1 addition & 5 deletions common.gypi
Expand Up @@ -30,16 +30,12 @@
'openssl_fips%': '',
'openssl_no_asm%': 0,

# Some STL containers (e.g. std::vector) do not preserve ABI compatibility
# between debug and non-debug mode.
'disable_glibcxx_debug': 1,

# Don't use ICU data file (icudtl.dat) from V8, we use our own.
'icu_use_data_file_flag%': 0,

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.29',
'v8_embedder_string': '-node.30',

##### V8 defaults for Node.js #####

Expand Down
9 changes: 4 additions & 5 deletions configure.py
Expand Up @@ -538,12 +538,12 @@
dest='without_npm',
help='do not install the bundled npm (package manager)')

# Dummy option for backwards compatibility
parser.add_option('--without-report',
action='store_true',
dest='without_report',
help='build without report')
dest='unused_without_report',
help=optparse.SUPPRESS_HELP)

# Dummy option for backwards compatibility
parser.add_option('--with-snapshot',
action='store_true',
dest='unused_with_snapshot',
Expand Down Expand Up @@ -579,7 +579,7 @@
parser.add_option('--enable-asan',
action='store_true',
dest='enable_asan',
help='build with asan')
help='compile for Address Sanitizer to find memory bugs')

parser.add_option('--enable-static',
action='store_true',
Expand Down Expand Up @@ -1004,7 +1004,6 @@ def configure_node(o):
o['variables']['OS'] = 'android'
o['variables']['node_prefix'] = options.prefix
o['variables']['node_install_npm'] = b(not options.without_npm)
o['variables']['node_report'] = b(not options.without_report)
o['variables']['debug_node'] = b(options.debug_node)
o['default_configuration'] = 'Debug' if options.debug else 'Release'

Expand Down
5 changes: 5 additions & 0 deletions deps/cares/cares.gyp
Expand Up @@ -52,7 +52,9 @@
'src/ares_fds.c',
'src/ares_free_hostent.c',
'src/ares_free_string.c',
'src/ares_freeaddrinfo.c',
'src/ares_getenv.h',
'src/ares_getaddrinfo.c',
'src/ares_gethostbyaddr.c',
'src/ares_gethostbyname.c',
'src/ares__get_hostent.c',
Expand All @@ -70,6 +72,7 @@
'src/ares_nowarn.c',
'src/ares_nowarn.h',
'src/ares_options.c',
'src/ares__parse_into_addrinfo.c',
'src/ares_parse_aaaa_reply.c',
'src/ares_parse_a_reply.c',
'src/ares_parse_mx_reply.c',
Expand All @@ -84,9 +87,11 @@
'src/ares_process.c',
'src/ares_query.c',
'src/ares__read_line.c',
'src/ares__readaddrinfo.c',
'src/ares_search.c',
'src/ares_send.c',
'src/ares_setup.h',
'src/ares__sortaddrinfo.c',
'src/ares_strcasecmp.c',
'src/ares_strcasecmp.h',
'src/ares_strdup.c',
Expand Down