lazarus/components/lazutils
mattias 91763f2247 set trunk version to 2.3.0
git-svn-id: trunk@65242 -
2021-06-15 14:00:39 +00:00
..
examples LazUtils: Fix and improve TLookupStringList and its example project. 2021-02-05 11:27:59 +00:00
languages
test LazUtils: Update unit test for Masks. 2021-02-26 08:25:24 +00:00
amigalazfileutils.inc
asiancodepagefunctions.inc
asiancodepages.inc
avglvltree.pas
codepagesasian.pas
codepagescommon.pas
commoncodepages.inc
compwriterpas.pas BuildIntf, IdeIntf, LazUtils: Use a faster compare method for case-insensitive strings and StringLists. 2021-02-05 11:28:07 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
extendedstrings.pas
filereferencelist.pas
fileutil.inc LazUtils: in CopyDirTree() add a PathDelim to both SourceDir and TarGetDir before testing wether TarGetDir is a subdirectory of SourceDir. Issue #0038644. 2021-03-20 16:55:26 +00:00
fileutil.pas LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references. 2021-01-11 16:16:58 +00:00
fpcadds.pas
fpmake.pp
FTL.TXT
graphmath.pp lazutils: less hints 2021-04-17 11:30:56 +00:00
graphtype.pp
html2textrender.pas LazUtils: Add case-insensitive functions PosI(), LazStartsText() and LazEndsText(). 2021-02-08 19:09:17 +00:00
integerlist.pas
laz2_dom.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
laz2_names.inc
laz2_xmlcfg.pas
laz2_xmlread.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
laz2_xmlutils.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
laz2_xmlwrite.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
laz2_xpath.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
laz_avl_tree.pp
laz_dom.pas
laz_xmlcfg.pas
laz_xmlread.pas
laz_xmlstreaming.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
laz_xmlwrite.pas
lazclasses.pas
lazcollections.pas FpDebug: "waitable section" / Protect some code from being entered twice 2021-06-14 08:12:49 +00:00
lazconfigstorage.pas
lazdbglog.pas
lazfglhash.pas LazUtils: Fix and improve TLookupStringList and its example project. 2021-02-05 11:27:59 +00:00
lazfilecache.pas LazUtils: Remove a stray debugging statement. Issue #38649. 2021-03-21 18:02:28 +00:00
lazfileutils.inc
lazfileutils.pas lazutils: less hints 2021-04-17 11:30:56 +00:00
lazlinkedlist.pas
lazlistclasses.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lazlogger.pas
lazloggerbase.pas lazutils: less hints 2021-04-17 11:30:56 +00:00
lazloggerdummy.pas
LazLoggerImpl.inc lazutils: less hints 2021-04-17 11:28:55 +00:00
LazLoggerIntf.inc
lazloggerprofiling.pas LazLogger: fix missing inherited call / for TRefCountedObject 2021-03-28 20:26:15 +00:00
lazmethodlist.pas
lazpasreadutil.pas
lazstringutils.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lazsysutils.pas
laztracer.pas
lazunicode.pas
lazutf8.pas LazUtils: fixed typos related to 'occur' word 2021-06-10 22:10:27 +00:00
lazutf8classes.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
lazutf8sysutils.pas
lazutf16.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lazutilities.pas
lazutils_defines.inc
lazutils.lpk
lazutils.pas
lazutilsstrconsts.pas LazUtils: Revert the big TMask change. It must be worked on later. 2021-02-27 09:15:16 +00:00
lazversion.pas set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
lconvencoding.pas lazutils: UTF8BOMToUTF8: sanity check 2021-02-28 22:39:58 +00:00
lcsvutils.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lookupstringlist.pas LazUtils: Fix and improve TLookupStringList and its example project. 2021-02-05 11:27:59 +00:00
Makefile set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
Makefile.compiled
Makefile.fpc
maps.pp lazutils: less hints 2021-04-17 11:28:55 +00:00
masks.pas LazUtils: Revert the big TMask change. It must be worked on later. 2021-02-27 09:15:16 +00:00
objectlists.pas
stringhashlist.pas
textstrings.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
translations.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
uitypes.pas LazUtils: deprecate UITypes and alias its types only for FPC 3.2.0 and up 2021-06-14 21:13:09 +00:00
unixfileutil.inc
unixlazfileutils.inc
unixlazutf8.inc
utf8process.pp
winfileutil.inc
winlazfileutils.inc New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar. 2021-02-15 08:43:50 +00:00
winlazutf8.inc