Sami Vaarala
|
2842b0c20d
|
some more indirection for ANSI C functions
|
11 years ago |
Sami Vaarala
|
5475a07a4f
|
change DUK_MEMSET() to DUK_MEMZERO() when appropriate
|
11 years ago |
Sami Vaarala
|
d33ad232ec
|
add DUK_MEMZERO()
|
11 years ago |
Sami Vaarala
|
f5f277029c
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
bd74df0368
|
also output a tar.gz from dist-src, for e.g. openbsd
|
11 years ago |
Sami Vaarala
|
e3cf919aa7
|
portability troubleshooting note update
|
11 years ago |
Sami Vaarala
|
15c3766146
|
add openbsd to portability list
|
11 years ago |
Sami Vaarala
|
2bb88b1abb
|
release note update
|
11 years ago |
Sami Vaarala
|
f6f6be8180
|
detect DUK_F_OPENBSD specifically, endianness detection fix for OpenBSD (sys/types.h must be included first), also applied to other BSDs and Linux
|
11 years ago |
Sami Vaarala
|
8fabe3ab1d
|
release note update
|
11 years ago |
Sami Vaarala
|
5e2d47cd77
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
2fbce7f7ca
|
fix accidentally timezone specific testcase (failed on NetBSD, which was correct)
|
11 years ago |
Sami Vaarala
|
1f2a438855
|
add NetBSD to portability list
|
11 years ago |
Sami Vaarala
|
a515ca5ac3
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
111ffd26d9
|
add a NetBSD specific fix to a few Math.pow() issues (test-bug-netbsd-math.pow.js); these may be a wider issue but fix for NetBSD for now
|
11 years ago |
Sami Vaarala
|
d885b55167
|
rename NetBSD math testcase to include pow (as the bugs are only in pow())
|
11 years ago |
Sami Vaarala
|
5ac5881616
|
add a testcase for netbsd math issues (Math.pow)
|
11 years ago |
Sami Vaarala
|
c99603e558
|
fix eof handling for duk cmdline in non-interactive mode
|
11 years ago |
Sami Vaarala
|
6c71570e77
|
README dukwebtest fix
|
11 years ago |
Sami Vaarala
|
7f3fa89cc3
|
remove regexp quantifier capture handling limitation from guide (fixed now)
|
11 years ago |
Sami Vaarala
|
2888cb49cf
|
release note update
|
11 years ago |
Sami Vaarala
|
c66035bac1
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
2e035f6a07
|
makefile trivia: nonverbose tar unpack for test262 set
|
11 years ago |
Sami Vaarala
|
abbb722fbf
|
update test262 status to match regexp quantifier bug fix
|
11 years ago |
Sami Vaarala
|
a932420898
|
Merge branch 'regexp-quantifier-capture-fix'
|
11 years ago |
Sami Vaarala
|
f5678e6ac0
|
makefile debug level trivia (revert accidental previous debug level increase)
|
11 years ago |
Sami Vaarala
|
d3304d23a8
|
#if 0 out disjunction level start/end captures field, which was not needed for quantifier capture handling after all
|
11 years ago |
Sami Vaarala
|
6f6e80f035
|
remove nonascii chars from regexp doc
|
11 years ago |
Sami Vaarala
|
0305d71e98
|
add WIPERANGE to regexp doc
|
11 years ago |
Sami Vaarala
|
6948fde0b6
|
add DUK_REOP_WIPERANGE and implement saved array wiping when quantified is rematched, fixing e.g. test-bug-regexp-quantifier-captures.js
|
11 years ago |
Sami Vaarala
|
a46fc955da
|
track capture range saved by an atom
|
11 years ago |
Sami Vaarala
|
4f19da8654
|
first step in regexp quantifier rework: make disjunction parsing result a struct to allow more fields to be passed
|
11 years ago |
Sami Vaarala
|
b9786d3578
|
add a development time testcase for quantifier capture fixing
|
11 years ago |
Sami Vaarala
|
77507ca86e
|
add -std=c99 (or similar) to compilation overview
|
11 years ago |
Sami Vaarala
|
44eae2a4c9
|
regexp bug test case (now fixed)
|
11 years ago |
Sami Vaarala
|
38b00c447c
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
07273da942
|
release note update
|
11 years ago |
Sami Vaarala
|
fb5b9c6093
|
update README.md and CONTRIBUTING.md with info for reporting bugs (for now)
|
11 years ago |
Sami Vaarala
|
b67e0e386b
|
fix atom start offset for noncapture groups (broke regexps like /(?:a)?/); a FIXME note for captures and quantifiers
|
11 years ago |
Sami Vaarala
|
b3c17ac4ce
|
document array limitations and regexp quantifier over captures
|
11 years ago |
Sami Vaarala
|
802c5cb002
|
update test262 status: several bugs have been happily fixed, and all bugs should now have a diagnosis
|
11 years ago |
Sami Vaarala
|
804551c681
|
a test case (somewhat overlapping with an existing case) for a known label handling bug: if the label is applied to a block statement, break/continue won't work properly
|
11 years ago |
Sami Vaarala
|
3e009f3ae0
|
add a bug testcase for regexp quantifier capture handling: captures are not set to undefined when quantifier is rematched
|
11 years ago |
Sami Vaarala
|
8acefdc294
|
add xmldoctest to README
|
11 years ago |
Sami Vaarala
|
a88e147e15
|
clang and gcc predef dump targets, fix VALGRIND_WRAP default
|
11 years ago |
Sami Vaarala
|
4a48c2ff41
|
cast fix for debug print
|
11 years ago |
Sami Vaarala
|
8f89d039a2
|
commit after local git corruption: build duk/dukd with a valgrind wrapper if requested, remove explicit valgrind tests, trivial xmldoc test
|
11 years ago |
Sami Vaarala
|
403b1585bb
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
d3cd0b93c8
|
avoid using __unix alone as it's compiler specific (maybe a problem in NetBSD)
|
11 years ago |
Sami Vaarala
|
eecd0557ed
|
makefile bug fix
|
11 years ago |