0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Fedor Indutny 3d67f89552 dtrace: fix generation of v8 constants on freebsd
Every constant is certainly 4 bytes now, but freebsd's objdump utility
prints out odd byte sequences (5-bytes, 6-bytes and even 9-bytes long)
for v8's data section. We can safely ignore all upper bytes, because all
constants that we're using are just `int`s. Since on all supported
platforms `int` is 32bit long (and anyway v8's constants are 32bit too),
we ignore all higher bits if they were read.
2013-01-21 12:46:27 +04:00
..
blog blog: Don't filter out non-latest release notes 2012-11-23 12:54:33 -08:00
closure_linter
doc Colorize API stabilitity index headers in docs 2012-12-27 18:38:56 -08:00
gyp tools: fix platform detection on freebsd, sunos 2012-12-02 03:01:20 +01:00
msvs windows: add support for '_Total' perf counters 2013-01-11 22:24:48 +01:00
osx-pkg.pmdoc
build-changelog.sh
changelog-head.sh 2012.01.09, Version 0.8.17 (Stable) 2013-01-09 16:55:12 -08:00
cpplint.py
email-footer.md email-footer: update the binary package links to x86/x64 2012-08-15 18:05:33 -07:00
genv8constants.py dtrace: fix generation of v8 constants on freebsd 2013-01-21 12:46:27 +04:00
getnodeisrelease.py Makefile: add a better check to ensure a node "release" 2012-08-09 17:11:41 -07:00
getnodeversion.py
gyp_node build: add configure option to build with ninja 2012-09-04 16:04:01 +02:00
install.py Merge remote-tracking branch 'ry/v0.8' into master 2013-01-18 12:58:16 -08:00
js2c.py js2c: raise proper Exception, not a string 2012-11-24 01:14:09 +01:00
license2rtf.js
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
run-valgrind.py
test.py test: run tests in alphabetical order 2013-01-10 01:58:30 +01:00
updateAuthors.awk