Commit Graph

2850 Commits

Author SHA1 Message Date
florian
c75dbfdf0c * hopefully last fix to get things working :/ 2002-10-09 20:13:26 +00:00
florian
8c257e4d26 * variant assignments don't work yet, commented out 2002-10-09 19:56:01 +00:00
florian
a92fd8fe74 + Variant constants Unassigned and Null added 2002-10-09 19:08:22 +00:00
carl
b0aab01e4c - removed OS depedencies 2002-10-09 16:10:14 +00:00
carl
175a822e08 * fix range check errors
- overflow checking must be off always
  * debugged and works as expected
2002-10-08 20:07:08 +00:00
Jonas Maebe
1abd56fa5b * changed value of FILE_FLAG_WRITE_THROUGH to hex notation because it
was equal to MAX_LONGINT + 1 -> parsed as a float
2002-10-08 17:13:31 +00:00
florian
cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 2002-10-07 19:43:24 +00:00
florian
84f4935593 * fixed wrong commit 2002-10-07 15:15:02 +00:00
florian
45091120fd + variant wrappers for cmp operators added 2002-10-07 15:10:45 +00:00
florian
1032bba553 + more variant wrappers added 2002-10-07 10:27:45 +00:00
florian
77caaf906b * wrappers for xor, or and and operator with variants added 2002-10-06 22:13:55 +00:00
peter
ecc3b24fd4 * round returns int64 2002-10-06 21:26:17 +00:00
peter
e34e13439e * Use Widechar in the Windows unit 2002-10-06 20:00:22 +00:00
Tomas Hajny
ba37c177c5 * pmstddlg compilation added 2002-10-06 19:11:14 +00:00
Tomas Hajny
f415be9605 * pmstddlg compilation added 2002-10-06 19:06:48 +00:00
carl
a24ab38214 - remove stack checking for every target in system unit 2002-10-06 13:56:47 +00:00
carl
3e7cd76b65 * replaced by genmath.inc 2002-10-06 12:50:28 +00:00
Tomas Hajny
065ae40e08 * PMERR constants made available from outside 2002-10-05 19:12:55 +00:00
Tomas Hajny
0f9b719c15 * code2.as + code3.as not needed any more 2002-10-05 19:09:57 +00:00
Tomas Hajny
69f5ba466a * mistyping corrected 2002-10-05 18:35:05 +00:00
Tomas Hajny
f0aa12eecd + Finally made usable by Yuri Prokushev 2002-10-05 18:33:14 +00:00
carl
302c977a8b * bugfix of assigning to external filename output 2002-10-05 15:19:46 +00:00
peter
ea8118b37c * fpc_pchar_length compilerproc and strlen alias 2002-10-05 14:20:16 +00:00
Jonas Maebe
60183c693c * fixed web bug #2131 2002-10-04 16:41:17 +00:00
florian
538a94d316 * first dummy implementation 2002-10-02 21:34:31 +00:00
florian
0206d6401c * we've to reimport TSystemTime time from the windows unit 2002-10-02 21:17:03 +00:00
peter
2ac16d265f * For win32 use the tsystemtime from the windows unit, that is changed
to a variant record with compatibile field names
2002-10-02 21:04:06 +00:00
peter
80b078b37f * TSystemTime fpc compatibility parameters added as variant record 2002-10-02 21:03:04 +00:00
florian
2b881b3160 + GetSystemTime with var parameter added 2002-10-02 19:30:52 +00:00
peter
603b3bc48b * Copy() changed to internal function calling compilerprocs
* FPC_SHORTSTR_COPY renamed to FPC_SHORTSTR_ASSIGN because of the
    new copy functions
2002-10-02 18:21:51 +00:00
florian
6a0da8d89d * map comp to int64 for the powerpc 2002-09-28 21:18:02 +00:00
carl
ab9e07a2d7 * fix 2GB limit problem 2002-09-27 21:10:40 +00:00
florian
0e22fc491b + some WideString<->AnsiString conversion functions added 2002-09-26 21:50:37 +00:00
Tomas Hajny
51ac1e5555 * FileOpen fixed 2002-09-26 18:54:55 +00:00
florian
b7f8fc41d8 + tvarrec field vcurrency for compilers with hascurrency released 2002-09-26 14:43:24 +00:00
florian
61aed1396c + added RedrawWindow with LPRECT as second parameter 2002-09-26 10:38:10 +00:00
Tomas Hajny
d7620aec7b * Opcode syntax corrected 2002-09-23 18:55:19 +00:00
Tomas Hajny
67d1c93691 * femms replaced with opcode to allow older as 2002-09-23 18:25:55 +00:00
Tomas Hajny
7f19746b9e * AnsiString to PChar typecast 2002-09-23 17:42:37 +00:00
Tomas Hajny
ba31bf5cfa * Compatibilty mode for DateTime fields 2002-09-22 18:44:13 +00:00
Tomas Hajny
7403f31f07 * correction for THandle length change 2002-09-22 16:04:19 +00:00
carl
23f2c80911 * assert now halts with exitcode 227 (as Delphi does) 2002-09-18 18:32:01 +00:00
carl
bf6a6b4d46 * first revision of FPU emulation 2002-09-16 19:10:17 +00:00
peter
d04f73ddda * Add ucomplex and charset units 2002-09-16 15:42:11 +00:00
peter
244a20c239 * Remove Float type, use Single instead 2002-09-15 17:53:44 +00:00
peter
8f65e22f2f * Updates from the fixes branch 2002-09-15 17:52:30 +00:00
peter
c94954cba3 * Fixed AnsiStrComp crashes 2002-09-15 17:50:35 +00:00
carl
876fca9e8f * make the record packed (just in case) 2002-09-15 10:03:04 +00:00
carl
e1167f8d09 * Delphi compatibility fix (with string routines) 2002-09-14 11:20:50 +00:00
carl
933d28f62b * FPC_HELP_FAIL : reset _self to nil 2002-09-13 19:13:06 +00:00