2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  yury 187cc46b32 * Windows: Do not use CommandLineToArgvW for parsing command line parameters, because it treats \" as an escape sequence for the double quote. 5 жил өмнө
  svenbarth 68d743a83e * fix for Mantis #36941: apply (adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Windows, with the exception of Windows CE 5 жил өмнө
  yury 8d95da3fea * Windows: Reworked handling of command line arguments to properly support Unicode: 5 жил өмнө
  Tomas Hajny dff7cb3c3c * added missing error constant 10 жил өмнө
  Tomas Hajny b9f88aa80c * mapping of I/O error number 206 having different meaning in FPC to RTE 3 10 жил өмнө
  marco 8e2f8d7f3c * for wince use getprocessaddresa, mantis #27450 10 жил өмнө
  svenbarth 2d454dc8fa Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 10 жил өмнө
  svenbarth b79e7ce1f9 Implement GetCPUCount for Windows OSes. This is for all three Windows targets. 11 жил өмнө
  sergei c83f4c5ddc * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). 11 жил өмнө
  sergei 83deae45b8 * First part of 64-bit Windows fixes from Mantis #23074. 11 жил өмнө
  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 12 жил өмнө
  Jonas Maebe 63e8d0c31c * do not yet map GetCommandLine() to GetCommandLineW() with -dFPC_UNICODE_RTL, 12 жил өмнө
  Jonas Maebe df6a2dce00 + unicodestring support for assign/erase/rename 12 жил өмнө
  Jonas Maebe a5273abc9c + support for CP_OEMCP 12 жил өмнө
  Jonas Maebe d66d15aad3 + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 12 жил өмнө
  Jonas Maebe 08ab4dcabe * convert calls to GetCurrentDirectory to *W in Windows do_getdir() 12 жил өмнө
  Jonas Maebe 62ee16278b * changed getdir(ansistring):ansistring to 12 жил өмнө
  marco e57174a14f * defined -W versions for several -A functions under ifdef FPC_UNICODE_RTL 12 жил өмнө
  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. 12 жил өмнө
  sergei 167ee9867e * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince. 13 жил өмнө
  sergei c3b106fde3 * StringToOleStr(UnicodeString), reduced to single SetString call, this way it does not depend on private functions and does not require $ifdef's. 13 жил өмнө
  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. 13 жил өмнө
  sergei ebb2205c63 * Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets. 13 жил өмнө
  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). 13 жил өмнө
  paul 6131a9188c rtl: fix wince compilation, reimplement WinCEWide2AnsiMove, WinCEAnsi2WideMove by copying win32 code 14 жил өмнө
  paul ae0d732c8f merge r13485 from cpstrnew branch by florian: 14 жил өмнө
  florian 28126cf0d5 * convert disk full to run time error 101 14 жил өмнө
  pierre bffd571f9d * win/sysos.inc: TTlsDirectory, new record type 14 жил өмнө
  mazen b127fc154a * Fixed spell error revealed by lintian. 15 жил өмнө
  pierre bdefb849fc * Fix for Bug report 17550 15 жил өмнө