You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala c9f7c28e11 DUK_CMDLINE_BAREBONES option documentation to gettingstarted 11 years ago
api-testcases api doc and testcase for duk_check_type_mask() 11 years ago
bugs ditz issue update 11 years ago
doc code issue note on leading underscores 11 years ago
ecmascript-testcases fix thread related testcases to use new location of resume() etc 11 years ago
examples add DUK_CMDLINE_BAREBONES (commented out) into the example makefile; make duktape cmdline banner indicate that readline is disabled 11 years ago
licenses murmurhash2 license 12 years ago
references Ecmascript E5 and E5.1 specifications as references (license allows redistribution) 12 years ago
runtests fix src path in runtests 11 years ago
src remove DUK_USE_STRUCT_HACK from duk_hbuffer.h; remove zero/C99 flex initializer from duk_hbuffer_fixed and allow compiler padding on the struct; add DUK_USE_FLEX_xxx defines to duk_features.h although they are now unused 11 years ago
website DUK_CMDLINE_BAREBONES option documentation to gettingstarted 11 years ago
.gitignore add stripped files to ignore too 12 years ago
LICENSE.txt add a basic README and LICENSE 12 years ago
Makefile draft Buffer and Pointer built-in implementations 11 years ago
Makefile.dist bump makefile version to 0.7.0, ditz issue update for 0.6 release 11 years ago
README.txt.dist rename types.html; add clearer copyright info to READMEs 11 years ago
README.txt.full improve full dist README.txt to reflect automatic npm install 11 years ago
bin2img.py dummy helper for visualizing binaries as images (curiosity) 11 years ago
combine_src.py make combining sources deterministic so that combined sources diff better 11 years ago
make_dist.sh dist fix 11 years ago
make_full.sh add unicode doc to full dist 11 years ago

README.txt.full

==========================
Duktape full distributable
==========================

This is a full Duktape distributable. You'll only need this if you want to
make changes to Duktape internals or perhaps run Duktape internal testcases.

Getting started:

1. Install NodeJS and npm.

2. Compile libraries and command line tools::

$ cd <toplevel>
$ make

3. Run Ecmascript and API testcases::

$ cd <toplevel>
$ make test
$ make apitest

Duktape is (C) Sami Vaarala and licensed under the MIT license
(see ``LICENSE.txt``). MurmurHash2 is used internally; it is also
under the MIT license.

Have fun!

--
Sami Vaarala
sami.vaarala@iki.fi