Historial de Commits

Autor SHA1 Mensaje Fecha
  sergei c83f4c5ddc * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). hace 11 años
  sergei 83deae45b8 * First part of 64-bit Windows fixes from Mantis #23074. hace 11 años
  Tomas Hajny 3e5601d89e * fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case hace 12 años
  Jonas Maebe 63e8d0c31c * do not yet map GetCommandLine() to GetCommandLineW() with -dFPC_UNICODE_RTL, hace 12 años
  Jonas Maebe df6a2dce00 + unicodestring support for assign/erase/rename hace 12 años
  Jonas Maebe a5273abc9c + support for CP_OEMCP hace 12 años
  Jonas Maebe d66d15aad3 + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit hace 12 años
  Jonas Maebe 08ab4dcabe * convert calls to GetCurrentDirectory to *W in Windows do_getdir() hace 12 años
  Jonas Maebe 62ee16278b * changed getdir(ansistring):ansistring to hace 12 años
  marco e57174a14f * defined -W versions for several -A functions under ifdef FPC_UNICODE_RTL hace 12 años
  svenbarth 930b76e8fb Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. hace 12 años
  sergei 167ee9867e * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince. hace 13 años
  sergei c3b106fde3 * StringToOleStr(UnicodeString), reduced to single SetString call, this way it does not depend on private functions and does not require $ifdef's. hace 13 años
  sergei ce2812e24a * Split combined declarations of GetModuleHandle and GetModuleFileName into separate WinCE and non-WinCE versions. Using Pointer as 'common denominator' in combined declarations was making it impossible to use e.g. GetModuleHandle('literal') in System unit. hace 14 años
  sergei ebb2205c63 * Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets. hace 14 años
  sergei 32094761ef * win32/system.pp, win64/system.pp: Moved duplicated declarations of WinAPI functions to sysos.inc (Florian's comment about include ordering is no longer true, wstrings.inc comes after sysos.inc these days). hace 14 años
  paul 6131a9188c rtl: fix wince compilation, reimplement WinCEWide2AnsiMove, WinCEAnsi2WideMove by copying win32 code hace 14 años
  paul ae0d732c8f merge r13485 from cpstrnew branch by florian: hace 14 años
  florian 28126cf0d5 * convert disk full to run time error 101 hace 14 años
  pierre bffd571f9d * win/sysos.inc: TTlsDirectory, new record type hace 14 años
  mazen b127fc154a * Fixed spell error revealed by lintian. hace 15 años
  pierre bdefb849fc * Fix for Bug report 17550 hace 15 años
  florian cba72c423d * patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630 hace 16 años
  florian 6c5471f324 * don't destroy LastError when resolving a threadvar on windows, resolves #10205 (?) hace 17 años
  michael 174de3eab1 Merged revisions 9693-10480 via svnmerge from hace 17 años
  florian 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU hace 18 años
  yury ff37ef8786 * fixed i386-wince support. WinCE API functions are cdecl. hace 19 años
  yury 4bfe0e6819 * Optimization for code size. hace 19 años
  florian 4fb0d13138 + few com helpers added hace 19 años
  florian 807fc6e948 * basic file io fixed for win64 hace 19 años