summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* + VarIsBool function by Alexander Strokach, resolves #23358florian2012-11-201-0/+6
* rtl/objpas/fgl.pp:svenbarth2012-11-191-1/+1
* - removed unimplemented/unsupported rtleventsync (mantis #23332)jonas2012-11-182-20/+0
* * terminate with an error when initializing a critical section and recursivejonas2012-11-181-1/+1
* * removed stray try/finally statement (mantis #23333)jonas2012-11-181-9/+6
* * Ansistring versions of MkDir,ChDir,RmDir: make a full copy of argument stri...sergei2012-11-161-6/+12
* Add unsigned versions of ntohl and htonlmasta2012-11-162-14/+26
* * Prevent Move from freeing an associated object if OwnsObjects=True (reporte...michael2012-11-161-0/+1
* * fixed compatilation on Haiku Alpha4 (patch by Olivier Coursière,jonas2012-11-101-2/+1
* * Need FILE_WRITE_ATTRIBUTES for setfiledate (mantis #23290)michael2012-11-081-1/+1
* * Avoid overflow when reading from streams > 2gbmichael2012-11-061-2/+3
* rtl/linux/m68k/prt0.as:svenbarth2012-11-051-7/+12
* * pass not only exception address but also frame to raise: florian2012-11-045-12/+10
* * fix memory leak of video unit as proposed by Michael Karst, resolves #22876florian2012-11-041-0/+9
* * fix sincos also for x86-64-linuxflorian2012-11-041-1/+1
* * fix sincos for x86-64 windows resolves #23268florian2012-11-041-20/+12
* * patch by Cyrax for easy redirection of heaptrc output, resolves #22168florian2012-11-041-12/+27
* rtl/m68k/setjump.inc:svenbarth2012-11-012-6/+36
* rtl/m68k/m68k.inc:svenbarth2012-10-311-0/+11
* rtl/m68k/m68k.inc, move:svenbarth2012-10-311-10/+4
* * Fetch PECOFF section sizes correctly (not including zero padding), resolves...sergei2012-10-301-0/+10
* Fixed error in define selecting write barrier code that has been introduced d...tom_at_work2012-10-291-1/+1
* * changed all version numbers to 900044 for freebsd 9. Expanded script to de...marco2012-10-286-5/+13
* Improve memory barriers on ARMtom_at_work2012-10-281-6/+20
* Add implementations for read/write barrier code for ARMtom_at_work2012-10-271-0/+35
* * fixed wrong opcode sizejonas2012-10-271-1/+1
* * rtl/m68k/m68k.inc, move:svenbarth2012-10-241-0/+2
* * merging more of Jeppe Johansen's arm-embedded branchflorian2012-10-221-1/+1
* Small fixes to ARM-Embedded RTL from Jeppe Johansenmasta2012-10-225-25/+113
* o merging r22801 of Jeppe Johansenflorian2012-10-211-103/+30
* * rtl/m68k/setjump.inc:svenbarth2012-10-211-0/+1
* o merge of the branch laksen/arm-embedded of Jeppe Johansen:florian2012-10-2117-1672/+6365
* * Fixed i386 longjmp, it must not return 0 if 'value' argument happens to be 0.sergei2012-10-191-0/+4
* * Rewrote x86_64 implementations of setjmp and longjmp.sergei2012-10-192-60/+85
* * fixed compilation after introduction of nostackframe checksjonas2012-10-191-12/+7
* Enabled signal handlerssvenbarth2012-10-181-5/+0
* Implement SysCall interface for m68k-linux. This is especially useful for tes...svenbarth2012-10-181-0/+42
* Various adjustments to the RTL for m68k:svenbarth2012-10-185-6/+247
* Replace DBRA instruction for Coldfire with a SUB/BRA combination in the for-l...svenbarth2012-10-181-0/+25
* For now completely disable (I)MUL/(I)DIV support for Coldfire and pass throug...svenbarth2012-10-182-0/+8
* rtl/linux/m68k/prt0.as:svenbarth2012-10-181-0/+6
* rtl/m68k: Added mathu(h).inc with dummy implementations of SetExceptionMask a...svenbarth2012-10-182-0/+50
* rtl/m68k/sysnr.inc:svenbarth2012-10-181-4/+4
* * Fix nostackframe related problemspierre2012-10-181-5/+1
* * Fix dayOfWeek for dates < 0 (bug ID #23144)michael2012-10-171-2/+4
* + AVXSupport function to detect if the CPU and OS support AVXflorian2012-10-142-8/+59
* * add comment to size_t definition. Documents issue #22834 a bit.marco2012-10-121-0/+5
* * Take care of Florian's remark that FList may be nil when constructor failedmichael2012-10-081-1/+2
* * Fix from Luiz Americo to avoid crash when a freenotification is registered ...michael2012-10-081-10/+5
* * Patch from Luiz Americo to clean up tlist (bug ID 23024)michael2012-10-081-5/+3