summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
...
* * WM_GETOBJECT added.marco2012-10-061-0/+1
* * change make TBinaryObjectWriter.WriteStr public mantis #22973marco2012-10-061-1/+1
* * fix for Delphi incompatible DelimitedText, Mantis #19610, big patch from R...marco2012-10-051-18/+47
* Set register to value parameter of longjmp procedurepierre2012-10-031-0/+2
* * fixes #23025, 64-bit issue with timer functions, patch by Luiz Americomarco2012-10-032-3/+3
* + support for <text>^ in iso modeflorian2012-10-012-1/+13
* Fix PIC instruction for syscallspierre2012-09-281-40/+40
* Add PIC codepierre2012-09-281-0/+29
* * workaround because "public,alias" isn't supported yet on JVM targetsjonas2012-09-281-1/+1
* * partial fix for mantis #22912 (waiting on clarification from Unicodejonas2012-09-2814-72/+115
* * fixed "make install" for jvm targetsjonas2012-09-274-12/+63
* Add PIC specific codepierre2012-09-271-1/+19
* + add support for unlimited PIC modepierre2012-09-271-0/+162
* Adapt TSigContext to structure found by debuggingpierre2012-09-271-19/+32
* Adapt TSigContext to structure found by debuggingpierre2012-09-271-13/+44
* Regenerate after: Use "-K PIC" for assembler call if pic mode is selectedpierre2012-09-271-1/+107
* Use "-K PIC" for assembler call if pic mode is selectedpierre2012-09-271-0/+9
* + Handle PIC code for unlimited GOT sizepierre2012-09-271-8/+154
* * prevent code page conversion in CharInSet(widechar,tsyscharset)jonas2012-09-261-1/+1
* * make ansistring unique when changing the code page without conversionjonas2012-09-261-0/+1
* rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solarispaul2012-09-214-7/+7
* * fix some of the overloads for -A and -W routines.marco2012-09-201-16/+75
* - remove maps with unclear headerflorian2012-09-1826-14844/+0
* rtl: pass exact size to delete instead of full string lengthpaul2012-09-181-1/+1
* * don't create temporary ansistrings with codepage DefaultSystemCodePagejonas2012-09-171-22/+14
* * corrected license header from GPL to LGPL + static linking exception likejonas2012-09-1710-98/+41
* rtl: set DefaultSystemCodePage on linux without cwstringspaul2012-09-171-2/+2
* bsd: set DefaultSystemCodePage without cwstring.paspaul2012-09-172-2/+50
* * changed resource handle parameters from THandle to TFPResourceHMODULE sojonas2012-09-142-12/+12
* call halt(217) if get_caller_XX function generates an exceptionpierre2012-09-141-3/+3
* Fix SigContextRec record for x86_64 cpupierre2012-09-141-5/+8
* * adjusted startup code so it guarantees 16 byte stack alignment on programjonas2012-09-137-16/+21
* Protect with try/except blocks call to get_caller_XXX functions to avoid tro...pierre2012-09-131-20/+57
* Do not add 8 to NIL values of get_caller_addrpierre2012-09-111-1/+5
* * move fpgetenv(pchar) to unit system for syscall based *nix rtls.marco2012-09-105-41/+46
* * deprecated old shortstring getenv func.marco2012-09-101-1/+1
* * merged changes to systemh.inc/compproc.inc from r22289/r22290/r22310jonas2012-09-062-1/+13
* * compilation on non x86 fixedflorian2012-09-051-1/+1
* * Bsf/Bsr on x86 handle now correctly 0 as argument, resolves #22783florian2012-09-052-7/+17
* Do not use nostackframe with local variable in get_fsr functionpierre2012-09-051-2/+3
* Correct exceoption mask elementspierre2012-09-051-2/+2
* * use BsrDWord in software mod/divflorian2012-09-041-47/+35
* * disable hand optimized assembler for arm thumb2 as wellflorian2012-09-041-4/+0
* * bsr implementation for armv5+ using clzflorian2012-09-041-1/+1
* * split FPC_HAS_INTERNAL_BSX_* defines into FPC_HAS_INTERNAL_BSF_* and FPC_HA...florian2012-09-044-46/+113
* * fix bootstrapping with 2.6.0florian2012-09-032-2/+13
* + generic popcnt supportflorian2012-09-023-34/+45
* * first draft to support the popcnt instruction, works so far for x86 with a ...florian2012-09-023-0/+47
* - removed due to BSD license headerflorian2012-09-022-186/+1
* * fixed null termination of cmdline (based on patch by C Western,jonas2012-08-306-6/+6