Commit Graph

2743 Commits

Author SHA1 Message Date
michael
d625ef5b16 + Added examples 7-12 1999-04-20 22:05:50 +00:00
michael
9df9fbce24 + Dcumente more date/time functions 1999-04-20 22:03:42 +00:00
michael
d947d8c454 + Fixed GCCLIB detection. Added fpc_dirinfo target 1999-04-20 12:33:32 +00:00
michael
2801bfef97 Added autodetect of gcc lib for linux 1999-04-20 12:07:49 +00:00
peter
ca2e762bab * compatibility fixes 1999-04-20 11:36:07 +00:00
peter
404580d448 + crt unit that compiles 1999-04-20 11:34:11 +00:00
peter
67aad628f8 * skipped vesion 1.44 :( 1999-04-20 11:01:42 +00:00
peter
bc6abf4124 * fixed bool2bool 1999-04-20 10:35:58 +00:00
peter
2c62da11c8 * fixed typo with and/or type check 1999-04-20 10:32:39 +00:00
pierre
749c615411 + arg computation order problem 1999-04-20 08:32:46 +00:00
peter
4ce1d033fc * fixed idezips target 1999-04-19 12:53:02 +00:00
pierre
9e3e3d9415 * error 204 if trying to free too much memory of heap top ! 1999-04-19 11:53:13 +00:00
pierre
ffc582a561 * wrong statement in freemem removed : corrupted memavail result 1999-04-19 11:11:39 +00:00
pierre
833f624fc4 + cdecl or stdcall push all args with longint size
*  tempansi stuff cleaned up
1999-04-19 09:45:46 +00:00
pierre
66422d18ba * accept several previously refused syntax, still uncomplete 1999-04-19 09:44:26 +00:00
pierre
b15c479a9e * fixes for tempansi 1999-04-19 09:39:01 +00:00
pierre
c2560a1053 + added warning for unreleased ANSI temp 1999-04-19 09:30:48 +00:00
pierre
0136ebb82b + ungettempoftype(pdef) boolean function
returns true (can call ungetiftemp )
    unless the temp should be "unget" with temptoremove
    (currently ansistring or widestring !)
1999-04-19 09:29:51 +00:00
peter
c044125b7d * fixed crash when writing overload operator to ppu 1999-04-19 09:28:20 +00:00
peter
d2f717c9e0 * removed my property fix 1999-04-19 09:27:48 +00:00
peter
0869bc80e9 * class property without write support 1999-04-19 09:13:47 +00:00
florian
e3dc06bceb * the class helper routines doesn't store the registers properly,
fixed
1999-04-19 06:13:28 +00:00
florian
b6a9251cf3 * property problem fixed: a propertysym is only a write
access if it is followed by a assignment token
1999-04-19 06:10:08 +00:00
carl
3249707b22 + Initial revision (still uncompilable though) 1999-04-19 02:50:31 +00:00
carl
d4fc7066ab + Initial revision (still uncompilable) 1999-04-19 02:49:01 +00:00
carl
b67ce16a85 + Initial revision (still unworking under FPC) 1999-04-19 02:48:14 +00:00
michael
9b06ee01b2 + Added examples 4-6 1999-04-18 19:07:38 +00:00
michael
fe22fc386a + Initial implementation 1999-04-18 19:04:06 +00:00
michael
e7994c7195 + Now EConvertError is used everywhere in conversions 1999-04-18 19:03:03 +00:00
Jonas Maebe
05acbe4077 * fix for crash when the first instruction of a sequence that gets
optimized is removed (this situation can't occur aymore now)
1999-04-18 17:57:17 +00:00
pierre
ca165f8343 * fix for bug0124 and better error position info 1999-04-18 00:32:22 +00:00
pierre
f58a4b485c * ifdef USE_OP3 released (changed into ifndef NO_OP3)
* SHRD and SHLD first operand (ATT syntax) can only be CL reg or immediate const
1999-04-17 22:16:55 +00:00
pierre
3cd628d2f2 * typo error fix in STORENUMBER code 1999-04-17 22:01:28 +00:00
peter
d9e1c47d84 * fixes for storenumber 1999-04-17 13:16:19 +00:00
peter
eb1f69c818 * concat_external added for new init/final 1999-04-17 13:14:52 +00:00
peter
73fe4aa80e * fixed exit() 1999-04-17 13:10:58 +00:00
peter
9238eb8e36 + 242 1999-04-17 13:10:32 +00:00
peter
dc1f9b5bbb * addr() internal 1999-04-17 13:10:23 +00:00
michael
7fc2371e18 + RemoveItem now sets FCollection, to avoid a loop. 1999-04-17 08:04:55 +00:00
florian
b100bb5730 + tobject.messagestringtable function for Megido/GTK support
added
1999-04-16 20:47:20 +00:00
florian
0596b2b719 * the boolean operators =;<>;xor with LOC_JUMP and LOC_FLAGS
operands fixed, small things for new ansistring management
1999-04-16 20:44:34 +00:00
michael
a253af1002 + Adapted ide Makefiles 1999-04-16 20:15:41 +00:00
michael
4e7e218bfe + install target now correctly takes the BASEINSTALLDIR on linux 1999-04-16 20:12:35 +00:00
michael
531eed99f8 * we should use lowercase extensions, for linux 1999-04-16 19:22:02 +00:00
Jonas Maebe
e16f0f99db * changes to work with -dUSE_OP3 1999-04-16 15:16:29 +00:00
pierre
c7c74f2895 * added paitempalloc for tempansi 1999-04-16 14:03:39 +00:00
Jonas Maebe
246a653a5d * more regalloc fixes (still not complete) 1999-04-16 13:42:23 +00:00
pierre
7482ba0913 * void pointer accepted with warning in tp and delphi mode 1999-04-16 12:14:44 +00:00
peter
61eee61f9a + tempalloc
+ -at to show temp alloc info in .s file
1999-04-16 11:49:36 +00:00
peter
2df973753e * better support for flags result 1999-04-16 11:44:24 +00:00