Commit Graph

1388 Commits

Author SHA1 Message Date
florian
0d7aaab6b8 * patch from Ales Katona making the memory manager more
smart when releasing memory chunks back to the OS

git-svn-id: trunk@190 -
2005-06-04 10:53:38 +00:00
Jonas Maebe
7ba46ce6f0 * Darwin TThreadID is a pointer
* BeginThread now returns a TThreadID instead of dword

git-svn-id: trunk@189 -
2005-06-04 09:33:39 +00:00
fpc
c5b90ed37c * fixed variant array creation and copying on non win32 system
git-svn-id: trunk@170 -
2005-06-01 19:30:17 +00:00
peter
87fe5d9b98 * limit backtraces to values inside the stack, patch by Vincent Snijders
git-svn-id: trunk@162 -
2005-06-01 06:50:52 +00:00
florian
9da46ff50a * more descriptive error message in case of a missing variant unit added
* variant unit uses now the math unit for ** implementation

git-svn-id: trunk@158 -
2005-05-30 20:47:34 +00:00
daniel
a7d57f0268 * Fix tabs
git-svn-id: trunk@135 -
2005-05-29 10:15:45 +00:00
michael
d438530088 + Fix for bug #3917 by Michael Deutschmann
git-svn-id: trunk@112 -
2005-05-25 21:35:29 +00:00
michael
77152e9d1b + Added VarCast routine
git-svn-id: trunk@100 -
2005-05-25 20:25:58 +00:00
peter
fca7672e8e * Remove log
git-svn-id: trunk@93 -
2005-05-25 08:18:08 +00:00
peter
523d3e6ced * remove log
git-svn-id: trunk@91 -
2005-05-25 07:19:10 +00:00
florian
f8c314a7b7 * changed fpc_read_text to use out instead of var
git-svn-id: trunk@73 -
2005-05-22 18:17:15 +00:00
florian
937fcdf41e * better message in case of missing variants unit
git-svn-id: trunk@69 -
2005-05-22 12:41:36 +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
marco
9d33cf03b1 * Patch from maillist for read() on a file with only a few numerical digits
in them and no crlf

git-svn-id: trunk@15 -
2005-05-18 08:57:17 +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
d24956505a * TextMode parameter type changed to word for TP/BP compatibility 2005-05-15 12:44:14 +00:00
Tomas Hajny
77d16a7ad9 * TextMode parameter type changed to word for TP/BP compatibility 2005-05-14 15:01:49 +00:00
Tomas Hajny
7be6c68518 * TextMode parameter type changed temporarily not to break other platforms 2005-05-14 14:58:41 +00:00
Tomas Hajny
cdccf904cd + basis for common platform independent implementation of Crt 2005-05-14 14:32:55 +00:00
olle
d988d8d694 * Fixed typo 2005-05-14 11:54:00 +00:00
olle
559ee781b3 - Removed outcommented function 2005-05-14 11:53:31 +00:00
michael
71f56b3d61 + Patch to return nil if there is no exception object (as in Delphi) 2005-05-08 21:20:26 +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
florian
db865d1e51 + variant<->currency/tdatetime operators 2005-04-28 19:34:19 +00:00
florian
3a6006367f * getinterface fixed 2005-04-28 17:58:18 +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
787bd9171d * one more TThreadID fix 2005-04-17 17:19:41 +00:00
florian
c04f0bc856 * fixed more TThreadID stuff 2005-04-14 20:42:14 +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
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
michael
0274b9b848 + Removed erroneously committed debug statement 2005-04-06 07:45:14 +00:00
michael
ba4454e2cb + Variant type conversion rules 2005-04-06 07:43:02 +00:00
peter
36d97e9310 * call initspecialchars if one of the specialchars is configured
for the first time
2005-04-05 21:05:31 +00:00
peter
5687c3c24c * don't use keywords for variables 2005-04-04 16:14:09 +00:00
peter
fc977d3259 * check if there is enough room before concatting blocks in
systryresizemem()
2005-04-04 15:40:30 +00:00
peter
aef9ac69a2 * fixed crash in tracereallocmem statictics 2005-04-04 15:16:26 +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
florian
d18746bd15 * proper error message if the cthreads unit is included too late
uses clause
2005-04-03 19:29:28 +00:00
florian
cd86e40cb7 * ref. counting for popping second exceptiono object fixed 2005-04-03 11:32:05 +00:00
florian
375d7711b8 * widestr->shortstr fixed
* wstrings to system unit dependencies added
2005-04-03 08:46:02 +00:00
florian
f787600c86 + 0x is now recognized as hex prefix 2005-04-02 07:57:38 +00:00
florian
372711eea4 + a lot of vararray stuff 2005-03-28 13:38:05 +00:00