Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | Merge branch 'ks/stdlib' into dev | Erlang/OTP | |
* ks/stdlib: erl_parse.yrl: Add missing operator in type declaration stdlib: Add types and specs stdlib: Use fun object instead of {M,F} tuple ets: Cleanup as suggested by tidier OTP-8576 ks/stdlib | |||
2010-04-13 | stdlib: Add types and specs | Kostis Sagonas | |
2009-12-14 | Fix c:nc to use outdir or cwd to find compiled object file | Alex Suraci | |
Before this patch, c:nc would naively assume the object file was created in the same location as the .erl file. This is often false, for example when an outdir is specified (often the case in make:all([netload])) or calling with c:nc("foo/bar") (because compile:file places bar.beam in the cwd, not foo/). [ Squashed in minor style changes. /bg ] | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |