| Commit message (Expand) | Author | Age | Files | Lines |
| * | * merged r14048 - r14054 from trunkobjc | jonas | 2009-11-04 | 1 | -7/+1 |
| |\ |
|
| | * | * part of r13828, forgot to commit (don't stop at #0 in setstring) | jonas | 2009-11-04 | 1 | -7/+1 |
| * | | * merged r13762-14047 from trunk | jonas | 2009-11-04 | 46 | -326/+2721 |
| |\ \
| |/ |
|
| | * | * trystrto* variants with formatsettings. | marco | 2009-11-03 | 2 | -39/+85 |
| | * | * Minor optimization from mantis 14974 | marco | 2009-11-03 | 1 | -1/+1 |
| | * | rtl: override TObject.Equals for TBits and TStrings classes | paul | 2009-11-03 | 3 | -2/+23 |
| | * | merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,... | paul | 2009-11-02 | 7 | -2/+257 |
| | * | rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString a... | paul | 2009-11-01 | 3 | -1/+54 |
| | * | * return errors from unimplemented functions instead of random values | jonas | 2009-11-01 | 1 | -0/+4 |
| | * | * lib handler: default libraries can be changed now | ivost | 2009-11-01 | 1 | -76/+123 |
| | * | * fixed compilation win32/win64 after (my) last commit. | marco | 2009-10-31 | 1 | -2/+5 |
| | * | * resourcestring SCannotCreateDir: translated from german to english | ivost | 2009-10-31 | 1 | -1/+1 |
| | * | * TStreamAdapter + relevant constants. From 10608 | marco | 2009-10-31 | 2 | -10/+58 |
| | * | * fixed Darwin compilation after r13975 (dynlibs now depends on sysconst, | jonas | 2009-10-31 | 2 | -3/+3 |
| | * | * TOleStream + TProxystream (Mantis 8376) | marco | 2009-10-30 | 2 | -0/+51 |
| | * | * symbols are cleared now after unloading the library (ClearLibrarySymbols) | ivost | 2009-10-30 | 1 | -2/+3 |
| | * | * added some highlevel helper functions to load/unload dynamic libraries. | ivost | 2009-10-30 | 1 | -5/+229 |
| | * | * added 3 new resources strings to describe library errors | ivost | 2009-10-30 | 1 | -2/+5 |
| | * | + make TObject.Dispatch and DispatchStr virtual, patch by Paul Ishenin, resol... | florian | 2009-10-28 | 1 | -3/+8 |
| | * | * parameter "Separator" of function TryStrToDate was not passed to IntStrToDate | ivost | 2009-10-26 | 1 | -1/+1 |
| | * | * reverted r13949 because it's unnecessary test | ivost | 2009-10-25 | 1 | -1/+1 |
| | * | * fixed CompareDate function. Only dates are compared now, ignoring time of day. | ivost | 2009-10-24 | 1 | -1/+1 |
| | * | * Patch from Mattias Gaertner to fix property overrides. (bug ID 14885) | michael | 2009-10-24 | 1 | -4/+7 |
| | * | * PWSADAta was missing ^ to make it a pointer. | marco | 2009-10-23 | 1 | -1/+1 |
| | * | * Forgot raise statement in strtodate (thanks to Denis Golovan) | michael | 2009-10-23 | 1 | -1/+1 |
| | * | * changed output parameters from var to out. This suppress some unnecessary h... | ivost | 2009-10-22 | 1 | -33/+33 |
| | * | * reverted compon.inc to the state of r13298 (csFreeNotification maybe set ... | ivost | 2009-10-21 | 1 | -46/+58 |
| | * | * fixed setting wrong component state. csDesignInstance and csInline were set... | ivost | 2009-10-21 | 1 | -4/+4 |
| | * | * set/getrlimit now also visible in baseunix when syscalls are used. | marco | 2009-10-17 | 3 | -3/+16 |
| | * | * Correctly split date/time parts when dateseparator is a space | michael | 2009-10-17 | 1 | -40/+47 |
| | * | * Added Pack/Unpack dummies, fixed var/out and const params in writestr/readstr | michael | 2009-10-17 | 1 | -2/+5 |
| | * | * moved ugetrlimit to the implementation (as linux specific call it shouldn'... | marco | 2009-10-16 | 4 | -4/+19 |
| | * | * readded BeforeDestructor that calls Destroying (delphi compatibility issue) | ivost | 2009-10-16 | 2 | -6/+12 |
| | * | * reverted parts of r13852 (removed +/- with sets and added include/exclude) | ivost | 2009-10-16 | 1 | -18/+18 |
| | * | * Forgot to commit | michael | 2009-10-16 | 1 | -0/+2 |
| | * | * Added dummy definitions of readstr/writestr | michael | 2009-10-16 | 1 | -0/+2 |
| | * | * TryStrToTime/TryStrToDate no longer need to catch exceptions | michael | 2009-10-16 | 1 | -69/+102 |
| | * | * Patch from Alex Rayne (bug ID 14622) to provide some overloaded versions of... | michael | 2009-10-16 | 2 | -60/+289 |
| | * | * corrected some typo that was inserted by r13853 | ivost | 2009-10-13 | 1 | -7/+7 |
| | * | * enhanced how observers are notified by subjects on destroying | ivost | 2009-10-13 | 1 | -12/+8 |
| | * | * fixed strange free notification behavior of TComponent. Must be some memory... | ivost | 2009-10-13 | 2 | -52/+38 |
| | * | * fixed bug in TFPSList.SetCount. Deref was not called when shrinking the list. | ivost | 2009-10-12 | 1 | -8/+5 |
| | * | * patch by Sergei Gorelkin to use always SetFilePointer, also for files with ... | florian | 2009-10-10 | 5 | -102/+42 |
| | * | + support for tkUString in get/setpropvalue (mantis #14617) | jonas | 2009-10-09 | 1 | -0/+23 |
| | * | * don't stop at #0 characters for setstring with pchar either | jonas | 2009-10-09 | 2 | -16/+2 |
| | * | * fixed setstring for unicode/widestring: don't stop at embedded #0 | jonas | 2009-10-09 | 3 | -27/+3 |
| | * | * Patch from Paul Ishenin, load stringlists with fmdenywrite. (improves shar... | marco | 2009-10-04 | 2 | -2/+2 |
| | * | * merged armthum branch | florian | 2009-10-04 | 5 | -5/+1410 |
| * | | * don't call class_getSuperClass() anymore to obtain the superclass, but | jonas | 2009-10-01 | 1 | -0/+1 |
| * | | * the objc1 unit has been renamed to objc | jonas | 2009-09-27 | 5 | -66/+351 |