Commit Graph

21197 Commits

Author SHA1 Message Date
peter
0cd68e3c5d * ifndef ver2_0 added
git-svn-id: trunk@1936 -
2005-12-12 07:01:03 +00:00
florian
ca782dddc7 * write correct type usual symbols
git-svn-id: trunk@1933 -
2005-12-11 23:11:55 +00:00
florian
479ad6d88a - removed 1.0 defines
+ call ld with -E

git-svn-id: trunk@1932 -
2005-12-11 23:11:21 +00:00
florian
fb8e885a94 + write data block size and type
* changed .space to .zero

git-svn-id: trunk@1931 -
2005-12-11 23:03:20 +00:00
daniel
4aa4f4cd38 * Fix typo, markup
git-svn-id: trunk@1930 -
2005-12-11 18:37:15 +00:00
daniel
d3d161e5cf * Add info about Linux
git-svn-id: trunk@1929 -
2005-12-11 18:33:58 +00:00
daniel
79329acde4 * Less bloated ttyname implementation
git-svn-id: trunk@1928 -
2005-12-11 16:58:35 +00:00
daniel
15e90d7f17 * Grab_vcsa utility that is supposed to be installed suid root.
It sets the permissions, in case you are logged in on the console,
    of your /dev/vcs and /dev/vcsa device to the permissions of your
    /dev/tty device, making sure programs using the video unit can
    use the Linux console mode instead of the Network mode.

git-svn-id: trunk@1927 -
2005-12-11 14:25:07 +00:00
florian
d473e9873d * fixed declaration of NullHandle
git-svn-id: trunk@1926 -
2005-12-10 22:15:00 +00:00
florian
44c892c717 * -s renamed to -S (build static lib)
* -s is now strip

git-svn-id: trunk@1925 -
2005-12-10 22:06:10 +00:00
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