florian
924265c0af
* pic compatible section names
...
git-svn-id: trunk@1924 -
2005-12-10 22:04:04 +00:00
florian
a1189a9d64
* exports info handling refactored, -E will be passed to ld if necessary
...
git-svn-id: trunk@1922 -
2005-12-10 22:00:33 +00:00
Jonas Maebe
4c6874504b
* fixed web bug #4461
...
git-svn-id: trunk@1921 -
2005-12-10 21:57:33 +00:00
florian
07ea2a5b38
* fixed generation of exports from units/programs supporting it
...
git-svn-id: trunk@1920 -
2005-12-10 21:00:37 +00:00
Jonas Maebe
b3b104130d
* compiler discerns between +0.0 and -0.0
...
+ test for the above
git-svn-id: trunk@1917 -
2005-12-10 20:37:17 +00:00
Jonas Maebe
52ca5e6922
* use more precise vs_* information to replace less parameters of inlined
...
procedures with const and value parameters with temps, allowing a bit
more value propagation
+ tinline6.pp for testing wrong propagation of value parameters in
dangerous situations
git-svn-id: trunk@1914 -
2005-12-10 17:01:07 +00:00
Jonas Maebe
42ec76598c
* new categories for vs_*: vs_declared, vs_initialised, vs_read,
...
vs_written, vs_readwritten. vs_initialised is the old vs_assigned;
vs_used has been replaced by vs_read, vs_written and vs_readwritten
* the valid_for_*() routines in htypechk now get an extra parameter to
decide whether or not errors should be reported
git-svn-id: trunk@1913 -
2005-12-10 16:51:26 +00:00
florian
55d881615a
* improved variant type casts
...
git-svn-id: trunk@1912 -
2005-12-10 16:42:28 +00:00
Jonas Maebe
9b9dd342c5
* fixed strpos() in case source or target is nil
...
+ added test for this
git-svn-id: trunk@1907 -
2005-12-09 14:57:10 +00:00
Jonas Maebe
830d9956a9
* fixed and enabled gtk2 for Darwin/Mac OS X (Lazarus built for gtk2 works
...
with fink installed gtk+2-dev package; note that first startup of gtk2
program takes very long because of font conversions of all installed fonts)
git-svn-id: trunk@1905 -
2005-12-08 15:11:05 +00:00
Jonas Maebe
4577a6a98e
+ added a number of constants from /usr/include/sys/iocomm.h and filio.h
...
(including FIONREAD, needed for lazarus)
git-svn-id: trunk@1903 -
2005-12-08 12:18:57 +00:00
tom_at_work
dcb2542ef1
* updated makefiles for ppc64/linux to allow successful building on that platform
...
git-svn-id: trunk@1902 -
2005-12-08 11:31:50 +00:00
Jonas Maebe
31b173fe85
* always keep 1 free os chunk available in the freelist to avoid
...
a performance killing corner case where one block is constantly allocated
and freed and can result in a redividing of an os chunk in small parts
for each allocation
git-svn-id: trunk@1900 -
2005-12-07 20:01:15 +00:00
Jonas Maebe
7996bb3b06
* fixed showing of warnings for uninitialised function results
...
git-svn-id: trunk@1897 -
2005-12-07 16:12:01 +00:00
Jonas Maebe
2dea0c793f
* made the target parameter of SetString an "out" instead of "var" parameter
...
git-svn-id: trunk@1896 -
2005-12-07 16:06:34 +00:00
Jonas Maebe
d7acb80e11
* fixed web bug #4546
...
git-svn-id: trunk@1894 -
2005-12-07 14:59:47 +00:00
michael
f753fa10cd
+ Added check for IsMultiThread in CheckSynchronize
...
git-svn-id: trunk@1891 -
2005-12-06 20:57:57 +00:00
Jonas Maebe
0cfea2fac0
+ added
...
git-svn-id: trunk@1889 -
2005-12-06 19:47:10 +00:00
Jonas Maebe
c9b2e34524
* also make "out" shortstring parameters openstrings if required
...
git-svn-id: trunk@1887 -
2005-12-06 19:39:59 +00:00
Jonas Maebe
ee1fba0822
- removed dllfuncs unit, use dynlibs from the rtl instead
...
* fixed glx for Mac OS X
git-svn-id: trunk@1885 -
2005-12-06 14:38:20 +00:00
michael
9301b6f9a2
+ Added XRandr from Nikolay Nikolov
...
git-svn-id: trunk@1884 -
2005-12-05 19:07:05 +00:00
Jonas Maebe
5769739834
* fixed floattostr and friends for systems where extended = double
...
git-svn-id: trunk@1882 -
2005-12-05 14:09:35 +00:00
joost
51d2ca878c
+ fixed compilation
...
git-svn-id: trunk@1881 -
2005-12-04 20:27:51 +00:00
florian
d6628f1d8b
* resolve postponed local switch changes before switching mode
...
git-svn-id: trunk@1880 -
2005-12-04 19:36:57 +00:00
florian
46ecdc8f94
* allow pred/succ on non continous enumerations in delphi mode
...
git-svn-id: trunk@1878 -
2005-12-04 18:35:19 +00:00
florian
3a81473a05
* initial revision
...
git-svn-id: trunk@1877 -
2005-12-04 18:29:29 +00:00
florian
0907a1ef80
* fixed compilerwidestring concatenation
...
git-svn-id: trunk@1876 -
2005-12-04 18:29:07 +00:00
Jonas Maebe
3a8cd257b4
* fixed compilation on systems where comp = int64 (i.e., everything non-x86)
...
and thus incompatible with floating point types
git-svn-id: trunk@1875 -
2005-12-04 17:48:26 +00:00
tom_at_work
3502898ba3
* makefile updates after last changes for successful build on ppc64/linux
...
git-svn-id: trunk@1874 -
2005-12-04 13:07:37 +00:00
daniel
7bc989e199
* Remove inline from problematic procedures. Problem isolated and moved to
...
testsuite.
* Added hash to requirements of some packages
git-svn-id: trunk@1872 -
2005-12-02 22:27:50 +00:00
daniel
190cdc6f4b
* Isolated IE200311075 bug found today
...
git-svn-id: trunk@1871 -
2005-12-02 21:05:28 +00:00
Jonas Maebe
b507ddae51
* fixed crash when an optimized sequence extends till the start of an
...
assembler block
git-svn-id: trunk@1869 -
2005-12-02 11:09:13 +00:00
daniel
95dc6d22e1
* Add deflateInit2_
...
git-svn-id: trunk@1868 -
2005-12-02 05:30:24 +00:00
daniel
782f3a987e
* Inline most stuff in paszlib.pas
...
git-svn-id: trunk@1867 -
2005-12-01 22:52:54 +00:00
daniel
d13cbc428c
* Remove zutil
...
git-svn-id: trunk@1866 -
2005-12-01 22:47:17 +00:00
daniel
07fea4a633
* zutil removal
...
git-svn-id: trunk@1865 -
2005-12-01 22:45:08 +00:00
daniel
3c2123684f
* zutil removal
...
git-svn-id: trunk@1864 -
2005-12-01 22:44:42 +00:00
daniel
9b1a4c88a8
* Bump version number
...
git-svn-id: trunk@1863 -
2005-12-01 22:22:52 +00:00
daniel
9f85c92ef1
* Remove now obsolete unit zutil
...
git-svn-id: trunk@1862 -
2005-12-01 22:21:40 +00:00
Tomas Hajny
f9e28f363d
* workaround for OS/2 bug - check for 64kB border crossing in parameters for DosExecPgm
...
git-svn-id: trunk@1861 -
2005-12-01 22:07:32 +00:00
joost
22ff909af8
+ moved empty databasename check to TSQLConnection
...
git-svn-id: trunk@1860 -
2005-12-01 21:25:56 +00:00
daniel
4f4207fee5
* Paszlib part of changes
...
git-svn-id: trunk@1859 -
2005-12-01 18:33:40 +00:00
daniel
f0a568ff12
* Adapt Makefiles
...
git-svn-id: trunk@1858 -
2005-12-01 18:33:06 +00:00
daniel
c9c280216d
* Rename md5 directory to hash for hash functions
...
* Move crc.pas into hash
git-svn-id: trunk@1857 -
2005-12-01 18:32:39 +00:00
daniel
c0b4678873
* Rename unit crc to fpccrc to avoid name conflict in packages
...
git-svn-id: trunk@1856 -
2005-12-01 16:45:44 +00:00
daniel
6751a62f75
* Remove "uses base"
...
git-svn-id: trunk@1855 -
2005-12-01 16:11:37 +00:00
daniel
c5bc398110
* Fix compilation
...
git-svn-id: trunk@1854 -
2005-12-01 07:50:09 +00:00
michael
74e93711df
+ date/time stuff is written in native format
...
git-svn-id: trunk@1853 -
2005-11-30 21:52:14 +00:00
michael
2ba05e2f84
+ Fixed Native Format issues of TDateTime fields
...
git-svn-id: trunk@1852 -
2005-11-30 21:30:28 +00:00
Jonas Maebe
6b37d3de32
* added {$goto on} to fix compilation
...
git-svn-id: trunk@1851 -
2005-11-30 21:17:16 +00:00