Age | Commit message (Expand) | Author |
2014-07-09 | Fix handling of broken symlinks in filelib | Anthony Ramine |
2014-04-10 | filelib:wildcard() should show broken symlinks | Björn Gustavsson |
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll |
2013-07-24 | Merge branch 'maint' | Björn-Egil Dahlberg |
2013-07-21 | Update filelib.erl typespecs | José Valim |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-13 | Remove special case handling "-" at the beginning of a charset | Björn Gustavsson |
2013-02-13 | Optimize character sets using gb_sets | Björn Gustavsson |
2013-02-13 | Clean up and simplify the inner matching loop | Björn Gustavsson |
2013-02-13 | Only sort the result list once, just before returning | Björn Gustavsson |
2013-02-13 | Replace filename:join/2 with '++' | Björn Gustavsson |
2013-02-13 | Rethink the filelib:wildcard() functions | Björn Gustavsson |
2013-02-13 | Don't redefine error/1 | Björn Gustavsson |
2013-02-13 | Don't allow binaries as the Cwd argument for filelib:wildcard() | Björn Gustavsson |
2013-02-13 | Don't handle binaries from file:list_dir/1 | Björn Gustavsson |
2012-09-17 | Allow ** in filelib:wildcard | José Valim |
2012-09-12 | Fix filelib:wildcard/2 | Björn Gustavsson |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-05-23 | Fix infinite loop when an invalid drive letter it given | Lukas Larsson |
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder |
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom |
2010-12-01 | Make filelib not crash on re codepoints beyond 255 in re when filename is raw | Patrik Nyblom |
2010-11-30 | Teach filelib to use re in unicode mode when filenames are not raw | Patrik Nyblom |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom |
2010-03-07 | file.hrl: Move out type declarations | Kostis Sagonas |
2010-01-30 | Merge branch 'ta/ensure_dir_eexist' into ccase/r13b04_dev | Erlang/OTP |
2010-01-18 | Don't return a false {error,eexist} in filelib:ensure_dir/1 | Tuncer Ayaz |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP |