Jonas Maebe
65aa64d4ed
* fixed ClearExceptions (clear pending exceptions instead of all config
...
bits)
git-svn-id: trunk@11244 -
2008-06-18 18:51:09 +00:00
Jonas Maebe
1150f7e9dc
* reduced complexity of in_abs_long, old value was left over from testing
...
git-svn-id: trunk@11243 -
2008-06-18 18:02:33 +00:00
Jonas Maebe
a60a957420
* fixed setting bitpacked record fields straddling their natural boundaries
...
to 0 or field_type(-1) (bug noted by Russell Davies on fpc-devel + his
test programs)
* fixed bit offset calculations for nested bitpacked record regvars
git-svn-id: trunk@11242 -
2008-06-18 16:31:39 +00:00
Jonas Maebe
9c77c7743d
+ support for inline nodes in node_complexity()
...
git-svn-id: trunk@11241 -
2008-06-18 16:28:51 +00:00
michael
52c9e84255
* Patch from Paul Ishenin for GDK_IS_CURSOR
...
git-svn-id: trunk@11238 -
2008-06-18 06:52:32 +00:00
marco
be6d9da8a8
* (bug 111479) gtk_misc_get_alignment and gtk_misc_get_padding had erroneous var parameters. Fixed.
...
git-svn-id: trunk@11237 -
2008-06-17 10:03:35 +00:00
Almindor
62205d0346
* fix memory leaks in create_dwarf and types_dec procedures thanks to Giulio Bernardi's detailed report
...
git-svn-id: trunk@11236 -
2008-06-16 18:30:38 +00:00
Jonas Maebe
9d8bee1887
* regenerated with changes in r11233
...
git-svn-id: trunk@11234 -
2008-06-15 15:52:25 +00:00
Jonas Maebe
010246b1ae
* better fix for not automatically adding cross binutils prefixes for
...
darwin to darwin cross compilation (keeps CROSSCOMPILE=1 now, so other
CROSSCOMPILE-related changes are still done)
git-svn-id: trunk@11233 -
2008-06-15 15:40:24 +00:00
Tomas Hajny
68a4c0347a
* patch from Giulio for FindFirst return value with no files and SetFAttr with VolumeID - web bug #11247
...
git-svn-id: trunk@11231 -
2008-06-15 15:14:07 +00:00
Tomas Hajny
0918da7cad
* applied patch from Giulio, use of gecho.exe extended to OS/2 too
...
git-svn-id: trunk@11230 -
2008-06-15 14:28:23 +00:00
florian
81fd66f6f6
* typo in define fixed
...
git-svn-id: trunk@11229 -
2008-06-15 10:54:26 +00:00
florian
2a5c3a3c14
* fixed copy&paste typo
...
git-svn-id: trunk@11228 -
2008-06-14 13:07:17 +00:00
Almindor
6433f8c38b
* fix DiskFree and DiskSize to check for Drive argument
...
git-svn-id: trunk@11226 -
2008-06-14 11:19:51 +00:00
Almindor
cb5d95a43d
* properly fix the statfs for both 32 and 64bit linux
...
git-svn-id: trunk@11224 -
2008-06-14 11:01:02 +00:00
michael
dd75625d8d
* Fixed size in StatFS for 64 bit
...
git-svn-id: trunk@11222 -
2008-06-14 10:28:37 +00:00
florian
dc92aceef7
* more naming duplicate unit names solved, reason is that COMPILER_UNITTARGETDIR used with make all requires this (all units end in one directory)
...
git-svn-id: trunk@11221 -
2008-06-12 21:51:35 +00:00
florian
e01e1c9476
* renamed lexlib and yacclib units to avoid name clashes with that ones from tply
...
git-svn-id: trunk@11220 -
2008-06-12 21:40:10 +00:00
florian
4ac1deb50b
* moved float_rounding_mode to systemh.inc; renamed to softfloat_rounding_mode
...
git-svn-id: trunk@11219 -
2008-06-12 20:23:37 +00:00
yury
3f180cf139
* Some additions to Windows unit by Vasil Maximov.
...
git-svn-id: trunk@11218 -
2008-06-11 10:50:18 +00:00
michael
fa1b9a1878
* Patch from Sergei Gorelkin to improve DOM compliance:
...
dom.pp:
* Document.OwnerDocument returns nil.
* Document.TextContent returns empty string and setting it does nothing.
* Fixed EntityReference, it now gets its children upon creation and is
correctly imported between documents.
+ Node.IsSupported()
* DOM feature name comparison is done case-insensitive.
* Reworked Node.AppendChild/Node.InsertBefore. Duplicate functionality
removed. Resolves remaining issues with hierarchy/ownership checks
(except for Document nodes which is a different story altogether).
The same code is now executed for nodes attached to a Fragment as
well as for regular nodes.
+ Text.SplitText checks for valid ParentNode.
xmlread.pp:
+ Implemented TDOMParser.ParseWithContext (except the case of replacing
the whole document)
* Fixed AV when calling ParseXXX methods with input source that could
not be resolved.
* Completely ignore comments in external DTD subset, it fixes a couple
of DOM tests and has no effect on XML testsuite.
git-svn-id: trunk@11217 -
2008-06-11 05:40:49 +00:00
michael
22d8bfeeff
* Fixed apr_off_t (bug ID 11460)
...
git-svn-id: trunk@11216 -
2008-06-10 20:06:32 +00:00
Tomas Hajny
6346422772
* package GTK was renamed to GTK1
...
git-svn-id: trunk@11213 -
2008-06-08 22:01:32 +00:00
florian
fbece263a3
+ define CPUARMEL on armel-linux
...
git-svn-id: trunk@11212 -
2008-06-08 07:42:34 +00:00
florian
58757d0630
* support of dq in Intel assembler on 64 bit CPUs, resolves #11425
...
git-svn-id: trunk@11211 -
2008-06-07 15:08:48 +00:00
florian
c91498ed65
* better support of float, resolves #11426
...
git-svn-id: trunk@11210 -
2008-06-07 10:41:42 +00:00
marco
2c5373d74c
* symbolic enabled.
...
git-svn-id: trunk@11205 -
2008-06-05 10:13:39 +00:00
yury
0dbc1960bc
+ Added more wince api interface units by Vasil Maximov.
...
git-svn-id: trunk@11204 -
2008-06-05 08:39:00 +00:00
yury
20c44bed05
* Added some types by Vasil Maximov.
...
git-svn-id: trunk@11203 -
2008-06-05 08:27:26 +00:00
yury
01e31e2215
* Fixed r10992. Really warn if someone still uses ppc386.cfg
...
git-svn-id: trunk@11202 -
2008-06-05 08:24:58 +00:00
yury
0d12d51690
* Fixed warnings on non x86 targets.
...
git-svn-id: trunk@11201 -
2008-06-05 08:14:27 +00:00
yury
9ef6e6bc24
* Fixed comments for EABI syscalls.
...
git-svn-id: trunk@11200 -
2008-06-05 07:47:45 +00:00
michael
767e3fee62
* Patch from Joao Morais to fix the case where only a time is provided
...
git-svn-id: trunk@11199 -
2008-06-05 07:06:47 +00:00
florian
3df8e7ae7b
* build fpintres earlier, so simple programs can be build while the rtl is still compiling
...
git-svn-id: trunk@11198 -
2008-06-04 18:20:58 +00:00
florian
3341418267
* fixed eabi syscalls: preserve non-volative registers
...
git-svn-id: trunk@11197 -
2008-06-04 18:18:08 +00:00
michael
da923586c6
* Fixed error in line 56, preventing backup
...
git-svn-id: trunk@11194 -
2008-06-04 18:04:54 +00:00
Jonas Maebe
390ece6e0b
* regenerated after r11180
...
git-svn-id: trunk@11193 -
2008-06-04 17:22:44 +00:00
yury
fc55afcac9
+ Added many new wince api interface units by Vasil Maximov.
...
git-svn-id: trunk@11192 -
2008-06-04 14:58:20 +00:00
yury
b21b10aafb
* Added CP_UTF7 and CP_UTF8 constants. Mantis #10822 .
...
git-svn-id: trunk@11191 -
2008-06-04 14:13:39 +00:00
florian
839e391467
+ rescued some old PalmOS stuff
...
git-svn-id: trunk@11190 -
2008-06-04 14:08:48 +00:00
giulio
0a4f75feff
installer:
...
* increased maxpackages
install.dat:
* fixed long name of utildos.zip
* package netdb doesn't exist anymore.
* there are no fcl-web and fcl-async packages for go32v2
* added libgd
* fixed short name of units-fv.source.zip
* fixed typo (Libary => Library)
git-svn-id: trunk@11186 -
2008-06-03 19:29:01 +00:00
giulio
811331d8af
Properties set for install.dat
...
git-svn-id: trunk@11183 -
2008-06-03 15:51:07 +00:00
giulio
14d4f02fa0
* fixed fpc_zipinstall for go32v2 and the like
...
* makefiles regenerated
git-svn-id: trunk@11180 -
2008-06-03 14:01:09 +00:00
florian
72dd35a0d5
* set syscall base properly for eabi, submitted by Henry Vermaak
...
git-svn-id: trunk@11179 -
2008-06-03 13:29:16 +00:00
florian
d034dc2512
o patch by Olivier Coursiere:
...
+ add missing targets to ppudump
git-svn-id: trunk@11177 -
2008-06-02 21:44:48 +00:00
joost
40b12a4156
* Check the alignment in GetFieldSize instead of CalcRecordSize
...
git-svn-id: trunk@11176 -
2008-06-02 20:31:09 +00:00
michael
5fd3502349
* Patch from Graeme Geldenhuys (enhanced) to use span and class when inserting images
...
git-svn-id: trunk@11175 -
2008-06-02 18:53:21 +00:00
michael
e062a99270
* Identifiers can start with _
...
git-svn-id: trunk@11174 -
2008-06-02 18:38:09 +00:00
giulio
150c9b352c
Updated year in IDE copyright string
...
git-svn-id: trunk@11172 -
2008-06-02 12:13:25 +00:00
florian
0f6bcd613f
* fixed spelling
...
git-svn-id: trunk@11171 -
2008-06-02 09:12:59 +00:00