Sami Vaarala
|
39ecb8b7eb
|
Source fixes for #ifdef and #ifndef convention
|
8 years ago |
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
|
91d27f64b1
|
Fix double definition of double const replacements
|
9 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
|
489810a58b
|
mixed commit with duk_features.h tweaks, duk_repl_isinf(), and other trivia
|
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 |