Sami Vaarala
72a1b26ce4
Add deep C stack for dukweb.js
By default dukweb.js gets a shallow stack intended for embedded
environments. This results in C recursion limits being hit for
large expression that work fine on the command line, see e.g.
GH-67.
10 years ago
Sami Vaarala
be6590a96c
Ditz issue update
10 years ago
Sami Vaarala
d6a14f4422
Ditz issue update
10 years ago
Sami Vaarala
14e8fac023
Merge branch 'checklist-trivia'
10 years ago
Sami Vaarala
979c500e7a
Trivial typo fix
10 years ago
Sami Vaarala
068ec3cdc7
Ditz issue update
10 years ago
Sami Vaarala
90a5b35bdd
Merge branch 'checklist-maintenance-tweaks'
10 years ago
Sami Vaarala
fe47d9863f
Merge branch 'website-update-v1.0.1'
10 years ago
Sami Vaarala
ec23408f00
Update download links: 1.0.1
10 years ago
Sami Vaarala
13a4eeaca5
Update release note: 1.0.1 released
10 years ago
Sami Vaarala
3990b6f0c6
maintenance release tagging
10 years ago
Sami Vaarala
ab135fca22
Review diff in maintenance release
10 years ago
Sami Vaarala
f538410135
Merge branch 'release-note-v1.0.1-update'
10 years ago
Sami Vaarala
67fb442b5a
update 1.0.1 release note
10 years ago
Sami Vaarala
cea8b2f304
Merge branch 'release-checklist-maintenance'
10 years ago
Sami Vaarala
7757620801
Release checklist: maintenance branches
10 years ago
Sami Vaarala
2e718b927a
Ditz issue update
10 years ago
Sami Vaarala
e7558dc4fc
Merge branch 'git-cherry-pick-convention'
10 years ago
Sami Vaarala
905a5f1d61
Merge branch 'remove-releases-from-dist'
10 years ago
Sami Vaarala
21f6474016
Drop release notes from dist package
RELEASES.rst is only updated in master branch to make it easier to make
and merge fixes to multiple branches. Including it in the dist package
would mean that it would need to be updated in maintenance branches too
or it would be out-of-date in patch releases.
So, drop release notes from the dist package, and just link to it in the
dist README.
10 years ago
Sami Vaarala
236b3b6e54
Add maintenance branch cherry pick guidance
10 years ago
Sami Vaarala
f63d1fb683
Ditz issue update
10 years ago
Sami Vaarala
624831f119
Merge branch 'improve-require-file-name'
Fix fileName for functions defined by modules loaded using require().
Although the fileName for the (Duktape internal) module function was set
to the resolved module ID, any functions defined in the module woult not
be affected by this and fileName would default to "duk_bi_global.c" which
is highly misleading. See GH-58.
10 years ago
Sami Vaarala
3a63e10e02
Release note: fileName for loaded modules
10 years ago
Sami Vaarala
08c6e0573c
Fix fileName for functions defined within a module
See GH-58.
10 years ago
Sami Vaarala
8aad9fb49e
Testcase knownissue: depends on timezone
10 years ago
Sami Vaarala
19491efee8
Testcase for GH-58
10 years ago
Sami Vaarala
b0a553ae18
Merge branch 'fix-no-pc2line-opt'
See GH-59.
10 years ago
Sami Vaarala
c4250e9d34
Add release note for 1.0.1 too
Not sure at the moment how to handle release notes and branches best,
but add the 1.0.1 pending release notes into master for now.
10 years ago
Sami Vaarala
9f5c7f94ed
Release note: fix DUK_OPT_NO_PC2LINE
10 years ago
Sami Vaarala
2b141e6828
Add DUK_OPT_NO_PC2LINE to matrix test stub
10 years ago
Sami Vaarala
0772512892
Fix compile error for DUK_OPT_NO_PC2LINE
The resulting code produces some function/variable unused warnings, but this
is OK for special options.
10 years ago
Sami Vaarala
baac78153b
Ditz issue update
10 years ago
Sami Vaarala
8a402ee6db
Merge branch 'add-extras-dist-dir'
10 years ago
Sami Vaarala
d74d50be89
Dist README.rst cleanups and reformatting
10 years ago
Sami Vaarala
749d8ec92c
Add extras/ dir, add READMEs for extras+examples
10 years ago
Sami Vaarala
bb08e7c2d5
Merge branch 'v1.0.0-post-release'
10 years ago
Sami Vaarala
f04fecfa11
Bump DITZ_VERSION for 1.1
10 years ago
Sami Vaarala
e292bd70d5
Bump DUK_VERSION for 1.1.0 alpha (1.0.99)
10 years ago
Sami Vaarala
03fd969762
Release checklist: maintenance branch
10 years ago
Sami Vaarala
6c4a87d086
Ditz issue update
10 years ago
Sami Vaarala
e7032acd40
Merge branch 'v1.0-website-prep'
10 years ago
Sami Vaarala
d8fd160418
Update download page for 1.0.0 release
10 years ago
Sami Vaarala
20a6b00b47
Bump version in getting started example
10 years ago
Sami Vaarala
c57f64afdc
Ditz issue update
10 years ago
Sami Vaarala
3aa533b463
Merge branch 'v1.0.0-release-prep'
10 years ago
Sami Vaarala
8f3065a17b
Release checklist: more platforms, Windows DLL
10 years ago
Sami Vaarala
4617c85234
Release notes: compiler trivia issues
10 years ago
Sami Vaarala
b855e2831b
Add an ISO dist target back for system sim testing
Some system simulators have no network support or the network support is a
pain to configure. An ISO dist package allows easier testing. The ISO
target is now a separate target to avoid increasing the util requirements
for e.g. Cygwin builds.
10 years ago
Sami Vaarala
f8790b9ae2
Bump 1.0.0 release date
10 years ago