florian
da18dca277
* graph and ggigraph unit moved to packages/base
...
git-svn-id: trunk@2071 -
2005-12-29 14:36:22 +00:00
oro06
c1ac14c0f3
*arm/wince lib import corrected for Loadlibrary, GetProcAddress
...
git-svn-id: trunk@2070 -
2005-12-28 15:09:52 +00:00
oro06
209cbd7227
*arm/wince basepackages
...
git-svn-id: trunk@2069 -
2005-12-28 09:27:43 +00:00
marco
25bdac2b80
* fix for snapshot failure on dos (John Lee's builds)
...
git-svn-id: trunk@2067 -
2005-12-28 08:49:14 +00:00
oro06
1a2308afc4
+arm/wince more db, extrapackages
...
git-svn-id: trunk@2066 -
2005-12-27 16:40:56 +00:00
oro06
19b6be7d8e
+arm/wince more rtl units : winsock, sockets
...
+arm/wince more fcl units : resolve, ssockets
git-svn-id: trunk@2065 -
2005-12-27 15:37:15 +00:00
florian
834ae15bd1
* fixed sparc building
...
git-svn-id: trunk@2063 -
2005-12-27 10:41:42 +00:00
Jonas Maebe
55218d452b
* don't change the binding of real external symbols in the patch
...
of r2058, fixes the binary writer
git-svn-id: trunk@2060 -
2005-12-27 09:41:52 +00:00
Jonas Maebe
de8dbbd2c4
* final fixes for Mac OS X shared library creation: procedures declared
...
as forward are no longer treated as external symbols
* changed alloc_proc_symbol() to directly call newasmsymbol as opposed
to creating a dummy tai_symbol()
git-svn-id: trunk@2058 -
2005-12-26 18:18:05 +00:00
oro06
ef1def657f
+arm/wince more fcl unit : syncobjs
...
git-svn-id: trunk@2057 -
2005-12-26 17:58:02 +00:00
Jonas Maebe
640ddd2e26
- removed unused local conflicting type definition
...
git-svn-id: trunk@2056 -
2005-12-26 16:01:13 +00:00
Jonas Maebe
76857dbca9
* set result of SetPrecisionMode()
...
git-svn-id: trunk@2055 -
2005-12-26 15:52:57 +00:00
Jonas Maebe
ea3c2fdf46
* fixed used of uninitialized variable in VariantToSingle()
...
git-svn-id: trunk@2054 -
2005-12-26 15:32:40 +00:00
oro06
cd20291584
+arm/wince more fcl units : simpleipc
...
git-svn-id: trunk@2053 -
2005-12-26 15:20:04 +00:00
Jonas Maebe
021dabc37e
* also honour vsf_use_hints for uninitialised warnings for the
...
function result variable
git-svn-id: trunk@2052 -
2005-12-26 14:44:03 +00:00
oro06
c007b1cd90
+arm/wince more fcl units : process, fileinfo
...
*types.pp : new define Win32orCE added
git-svn-id: trunk@2051 -
2005-12-26 11:06:05 +00:00
peter
63091ddafc
* blksze to blksize
...
git-svn-id: trunk@2050 -
2005-12-25 11:08:23 +00:00
oro06
e87ce2c74d
*FV not compiled for wince
...
git-svn-id: trunk@2049 -
2005-12-25 10:26:33 +00:00
florian
dae84f282f
* fixed handling of doubles in softemu mode if they are split between register and memory
...
git-svn-id: trunk@2047 -
2005-12-24 17:43:57 +00:00
Jonas Maebe
b08eccdbf0
- reverted ansi2wide and wide2ansi changes, because they affect
...
third party sources too much
git-svn-id: trunk@2046 -
2005-12-24 01:40:23 +00:00
Jonas Maebe
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
...
types
git-svn-id: trunk@2045 -
2005-12-24 01:06:05 +00:00
Jonas Maebe
d6559f594d
* also make "out" parameters unique
...
git-svn-id: trunk@2043 -
2005-12-23 23:48:48 +00:00
Jonas Maebe
5ccbeea1d3
+ support for "return x" as equivalent for "exit(x)" in macpas mode
...
git-svn-id: trunk@2042 -
2005-12-23 22:49:15 +00:00
Jonas Maebe
9a08cdccf0
* several changes of var parameters into out parameters to avoid
...
useless warnings: code parameter of val(), destination of str(),
destinations of ansi2wide and wide2ansi
git-svn-id: trunk@2041 -
2005-12-23 22:25:26 +00:00
Jonas Maebe
4c3fb9ae00
* frexp has out instead of var parameter
...
git-svn-id: trunk@2040 -
2005-12-23 22:03:21 +00:00
Jonas Maebe
25bc4956a2
+ added
...
git-svn-id: trunk@2039 -
2005-12-23 21:20:36 +00:00
Jonas Maebe
857664a5d4
* fixed tw4554:
...
* proper uninitialized checking for arrays
* first check uninitialized status of right side of assignment
before setting the left side to "written" (-> catch "x:=x" if
x is uninitialized)
git-svn-id: trunk@2038 -
2005-12-23 21:08:48 +00:00
Jonas Maebe
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
...
"out" parameters to avoid wrong "uninitialized" warnings
git-svn-id: trunk@2037 -
2005-12-23 20:59:08 +00:00
joost
3bf8536c97
+ do not call BeforeScroll while in ApplyUpdates
...
git-svn-id: trunk@2036 -
2005-12-23 14:54:26 +00:00
peter
710ea0edf0
* fix enum support in vecn in symlists
...
git-svn-id: trunk@2035 -
2005-12-23 14:11:29 +00:00
joost
00a3103997
+ Call DoBeforeScroll, DoBeforeClose and DoAfterClose on TDataset.Close
...
git-svn-id: trunk@2034 -
2005-12-23 13:24:05 +00:00
peter
9b0c8269bc
* remove also 255 limit for ExtractFileExt
...
git-svn-id: trunk@2033 -
2005-12-23 10:02:21 +00:00
marco
5008bb74b1
* removed 255 char limit in extractfilename
...
git-svn-id: trunk@2032 -
2005-12-23 09:41:19 +00:00
florian
e4a8f008a7
* fixed ie when "converting" double to double and single to single on softemu
...
git-svn-id: trunk@2031 -
2005-12-22 22:24:02 +00:00
Jonas Maebe
dbf94f4713
* properly fixed allocating procedure symbols, now also works for nested
...
procedures
git-svn-id: trunk@2029 -
2005-12-22 20:43:29 +00:00
peter
80fef1e8ad
* fix parsing of typecasts in type declarations
...
git-svn-id: trunk@2026 -
2005-12-22 12:21:06 +00:00
florian
5ff0e08283
+ compiled and added
...
git-svn-id: trunk@2024 -
2005-12-22 07:40:28 +00:00
joost
4a94fc2ccd
+ Fixed dyn. loading for mysql 5.0
...
git-svn-id: trunk@2023 -
2005-12-21 12:33:14 +00:00
peter
3db35349ec
* fix duplicate parameter names
...
git-svn-id: trunk@2022 -
2005-12-21 11:20:41 +00:00
peter
ad0f93da39
* don't report name differences after implicit renames
...
git-svn-id: trunk@2021 -
2005-12-21 11:04:42 +00:00
peter
95879fe8a7
* basic support for generic classes
...
git-svn-id: trunk@2020 -
2005-12-21 10:11:15 +00:00
florian
82a94db712
* fixed resetting of ansistrings
...
git-svn-id: trunk@2017 -
2005-12-20 21:22:06 +00:00
Jonas Maebe
d6ea5d6bde
* fixed to work after the changes in the handling of mode switching
...
git-svn-id: trunk@2014 -
2005-12-20 20:32:43 +00:00
Jonas Maebe
66ebbbc5c2
* always generate code which can be used to build dynamically loadable
...
libraries with
git-svn-id: trunk@2013 -
2005-12-20 19:58:27 +00:00
oro06
06d8d7c03c
* updated compilation pb
...
git-svn-id: trunk@2012 -
2005-12-20 18:55:53 +00:00
Jonas Maebe
f0c028d6c8
+ dwarf support for darwin/mac os x (not really enabled yet, since it's
...
currently only used if a target requires it)
git-svn-id: trunk@2010 -
2005-12-20 17:54:11 +00:00
Jonas Maebe
b954ea006e
* generate the procsymbol before generating the code for the procedure,
...
so that refences to this symbol are not treated as external
git-svn-id: trunk@2009 -
2005-12-20 17:52:08 +00:00
oro06
c221e00a2d
+ added fcl/wince more fcl units compile
...
git-svn-id: trunk@2008 -
2005-12-20 15:50:29 +00:00
peter
68e56b9fc7
* write only unique property names in rtti
...
git-svn-id: trunk@2007 -
2005-12-20 14:44:48 +00:00
peter
b561749dea
* renamed to trtti4
...
git-svn-id: trunk@2006 -
2005-12-20 10:46:41 +00:00