summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * merged r14048 - r14054 from trunkobjcjonas2009-11-041-7/+1
|\
| * * part of r13828, forgot to commit (don't stop at #0 in setstring)jonas2009-11-041-7/+1
* | * merged r13762-14047 from trunkjonas2009-11-0446-326/+2721
|\ \ | |/
| * * trystrto* variants with formatsettings.marco2009-11-032-39/+85
| * * Minor optimization from mantis 14974marco2009-11-031-1/+1
| * rtl: override TObject.Equals for TBits and TStrings classespaul2009-11-033-2/+23
| * merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,...paul2009-11-027-2/+257
| * rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString a...paul2009-11-013-1/+54
| * * return errors from unimplemented functions instead of random valuesjonas2009-11-011-0/+4
| * * lib handler: default libraries can be changed nowivost2009-11-011-76/+123
| * * fixed compilation win32/win64 after (my) last commit. marco2009-10-311-2/+5
| * * resourcestring SCannotCreateDir: translated from german to englishivost2009-10-311-1/+1
| * * TStreamAdapter + relevant constants. From 10608marco2009-10-312-10/+58
| * * fixed Darwin compilation after r13975 (dynlibs now depends on sysconst,jonas2009-10-312-3/+3
| * * TOleStream + TProxystream (Mantis 8376)marco2009-10-302-0/+51
| * * symbols are cleared now after unloading the library (ClearLibrarySymbols)ivost2009-10-301-2/+3
| * * added some highlevel helper functions to load/unload dynamic libraries.ivost2009-10-301-5/+229
| * * added 3 new resources strings to describe library errorsivost2009-10-301-2/+5
| * + make TObject.Dispatch and DispatchStr virtual, patch by Paul Ishenin, resol...florian2009-10-281-3/+8
| * * parameter "Separator" of function TryStrToDate was not passed to IntStrToDateivost2009-10-261-1/+1
| * * reverted r13949 because it's unnecessary testivost2009-10-251-1/+1
| * * fixed CompareDate function. Only dates are compared now, ignoring time of day.ivost2009-10-241-1/+1
| * * Patch from Mattias Gaertner to fix property overrides. (bug ID 14885)michael2009-10-241-4/+7
| * * PWSADAta was missing ^ to make it a pointer.marco2009-10-231-1/+1
| * * Forgot raise statement in strtodate (thanks to Denis Golovan)michael2009-10-231-1/+1
| * * changed output parameters from var to out. This suppress some unnecessary h...ivost2009-10-221-33/+33
| * * reverted compon.inc to the state of r13298 (csFreeNotification maybe set ...ivost2009-10-211-46/+58
| * * fixed setting wrong component state. csDesignInstance and csInline were set...ivost2009-10-211-4/+4
| * * set/getrlimit now also visible in baseunix when syscalls are used.marco2009-10-173-3/+16
| * * Correctly split date/time parts when dateseparator is a spacemichael2009-10-171-40/+47
| * * Added Pack/Unpack dummies, fixed var/out and const params in writestr/readstrmichael2009-10-171-2/+5
| * * moved ugetrlimit to the implementation (as linux specific call it shouldn'...marco2009-10-164-4/+19
| * * readded BeforeDestructor that calls Destroying (delphi compatibility issue)ivost2009-10-162-6/+12
| * * reverted parts of r13852 (removed +/- with sets and added include/exclude)ivost2009-10-161-18/+18
| * * Forgot to commitmichael2009-10-161-0/+2
| * * Added dummy definitions of readstr/writestrmichael2009-10-161-0/+2
| * * TryStrToTime/TryStrToDate no longer need to catch exceptionsmichael2009-10-161-69/+102
| * * Patch from Alex Rayne (bug ID 14622) to provide some overloaded versions of...michael2009-10-162-60/+289
| * * corrected some typo that was inserted by r13853ivost2009-10-131-7/+7
| * * enhanced how observers are notified by subjects on destroyingivost2009-10-131-12/+8
| * * fixed strange free notification behavior of TComponent. Must be some memory...ivost2009-10-132-52/+38
| * * fixed bug in TFPSList.SetCount. Deref was not called when shrinking the list.ivost2009-10-121-8/+5
| * * patch by Sergei Gorelkin to use always SetFilePointer, also for files with ...florian2009-10-105-102/+42
| * + support for tkUString in get/setpropvalue (mantis #14617)jonas2009-10-091-0/+23
| * * don't stop at #0 characters for setstring with pchar eitherjonas2009-10-092-16/+2
| * * fixed setstring for unicode/widestring: don't stop at embedded #0jonas2009-10-093-27/+3
| * * Patch from Paul Ishenin, load stringlists with fmdenywrite. (improves shar...marco2009-10-042-2/+2
| * * merged armthum branchflorian2009-10-045-5/+1410
* | * don't call class_getSuperClass() anymore to obtain the superclass, butjonas2009-10-011-0/+1
* | * the objc1 unit has been renamed to objcjonas2009-09-275-66/+351