olle
0c79e44717
* Darwin is on equal foot as other BSD's
...
* BATCHEXT (for surce) renamed to SRCBATCHEXT
+ New BATCHEXT dependant of target system
+ New DEBUGSYMEXT for debugger symbol files
+ Clean/cleanall also helpful when link on target
2004-04-01 12:35:10 +00:00
olle
b390d20504
+ a tool not found is replaced by the fake command __missing_command__, so that make stops, if it tries to run the command.
2004-04-01 12:26:56 +00:00
michael
f61b5b56f5
+ Fixed gdk_ic_new,gdk_ic_attr_new, gdk_ic_attr_destroy gdk_ic_set_attr gdk_ic_get_attr, noted by marc weustink
2004-04-01 12:25:37 +00:00
olle
6e851542d0
* updated help text
2004-04-01 12:16:31 +00:00
olle
b72406ea2a
+ created, compiled by MPW MrC compiler
2004-04-01 00:35:05 +00:00
michael
1980512d33
+ Added fputype directive
2004-03-31 22:59:48 +00:00
michael
f620ca6ea8
+ Added variable declaration
2004-03-31 22:59:03 +00:00
florian
57c8334471
* fixed GetParentFrame for ARM
2004-03-31 21:49:19 +00:00
florian
b7d006777c
* vtbls are now properly aligned
2004-03-31 21:01:01 +00:00
florian
6e4b98f913
* concatcopy with len=0 exits now immediatly
2004-03-31 19:13:04 +00:00
florian
332d0c1ac3
* test for arm fixed
2004-03-30 20:39:10 +00:00
florian
6959430b83
* imported procedures are always made global (in the sense of the
...
assembler)
2004-03-29 21:19:33 +00:00
florian
5b337d75f7
* fixed dyn. lib extension on darwin
2004-03-29 21:17:39 +00:00
florian
c1608e3c69
+ darwin rules added (derived from fbsd)
2004-03-29 19:40:44 +00:00
florian
aae508c277
+ arm floating point register saving implemented
...
* hopefully stabs generation for MacOSX fixed
+ some defines for arm added
2004-03-29 19:19:35 +00:00
florian
116b5f2483
+ darwin support
2004-03-29 18:16:02 +00:00
peter
0e55d73fc3
* new bug
2004-03-29 14:49:51 +00:00
peter
e661df03ee
* fixes to previous constant integer commit
2004-03-29 14:44:10 +00:00
peter
207e3b1231
* cleaner temp get/unget for exceptions
2004-03-29 14:43:47 +00:00
peter
8d078ada18
* variant array support
2004-03-29 14:42:52 +00:00
peter
739a37c29d
* fix range check error with cardinal-longint
2004-03-29 14:28:40 +00:00
peter
dc67ea9d52
* refcount fixed, it is now correctly using the same temp
2004-03-29 14:28:15 +00:00
olle
4c61aa26c4
+ New file, MPW script for assembling, linking and running tests on a MacOS target
2004-03-29 00:06:36 +00:00
marco
156afd7ad4
* fix for recursive fpc.exe ?
2004-03-28 19:36:19 +00:00
florian
3554fac953
+ added FPC_COMP_IS_INT64 define
2004-03-27 23:23:03 +00:00
florian
1d209e605e
* fixed alignment issues
2004-03-27 23:22:38 +00:00
florian
a7f1878fc9
* fixed comp/int64 issue
2004-03-27 23:21:21 +00:00
florian
370ea9e79a
* alignment fixed
2004-03-27 19:34:13 +00:00
florian
2481062181
* alignment fixed
2004-03-27 19:26:40 +00:00
florian
7adab53bff
* alignment fixed
2004-03-27 19:20:41 +00:00
florian
73412562b7
* signal handling fixed
2004-03-27 19:20:11 +00:00
florian
2e300fb66c
*** empty log message ***
2004-03-27 19:18:01 +00:00
florian
7298501722
* structs for arm adapted
2004-03-27 14:35:13 +00:00
florian
4fdc20f014
* use rt_sigaction syscall on arm
2004-03-27 14:34:23 +00:00
florian
f838c3b5b7
* tell sigaction to pass siginfo on arm
2004-03-27 14:33:45 +00:00
michael
44d7109be3
Some compatibility additions
2004-03-25 20:43:39 +00:00
Tomas Hajny
9238319c2f
* OS/2 heap management modified to be able to grow heap as needed
2004-03-24 20:24:25 +00:00
michael
3bf060e15c
+ Moved ineth.inc to aineth.inc as originally intended. Thanks to Sebastian Volland
2004-03-24 20:01:26 +00:00
Tomas Hajny
8fd5b67f9a
* misleading warning removed
2004-03-24 19:23:09 +00:00
Tomas Hajny
155402e664
* heap management modified to be able to grow heap as needed
2004-03-24 19:15:59 +00:00
peter
d1069ce5a7
* use smallint instead of integer
2004-03-23 22:36:31 +00:00
peter
1a0a8db391
* new compiler has smallint,longint,word internal defined
2004-03-23 22:35:45 +00:00
peter
d644629612
* dec ptr before free in reallocmem
2004-03-23 22:35:20 +00:00
peter
e46cdcea48
* constants ordinals now always have a type assigned
...
* integer constants have the smallest type, unsigned prefered over
signed
2004-03-23 22:34:49 +00:00
florian
1280635cc4
* arm assembler instructions can have 4 operands
...
* qword comparisations fixed
2004-03-23 21:03:50 +00:00
florian
ddb6d0d595
+ assembler implementation of fpc_mul_qword
...
* fpu exceptions are now generated
2004-03-23 21:03:10 +00:00
florian
f5c99d9e2d
* setjmp fixed
2004-03-23 19:13:09 +00:00
peter
8004c68a42
* constant ordinal type
2004-03-23 16:51:35 +00:00
florian
7367801810
* more alignment fixes
2004-03-22 22:19:36 +00:00
florian
3ac0c812e0
* interface trampolines (hopyfully) fixed
2004-03-22 22:19:02 +00:00