Commit Graph

14 Commits

Author SHA1 Message Date
Michael VAN CANNEYT
810f54ac07 * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
Károly Balogh
fa9a34f738 macos: build fixes (powerpc), system unit at least should build now, after an IE in the MPW assembler writer is fixed
git-svn-id: trunk@36880 -
2017-08-12 12:12:40 +00:00
pierre
7bbb30ccd4 * Reset filerec mode field to fmClosed if the system call to open the file failed
git-svn-id: trunk@29132 -
2014-11-23 21:49:29 +00:00
Jonas Maebe
df6a2dce00 + unicodestring support for assign/erase/rename
+ codepage support for textrec/filerec and the above routines
  * textrec/filerec now store the filename by default using widechar. It is
    possible to switch back to ansichars using the FPC_ANSI_TEXTFILEREC define.
    In that case, from now on the filename will always be stored in
    DefaultFileSystemEncoding
  * fixed potential buffer overflows and non-null-terminated file names in
    textrec/filerec
  + dodirseparators(pwidechar), changed the dodirseparators(pchar/pwidechar)
    parameters into var-parameters and gave those routines an extra parameter
    that indicates whether the p(wide)char can be changed in place if
    necessary or whether a copy must be made first (avoids us having to make
    all strings always unique everywhere, because they might be changed on
    some platforms via a pchar)
  * do_open/do_erase/do_rename got extra boolean parameters indicating whether
    the passed pchars point to data that can be freely changed (to pass on to
    dodirseparators() if applicable)
  * objects.pp: force assign(pchar) to be called, because
    assign(array[0..255]) cannot choose between pchar and rawbytestring
    versions (and removing the pchar version means that assign(pchar) will
    be mapped to assign(shortstring) in {$h-})
  * fixed up some routines in other units that depend on the format of
    the textrec/filerec.name field

git-svn-id: branches/cpstrrtl@25137 -
2013-07-19 16:30:51 +00:00
olle
e83e8d0695 fixed broken do_isdevice
git-svn-id: trunk@4666 -
2006-09-20 20:58:17 +00:00
peter
4ace790492 * remove $Log
git-svn-id: trunk@231 -
2005-06-07 09:47:55 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
peter
b68af1b0e3 * post 2.0.0 fixes from cvs
git-svn-id: trunk@7 -
2005-05-16 20:59:02 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
olle
9c34d047ed * Updated header comments 2005-05-14 11:52:37 +00:00
olle
b9de360650 * Set errno to zero after close 2005-04-28 18:21:04 +00:00
olle
d4b4756c01 + Added optional path translation mechanism 2005-03-20 19:37:31 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
peter
f6f22df152 * system unit updated 2005-02-07 21:30:12 +00:00