aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/file.erl
AgeCommit message (Expand)Author
2011-05-09Types and specifications have been modified and addedHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-14Fix -spec for file:write_file/3Magnus Henoch
2010-12-03Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom
2010-11-30Teach file to accept codepoints beyond 255.Patrik Nyblom
2010-11-30Handle binary file names and conversion of unicode stringsPatrik Nyblom
2010-11-29Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom
2010-11-29Fix type information of 'file' and 'code' modulesKostis Sagonas
2010-10-14Add the {encoding, _} options to file:open/2's modesKostis Sagonas
2010-06-08Change typespecs for file.erl to match realityPatrik Nyblom
2010-06-07Merge branch 'ms/file-exclusive-mode' into devErlang/OTP
2010-06-04Support opening files in exclusive modeMichael Santos
2010-06-03kernel: Add declaration for exported typesKostis Sagonas
2010-06-01Teach file:write/read/read_line about named io_serversPatrik Nyblom
2010-05-20Add file:advise/4 - a wrapper to the POSIX syscall posix_fadviseFilipe David Manana
2010-05-20Add file:datasync/1 for syncing file contents onlyFilipe David Manana
2010-03-07file.hrl: Move out type declarationsKostis Sagonas
2010-02-14file.erl: Add a type to be used from other modulesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP