sergei
|
8dab34b31a
* fpc_char_to_unicodestr: call widestringmanager directly instead of nested char_to_uchar conversion.
|
13 years ago |
sekelsenmat
|
c72a639e7b
Fixes stack check crash in fmtbcd.pp see bug #21208
|
13 years ago |
florian
|
de4a96f96d
* fixes several register allocation related mips issues
|
13 years ago |
michael
|
723482c814
* Correctly free objects when destroying stringlist instance
|
13 years ago |
pierre
|
b058593b53
* Fix compilation for cpu i386
|
13 years ago |
sergei
|
c3b106fde3
* StringToOleStr(UnicodeString), reduced to single SetString call, this way it does not depend on private functions and does not require $ifdef's.
|
13 years ago |
sergei
|
f07d02b427
- Removed string conversion helpers that are not actually used by compiler code generation (duplicated pwidechar/punicodechar stuff).
|
13 years ago |
florian
|
3d2a27c66c
* fix fpu register type
|
13 years ago |
florian
|
f2ee5da112
* fix gas mips integer register naming
|
13 years ago |
florian
|
a2009af76e
* updated MIPS code so the compiler gets through the system unit
|
13 years ago |
florian
|
28036ed068
* fix some mips compiler issues, system unit compilation is getting forward
|
13 years ago |
florian
|
b8f322e0de
* continued to fix mips rtl compilation
|
13 years ago |
pierre
|
30d9afe879
Add mipsel file including mips counterparts
|
13 years ago |
florian
|
8b339ded7a
* started to fix the mips(el) linux rtl
|
13 years ago |
florian
|
5a64b05cb4
* put generic mips code into mips dir
|
13 years ago |
florian
|
2c76472bd5
* start to fix mips(el) startup code
|
13 years ago |
svenbarth
|
0d76eeb55a
Added NORUN flags to tests
|
13 years ago |
svenbarth
|
ef10ce3bd0
* pgenutil.pas, generate_specialization:
|
13 years ago |
svenbarth
|
9cb16c950f
This fixes Mantis #20851 .
|
13 years ago |
marco
|
13743890d5
* fix to store empty node also for tkastring, Mantis #21137
|
13 years ago |
svenbarth
|
6204da6248
Add tests for Mantis 18103 which somehow is completely fixed now (not related
|
13 years ago |
svenbarth
|
04683c5f13
pgenutil.pas, generate_specialization:
|
13 years ago |
svenbarth
|
a7a0ba0cf4
* Move the setup and teardown of the specialization symtable stack into two extra
|
13 years ago |
svenbarth
|
c572395f61
* pgenutil.pas, generate_specialization & psub.pas, specialize_objectdefs:
|
13 years ago |
florian
|
76d29ff172
* some Makefiles regenerated to support mips-linux
|
13 years ago |
florian
|
722980519a
+ enable mips-linux in fpcmake (mips-linux is big endian, mipsel-linux is the little endian port)
|
13 years ago |
pierre
|
4a74ba14eb
+ Add tsiginfo type
|
13 years ago |
pierre
|
9aa157b7fc
* Remove _strrchr call and add environ common
|
13 years ago |
pierre
|
cc69ccff13
+ Add missing syscall_nr_sigtimedwait
|
13 years ago |
joost
|
3d368fb900
* Revert accidentally committed files in r20238
|
13 years ago |