| Commit message (Expand) | Author | Age | Files | Lines |
* | * patch from #26485, haiku builds character units (and dependencies) | marco | 2014-07-15 | 2 | -152/+159 |
* | * removed units moved in r27349 (patch by Olivier Coursiere, mantis #26148) | jonas | 2014-05-14 | 2 | -76/+76 |
* | Makefiles updated with fpcmake rev 27428 | pierre | 2014-04-10 | 1 | -4/+10 |
* | * clocale moved to rtl-extra. | marco | 2014-03-30 | 2 | -79/+76 |
* | * moved units ipc for *BSD, darwin/iphonesim and linux. The others are | marco | 2014-03-30 | 1 | -1/+1 |
* | * printer unit moved. Amiga unit also moved but it is not actively used. | marco | 2014-03-29 | 1 | -9/+1 |
* | * strutils moved to packages/rtl-objpas | marco | 2014-03-29 | 2 | -144/+104 |
* | * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization... | sergei | 2014-03-17 | 1 | -4/+4 |
* | * mipsel-android: Regenerated makefiles. From now the mipsel-android target c... | yury | 2014-02-07 | 1 | -4/+25 |
* | + character sets for central Europe added also to Makefiles as implicit units | hajny | 2014-01-20 | 2 | -74/+74 |
* | * some more socket fixes. unix*/unx* files were manually moved, not svn moved. | marco | 2014-01-12 | 2 | -510/+0 |
* | * winsock(and -2), sockets and gpm to rtl-extra. | marco | 2014-01-11 | 2 | -80/+76 |
* | * Initial active version of | marco | 2014-01-05 | 2 | -151/+151 |
* | rtl: add cp856 to makefiles | paul | 2014-01-05 | 2 | -74/+74 |
* | * rtl-console initial version. | marco | 2014-01-03 | 2 | -75/+84 |
* | * Clean out of $i textrec and filerec includes that are redundant now that c... | marco | 2014-01-02 | 1 | -2/+0 |
* | * pthread_attr_destroy fixes for the rest of *nix. | marco | 2013-12-12 | 1 | -0/+1 |
* | * regenerated fpcmake makefiles after r25642 | nickysn | 2013-10-05 | 1 | -2/+2 |
* | * synchronised with trunk up to r25167 (fixes glib compilation via r25164, | jonas | 2013-07-24 | 5 | -6/+11 |
|\ |
|
| * | * updated address of FSF (mantis #24646, patch by Alexey Svistunov) | jonas | 2013-06-27 | 5 | -6/+11 |
* | | + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we | jonas | 2013-06-27 | 1 | -0/+6 |
* | | * synchronised with trunk up to r24912 | jonas | 2013-06-17 | 3 | -153/+267 |
|\ \
| |/ |
|
| * | Regenerate all Makefiles with an up-to-date fpcmake binary (dummy commit) | pierre | 2013-04-29 | 1 | -1/+1 |
| * | * Makefiles regenerated | florian | 2013-04-25 | 1 | -2/+32 |
| * | rtl: add missing windows codepages (mantis #0024294) | paul | 2013-04-22 | 2 | -75/+80 |
| * | rtl: install all cpXXX .ppu and .o files | paul | 2013-03-12 | 2 | -74/+75 |
| * | compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory ... | paul | 2013-03-12 | 2 | -164/+79 |
| * | * Added new unit unixcp. It contains stuff from winiconv.inc - a table to map... | yury | 2013-02-28 | 3 | -76/+184 |
| * | * Regenerated makefiles. | yury | 2013-01-16 | 1 | -1/+5 |
| * | * Sync with trunk r23404. | yury | 2013-01-16 | 2 | -8/+25 |
| |\ |
|
| * \ | Merge with trunk r22040. Regenerated makefiles. | tom_at_work | 2012-08-09 | 1 | -114/+115 |
| |\ \ |
|
| * \ \ | Rebase with r21814 | tom_at_work | 2012-07-07 | 1 | -1/+3 |
| |\ \ \
| | |/ / |
|
| * | | | * basic android/x86 support | tom_at_work | 2012-05-14 | 1 | -2/+23 |
| * | | | - initial support for the android/arm target in the compiler; resulting .so's... | tom_at_work | 2012-04-26 | 1 | -2/+71 |
* | | | | + rtldefs.inc file for every target that contains defines shared by multiple | jonas | 2012-09-27 | 1 | -0/+18 |
| |_|/
|/| | |
|
* | | | rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris | paul | 2012-09-21 | 1 | -2/+2 |
| |/
|/| |
|
* | | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -2/+23 |
|\ \
| |/ |
|
| * | + Regenerate all Makefiles's after adding x86_64 netbsd target | pierre | 2012-04-24 | 1 | -2/+23 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 6 | -219/+185 |
|\ \
| |/ |
|
| * | * regenerated Makefiles with AIX support | jonas | 2012-04-11 | 1 | -3/+50 |
| * | Add x86_64-openbsd target in Makefiles | pierre | 2012-04-06 | 1 | -2/+23 |
| * | * Some more signal tuning. Supporting SA_SIGINFO would require changing | olivier | 2012-04-03 | 1 | -1/+1 |
| * | * Better signal configuration to handle correctly a second exception | olivier | 2012-04-02 | 1 | -1/+1 |
| * | * Updated haiku signal definitions to reflect changes made in Haiku | olivier | 2012-04-01 | 3 | -18/+37 |
| * | * Minor spelling corrections in comments, patch by Graeme, Mantis #21397 | marco | 2012-03-01 | 1 | -2/+2 |
| * | Add PSigInf oand PSigContext type aliases | pierre | 2012-02-29 | 1 | -0/+8 |
| * | Update Makefile for mips-linux support | pierre | 2012-02-29 | 1 | -26/+28 |
| * | * rebuilt Makefiles | florian | 2011-12-04 | 1 | -8/+9 |
| * | rtl: init widestring and unitcodestring managers before initialization of Sta... | paul | 2011-10-25 | 1 | -5/+1 |
| * | rtl: make cwstring.pp dependent of dynlibs, load iconvctl dynamically | paul | 2011-10-25 | 2 | -169/+12 |