LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.

git-svn-id: trunk@58630 -
This commit is contained in:
juha 2018-07-25 13:38:59 +00:00
parent 7f7e7ada81
commit d43fa548b8
15 changed files with 27 additions and 23 deletions

2
.gitattributes vendored
View File

@ -3299,12 +3299,12 @@ components/lazutils/lazloggerdummy.pas svneol=native#text/pascal
components/lazutils/lazloggerprofiling.pas svneol=native#text/pascal
components/lazutils/lazmethodlist.pas svneol=native#text/pascal
components/lazutils/lazpasreadutil.pas svneol=native#text/plain
components/lazutils/lazsysutils.pas svneol=native#text/pascal
components/lazutils/laztracer.pas svneol=native#text/pascal
components/lazutils/lazunicode.pas svneol=native#text/plain
components/lazutils/lazutf16.pas svneol=native#text/pascal
components/lazutils/lazutf8.pas svneol=native#text/pascal
components/lazutils/lazutf8classes.pas svneol=native#text/pascal
components/lazutils/lazutf8sysutils.pas svneol=native#text/pascal
components/lazutils/lazutilities.pas svneol=native#text/plain
components/lazutils/lazutils.lpk svneol=native#text/plain
components/lazutils/lazutils.pas svneol=native#text/pascal

View File

@ -6,7 +6,7 @@ interface
uses
FpImgReaderWinPE, Classes, SysUtils, math, FileUtil, LazLogger, LazLoggerProfiling,
lazutf8sysutils, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, FpPascalParser, FpDbgInfo,
LazSysUtils, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, FpPascalParser, FpDbgInfo,
FpDbgDwarfDataClasses, Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls, EditBtn,
Menus, Clipbrd, maps, types, strutils;

View File

@ -20,7 +20,7 @@ uses
dialogs,
syncobjs,
lazCollections,
lazutf8sysutils,
LazSysUtils,
strutils,
SysUtils, UTF8Process;

View File

@ -60,7 +60,7 @@ begin
t.Dependencies.AddUnit('lazutilsstrconsts');
t.Dependencies.AddUnit('lconvencoding');
t.Dependencies.AddUnit('lazutf16');
t.Dependencies.AddUnit('lazutf8sysutils');
t.Dependencies.AddUnit('lazsysutils');
t.Dependencies.AddUnit('lazmethodlist');
t.Dependencies.AddUnit('avglvltree');
t.Dependencies.AddUnit('lazlogger');
@ -120,7 +120,7 @@ begin
T:=P.Targets.AddUnit('lazutilsstrconsts.pas');
T:=P.Targets.AddUnit('lconvencoding.pas');
T:=P.Targets.AddUnit('lazutf16.pas');
T:=P.Targets.AddUnit('lazutf8sysutils.pas');
T:=P.Targets.AddUnit('lazsysutils.pas');
T:=P.Targets.AddUnit('lazmethodlist.pas');
T:=P.Targets.AddUnit('avglvltree.pas');
T:=P.Targets.AddUnit('lazlogger.pas');

View File

@ -13,7 +13,9 @@ unit lazCollections;
interface
uses
sysutils, syncobjs, LazUTF8SysUtils;
sysutils, syncobjs,
// LazUtils
LazSysUtils;
type

View File

@ -13,7 +13,9 @@ unit LazLoggerProfiling;
interface
uses
Classes, SysUtils, LazLoggerBase, lazutf8sysutils;
Classes, SysUtils,
// LazUtils
LazLoggerBase, LazSysUtils;
type

View File

@ -6,7 +6,7 @@
for details about the license.
*****************************************************************************
}
unit LazUTF8SysUtils;
unit LazSysUtils;
{$mode objfpc}{$H+}

View File

@ -218,8 +218,8 @@
<UnitName Value="LazUTF8Classes"/>
</Item50>
<Item51>
<Filename Value="lazutf8sysutils.pas"/>
<UnitName Value="LazUTF8SysUtils"/>
<Filename Value="lazsysutils.pas"/>
<UnitName Value="LazSysUtils"/>
</Item51>
<Item52>
<Filename Value="lazutilities.pas"/>

View File

@ -16,11 +16,11 @@ uses
LazFreeType, LazFreeTypeFontCollection, LazFreeTypeFPImageDrawer,
LazLinkedList, LazListClasses, LazLogger, LazLoggerBase, LazLoggerDummy,
LazLoggerProfiling, LazMethodList, LazUnicode, LazUTF16, LazUTF8,
LazUTF8Classes, LazUTF8SysUtils, LazUtilities, LazUtilsStrConsts,
LConvEncoding, lcsvutils, LookupStringList, Maps, Masks, PasWString,
StringHashList, TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug,
TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile,
TTRASTER, TTTables, TTTypes, UTF8Process, HTML2TextRender, Laz_AVL_Tree,
LazUTF8Classes, LazSysUtils, LazUtilities, LazUtilsStrConsts, LConvEncoding,
lcsvutils, LookupStringList, Maps, Masks, PasWString, StringHashList,
TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug, TTError,
TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTRASTER,
TTTables, TTTypes, UTF8Process, HTML2TextRender, Laz_AVL_Tree,
CompWriterPas, LazPasReadUtil, IntegerList, LazVersion, UITypes, GraphType,
LazTracer, LazarusPackageIntf;

View File

@ -36,7 +36,7 @@ uses
{$endif}
sysutils, Classes, LazFileUtils
{$IF FPC_FULLVERSION<20701}
,LazUTF8SysUtils
,LazSysUtils
{$ENDIF}
;

View File

@ -45,7 +45,7 @@ uses
LCLType, LCLIntf,
Controls, Forms, Buttons, StdCtrls, ExtCtrls, ButtonPanel, Menus, ComCtrls,
// LazUtils
LazUTF8SysUtils, LazFileUtils, LazFileCache, AvgLvlTree,
LazSysUtils, LazFileUtils, LazFileCache, AvgLvlTree,
// Codetools
CodeToolManager, FileProcs,
// LazControls

View File

@ -13,7 +13,7 @@ uses
// Custom Drawn Canvas
IntfGraphics, lazcanvas, customdrawnproc,
// Libs
MacOSAll, CocoaAll, CocoaUtils, CocoaGDIObjects, lazutf8sysutils,
MacOSAll, CocoaAll, CocoaUtils, CocoaGDIObjects, LazSysUtils,
//
LMessages, StdCtrls, LCLIntf,
Forms, Controls, LCLMessageGlue, WSControls, LCLType, LCLProc, GraphType;

View File

@ -32,7 +32,7 @@ uses
{$ifdef CD_X11_UseATK}atk, {$endif} {unitxft, Xft font support}{$endif}
{$ifdef CD_Android}customdrawn_androidproc,{$endif}
// LazUtils
lazutf8sysutils,
LazSysUtils,
// LCL
Controls, LCLType, Forms, LCLProc, GraphType, IntfGraphics, lazcanvas,
lazregions, LCLIntf, Lmessages, LazUTF8,

View File

@ -43,7 +43,7 @@ uses
// LCL
IntfGraphics, LazRegions
{$if defined(lazcanvas_debug) or defined(lazcanvas_profiling)}
, lazutf8sysutils, LCLProc
, LazSysUtils, LCLProc
{$endif}
;

View File

@ -54,7 +54,7 @@ uses
// LCL
LCLType, LCLProc, LMessages, LCLStrConsts, GraphType, InterfaceBase,
// LazUtils
FileUtil, LazFileUtils, UTF8Process, LazUTF8, LazUTF8SysUtils, Maps;
FileUtil, LazFileUtils, UTF8Process, LazUTF8, LazSysUtils, Maps;
{$ifdef Trace}
{$ASSERTIONS ON}
@ -149,12 +149,12 @@ end;
function GetTickCount(): DWord;
begin
Result := DWord(lazutf8sysutils.GetTickCount64());
Result := DWord(LazSysUtils.GetTickCount64());
end;
function GetTickCount64(): QWord;
begin
Result := lazutf8sysutils.GetTickCount64();
Result := LazSysUtils.GetTickCount64();
end;
{$IFDEF DebugLCL}