Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Fix handling of archive (.ez) files in code:clash/0 | Tuncer Ayaz | |
code:clash/0 did not take into account .ez files when listing contents of code path entries. Using erl_prim_loader:list_dir/1 instead of file:list_dir/1 fixes the problem. Signed-off-by: Tuncer Ayaz <[email protected]> | |||
2010-01-27 | OTP-8387 Explicit top directories in archive files are now optional. | HÃ¥kan Mattsson | |
For example, if an archive (app-vsn.ez) just contains an app-vsn/ebin/mod.beam file, the file info for the app-vsn and app-vsn/ebin directories are faked using the file info from the archive file as origin. The virtual direcories can also be listed. For short, the top directories are virtual if they does not exist. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |