forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-897a1de3ec2aeafae08a5196907ee1ff541a5d52.yaml
52 lines (50 loc) · 1.36 KB
/
issue-897a1de3ec2aeafae08a5196907ee1ff541a5d52.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
--- !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 <[email protected]>
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 <[email protected]>
- created
- ""
- - 2013-09-29 10:05:51.618815 Z
- sva <[email protected]>
- assigned to release v0.8 from v0.7
- ""
- - 2013-11-26 22:06:07.889856 Z
- sva <[email protected]>
- assigned to release v0.9 from v0.8
- ""
- - 2014-01-29 18:29:30.802045 Z
- sva <[email protected]>
- assigned to release v0.10 from v0.9
- ""
- - 2014-02-22 23:14:29.255440 Z
- sva <[email protected]>
- commented
- grep -P '(?<![a-z_])[a-ce-z][a-z_]+\(' *.c
- - 2014-02-22 23:33:04.125765 Z
- sva <[email protected]>
- 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 <[email protected]>
- closed with disposition fixed
- ""