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.

49 lines
1.2 KiB

11 years ago
--- !ditz.rubyforge.org,2008-03-06/issue
title: check for remaining ANSI C calls and wrap them through macros
desc: ""
type: :task
component: duk
11 years ago
release: v0.10
11 years ago
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
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
- ""
11 years ago
- - 2013-11-26 22:06:07.889856 Z
- sva <sami.vaarala@iki.fi>
- assigned to release v0.9 from v0.8
- ""
11 years ago
- - 2014-01-29 18:29:30.802045 Z
- sva <sami.vaarala@iki.fi>
- assigned to release v0.10 from v0.9
- ""
11 years ago
- - 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)