Commit Graph

763 Commits

Author SHA1 Message Date
Jonas Maebe
f868c80460 + i386-darwin support (use fpcmake from after 12 February 2006)
git-svn-id: trunk@2820 -
2006-03-09 15:26:49 +00:00
Tomas Hajny
237525c698 * StackTop now pointer
git-svn-id: trunk@2752 -
2006-03-05 10:41:12 +00:00
Tomas Hajny
b108f79236 * StackTop now common (remove duplicate)
git-svn-id: trunk@2751 -
2006-03-05 10:37:55 +00:00
Tomas Hajny
3114cbe049 * fix for buggy FileExists and DirectoryExists
git-svn-id: trunk@2684 -
2006-02-26 00:28:26 +00:00
mazen
aeb162e4e1 + added target arm-palmos (please use an fpcmake later than 04 feb 2006 in future)
git-svn-id: trunk@2603 -
2006-02-15 22:05:04 +00:00
tom_at_work
a3295f379a * removed powerpc64/linux from SMARTLINKTARGETS. Takes way too much time without an internal binwriter.
* regenerated makefiles

git-svn-id: trunk@2546 -
2006-02-12 20:26:15 +00:00
mazen
bc18d6eb8a + added palmos support to makes files
+ added Makefile.fpc to palmos in rtl
+ added faked prt0 to plamos rtl

git-svn-id: trunk@2443 -
2006-02-05 19:22:12 +00:00
tom_at_work
453bb6d1c9 * removed libc package from build for every linux platform but i386 and x86-64 (libc is a x86 specific kylix compatibility library)
git-svn-id: trunk@2376 -
2006-01-29 17:49:42 +00:00
Tomas Hajny
bbd4886809 * fix for wrong pointer increment (causing crash/heap corruptions)
git-svn-id: trunk@2337 -
2006-01-25 21:26:38 +00:00
florian
b9a0e2ead2 * makefile again regenerated
git-svn-id: trunk@2280 -
2006-01-13 20:32:53 +00:00
florian
40290348bc * Makefiles regenerated
git-svn-id: trunk@2279 -
2006-01-13 19:49:25 +00:00
florian
30fc11e7ca * makefiles regenerated
git-svn-id: trunk@2260 -
2006-01-11 21:46:28 +00:00
Tomas Hajny
6d96ee4819 * fixed occassional crash during InitArguments
git-svn-id: trunk@2112 -
2006-01-01 23:28:25 +00:00
tom_at_work
c3f678e8df * updated makefiles for ppc64/linux to allow successful snapshot building on that platform
git-svn-id: trunk@1975 -
2005-12-16 20:37:08 +00:00
tom_at_work
3502898ba3 * makefile updates after last changes for successful build on ppc64/linux
git-svn-id: trunk@1874 -
2005-12-04 13:07:37 +00:00
Tomas Hajny
f9e28f363d * workaround for OS/2 bug - check for 64kB border crossing in parameters for DosExecPgm
git-svn-id: trunk@1861 -
2005-12-01 22:07:32 +00:00
marco
f7f14e4dee * CROSSOPT support
git-svn-id: trunk@1798 -
2005-11-20 22:19:50 +00:00
Tomas Hajny
f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets
git-svn-id: trunk@1736 -
2005-11-13 19:13:16 +00:00
Tomas Hajny
349d7108ce * Check of memory ranges under OS/2 added to HeapTrc
git-svn-id: trunk@1735 -
2005-11-13 19:05:38 +00:00
Tomas Hajny
7ab72f43b3 * DosWrite only possible under non-PM apps
git-svn-id: trunk@1732 -
2005-11-13 17:30:18 +00:00
tom_at_work
367df58016 * stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
* default stack size is now also 32k for Windows (allows the use of stack checking when using threads)

git-svn-id: trunk@1718 -
2005-11-10 17:06:25 +00:00
Tomas Hajny
69cc232b0b * WaitFor modified to call CheckSynchronize - to be tested with 3695
git-svn-id: trunk@1671 -
2005-11-06 01:53:48 +00:00
florian
7bff61ce29 * patch from Ales Katona to add a stack size parameter to tthread functions
git-svn-id: trunk@1621 -
2005-11-01 22:01:48 +00:00
tom_at_work
202236c6e0 * fpcmake.ini update which fixes glibc search path problems on PowerPC64
* makefile update

git-svn-id: trunk@1546 -
2005-10-20 16:56:40 +00:00
Jonas Maebe
2dbdc474fd * use register variables when release-building for ppc (more or less doubles
performance for most programs)

git-svn-id: trunk@1383 -
2005-10-15 16:36:52 +00:00
tom_at_work
f7f0f9c426 * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target
* some fixes for PowerPC64 target in the code generator and the RTL
* stabs generation for PowerPC64 is okay now (untested)

git-svn-id: trunk@1337 -
2005-10-08 15:48:39 +00:00
Tomas Hajny
86e2b7f402 * fix for range check error during compilation
git-svn-id: trunk@1088 -
2005-09-15 20:36:51 +00:00
Tomas Hajny
eb26e1aa39 * missing calls to InitWideStringManager added
git-svn-id: trunk@1071 -
2005-09-10 09:40:26 +00:00
peter
bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc
git-svn-id: trunk@1063 -
2005-09-08 06:50:52 +00:00
florian
8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake
git-svn-id: trunk@844 -
2005-08-10 21:55:57 +00:00
florian
64c72bd312 * patch from Joost van der Sluis to remove VIRTUALPASCAL define since VP is officially dead
git-svn-id: trunk@374 -
2005-06-10 17:05:35 +00:00
michael
859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines
git-svn-id: trunk@295 -
2005-06-09 17:40:29 +00:00
florian
6992fde8fc * patch from Ales to Katona to change some var parameters to out
parameters

git-svn-id: trunk@292 -
2005-06-09 07:42:40 +00:00
michael
21425e303c + Removed HASVARIANT define
git-svn-id: trunk@244 -
2005-06-07 20:48:31 +00:00
peter
4ace790492 * remove $Log
git-svn-id: trunk@231 -
2005-06-07 09:47:55 +00:00
Tomas Hajny
8e19280c79 + OS/2 implementation of unit sockets
git-svn-id: trunk@101 -
2005-05-25 20:51:21 +00:00
Tomas Hajny
09dd14ca17 * fix for missing INLINE ON removed during VER1_0 cleanup
git-svn-id: trunk@94 -
2005-05-25 09:18:59 +00:00
Tomas Hajny
403bdb534d * fix for bug #3995 - paramstr(0) needs full path
git-svn-id: trunk@83 -
2005-05-23 22:09:12 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
michael
ffb55c4254 + Removed VER1_0 defines
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
peter
b68af1b0e3 * post 2.0.0 fixes from cvs
git-svn-id: trunk@7 -
2005-05-16 20:59:02 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
Tomas Hajny
01ee93f838 * fix for bug #3713 and other - basis for future common implementation prepared 2005-05-14 14:40:45 +00:00
michael
2e48181661 + Added maxpathlen constant (maximum length of filename path) 2005-05-12 20:29:04 +00:00
peter
6cf4eb98c3 * use current fpcmake instead of from 1.9.8 2005-05-05 13:28:47 +00:00
peter
7dadd64723 * 2.0.0 2005-05-05 12:59:59 +00:00
Tomas Hajny
2b7afcc4d8 * SysAllocMem used for ArgV [Idx] allocation again 2005-05-03 22:17:26 +00:00
peter
d955da19dd use fillchar after reallocmem, fix taken from win32 2005-05-01 13:00:53 +00:00
Tomas Hajny
4c3c44293d * one more correction for dependencies of variants 2005-04-23 14:14:22 +00:00
Tomas Hajny
076364ca7f * TThreadID fix 2005-04-20 21:52:16 +00:00
Tomas Hajny
b2f7e0a64c * typinfo and variants dependencies changed according to Michael's description, plus other dependencies fixes 2005-04-17 20:45:30 +00:00
michael
6947da1ae2 + Corrected variants/typinfo dependencies 2005-04-16 09:26:38 +00:00
Tomas Hajny
057d488f48 * rtlconst/s fix for GO32v2 etc. 2005-04-14 21:47:27 +00:00
Tomas Hajny
06011c9eb1 * TThreadID changed to cardinal 2005-04-14 21:17:51 +00:00
florian
4aa4aeae79 + TThreadID 2005-04-13 20:10:50 +00:00
Tomas Hajny
d3c103dfd7 * EOF_CTRLZ conditional define replaced with CtrlZMarksEOF, #26 handling made more consistent (fix for bug #2453) 2005-04-03 21:10:59 +00:00
Tomas Hajny
f540d0be8b * OS/2 fixes merged to EMX 2005-03-30 23:11:35 +00:00
Tomas Hajny
7836216e6d * fix for InsLine 2005-03-30 22:42:49 +00:00
Tomas Hajny
f21bd3d2c3 * fix for 3792 2005-03-30 22:40:25 +00:00
Tomas Hajny
5e87799bd2 * patch from Sterling Bates for bug #3762 (with additional enhancements for better compatibility) 2005-03-30 22:11:55 +00:00
Tomas Hajny
e019e5ad27 * correction of previous mistyping 2005-03-27 20:50:35 +00:00
Tomas Hajny
a16db1bcf6 * fix for allocarg 2005-03-27 20:40:54 +00:00
Tomas Hajny
f5729c6063 * thread local memory freed 2005-03-20 22:33:27 +00:00
peter
50ece27667 * renamed rtlconst to rtlconsts 2005-03-07 17:57:24 +00:00
Tomas Hajny
0af5c95b6c * SysLocale initialized to empty for OS/2 too - probably wrong for DBCS versions 2005-03-01 23:27:57 +00:00
Tomas Hajny
526f7b716a * compilation fix 2005-03-01 21:59:14 +00:00
florian
44b332f82a * generic tthread.synchronize
* delphi compatible wakemainthread
2005-02-25 21:41:09 +00:00
peter
aa5b73f3ec * 1.9.8 2005-02-15 22:28:29 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
peter
e49fa4bd08 * threads for go32v2,os,emx,netware 2005-02-06 16:57:18 +00:00
peter
110fb12911 * regenerated 2005-02-03 20:33:26 +00:00
Tomas Hajny
f2607e4c1c * first part of compilation fixes 2005-01-27 22:14:54 +00:00
Tomas Hajny
6d0f5a79de * systhrds added to Makefile 2005-01-24 20:08:56 +00:00
Tomas Hajny
8f120ca99b - excessive thread.inc removed - not required any more 2005-01-23 09:49:14 +00:00
peter
ef3b19b316 * regenerated 2005-01-11 17:07:45 +00:00
peter
994ab51002 * regenerated to use cpu-os 2005-01-10 21:29:23 +00:00
marco
953e094e3c * ctypes update 2005-01-10 10:41:20 +00:00
Tomas Hajny
0839541501 * SysGetShiftState fixed 2004-12-27 22:26:43 +00:00
Tomas Hajny
1215d90528 * FSearch must skip invalid paths 2004-12-27 22:25:43 +00:00
Tomas Hajny
0343c6c578 * fix for SIGSEGV when switching to higher resolution 2004-12-27 18:44:45 +00:00
peter
f52d2b2edf * regenerated 2004-12-20 18:37:51 +00:00
peter
3c3ec40b70 * regenerated 2004-12-19 17:42:32 +00:00
Tomas Hajny
b3c9baef95 * GetEnvironmentVariableCount uses EnvC under OS/2 and EMX 2004-12-11 17:32:34 +00:00
michael
fbb13b5266 + Added GetEnvironmentVariableCount and GetEnvironmentString calls 2004-12-11 11:32:44 +00:00
Tomas Hajny
2b40d78b32 * one more fix for ExecuteProcess 2004-12-06 22:11:47 +00:00
Tomas Hajny
46aad77754 * allow running any type of session from Exec 2004-12-06 21:50:04 +00:00
Tomas Hajny
1e1b20bd44 * missing bracket 2004-12-06 21:33:12 +00:00
Tomas Hajny
aad1f7964a * fix for ExecuteProcess 2004-12-06 18:50:21 +00:00
Tomas Hajny
db6015805a * ExecuteProcess update - run VIO apps in the same window 2004-12-05 19:33:08 +00:00
Tomas Hajny
c016de5709 * Makefiles regenerated 2004-12-05 19:26:19 +00:00
Tomas Hajny
1d4e9b37fc * GetMsCount added, platform independent routines moved to single include file 2004-12-05 19:16:54 +00:00
Tomas Hajny
353d5cc3de + GetProcessID added 2004-12-05 14:36:37 +00:00
Tomas Hajny
d0191eaa3c * common implementation of unit printer - fix for bug #3421 2004-12-05 11:21:46 +00:00
Tomas Hajny
a7161eedbe * additional sv* constants and their aliases 2004-11-28 12:37:39 +00:00
armin
f4ffaa9828 * applied peters patch for cross compile (bin installation) 2004-11-26 13:03:07 +00:00
peter
dbc2025604 ErrOutput added 2004-11-04 09:32:31 +00:00
peter
86f78c7300 * units are now created in separate directory units/cpu-os/
* distclean uses cleanall rule and removes units dir
  * cross compile support fixed, it is now possible to cycle a ppcsparc
    without deleting ppc386
  * bintutilsperfix defaults to cpu-os-
2004-10-30 12:36:43 +00:00
peter
869b0ecc85 * compiler defined HEAP and HEAPSIZE removed 2004-10-25 15:38:59 +00:00
Tomas Hajny
26141a5440 * wrong condition for DosLoadModule 2004-10-24 11:44:27 +00:00
Tomas Hajny
8a1a277673 * fix for cycling with 1.0.x 2004-09-22 18:22:52 +00:00
Tomas Hajny
605ee59e81 * handle type changed to thandle in do_isdevice 2004-09-18 11:12:09 +00:00
Tomas Hajny
5252a60769 * fix for loop variable assignment error 2004-09-13 21:12:29 +00:00
Tomas Hajny
d082859a46 * SysSetVideoMode corrected to reflect SysVideoModeSelector result 2004-09-13 20:58:57 +00:00
Tomas Hajny
8f52b61730 * missing MaxExitCode added 2004-09-11 19:43:11 +00:00
Tomas Hajny
36f59e66bc * some constants added 2004-09-11 19:35:27 +00:00
armin
458e3c3780 * makefiles regenerated
* ide: added target netwlibc
2004-09-04 23:33:38 +00:00
olle
8f25b1ad3a * redid prev commit, but with up to date fpcmake 2004-08-25 17:10:03 +00:00
olle
280ff73ccf * fix so that macpas.pp really is compiled 2004-08-25 16:57:22 +00:00
olle
3a29988676 + Added unit macpas 2004-08-16 16:22:11 +00:00
Tomas Hajny
d60a7d24d6 + convutil and strutils added 2004-07-18 21:44:38 +00:00
Tomas Hajny
e74d8c98a6 + Memory allocation routines changed to support the new memory manager 2004-07-18 15:20:38 +00:00
Tomas Hajny
4e64f86456 + missing CVS logs added 2004-07-17 10:13:09 +00:00
daniel
6c4cade37d * Matrix unit included in build process 2004-07-07 21:37:29 +00:00
yuri
5785fe3801 + Initial import 2004-05-26 16:32:32 +00:00
Tomas Hajny
782abd16cd * Makefile fixes 2004-05-24 22:01:27 +00:00
Tomas Hajny
ff4c4f2e08 * regcall update 2004-05-24 19:33:22 +00:00
Tomas Hajny
9f51eee552 * final part of longint2cardinal fixes for doscalls 2004-05-23 21:47:34 +00:00
peter
423fde7ac6 * regenerated 2004-05-23 18:25:48 +00:00
peter
94adf83a8b * use thandle in do_* 2004-05-16 18:51:20 +00:00
peter
041eb4aa1d * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
olle
73f73fb6f1 * updated according to the new version of fpcmake.ini 2004-04-20 23:29:59 +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
Tomas Hajny
802a4f713c + Cursor* implemented 2004-03-21 20:28:43 +00:00
Tomas Hajny
ef1a05333a * C array passing warning fixed 2004-03-21 20:24:21 +00:00
Tomas Hajny
db94578ce6 * Exec cleanup 2004-03-21 20:22:20 +00:00
Tomas Hajny
b0c948a143 * regcall fixes 2004-03-21 20:18:39 +00:00
Tomas Hajny
fa6166944f Makefiles regenerated 2004-02-22 16:07:41 +00:00
Tomas Hajny
09fd537acf * lots of fixes (regcall, THandle, string operations in sysutils, longint2cardinal according to OS/2 docs, dosh.inc, ...) 2004-02-22 15:01:49 +00:00
daniel
bc7f8a474d * Enable threadvars again 2004-02-17 17:37:25 +00:00
Tomas Hajny
7a08fcd395 * LastDosExitCode changed back from threadvar temporarily 2004-02-16 22:16:55 +00:00
Tomas Hajny
601f2e02ce * overloaded ExecuteProcess added, EnvStr param changed to longint 2004-02-15 21:34:06 +00:00
yuri
b1a8443699 * fixes for dosh.inc
* Executeprocess iverloaded function
* updated todo
2004-02-15 08:02:44 +00:00
michael
6571f6a7e5 + Switched to single interface in dosh.inc 2004-02-09 12:03:16 +00:00
michael
66dd127bd9 + Moved CRT interface to common include file 2004-02-08 16:22:20 +00:00
yuri
fab546e6d1 - prt1.as removed
- removed tmporary code/comments
- prt1 compilation error workaround removed
2004-02-02 03:24:09 +00:00
Tomas Hajny
0cb32fae6e * reformatting of too long comment lines - not accepted by FP IDE 2004-01-25 21:41:48 +00:00
peter
98105d8055 * classes uses types to import TPoint and TRect 2004-01-22 17:11:23 +00:00
florian
3c417e8094 * fixed win32 compilation 2004-01-21 14:15:42 +00:00
Tomas Hajny
e0f9297e01 * ExecuteProcess fixes, ProcessID and ThreadID added 2004-01-20 23:05:31 +00:00
michael
32702205a0 + Some more fixes to rtlconst. Const strings moved from classes to rtlconst 2004-01-10 20:13:19 +00:00
marco
55850b063a * regenerating the makefiles with some netbsd fixes + version upgrades 2004-01-05 23:34:21 +00:00
Tomas Hajny
f9fe5cd622 * fixed incorrect dependency for sysutils (not valid any more) 2003-12-17 22:50:54 +00:00
Tomas Hajny
06b0430c9f * fix of previous wrong commit 2003-12-17 20:58:04 +00:00
Tomas Hajny
e5c7ce3f5d * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
peter
e7c99a0e41 * regcall updates (untested) 2003-12-04 21:22:38 +00:00
Tomas Hajny
c09fb1d8a8 * short name version of dateutils for non-LFN platforms 2003-11-29 15:26:39 +00:00
yuri
64d6f24300 * rtlconst, dateutils & sysconst units rules added 2003-11-29 11:41:56 +00:00
florian
058d480f40 * error handling for Variants improved 2003-11-26 20:00:19 +00:00
yuri
0646b94499 * Now native 2003-11-23 15:50:07 +00:00
yuri
3e874e373e * native heap 2003-11-23 07:21:16 +00:00
yuri
dbffba731e * Memory allocation bug fixed 2003-11-19 18:21:11 +00:00
yuri
ff7b561fc9 * Environment and arguments initialization now native 2003-11-19 16:50:21 +00:00
yuri
81588a99b2 * Unused constants removed 2003-11-06 17:20:44 +00:00
yuri
2cbdc6b02c * exec fix
* unused units removed
2003-11-05 09:13:59 +00:00
marco
b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
Tomas Hajny
39ae691859 SetFTime fix 2003-11-02 09:45:32 +00:00
Tomas Hajny
d4fb70d298 * corrections for do_open and os_mode back 2003-11-02 00:51:17 +00:00
Tomas Hajny
8719370517 * TFileFindBuf3 corrected 2003-11-02 00:25:09 +00:00
Tomas Hajny
670e835edf * TFileStatus3 corrected 2003-11-01 20:41:47 +00:00
Tomas Hajny
1eccb7a88a * GetFTime correction for case of no previous write access 2003-11-01 18:35:12 +00:00
peter
2d6deeaade * regenerated 2003-10-28 16:44:35 +00:00
yuri
dee4ce9d76 * do_* functions now native 2003-10-28 14:57:31 +00:00
peter
168ccf83c3 * regenerated 2003-10-27 15:58:54 +00:00
yuri
81e7e0aa7c * GetLocatTime now also native 2003-10-27 12:19:20 +00:00
yuri
c44c76cd3b * New set of native functions 2003-10-27 11:43:40 +00:00
yuri
6a93c41984 * os_mode removed (not required anymore) 2003-10-27 04:33:58 +00:00
Tomas Hajny
90062097c9 * Exec fix 2003-10-25 23:55:22 +00:00
Tomas Hajny
7adcc315bc * file handling related fixes 2003-10-25 22:45:37 +00:00
Tomas Hajny
136a47429e * UnusedHandle value made the same as with other targets 2003-10-19 12:13:41 +00:00
Tomas Hajny
fd820bd71f * minor fix in non-default sbrk code 2003-10-19 09:37:00 +00:00
Tomas Hajny
c2a66502f0 * fix for terrible long-time bug in do_open 2003-10-19 09:06:28 +00:00
Tomas Hajny
c5df303517 * stdcall fixes again 2003-10-18 16:58:39 +00:00
Tomas Hajny
f659dc38f9 * longint2cardinal 2003-10-18 16:53:21 +00:00
Tomas Hajny
b4d7de8d1f * another longint2cardinal fix 2003-10-16 19:24:24 +00:00
peter
d0eac29ab9 * THandle is platform dependent 2003-10-16 15:43:13 +00:00
Tomas Hajny
a808ff5415 * another longint2cardinal fix 2003-10-14 21:19:12 +00:00
Tomas Hajny
9bd5572f72 * another longint2cardinal fix 2003-10-14 21:10:06 +00:00
Tomas Hajny
53837eb907 * longint to cardinal corrections 2003-10-13 21:17:31 +00:00
Tomas Hajny
c9445358ce * wrong use of Intel syntax 2003-10-12 18:07:30 +00:00
Tomas Hajny
ff73604297 * wrong use of Intel syntax 2003-10-12 17:59:40 +00:00
Tomas Hajny
a809462de2 * wrong use of Intel syntax 2003-10-12 17:52:28 +00:00
Tomas Hajny
ecdebd2dd0 * sbrk error handling corrected 2003-10-12 10:45:36 +00:00
peter
9fc4e555dd * regenerated 2003-10-09 14:35:20 +00:00
yuri
ddfc73d0eb * EMX code removed. Most probably, MT broken. (EMX notification removed) 2003-10-08 09:21:33 +00:00
yuri
bf1b07f088 * Some emx code removed 2003-10-08 05:22:47 +00:00
Tomas Hajny
b5ac7cde64 * stdcall fixes and asm routines cleanup 2003-10-07 21:26:34 +00:00
peter
3d27318cb2 * moved classes unit to rtl 2003-10-06 21:01:06 +00:00
yuri
e3a2162c76 * Another set of native functions. 2003-10-06 16:58:27 +00:00
yuri
cb457e1a34 * Some emx code removed. Now withous so stupid error as with dos ;) 2003-10-06 14:22:40 +00:00
Tomas Hajny
1bcce4c618 * result buffers must be allocated 2003-10-05 22:06:43 +00:00
Tomas Hajny
e9c1ebec7a * two calling conventions specified (stdcall and cdecl) 2003-10-05 20:03:58 +00:00
marco
feaed02001 * cross compiling fixes to makefile and fpcmake 2003-10-04 13:48:11 +00:00
yuri
d747a2c9f9 * at&t syntax instead of intel syntax was used 2003-10-04 08:30:59 +00:00
peter
d97075a245 * stdcall fixes 2003-10-03 21:46:25 +00:00
marco
73876b7490 * CROSSCOMPILING stage 2 2003-10-03 21:40:35 +00:00
marco
eaceacb7e2 * remake with new fpc param 2003-10-02 08:50:13 +00:00
yuri
c09b9c2708 * Unclosed comment 2003-10-01 18:42:49 +00:00
Tomas Hajny
c1afcd4588 * append fix applied to GO32v2, OS/2 and EMX 2003-09-29 18:39:59 +00:00
yuri
f1d35796e4 Updated 2003-09-28 13:23:38 +00:00