| Commit message (Expand) | Author | Age | Files | Lines |
* | * m68k-linux startup code: | sergei | 2014-07-23 | 1 | -0/+2 |
* | * m68k: updated/fixed dllprt0.as, now able to link a shared library. | sergei | 2014-07-09 | 1 | -26/+31 |
* | * m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat worki... | sergei | 2014-07-07 | 1 | -55/+64 |
* | * m68k-linux: now actually fixed syscall failure conditions. | sergei | 2014-06-27 | 1 | -7/+7 |
* | * m68k-linux: syscalls are expected to return -1 on failure, not -errno. This... | sergei | 2014-06-27 | 1 | -7/+35 |
* | Makefiles updated with fpcmake rev 27428 | pierre | 2014-04-10 | 1 | -4/+10 |
* | * x86_64-linux: include startup units into build. | sergei | 2014-03-31 | 2 | -2/+2 |
* | * x86_64-linux: fixed existing Pascal startup code (syntax only, operation no... | sergei | 2014-03-31 | 4 | -24/+270 |
* | + .so startup code for sparc-linux. | sergei | 2014-03-31 | 1 | -0/+68 |
* | * clocale moved to rtl-extra. | marco | 2014-03-30 | 2 | -81/+76 |
* | * moved units ipc for *BSD, darwin/iphonesim and linux. The others are | marco | 2014-03-30 | 4 | -301/+76 |
* | * moved unit terminfo to rtl-console | marco | 2014-03-29 | 2 | -81/+76 |
* | * printer unit moved. Amiga unit also moved but it is not actively used. | marco | 2014-03-29 | 2 | -94/+76 |
* | * serial to rtl-extra | marco | 2014-03-29 | 2 | -81/+76 |
* | * moving 4 cp9* units. These are 16-bit and big. | marco | 2014-03-29 | 2 | -76/+76 |
* | * strutils moved to packages/rtl-objpas | marco | 2014-03-29 | 2 | -89/+107 |
* | * regenned makefiles which were regennerated with a 2.6.x fpcmake in the rtl... | marco | 2014-03-22 | 1 | -10/+299 |
* | * rtl-unicode package, containing unicodeducet, collation units and *bidi* u... | marco | 2014-03-20 | 2 | -459/+145 |
* | - Don't include softfpu code on SPARC, unless bootstrapping with 2.6. | sergei | 2014-03-20 | 1 | -4/+4 |
* | * Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incom... | sergei | 2014-03-20 | 2 | -11/+7 |
* | * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization... | sergei | 2014-03-17 | 1 | -3/+0 |
* | * Since StackTop=StackBottom+StackLength, any two variables are sufficient to... | sergei | 2014-03-12 | 1 | -2/+1 |
* | * now also stdconv and convutils removed from Makefile.fpc | marco | 2014-03-01 | 1 | -8/+0 |
* | * Removed some redundant rules | marco | 2014-03-01 | 1 | -25/+0 |
* | M68k: Fix passing of environment variables. Fixes the compiler not being able... | svenbarth | 2014-02-23 | 1 | -1/+1 |
* | set errno after syscalls. this fixes tiorte test at least. this code ideally ... | karoly | 2014-02-22 | 1 | -0/+7 |
* | Now that spilling correctly works on m68k we definitely need to store/restore... | svenbarth | 2014-02-16 | 1 | -15/+28 |
* | * Clean up i386-Linux startup code for shared libraries: | sergei | 2014-02-13 | 1 | -57/+3 |
* | * Frame size on MIPS must be divisible by 8, thanks to Vsevolod Alekseyev for... | sergei | 2014-02-08 | 1 | -2/+2 |
* | * mipsel-android: Regenerated makefiles. From now the mipsel-android target c... | yury | 2014-02-07 | 1 | -4/+28 |
* | + character sets for central Europe added also to Makefiles as implicit units | hajny | 2014-01-20 | 2 | -74/+74 |
* | * winsock(and -2), sockets and gpm to rtl-extra. | marco | 2014-01-11 | 7 | -1723/+76 |
* | * Initial active version of | marco | 2014-01-05 | 2 | -154/+154 |
* | rtl: add cp856 to makefiles | paul | 2014-01-05 | 2 | -74/+74 |
* | * rtl-console initial version. | marco | 2014-01-03 | 3 | -94/+95 |
* | * Clean out of $i textrec and filerec includes that are redundant now that c... | marco | 2014-01-02 | 2 | -6/+0 |
* | + SPARC: support finalization routine supplied by dynamic linker. | sergei | 2013-12-26 | 1 | -9/+44 |
* | - SPARC RTL: removed assembler PIC/threadvar hacks. | sergei | 2013-12-22 | 1 | -295/+8 |
* | * fix FPC_USE_LIBC for inotify and clock* functions, and always link librt w... | marco | 2013-12-08 | 1 | -9/+15 |
* | * Initial FPC_USE_LIBC implementation of termios for Linux. | marco | 2013-12-06 | 1 | -11/+116 |
* | * increased the size of tdirent to | jonas | 2013-11-27 | 1 | -2/+14 |
* | - Linux RTL: MIPS no longer needs the softfloat code, don't compile it. | sergei | 2013-10-30 | 1 | -4/+4 |
* | * fixed the stack traces under linux (StackTop wasn't initialized) | nickysn | 2013-10-27 | 1 | -1/+2 |
* | - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe... | sergei | 2013-10-10 | 6 | -16/+1 |
* | * regenerated fpcmake makefiles after r25642 | nickysn | 2013-10-05 | 1 | -2/+2 |
* | * synchronized with trunk up to and including r25430cpstrrtl | jonas | 2013-09-06 | 1 | -0/+4 |
|\ |
|
| * | * insert it statements for arm thumb2 in syscall assembler procedures | florian | 2013-08-23 | 1 | -0/+4 |
* | | * synchronised with trunk up to r25167 (fixes glib compilation via r25164, | jonas | 2013-07-24 | 14 | -20/+27 |
|\ \
| |/ |
|
| * | * updated address of FSF (mantis #24646, patch by Alexey Svistunov) | jonas | 2013-06-27 | 14 | -20/+27 |
* | | + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we | jonas | 2013-06-27 | 1 | -0/+6 |