Commit Graph

5268 Commits

Author SHA1 Message Date
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
peter
e6fcb4996f Call InitSystemThreads 2005-05-05 11:40:23 +00:00
michael
7df51de3d6 + Fix for Utf8ToUnicode from Lazarus bug tracker 888 2005-05-04 10:34:48 +00:00
michael
d08c54d7a4 + Added HModule compatibility 2005-05-04 09:04:58 +00:00
michael
81fd0bb72c + Removed S_OK declarations, they are in objpash.inc 2005-05-04 08:56:03 +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
florian
db865d1e51 + variant<->currency/tdatetime operators 2005-04-28 19:34:19 +00:00
olle
381f243243 * Fixed bug in stack crawling routines for macos 2005-04-28 18:29:01 +00:00
olle
eb96e72bdc * Fixed loding of magic constant for macos 2005-04-28 18:22:34 +00:00
olle
b9de360650 * Set errno to zero after close 2005-04-28 18:21:04 +00:00
florian
3a6006367f * getinterface fixed 2005-04-28 17:58:18 +00:00
florian
c36eadddf7 + variants: string -> float/int casts 2005-04-28 09:15:43 +00:00
michael
525e2cf1ff + Added FormatCurr by Uberto Barbini 2005-04-26 16:40:51 +00:00
marco
0e32fbaeb7 * most constants now arch dependant due to ppc. Other archs still have to be checked 2005-04-25 10:26:21 +00:00
florian
58202bd7d5 * some ifdef'ed pic code 2005-04-25 09:40:27 +00:00
peter
16b121f8c4 * unblock signal in signalhandler, remove the sigprocmask call
from setjmp
2005-04-24 21:19:22 +00:00
peter
d8ca878d72 * use -Tall 2005-04-24 20:33:25 +00:00
marco
8884d2e079 * mmap had another, yet unknown 8th parameter which must be 0 and comes after the offset param 2005-04-24 19:11:28 +00:00
Tomas Hajny
4c3c44293d * one more correction for dependencies of variants 2005-04-23 14:14:22 +00:00
Jonas Maebe
d508b01ceb * fixed dependencies for ctypes and dl 2005-04-22 14:01:41 +00:00
Tomas Hajny
076364ca7f * TThreadID fix 2005-04-20 21:52:16 +00:00
Tomas Hajny
226b1ff3a7 * two more (TThreadID) 2005-04-20 07:41:48 +00:00
Tomas Hajny
1723f08a51 * yet another TThreadID fix 2005-04-20 06:32:47 +00:00
Tomas Hajny
a5396415a7 * rule for variants added 2005-04-19 21:59:44 +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
Tomas Hajny
4065965ed7 * more rtlconst/s fixes 2005-04-17 17:33:40 +00:00
Tomas Hajny
787bd9171d * one more TThreadID fix 2005-04-17 17:19:41 +00:00
michael
6947da1ae2 + Corrected variants/typinfo dependencies 2005-04-16 09:26:38 +00:00
michael
f30652e048 + Added TypInfo unit constants 2005-04-16 09:25:02 +00:00
michael
686de2c1f8 + Moved constants to rtlconsts and added callbacks for variant support 2005-04-16 09:24:29 +00:00
michael
1a3f0b5894 + Fixed variant support of sysutils unit 2005-04-16 09:23:12 +00:00
michael
783376530d + Streaming of subcomponents added by Marc Weustink 2005-04-15 07:21:09 +00:00
marco
b19f7b3dc8 * typinfo imports variants makefile fixes 2005-04-15 06:49:35 +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
c04f0bc856 * fixed more TThreadID stuff 2005-04-14 20:42:14 +00:00
florian
9f875b3c36 * fixed typinfo dependencies 2005-04-14 20:40:54 +00:00
michael
e0f4f77b94 + Fix for BintoHex and hextobin by Uberto Barbini 2005-04-14 17:43:35 +00:00
michael
16f5f310b1 + Added getPropValue by Uberto Barbini 2005-04-14 17:43:07 +00:00
florian
3ab66b5576 * TThread on linux fixed 2005-04-13 20:15:47 +00:00
florian
4aa4aeae79 + TThreadID 2005-04-13 20:10:50 +00:00
florian
89da61f7a8 + basic operators (int, real and string) for variants implemented 2005-04-10 20:24:31 +00:00
florian
9a463a8bc3 + varrarrayredim added and implemented 2005-04-10 09:22:38 +00:00
marco
433bfc3dfb * added condtimedwait 2005-04-09 20:29:15 +00:00
marco
6f86d5b12a * added condtimedwait 2005-04-09 20:28:04 +00:00
florian
90a26e0f7d * fixed some unix stuff 2005-04-09 18:45:43 +00:00
florian
710dbcef0a + classes.mainthreadid is set now
+ rtleventresetevent
  + rtleventwairfor with timeout
  + checksynchronize with timeout
  * race condition in synchronize fixed
2005-04-09 17:26:08 +00:00
florian
b9eaaad45f * applied Jesus Reyes win32 crash fixed 2005-04-09 07:23:07 +00:00