Trouble compiling NetBSD: failure in libc

2018-01-04 Thread Eitan Adler
uot;; real="${dir}" ;; .) this=""; real="/Users/eax/svn/cs/netbsd/src" ;; *) this="${dir}/"; real="/Users/eax/svn/cs/netbsd/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/eax/svn/cs/netbsd/src/obj/tooldir.Darwin-17.4.0-x86_64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . do-lib *** Error code 1 Stop. nbmake: stopped in /Users/eax/svn/cs/netbsd/src ERROR: Failed to make build *** BUILD ABORTED *** ./build.sh -m amd64 -uU build 416.92s user 298.38s system 69% cpu 17:10.83 total -- Eitan Adler

signed overflow in atan2

2018-03-07 Thread Eitan Adler
(y); /* x=1.0 */ m = ((hy>>31)&1)|((hx>>30)&2); /* 2*sign(x)+sign(y) */ /* when y = 0 */ -- Eitan Adler

adding additional names to propernames

2018-03-04 Thread Eitan Adler
Is there any rule for what names get added to share/dict/propernames? Would adding more names, even uncommon ones, be okay? -- Eitan Adler