Sami Vaarala
|
945ae19717
|
Remove dependency on fmin() and fmax() entirely
|
8 years ago |
Sami Vaarala
|
3b7f646793
|
Simplify DUK_FMIN() and DUK_FMAX() handling
Calling code can now always assume they exist, at least as a replacement.
|
8 years ago |
Sami Vaarala
|
96d301b3cb
|
Rename src/ to src-input/ to match dist
With this change the directory naming in the main repo and dist is the same.
|
8 years ago |
Sami Vaarala
|
78a1128117
|
Minor source fixes
* Remove DUK_USE_PACKED_TVAL_POSSIBLE refs
* Remove DUK_USE_BYTEORDER_FORCED refs
* Remove DUK_USE_RDTSC() refs
* Remove DUK_USE_NO_DOUBLE_ALIASING_SELFTEST, disable aliasing self test
when duk_tval is not packed (since we don't strictly require it then)
* Fix debugger declaration visibility, undeclared function
* Fix debugger compile warning
* Fix compile warning for time() provider
* Fix BCC compilation error in switch-case
* Add missing 'const' to hex enctab
* Fix duk_get_hobject_or_lfunc_coerce() storage class
* Move computed NaN / infinity declarations to internals
* Declare built-in Date providers internally instead of in duk_config.h
* Whitespace trivia
* Fix compile warning for MSVC 64-bit (assignment in buffer code)
* Suppress warning for heap destruction curr_limit (MIPS32 gcc)
|
9 years ago |
Sami Vaarala
|
1fa66cd25a
|
Symbol visibility changes for code and headers
|
10 years ago |
Sami Vaarala
|
f5ee49d713
|
Fix trailing newline offenders in src
|
10 years ago |
Sami Vaarala
|
bbdb315c77
|
Avoid 'exp' var name, shadows exp() from math.h
|
10 years ago |
Sami Vaarala
|
9d85ee1536
|
add missing duk_internal.h include
|
11 years ago |
Sami Vaarala
|
c584b74863
|
remove unnecessary volatile attributes
|
11 years ago |
Sami Vaarala
|
489810a58b
|
mixed commit with duk_features.h tweaks, duk_repl_isinf(), and other trivia
|
11 years ago |
Sami Vaarala
|
b9e89014b0
|
c typing fixes
|
11 years ago |
Sami Vaarala
|
60351e8897
|
fix type portability of duk_double_union
|
11 years ago |
Sami Vaarala
|
e2fb361ff1
|
rename _DUK_IDX_xxx to DUK_DBL_IDX_xxx (underscored names are not good)
|
11 years ago |
Sami Vaarala
|
ed650c2c76
|
improve fpclassify() replacement a bit (avoid unnecessary shifting)
|
11 years ago |
Sami Vaarala
|
d0a94e23e8
|
initial replacements for fpclassify() and friends
|
11 years ago |
Sami Vaarala
|
e19d682beb
|
fix DUK_ISNAN replacement
|
11 years ago |
Sami Vaarala
|
6134cfa3f5
|
some hackery for testing an AmigaOS+VBCC port; make NAN and INFINITY possibly computed (as 0.0/0.0 and 1.0/0.0 yield incorrect results on VBCC and perhaps other older compilers); add replacement placeholders for fpclassify() and friends
|
11 years ago |