mirror of https://github.com/svaarala/duktape.git
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.
52 lines
1.4 KiB
52 lines
1.4 KiB
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: check for remaining ANSI C calls and wrap them through macros
|
|
desc: ""
|
|
type: :task
|
|
component: duk
|
|
release: v0.10
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2013-09-23 22:14:32.833600 Z
|
|
references: []
|
|
|
|
id: 897a1de3ec2aeafae08a5196907ee1ff541a5d52
|
|
log_events:
|
|
- - 2013-09-23 22:14:33.001440 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2013-09-29 10:05:51.618815 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- assigned to release v0.8 from v0.7
|
|
- ""
|
|
- - 2013-11-26 22:06:07.889856 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- assigned to release v0.9 from v0.8
|
|
- ""
|
|
- - 2014-01-29 18:29:30.802045 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- assigned to release v0.10 from v0.9
|
|
- ""
|
|
- - 2014-02-22 23:14:29.255440 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- commented
|
|
- grep -P '(?<![a-z_])[a-ce-z][a-z_]+\(' *.c
|
|
- - 2014-02-22 23:33:04.125765 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- commented
|
|
- |-
|
|
Calls remaining:
|
|
|
|
- malloc/free in the default allocator
|
|
- sizeof
|
|
- vararg macros (va_arg etc)
|
|
- platform specific time functions
|
|
- math functions in duk_bi_math.c
|
|
- math functions elsewhere (fmod, floor, fabs at least)
|
|
- setjmp, longjmp
|
|
- abort, exit (in panic handling)
|
|
- - 2014-04-12 21:51:45.730185 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- ""
|
|
|