Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | Optimize filename:basename/1 to produce less garbage | Björn Gustavsson | |
In most cases, we can simply return a tail of the flattened filename. | |||
2011-10-09 | Optimize filename:extension/1 to produce less garbage | Björn Gustavsson | |
Simply return a tail of the flattened filename. | |||
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2010-12-17 | Remove dead code (and dialyzer errors) from filename and re | Patrik Nyblom | |
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom | |
2010-11-30 | Handle binary file names and conversion of unicode strings | Patrik Nyblom | |
2010-11-29 | Teach filename to accept raw data and add filename enc option to emu | Patrik Nyblom | |
2010-03-09 | Merge branch 'ks/types' into dev | Erlang/OTP | |
* ks/types: file.hrl: Move out type declarations kernel: Add types and specs OTP-8494 ks/types | |||
2010-03-07 | file.hrl: Move out type declarations | Kostis Sagonas | |
Having various type declarations in the file.hrl file was once upon a time necessary since the system could not really handle remote types. Now it can and these declarations should not be there but appear in file.erl instead. This means that files that need to use these types can refer to them using a remote type reference, and not having to include file.hrl - at least not for this reason. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |