| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Fixed 18183 | michael | 2011-04-02 | 1 | -7/+6 |
| * | * ENotImplemnted exception, Mantis 18871 | marco | 2011-03-06 | 1 | -1/+1 |
| * | * pass format string to doformaterror procedure. Mantis 16253 | marco | 2011-03-05 | 2 | -9/+8 |
| * | compiler, rtl: add vtUnicodeString (issue #0018560) | paul | 2011-01-29 | 1 | -0/+3 |
| * | * RTL: Replaced deprecated formatting symbols with their up-to-date counterpa... | sergei | 2011-01-09 | 2 | -15/+12 |
| * | * SysUtils.Format: Fixed behavior in case when format specifier contains both... | sergei | 2011-01-08 | 1 | -10/+20 |
| * | * Delphi XE (2010?) compatible alias for defaultformatsettings. | marco | 2010-11-30 | 1 | -19/+21 |
| * | * GetFileHandle(), THandleStream: changed type that is used to store file han... | sergei | 2010-11-20 | 2 | -4/+4 |
| * | * SysUtils unit, fixed return value of FileSetDate: | sergei | 2010-11-09 | 1 | -1/+5 |
| * | * made Byte/Word/Long/Int64Rec endian safe | florian | 2010-10-31 | 1 | -4/+40 |
| * | * Fixed TryStrToDateTime so it returns True only if both date and time are pa... | sergei | 2010-10-07 | 1 | -1/+2 |
| * | * Fixed IntToHex in case of (0,0) | michael | 2010-09-20 | 1 | -0/+4 |
| * | * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalo | michael | 2010-09-14 | 1 | -1/+6 |
| * | * Patch from Zeljan Rikalo to fix issue 13722 (FloatToStrF negative 0) | michael | 2010-09-06 | 1 | -0/+31 |
| * | * disable east asia/era stuff on WinCE, the functions does not seem to be ava... | florian | 2010-08-11 | 1 | -39/+39 |
| * | * support for east asia locale in formatdatetime. Patch from Taka_JP, mantis... | marco | 2010-08-11 | 1 | -1/+72 |
| * | * use TrueBoolStrs/FalseBoolStrs for *StrToBool* (mantis #16848) | jonas | 2010-08-10 | 1 | -9/+21 |
| * | * also support variants for %s in sysutils.format (mantis #16787) | jonas | 2010-07-02 | 1 | -2/+5 |
| * | * added function IncludeLeadingPathDelimiter: it adds a path delimiter in fro... | ivost | 2010-04-24 | 2 | -0/+40 |
| * | * fixed FloatToStr for ffGeneral when dealing with numbers whose number of | jonas | 2010-04-05 | 1 | -9/+10 |
| * | * removed IImplementorGetter interface and replaced it by the guid IObjectRef... | ivost | 2010-03-28 | 1 | -8/+1 |
| * | * added supports helper functions for IInterface supports TClass -> TObject,B... | ivost | 2010-03-28 | 2 | -4/+28 |
| * | * fixed Supports function so that it's using new function GetInterfaceWeak. S... | ivost | 2010-03-27 | 1 | -2/+2 |
| * | * initialise fwritelocked and freadercount in the TMREWS constructor using | jonas | 2010-03-27 | 1 | -7/+9 |
| * | * Some (delphi) applications expect that the QueryInterface method is invoked... | ivost | 2010-03-26 | 1 | -3/+10 |
| * | * fix for mantis 16052 RFC4122 compliance of own random GUID creation. Part II | marco | 2010-03-20 | 1 | -1/+1 |
| * | * fix for mantis 16052 RFC4122 compliance of own random GUID creation. | marco | 2010-03-20 | 1 | -0/+2 |
| * | * fix for 11263, changed fileread and fd_zero to out using $modeswitch. | marco | 2010-03-01 | 1 | -1/+1 |
| * | * Moved TEventType from eventlog.pp tot sysutils | joost | 2010-03-01 | 1 | -0/+3 |
| * | * New more delphi compat intstrtotime by Bart Broersma #15505 + test | marco | 2010-02-03 | 1 | -66/+143 |
| * | * only wake up readers if all recursive write locks have been freed | jonas | 2010-01-29 | 1 | -8/+11 |
| * | * don't give a "NoThreadError" for any default rtl/basicevent* routines, | jonas | 2010-01-29 | 1 | -85/+65 |
| * | * make sure fwritelocked remains set correctly when using recursive write l... | jonas | 2010-01-29 | 1 | -3/+5 |
| * | * added a readbarrier after acquiring a read or write lock on | jonas | 2010-01-27 | 1 | -5/+7 |
| * | * superfluos empty lines removed | florian | 2010-01-10 | 1 | -2/+0 |
| * | * replaced writelock of TMultiReadExclusiveWriteSynchronizer with a | jonas | 2010-01-10 | 2 | -6/+5 |
| * | * set function results for unimplemented generic thread manager routines | jonas | 2010-01-10 | 1 | -61/+81 |
| * | rtl: fix crash in TMultiReadExclusiveWriteSynchronizer.Beginwrite | paul | 2010-01-10 | 1 | -1/+1 |
| * | rtl: fix compilation under windows | paul | 2010-01-10 | 1 | -10/+10 |
| * | * fixed memory leak in new TMultiReadExclusiveWriteSynchronizer | jonas | 2010-01-09 | 1 | -1/+2 |
| * | * optimized version of TMultiReadExclusiveWriteSynchronizer that allows | jonas | 2010-01-09 | 2 | -8/+136 |
| * | * Revised yesterday solution to a more general one. Executeprocess gets | marco | 2010-01-07 | 1 | -3/+4 |
| * | rtl: fix FormatFloat to skip first spaces | paul | 2009-12-28 | 1 | -2/+5 |
| * | * change length parameter of CompareMem/CompareMemRange into PtrUInt, resolve... | florian | 2009-12-13 | 2 | -30/+7 |
| * | * Implemented OnBeep to install custom beep handler | michael | 2009-11-22 | 2 | -2/+19 |
| * | * Patch for "formatsettings" overloads of currency functions, mantis 15067 | marco | 2009-11-13 | 2 | -0/+29 |
| * | * improvements to sysuitls date/time formatting routines: (Mantis 14905,Sergei) | marco | 2009-11-08 | 2 | -193/+252 |
| * | * replace encodedate/time by try variants mantis 14969 | marco | 2009-11-08 | 1 | -2/+5 |
| * | * removed commented code in TryStringToGUID | ivost | 2009-11-04 | 1 | -41/+0 |
| * | * fixed TryStringToGUID: this function throwed an exceptions | ivost | 2009-11-04 | 1 | -20/+40 |