Sami Vaarala
|
1f3eb5cf1f
|
update strings and builtins for Buffer/Pointer prototypes, and some in-progress traceback changes
|
11 years ago |
Sami Vaarala
|
e1ac5796d0
|
preparations for Buffer and Pointer prototype objects; add classes for Buffer and Pointer
|
11 years ago |
Sami Vaarala
|
43e407aa2d
|
change semantics of non-strict compare operator for buffers and pointers
|
11 years ago |
Sami Vaarala
|
b0c4f2fc4a
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
2375987f32
|
draft Buffer and Pointer built-in implementations
|
11 years ago |
Sami Vaarala
|
c3330cc908
|
clean up duk_features.h / duk_internal.h split; merge very small duk_rdtsc.h and duk_bittypes.h to duk_features.h to make duk_features.h the only place where platform specific stuff is handled
|
11 years ago |
Sami Vaarala
|
7742d35f5a
|
time() as a 'now' provider for builtin Date
|
11 years ago |
Sami Vaarala
|
525f571143
|
guide typofix
|
11 years ago |
Sami Vaarala
|
df5e43f322
|
add draft of a section on type algorithms for custom types, now documents current behavior
|
11 years ago |
Sami Vaarala
|
7418747d69
|
make non-strict equality comparison of buffers compare buffer contents; optimize boolean-to-number coercion inside non-strict comparison algorithm
|
11 years ago |
Sami Vaarala
|
8e78b61dab
|
use duk_check_type_mask() internally
|
11 years ago |
Sami Vaarala
|
d8850ecf11
|
improve full dist README.txt to reflect automatic npm install
|
11 years ago |
Sami Vaarala
|
9b5f3bc223
|
fix dll build, add automatic npm install
|
11 years ago |
Sami Vaarala
|
d3c6522699
|
api doc and testcase for duk_check_type_mask()
|
11 years ago |
Sami Vaarala
|
f5b6225a1c
|
add duk_check_type_mask() api call
|
11 years ago |
Sami Vaarala
|
772651d3fb
|
rename types.html; add clearer copyright info to READMEs
|
11 years ago |
Sami Vaarala
|
fa0102ad2b
|
change the favicon to match the apple-touch-icon, created with gimp
|
11 years ago |
Sami Vaarala
|
a61491cd57
|
make <hr> tags automatic
|
11 years ago |
Sami Vaarala
|
0cc0c79c5e
|
fix broken download link
|
11 years ago |
Sami Vaarala
|
b5b9ca8d7a
|
when nav clears the logo (narrow layout), extend dark background to cover nav
|
11 years ago |
Sami Vaarala
|
bd6b971c3c
|
tweak download table sizing to work with zooms better; it's ugly to try to size two independent tables
|
11 years ago |
Sami Vaarala
|
126baa4262
|
highlight latest release on download page
|
11 years ago |
Sami Vaarala
|
83f6c4744f
|
clean up downloads page when browser is wide enough; make columns match
|
11 years ago |
Sami Vaarala
|
a63abcb0a0
|
add konqueror to browser test list
|
11 years ago |
Sami Vaarala
|
187bce668c
|
website browser test list
|
11 years ago |
Sami Vaarala
|
816f73adf1
|
website #site-top improvements, not sure if this fixes the chrome random float / font load issue
|
11 years ago |
Sami Vaarala
|
fd974a66ff
|
ditz issue update: some v0.7 issues bumped to v0.8
|
11 years ago |
Sami Vaarala
|
fd87acc650
|
remove unnecessary todo file
|
11 years ago |
Sami Vaarala
|
6c2528756d
|
remove accidentally added file
|
11 years ago |
Sami Vaarala
|
5b1c5a2039
|
guide: note about internal docs
|
11 years ago |
Sami Vaarala
|
c2488a0b2c
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
7c6c109662
|
testcases for exercising large number of constants and closures
|
11 years ago |
Sami Vaarala
|
905ce2776a
|
some preliminary work for expanding the const/temp limits; expand closure (inner func) limit because that's actually artifically limited now
|
11 years ago |
Sami Vaarala
|
8e83d6c1e2
|
extend range of GETVAR/PUTVAR variable name (-> BC) and always assume the varname is a constant (as it is)
|
11 years ago |
Sami Vaarala
|
7baa26f1ac
|
extend the range of extraops LDUNDEF/LDNULL, use BC as const index
|
11 years ago |
Sami Vaarala
|
d8130dd23c
|
split extraop LDBOOL into LDTRUE/LDFALSE and increase its constant range (use BC instead of just B for const index)
|
11 years ago |
Sami Vaarala
|
e38716ec65
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
18d74b0088
|
add apple touch icon / startup image to template
|
11 years ago |
Sami Vaarala
|
a35b7559fb
|
add apple touch icon and apple touch startup image
|
11 years ago |
Sami Vaarala
|
2ca12e3f7f
|
convert sprintf, snprintf, vsprintf, vsnprintf call sites to use DUK_SPRINTF etc macros
|
11 years ago |
Sami Vaarala
|
a956344aa2
|
remove obsolete fixme note
|
11 years ago |
Sami Vaarala
|
106ab7a2b4
|
add macros for ANSI C memory and string functions, change memcpy, memmove, memcmp, memset call sites (and a few others too)
|
11 years ago |
Sami Vaarala
|
9e6b3b1a15
|
remove unused compile time warning macros
|
11 years ago |
Sami Vaarala
|
508656c1d3
|
fix overflow warning on gcc-3.3 for INFINITY
|
11 years ago |
Sami Vaarala
|
b4021a90e7
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
ae1836306c
|
rst conventions
|
11 years ago |
Sami Vaarala
|
f9bbb93151
|
makefile trivia
|
11 years ago |
Sami Vaarala
|
edcb12a1b2
|
bump makefile version to 0.7.0, ditz issue update for 0.6 release
|
11 years ago |
Sami Vaarala
|
0bdfe96f9b
|
head favicon link
|
11 years ago |
Sami Vaarala
|
a7a2f837dd
|
add timestamps and hashes, minor edits to guide intro
|
11 years ago |