summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * UTF8 strings read as normal strings, not widestrings (bug reported by Stefa...michael2008-05-231-3/+7
* Patch from Joao Morais to fix memory leak with owner listsmichael2008-05-231-1/+5
* * Fixed 8076michael2008-05-221-4/+21
* * patch by Sergei Gorelkin to improve class creation speed and make objpas.in...florian2008-05-222-106/+124
* * fix padding on 64 bit big endian CPUs in TInterfaceEntry: wrong offset of a...tom_at_work2008-05-211-0/+4
* * baseaddr must be nil on windowsflorian2008-05-211-1/+0
* * fixed building of powerpc-netbsd rtlflorian2008-05-213-76/+108
* * use rounding correction in str_real based on smallest possiblejonas2008-05-211-22/+12
* * fixed i386/linux rtl compilation and functionality when compiledjonas2008-05-215-12/+36
* + missing (empty) fileflorian2008-05-211-0/+14
* * patch for 10812 by Danny Milosavljevicflorian2008-05-191-1/+11
* * Patch from Bartosz Bogacz to be able to parse streams without sizemichael2008-05-191-11/+10
* + Haiku support by Olivier Coursière based on old BeOS support florian2008-05-1938-2/+7373
* + proper handling of lineinfo retrival for dyn. libs in unixflorian2008-05-185-28/+79
* * handle lineinfo in dlls correctly, resolves #4171 and #10797 for windowsflorian2008-05-183-22/+108
* * Fixed nds rtl Legolas2008-05-178-568/+203
* * fixed Pos(WideChar,AnsiString)jonas2008-05-141-16/+3
* * Some additions to Windows unit by Vasil Maximov.yury2008-05-143-1/+54
* Checkpointer: consider bss section too for go32v2 (webtbs/tw3661 now works)giulio2008-05-141-6/+6
* * Added some API imports and constants by Vasil.yury2008-05-132-23/+188
* Prevent memory corruption by respecting DOS command line length limit (tests/...giulio2008-05-121-0/+5
* * set code to 0 in case val(enum) does not encounter an errorjonas2008-05-121-0/+1
* Inline methods inside classes unit protected by {$ifdef classesinline}giulio2008-05-114-19/+19
* * Handling of -Sf parameter fixedgiulio2008-05-101-0/+1
* - unusedflorian2008-05-101-34/+0
* * Added some types and structs to make activex unit compilable.yury2008-05-092-0/+31
* * Windows unit additions by Vasil.yury2008-05-091-87/+68
* + enabled clocale for Darwinjonas2008-05-082-58/+61
* * sysutils depends on convutilsjonas2008-05-082-3/+3
* * Fixed constants.yury2008-05-071-34/+35
* * Moved gx to packages.yury2008-05-073-155/+59
* * Fixed warning and notes.yury2008-05-073-3/+1
* * Started moving wince extra APIs from windows unit to separate units in pack...yury2008-05-0714-4736/+15
* * bug 10571, getcompletionstatus was already added, postcompletionstatus in ...marco2008-05-061-0/+1
* * Patch from Paul Ishenin to implement SetDesigning and SetDesignInstancemichael2008-05-052-5/+25
* * GOTO ON in source.michael2008-05-051-0/+1
* * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, ...micha2008-05-0522-41/+326
* * Updated nds linker script for new binutilsLegolas2008-05-051-32/+30
* * Fixed ImageList_LoadBitmap and ImageList_LoadImage declarations by Vasil.yury2008-05-041-3/+3
* * merged rev. 10867 to win64 and winceflorian2008-05-022-70/+54
* * better handling of error output for gui programsflorian2008-05-021-26/+17
* * flush standard files only if they are opend for output, resolves #11170florian2008-05-021-4/+8
* * formattingflorian2008-05-021-7/+7
* * patch for #11110, unc drives and forcedirectories from Bart.marco2008-05-011-2/+13
* * fix for 11176 val ansistring to enum marco2008-05-012-0/+8
* * fix for 11238marco2008-05-011-3/+3
* * patch from Giulio Bernardi to fix the generic AnsiStrIComp,jonas2008-04-301-3/+8
* * fixed swapendian(smallint) (bug found by Joost van der Sluis)jonas2008-04-292-10/+10
* * SharedSuffixmarco2008-04-271-1/+17
* + variant functions of oleaut32.dll addedflorian2008-04-271-0/+1