Commit Graph

20205 Commits

Author SHA1 Message Date
florian
44ff8e4426 * max. 256 MB stack on win32
git-svn-id: trunk@464 -
2005-06-21 20:05:40 +00:00
florian
1ca48d8a64 * exception patch from Ales Katona
git-svn-id: trunk@463 -
2005-06-21 19:22:24 +00:00
florian
13e3102954 * Patch from Vincent Snijders:
* 1. except.patch implements ExceptFrameCount and ExceptFrames
  * 2. arg.patch fixes a bug in the copying of the commandfilename to the arg array. The #0 character was not copied, so the pchar was not properly terminated.

git-svn-id: trunk@461 -
2005-06-21 12:55:45 +00:00
florian
67d640ad13 * some parts of strutils cleaned up, bug #3124 fixed
git-svn-id: trunk@459 -
2005-06-20 20:46:11 +00:00
florian
07442c5693 * fixed passing of variant parameters for windows api
* widestrings need to be allocated by a special OS call on windows

git-svn-id: trunk@458 -
2005-06-20 19:56:36 +00:00
sg
2059bf057f * FPDoc / FCL/PasSrc: Added variant record support to parser and HTML writer
git-svn-id: trunk@456 -
2005-06-20 10:32:54 +00:00
peter
ee6cab2022 * set props
git-svn-id: trunk@454 -
2005-06-20 06:37:12 +00:00
florian
38c46b4809 * mime properties on Makfiles set
git-svn-id: trunk@453 -
2005-06-19 21:58:46 +00:00
florian
11fe93f3b8 + -Nu to help screen added
git-svn-id: trunk@452 -
2005-06-19 21:29:53 +00:00
florian
e01415dbea * rgdispipNamedArgs -> rgdispidNamedArgs fixes bug #3682
git-svn-id: trunk@450 -
2005-06-19 21:09:00 +00:00
florian
b7d874635c * fixed some small problems in loop unrolling
git-svn-id: trunk@447 -
2005-06-19 21:00:27 +00:00
florian
7cd67ea3f0 * node optimizer branch merged
* gotonode and gotolabel refactored
  * -Nu added to enable for loop unrolling

git-svn-id: trunk@446 -
2005-06-19 17:42:10 +00:00
Jonas Maebe
437f35315c * fixed datetime related routines for unix
git-svn-id: trunk@444 -
2005-06-19 14:49:37 +00:00
olle
c92377604c + test for four char codes
git-svn-id: trunk@442 -
2005-06-18 14:10:31 +00:00
Jonas Maebe
7356f83713 * fixed calling of external procedures if the first time they are used in a
compilation unit is in an expression which merely takes their address

git-svn-id: trunk@439 -
2005-06-18 09:06:07 +00:00
florian
392eaa6fb5 + more ignores set
git-svn-id: trunk@438 -
2005-06-18 07:58:50 +00:00
marco
c1275de06a * mods.
git-svn-id: trunk@437 -
2005-06-17 20:08:07 +00:00
michael
7c1ce9f49e + Initial implementation of new fpmake system
git-svn-id: trunk@436 -
2005-06-17 16:58:31 +00:00
michael
cc4818be26 + initial implementation of new fpmake compile tools
git-svn-id: trunk@435 -
2005-06-17 16:53:18 +00:00
michael
ec05423779 + Initial implementation
git-svn-id: trunk@434 -
2005-06-17 16:52:17 +00:00
florian
0954402873 * initial revision
git-svn-id: trunk@433 -
2005-06-17 13:51:20 +00:00
florian
b6a96ef4b3 - removed wrong paths using $1
git-svn-id: trunk@431 -
2005-06-16 21:19:00 +00:00
florian
4f10b59cce + mime type
git-svn-id: trunk@430 -
2005-06-16 21:14:25 +00:00
florian
80f6b094d3 + added forgotten $codepage directive
git-svn-id: trunk@429 -
2005-06-16 20:22:08 +00:00
florian
ec6d5ff211 + utf-8 support for string constants added
git-svn-id: trunk@428 -
2005-06-16 20:16:37 +00:00
florian
ac544edd50 - unnecessary check in taddrnode.pass_1 removed, fixes bug #4010
git-svn-id: trunk@427 -
2005-06-16 17:13:06 +00:00
florian
c4449e9c26 - unnecessary check in taddrnode.pass_1 removed, fixes bug #4010
git-svn-id: trunk@426 -
2005-06-16 17:12:51 +00:00
florian
03dde52c5b + WS_* constants are longints, added type casts for constants > $7fffffff
git-svn-id: trunk@425 -
2005-06-15 22:03:24 +00:00
florian
e292915577 + GetNextWindow
git-svn-id: trunk@424 -
2005-06-15 21:44:51 +00:00
florian
be9bd97532 * fixed interface rtti, fixes bug #4089
git-svn-id: trunk@423 -
2005-06-15 21:28:15 +00:00
florian
90cdc1b6fe * fixed interface rtti, fixes bug #4089
git-svn-id: trunk@422 -
2005-06-15 21:27:51 +00:00
florian
aa1650fcdc * case indention fixed
git-svn-id: trunk@417 -
2005-06-15 18:47:58 +00:00
Jonas Maebe
0f8e019c44 * fixed web bug tw4078 + added test
git-svn-id: trunk@414 -
2005-06-15 16:46:03 +00:00
florian
14d891901d * changed gfloat back to single
git-svn-id: trunk@413 -
2005-06-15 11:08:12 +00:00
florian
089fd11e6b * fixed gfloat type
git-svn-id: trunk@412 -
2005-06-15 07:15:52 +00:00
florian
1fa6d8c993 * syntax error fixed
git-svn-id: trunk@410 -
2005-06-14 21:01:42 +00:00
Jonas Maebe
828eebe984 * cwstring fixed and activated for Darwin
git-svn-id: trunk@407 -
2005-06-14 18:30:05 +00:00
Jonas Maebe
af3f851751 * rgBase -> rgbase to avoid unnecessary recompiles on case-preserving/
insensitive filesystems

git-svn-id: trunk@405 -
2005-06-14 17:36:56 +00:00
michael
d2d33c03fb + Added missing FileSetDate call
git-svn-id: trunk@403 -
2005-06-14 11:46:31 +00:00
michael
a3ff4850f7 * Patch from Luiz Americo:
- Implements master-detail relation using TDBF schema
  - Several fixes/improvements

git-svn-id: trunk@402 -
2005-06-14 07:35:04 +00:00
peter
58cdeb8184 * give runerror 231 if exceptobjectstack=nil
git-svn-id: trunk@401 -
2005-06-14 05:22:18 +00:00
Jonas Maebe
26646298a4 * fixced uninitialised variable
git-svn-id: trunk@399 -
2005-06-13 21:53:12 +00:00
Tomas Hajny
fd40a0fb80 * fix for bug #4060
git-svn-id: trunk@397 -
2005-06-13 19:26:37 +00:00
peter
f8e713c9cb * check for FPC < 2.0.0
git-svn-id: trunk@395 -
2005-06-13 07:27:07 +00:00
peter
bc347c23a8 * change error: compilation aborted to fatal
git-svn-id: trunk@394 -
2005-06-13 07:01:49 +00:00
peter
34ed3ae7a5 * don't use normal assingments for inlining of formal consts
git-svn-id: trunk@393 -
2005-06-13 06:57:54 +00:00
Jonas Maebe
8efe880649 * require "override;" as well in macpas mode to override methods
git-svn-id: trunk@392 -
2005-06-12 17:12:49 +00:00
Jonas Maebe
893f45c9e2 * fixed web bug #4039 (include methodpointer init/fini for inlined methods)
git-svn-id: trunk@390 -
2005-06-12 16:40:10 +00:00
michael
96a556f1ba + Patch from Alexandrov Alexandru to implement calculated fields
git-svn-id: trunk@388 -
2005-06-12 14:26:01 +00:00
Jonas Maebe
a71e25ffe0 + Mac Object Pascal support
git-svn-id: trunk@387 -
2005-06-12 14:00:27 +00:00