-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nodejs/node-gyp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nodejs/node-gyp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 21 files changed
- 8 contributors
Commits on Jul 15, 2022
-
lib: enable support for zoslib on z/OS (#2600)
Check if zos-base.h is in the directory identified by environment variable ZOSLIB_INCLUDES if set; otherwise search for it from a set of candidates under nodeRootDir. Then pass it as -Dzoslib_include_dir=<path-found> to gyp_main.py for use in common.gypi to set 'includes_dir' when compiling addons. Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com> Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 83c0a12 - Browse repository at this point
Copy the full SHA 83c0a12View commit details
Commits on Jul 22, 2022
-
chore: update dependency - nopt@6.0.0 (#2707)
No functional changes, just dropping old node versions from engines, linting, and fixing CI.
Configuration menu - View commit details
-
Copy full SHA for 8958ecf - Browse repository at this point
Copy the full SHA 8958ecfView commit details
Commits on Aug 22, 2022
-
fix: node.js debugger adds stderr (but exit code is 0) -> shouldn't t…
…hrow (#2719) * fix: node.js debugger adds stderr (but exit code is 0) -> shouldn't throw * input.py: subprocess.Popen() -> subprocess.run()
Configuration menu - View commit details
-
Copy full SHA for c379a74 - Browse repository at this point
Copy the full SHA c379a74View commit details
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e2a532 - Browse repository at this point
Copy the full SHA 3e2a532View commit details -
feat: Add proper support for IBM i
Python 3.9 on IBM i now properly returns "os400" for sys.platform instead of claiming to be AIX as it did previously. While the IBM i PASE environment is compatible with AIX, it is a subset and has numerous differences which makes it beneficial to distinguish, however this means that it now needs explicit support here.
Configuration menu - View commit details
-
Copy full SHA for a26494f - Browse repository at this point
Copy the full SHA a26494fView commit details
Commits on Oct 2, 2022
-
Adding tarfile member sanitization to extractall() (#2741)
Co-authored-by: TrellixVulnTeam <kasimir.schulz@trellix.com>
Configuration menu - View commit details
-
Copy full SHA for 33deab4 - Browse repository at this point
Copy the full SHA 33deab4View commit details
Commits on Oct 4, 2022
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bc4747 - Browse repository at this point
Copy the full SHA 4bc4747View commit details
There are no files selected for viewing