summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils
Commit message (Expand)AuthorAgeFilesLines
* * Fixed 18183michael2011-04-021-7/+6
* * ENotImplemnted exception, Mantis 18871marco2011-03-061-1/+1
* * pass format string to doformaterror procedure. Mantis 16253marco2011-03-052-9/+8
* compiler, rtl: add vtUnicodeString (issue #0018560)paul2011-01-291-0/+3
* * RTL: Replaced deprecated formatting symbols with their up-to-date counterpa...sergei2011-01-092-15/+12
* * SysUtils.Format: Fixed behavior in case when format specifier contains both...sergei2011-01-081-10/+20
* * Delphi XE (2010?) compatible alias for defaultformatsettings.marco2010-11-301-19/+21
* * GetFileHandle(), THandleStream: changed type that is used to store file han...sergei2010-11-202-4/+4
* * SysUtils unit, fixed return value of FileSetDate:sergei2010-11-091-1/+5
* * made Byte/Word/Long/Int64Rec endian safeflorian2010-10-311-4/+40
* * Fixed TryStrToDateTime so it returns True only if both date and time are pa...sergei2010-10-071-1/+2
* * Fixed IntToHex in case of (0,0)michael2010-09-201-0/+4
* * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalomichael2010-09-141-1/+6
* * Patch from Zeljan Rikalo to fix issue 13722 (FloatToStrF negative 0)michael2010-09-061-0/+31
* * disable east asia/era stuff on WinCE, the functions does not seem to be ava...florian2010-08-111-39/+39
* * support for east asia locale in formatdatetime. Patch from Taka_JP, mantis...marco2010-08-111-1/+72
* * use TrueBoolStrs/FalseBoolStrs for *StrToBool* (mantis #16848)jonas2010-08-101-9/+21
* * also support variants for %s in sysutils.format (mantis #16787)jonas2010-07-021-2/+5
* * added function IncludeLeadingPathDelimiter: it adds a path delimiter in fro...ivost2010-04-242-0/+40
* * fixed FloatToStr for ffGeneral when dealing with numbers whose number ofjonas2010-04-051-9/+10
* * removed IImplementorGetter interface and replaced it by the guid IObjectRef...ivost2010-03-281-8/+1
* * added supports helper functions for IInterface supports TClass -> TObject,B...ivost2010-03-282-4/+28
* * fixed Supports function so that it's using new function GetInterfaceWeak. S...ivost2010-03-271-2/+2
* * initialise fwritelocked and freadercount in the TMREWS constructor usingjonas2010-03-271-7/+9
* * Some (delphi) applications expect that the QueryInterface method is invoked...ivost2010-03-261-3/+10
* * fix for mantis 16052 RFC4122 compliance of own random GUID creation. Part IImarco2010-03-201-1/+1
* * fix for mantis 16052 RFC4122 compliance of own random GUID creation.marco2010-03-201-0/+2
* * fix for 11263, changed fileread and fd_zero to out using $modeswitch.marco2010-03-011-1/+1
* * Moved TEventType from eventlog.pp tot sysutilsjoost2010-03-011-0/+3
* * New more delphi compat intstrtotime by Bart Broersma #15505 + testmarco2010-02-031-66/+143
* * only wake up readers if all recursive write locks have been freedjonas2010-01-291-8/+11
* * don't give a "NoThreadError" for any default rtl/basicevent* routines,jonas2010-01-291-85/+65
* * make sure fwritelocked remains set correctly when using recursive write l...jonas2010-01-291-3/+5
* * added a readbarrier after acquiring a read or write lock onjonas2010-01-271-5/+7
* * superfluos empty lines removedflorian2010-01-101-2/+0
* * replaced writelock of TMultiReadExclusiveWriteSynchronizer with ajonas2010-01-102-6/+5
* * set function results for unimplemented generic thread manager routinesjonas2010-01-101-61/+81
* rtl: fix crash in TMultiReadExclusiveWriteSynchronizer.Beginwritepaul2010-01-101-1/+1
* rtl: fix compilation under windowspaul2010-01-101-10/+10
* * fixed memory leak in new TMultiReadExclusiveWriteSynchronizerjonas2010-01-091-1/+2
* * optimized version of TMultiReadExclusiveWriteSynchronizer that allowsjonas2010-01-092-8/+136
* * Revised yesterday solution to a more general one. Executeprocess gets marco2010-01-071-3/+4
* rtl: fix FormatFloat to skip first spacespaul2009-12-281-2/+5
* * change length parameter of CompareMem/CompareMemRange into PtrUInt, resolve...florian2009-12-132-30/+7
* * Implemented OnBeep to install custom beep handlermichael2009-11-222-2/+19
* * Patch for "formatsettings" overloads of currency functions, mantis 15067marco2009-11-132-0/+29
* * improvements to sysuitls date/time formatting routines: (Mantis 14905,Sergei)marco2009-11-082-193/+252
* * replace encodedate/time by try variants mantis 14969marco2009-11-081-2/+5
* * removed commented code in TryStringToGUIDivost2009-11-041-41/+0
* * fixed TryStringToGUID: this function throwed an exceptionsivost2009-11-041-20/+40