Michaël Van Canneyt 6b36229d3c * Allocate min threads %!s(int64=4) %!d(string=hai) anos
..
dummy fcfcfc43cf * Patch from Luiz Americo to put Const in front of string parameters %!s(int64=15) %!d(string=hai) anos
go32v2 c8bebd2c7d * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc %!s(int64=17) %!d(string=hai) anos
netware c8bebd2c7d * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc %!s(int64=17) %!d(string=hai) anos
netwlibc c8bebd2c7d * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc %!s(int64=17) %!d(string=hai) anos
os2 fcfcfc43cf * Patch from Luiz Americo to put Const in front of string parameters %!s(int64=15) %!d(string=hai) anos
unix fcfcfc43cf * Patch from Luiz Americo to put Const in front of string parameters %!s(int64=15) %!d(string=hai) anos
win 6e855a334d * openeventlog -> openeventloga. %!s(int64=12) %!d(string=hai) anos
wince c8bebd2c7d * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc %!s(int64=17) %!d(string=hai) anos
advancedipc.pp 5e3b22ab15 * Patch to Split AdvancedIPC and AdvancedSingleInstance, by Luiz Americo (Bug ID 30141) %!s(int64=9) %!d(string=hai) anos
advancedsingleinstance.pas 5e3b22ab15 * Patch to Split AdvancedIPC and AdvancedSingleInstance, by Luiz Americo (Bug ID 30141) %!s(int64=9) %!d(string=hai) anos
ascii85.pp 2db72437e8 * fixed range check errors %!s(int64=16) %!d(string=hai) anos
avl_tree.pp c94df5db2a avl_tree: fixed using fNodeMgr, made Remove and RemovePointer functions to return true if node was found %!s(int64=8) %!d(string=hai) anos
base64.pp 1c9bca29e3 * Fix for bug #35161, by Doyenne %!s(int64=6) %!d(string=hai) anos
blowfish.pp 6c1593652b * Patch from Ondrej Pokorny to support streaming to position 0 (bug ID 35724) %!s(int64=6) %!d(string=hai) anos
bufstream.pp f4c74b6b09 * fix TBufferedFileStream.Seek(0,soBeginning) as proposed by Andrey Zubarev, resolves #38351 %!s(int64=4) %!d(string=hai) anos
cachecls.pp 46f999c582 * fpmake support %!s(int64=17) %!d(string=hai) anos
contnrs.pp 16ba47be46 * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481) %!s(int64=7) %!d(string=hai) anos
csvdocument.pp db895fcebe * Fix bug #0036361, use buffer when reading csv %!s(int64=5) %!d(string=hai) anos
csvreadwrite.pp dfb00e85a0 * fix mantis #35936 as suggested by Denis Kozlov. fdefaultoutput is a tmemorystream, so it is seekable %!s(int64=6) %!d(string=hai) anos
custapp.pp a3871b0a87 * Fix option character test (bug ID 36438) %!s(int64=5) %!d(string=hai) anos
eventlog.pp 91050f14b6 + add event to retrieve the logged messages in addition to writing them to the backend %!s(int64=4) %!d(string=hai) anos
fpexprpars.pp 9883dc703e Fix placeholder in format constant %!s(int64=5) %!d(string=hai) anos
fpobserver.pp 451203512b * add copyright headers, mantis #22912 %!s(int64=7) %!d(string=hai) anos
fptemplate.pp 7976add94b * Added ParseFiles %!s(int64=13) %!d(string=hai) anos
fpthreadpool.pp 6b36229d3c * Allocate min threads %!s(int64=4) %!d(string=hai) anos
fptimer.pp ae468bfb43 * Initialize result, bug ID #0030771 %!s(int64=9) %!d(string=hai) anos
gettext.pp b2bbab80cd * Fix bug #36886 %!s(int64=5) %!d(string=hai) anos
idea.pp 51b5107247 * Patch from Ilya Melnikov to change var to out params (bug 20949) %!s(int64=13) %!d(string=hai) anos
inicol.pp 451203512b * add copyright headers, mantis #22912 %!s(int64=7) %!d(string=hai) anos
inifiles.pp 98a494c5d6 TIniFile: allow to set Encoding %!s(int64=5) %!d(string=hai) anos
iostream.pp 6692595a33 * Fix 19851 19852 19855 (modified patch by Chad B) %!s(int64=14) %!d(string=hai) anos
maskutils.pp dd0d606a0a * Remove some unused identifiers %!s(int64=5) %!d(string=hai) anos
nullstream.pp 68c1607ecc * Use resourcestring %!s(int64=11) %!d(string=hai) anos
pascodegen.pp 6abf361557 * New common base for all pascal code generator units in fcl %!s(int64=7) %!d(string=hai) anos
pooledmm.pp d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 %!s(int64=14) %!d(string=hai) anos
rtfdata.inc d900dcb78f * patch from Andrew adding \uxxxx escapes and superscript, mantis 18245 %!s(int64=14) %!d(string=hai) anos
rtfpars.pp 96edd65a89 * Fixed style reading for OOffice documents %!s(int64=17) %!d(string=hai) anos
rttiutils.pp e53c2572ce * Allow property list to be sorted (patch from Denis Grynuk, bug ID #36803) %!s(int64=5) %!d(string=hai) anos
singleinstance.pp a2985a5572 * Refactored singleinstance so it is independent of any specific implementation %!s(int64=9) %!d(string=hai) anos
streamcoll.pp 46f999c582 * fpmake support %!s(int64=17) %!d(string=hai) anos
streamex.pp a06c18bd07 * Apply fix from bug #0038734 from Andrea Mauri to update vpbyte after fillbuffer in a loop. The second instance of fillbuffer is safe, because it is at the procedure exit, and vpbyte is a local variable. %!s(int64=4) %!d(string=hai) anos
streamio.pp f1dbae577c * change mode fmappend to fmoutput in streamopen. Refer to comments in text.inc. %!s(int64=5) %!d(string=hai) anos
syncobjs.pp a5db62a300 * Mark THandleObject as abstract %!s(int64=5) %!d(string=hai) anos
uriparser.pp 198abd5e26 * Add Unicode/Widestring overload on windows for ResolveRelativeURI %!s(int64=6) %!d(string=hai) anos
wformat.pp 46f999c582 * fpmake support %!s(int64=17) %!d(string=hai) anos
whtml.pp 13a069c9d2 Use CHECKED="checked" and SELECTED="selected" as required by HTML specs %!s(int64=10) %!d(string=hai) anos
wtex.pp 46f999c582 * fpmake support %!s(int64=17) %!d(string=hai) anos