| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * WM_GETOBJECT added. | marco | 2012-10-06 | 1 | -0/+1 |
* | * change make TBinaryObjectWriter.WriteStr public mantis #22973 | marco | 2012-10-06 | 1 | -1/+1 |
* | * fix for Delphi incompatible DelimitedText, Mantis #19610, big patch from R... | marco | 2012-10-05 | 1 | -18/+47 |
* | Set register to value parameter of longjmp procedure | pierre | 2012-10-03 | 1 | -0/+2 |
* | * fixes #23025, 64-bit issue with timer functions, patch by Luiz Americo | marco | 2012-10-03 | 2 | -3/+3 |
* | + support for <text>^ in iso mode | florian | 2012-10-01 | 2 | -1/+13 |
* | Fix PIC instruction for syscalls | pierre | 2012-09-28 | 1 | -40/+40 |
* | Add PIC code | pierre | 2012-09-28 | 1 | -0/+29 |
* | * workaround because "public,alias" isn't supported yet on JVM targets | jonas | 2012-09-28 | 1 | -1/+1 |
* | * partial fix for mantis #22912 (waiting on clarification from Unicode | jonas | 2012-09-28 | 14 | -72/+115 |
* | * fixed "make install" for jvm targets | jonas | 2012-09-27 | 4 | -12/+63 |
* | Add PIC specific code | pierre | 2012-09-27 | 1 | -1/+19 |
* | + add support for unlimited PIC mode | pierre | 2012-09-27 | 1 | -0/+162 |
* | Adapt TSigContext to structure found by debugging | pierre | 2012-09-27 | 1 | -19/+32 |
* | Adapt TSigContext to structure found by debugging | pierre | 2012-09-27 | 1 | -13/+44 |
* | Regenerate after: Use "-K PIC" for assembler call if pic mode is selected | pierre | 2012-09-27 | 1 | -1/+107 |
* | Use "-K PIC" for assembler call if pic mode is selected | pierre | 2012-09-27 | 1 | -0/+9 |
* | + Handle PIC code for unlimited GOT size | pierre | 2012-09-27 | 1 | -8/+154 |
* | * prevent code page conversion in CharInSet(widechar,tsyscharset) | jonas | 2012-09-26 | 1 | -1/+1 |
* | * make ansistring unique when changing the code page without conversion | jonas | 2012-09-26 | 1 | -0/+1 |
* | rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris | paul | 2012-09-21 | 4 | -7/+7 |
* | * fix some of the overloads for -A and -W routines. | marco | 2012-09-20 | 1 | -16/+75 |
* | - remove maps with unclear header | florian | 2012-09-18 | 26 | -14844/+0 |
* | rtl: pass exact size to delete instead of full string length | paul | 2012-09-18 | 1 | -1/+1 |
* | * don't create temporary ansistrings with codepage DefaultSystemCodePage | jonas | 2012-09-17 | 1 | -22/+14 |
* | * corrected license header from GPL to LGPL + static linking exception like | jonas | 2012-09-17 | 10 | -98/+41 |
* | rtl: set DefaultSystemCodePage on linux without cwstrings | paul | 2012-09-17 | 1 | -2/+2 |
* | bsd: set DefaultSystemCodePage without cwstring.pas | paul | 2012-09-17 | 2 | -2/+50 |
* | * changed resource handle parameters from THandle to TFPResourceHMODULE so | jonas | 2012-09-14 | 2 | -12/+12 |
* | call halt(217) if get_caller_XX function generates an exception | pierre | 2012-09-14 | 1 | -3/+3 |
* | Fix SigContextRec record for x86_64 cpu | pierre | 2012-09-14 | 1 | -5/+8 |
* | * adjusted startup code so it guarantees 16 byte stack alignment on program | jonas | 2012-09-13 | 7 | -16/+21 |
* | Protect with try/except blocks call to get_caller_XXX functions to avoid tro... | pierre | 2012-09-13 | 1 | -20/+57 |
* | Do not add 8 to NIL values of get_caller_addr | pierre | 2012-09-11 | 1 | -1/+5 |
* | * move fpgetenv(pchar) to unit system for syscall based *nix rtls. | marco | 2012-09-10 | 5 | -41/+46 |
* | * deprecated old shortstring getenv func. | marco | 2012-09-10 | 1 | -1/+1 |
* | * merged changes to systemh.inc/compproc.inc from r22289/r22290/r22310 | jonas | 2012-09-06 | 2 | -1/+13 |
* | * compilation on non x86 fixed | florian | 2012-09-05 | 1 | -1/+1 |
* | * Bsf/Bsr on x86 handle now correctly 0 as argument, resolves #22783 | florian | 2012-09-05 | 2 | -7/+17 |
* | Do not use nostackframe with local variable in get_fsr function | pierre | 2012-09-05 | 1 | -2/+3 |
* | Correct exceoption mask elements | pierre | 2012-09-05 | 1 | -2/+2 |
* | * use BsrDWord in software mod/div | florian | 2012-09-04 | 1 | -47/+35 |
* | * disable hand optimized assembler for arm thumb2 as well | florian | 2012-09-04 | 1 | -4/+0 |
* | * bsr implementation for armv5+ using clz | florian | 2012-09-04 | 1 | -1/+1 |
* | * split FPC_HAS_INTERNAL_BSX_* defines into FPC_HAS_INTERNAL_BSF_* and FPC_HA... | florian | 2012-09-04 | 4 | -46/+113 |
* | * fix bootstrapping with 2.6.0 | florian | 2012-09-03 | 2 | -2/+13 |
* | + generic popcnt support | florian | 2012-09-02 | 3 | -34/+45 |
* | * first draft to support the popcnt instruction, works so far for x86 with a ... | florian | 2012-09-02 | 3 | -0/+47 |
* | - removed due to BSD license header | florian | 2012-09-02 | 2 | -186/+1 |
* | * fixed null termination of cmdline (based on patch by C Western, | jonas | 2012-08-30 | 6 | -6/+6 |