Commit Graph

29137 Commits

Author SHA1 Message Date
peter
e90ce867d9 * fphashlist, update hashcapacity also if capacity is changed
git-svn-id: trunk@11699 -
2008-09-03 21:04:53 +00:00
peter
060bdbcb47 * fix writing of goto node to ppu
* replace derefnode with resolveppuidx method that only needs to be
    implemented for nodes referencing other nodes
  * fix IE when a label is not defined in inline function

git-svn-id: trunk@11697 -
2008-09-03 20:46:04 +00:00
Jonas Maebe
7aee2f3d71 * moved fplstat(ansistring,pstat) overload to bunxovl(h).inc, so all
platforms have (fixes compilation for FPC_USE_LIBC platforms after
    r11681)

git-svn-id: trunk@11693 -
2008-09-02 10:14:45 +00:00
ivost
5c33285229 * fixed 64bit bug in iconvenc.pas
git-svn-id: trunk@11688 -
2008-09-01 18:46:40 +00:00
michael
0ed810b6b0 * Fixed default value for floats (mantis #9183)
git-svn-id: trunk@11687 -
2008-09-01 16:54:05 +00:00
michael
64e6d68a64 * Implemented StrictDelimiter without the delphi bugs (mantis #8910)
git-svn-id: trunk@11686 -
2008-09-01 16:06:28 +00:00
marco
42f8738003 * shappbarmessage missed a indirection (pointer), bug #12024
git-svn-id: trunk@11684 -
2008-09-01 11:54:49 +00:00
michael
d2169a7e43 * In case no default is specified and no NoDefault is present, act as if NoDefault was given. (bug ID 10080, now we are Delphi compatible)
git-svn-id: trunk@11682 -
2008-09-01 10:05:52 +00:00
michael
7a058a9bf2 * Added overloaded call for fplstat which has var argument (as for stat)
* Implemented support for faSymlink, as per 9915

git-svn-id: trunk@11681 -
2008-09-01 09:17:58 +00:00
michael
ca4fa01f8f * Fixed formaatfloat for negative numbers (Bug ID 11711) objpas/sysutils/sysstr.inc
git-svn-id: trunk@11680 -
2008-08-31 22:25:19 +00:00
michael
d0d3a79731 * Patch from Martin Schreiber to fix streaming inherited collections
(mantis #11774)

git-svn-id: trunk@11679 -
2008-08-31 21:57:27 +00:00
michael
e4b4875bb0 * Added support for interface delegation (Implements)
git-svn-id: trunk@11678 -
2008-08-31 21:25:53 +00:00
michael
53deaee379 * Added support for interface delegation (Implements)
git-svn-id: trunk@11677 -
2008-08-31 21:25:21 +00:00
michael
461ba64623 * Fixed link detection to units that have not yet been scanned
git-svn-id: trunk@11676 -
2008-08-31 21:09:21 +00:00
michael
1e563e9718 * Patch from Zolotov Alex to include apr_hash
git-svn-id: trunk@11675 -
2008-08-31 20:22:21 +00:00
michael
b0d803c0a8 * Fixed bug #0011528,
* StripQuotes now also does single quotes.
* Note that for TMemIniFile the previous behaviour (StripQuotes=False) is kept, which
  is Delphi compatible.

git-svn-id: trunk@11674 -
2008-08-31 20:14:05 +00:00
michael
46f9928054 * Patch so uninitialized sockets are not closed
git-svn-id: trunk@11673 -
2008-08-31 15:01:05 +00:00
Jonas Maebe
65f217ed02 * only set dynarray pointer to nil in decref in case the last reference
has been destroyed (mantis #12000)

git-svn-id: trunk@11672 -
2008-08-31 10:07:53 +00:00
michael
c179162028 * Call EndThread manually if thread function returns (mantis #11490)
git-svn-id: trunk@11671 -
2008-08-30 21:48:39 +00:00
michael
d9255c3220 * Added RunArguments
git-svn-id: trunk@11669 -
2008-08-30 21:15:04 +00:00
michael
10511e99ed * Print short description of linked node in class overview
git-svn-id: trunk@11668 -
2008-08-30 21:05:52 +00:00
yury
2637f29ec4 * Keep declaration of CeOidGetInfoEx2 with var parameter for backward compatibility.
git-svn-id: trunk@11663 -
2008-08-29 08:56:22 +00:00
Jonas Maebe
02913dc738 * fixed oo_is_forward flag (from old patch by Dave Strodt)
git-svn-id: trunk@11662 -
2008-08-29 07:42:21 +00:00
Jonas Maebe
ffeba2fd10 * use LOC_REGISTER instead of LOC_CREGISTER for constant string pointers
git-svn-id: trunk@11661 -
2008-08-28 21:03:14 +00:00
yury
3e7ab056a9 * Patch by Carolos Foscolos.
git-svn-id: trunk@11660 -
2008-08-28 15:45:04 +00:00
Almindor
e5a798c01f * applied patch from Hansi, fixes TInetSocket.DoConnect
git-svn-id: trunk@11659 -
2008-08-28 09:54:48 +00:00
Jonas Maebe
3f39c95163 * fixed asd_references for ansi/widestrings on Darwin
git-svn-id: trunk@11658 -
2008-08-27 22:38:05 +00:00
florian
9955d5b061 o patch from Sergej Gorelkin to improvement code generation for string literals
* Replaces linear search through assembler list by the hash lookup. 
    This considerably improves performance on large projects 
    (one example is winunits-jedi package, in which tcgstringconstnode.pass_generate_code 
     was top #1 in calltree, consuming about 12% IRefs).
  * Enables reusing memory locations for widestring constants 
    (and in general, the same approach may be used for any other type of constants).
  * Saves a sizeof(pointer) bytes per constant, by removing a location 
    which points to the string. This location is necessary for the 
    typed consts which may be modified, but redundant for string literals 
    because the language does not allow to modify string literals in any way. 

git-svn-id: trunk@11657 -
2008-08-27 15:16:45 +00:00
yury
a01db888c2 * Patch by Carolos Foscolos. PCEOID, CREATE_INVALIDGUID and cleaned up file also included windbase_edb.inc which is now called by windbase.
git-svn-id: trunk@11656 -
2008-08-26 08:02:20 +00:00
ivost
5eb4081bc0 * fixed bug in libxml2 tree.inc
* added new xsd helper functions

git-svn-id: trunk@11655 -
2008-08-25 22:19:48 +00:00
ivost
01dc3a0e12 * xmlxsd helper unit
* removed csrc from libxml directory

git-svn-id: trunk@11654 -
2008-08-25 21:14:23 +00:00
Almindor
a2ff73bd8f * fix lua_alloc callback definition
git-svn-id: trunk@11653 -
2008-08-25 20:31:00 +00:00
michael
44494efd54 * Removed session info
git-svn-id: trunk@11652 -
2008-08-25 15:42:14 +00:00
paul
3990f4a4c9 gtk2:
- add Has_GtkFileSystem define
  - hide filesystem macroses by $ifdef block
fixes #0011837

git-svn-id: trunk@11651 -
2008-08-25 14:19:29 +00:00
michael
37d912046a * Added IsForward define to class declaration type
git-svn-id: trunk@11650 -
2008-08-25 13:50:26 +00:00
michael
f083839a76 * Initial implementation
git-svn-id: trunk@11649 -
2008-08-25 13:47:06 +00:00
michael
c5007f1cad * Created lazarus project file for easier editing
git-svn-id: trunk@11648 -
2008-08-25 09:52:14 +00:00
michael
ca43ca9c5d * Created lazarus project file for easier editing
git-svn-id: trunk@11647 -
2008-08-25 09:50:29 +00:00
ivost
d392b8de35 * updates for libxml2
* disabled legacy mode in libxml2 headers

git-svn-id: trunk@11646 -
2008-08-25 09:47:09 +00:00
florian
e27937106f - removed obsolete USECMOV define
git-svn-id: trunk@11645 -
2008-08-24 12:46:42 +00:00
marco
622ace494e * fix from Michalis K. for nesting depth of XMLs (# 11957)
git-svn-id: trunk@11644 -
2008-08-24 08:23:02 +00:00
florian
e89ee84c53 * ignore $region/$endregion directives, resolves #11937
git-svn-id: trunk@11643 -
2008-08-23 18:42:14 +00:00
marco
92d95bcab5 * lowercase all platform.inc inclusions for fpdoc's sake.
git-svn-id: trunk@11642 -
2008-08-23 14:44:45 +00:00
florian
820a9ad8e8 * merged fix for #10175 to win64
git-svn-id: trunk@11641 -
2008-08-23 13:24:31 +00:00
florian
93d86a60e4 * patch by Sergei Gorelkin improving win32 command line handling, resolves #10175
git-svn-id: trunk@11640 -
2008-08-23 13:08:30 +00:00
michael
77f5cefb71 * Fixed wrong string type, causing unicode characters to be dropped
git-svn-id: trunk@11639 -
2008-08-23 11:57:16 +00:00
michael
825a060618 * Patch from Sergei Gorelkin to handle unicode
git-svn-id: trunk@11638 -
2008-08-23 11:35:34 +00:00
michael
797103884a * Patch from Sergei Gorelkin to handle unicode
git-svn-id: trunk@11637 -
2008-08-23 11:34:47 +00:00
florian
9a83b1d275 * split typecast_string_to_string into simplify and firstpass, allows better constant propagation when inlining, resolves #11327
git-svn-id: trunk@11636 -
2008-08-23 07:29:30 +00:00
florian
615619804a + set node complexity of const. string nodes to 1
+ better approximation if a tmp. location for a parameter when inlining can be omitted

git-svn-id: trunk@11635 -
2008-08-23 07:25:53 +00:00