florian
7d849d312b
+ added missing LaTeX statement for wpo error messages
...
git-svn-id: trunk@12449 -
2008-12-28 09:51:27 +00:00
joost
204de0d4cf
* Added tests for update-buffers and streaming
...
git-svn-id: trunk@12448 -
2008-12-28 01:12:38 +00:00
joost
5bfc0e094e
* Clear FieldDefs before reading them from stream
...
git-svn-id: trunk@12447 -
2008-12-28 00:57:18 +00:00
Jonas Maebe
2cd1acc77d
* element type of ansistrings is cchartype, not u8inttype
...
git-svn-id: trunk@12446 -
2008-12-27 22:43:45 +00:00
joost
d6a688e6df
* Handle ftBCD fields with different precisions correctly. (bug 12862)
...
git-svn-id: trunk@12445 -
2008-12-27 21:50:55 +00:00
Jonas Maebe
03a7d089b9
+ append_block1() to add extra block DW_FORM_block1 attributes to
...
a dwarf entry
- (dwarf3) removed stride size from dynamic array entries because
it's not required there (the stride always equals the element size)
+ (dwarf3) added "allocated" attribute for dynamic arrays
+ (dwarf3) added generic implementation of string support for dwarf3,
which no longer depends on the hacked fake record type in gdb's
Pascal support. Includes support for all string types, except for
winlike widestrings (because I don't know how to extract the
length from them)
git-svn-id: trunk@12444 -
2008-12-27 21:43:45 +00:00
marco
658dc2d8cd
* increased very low (64k) TBits limit to +/- 2GB, like most datastructures.
...
Artifact of TP times? Mantis 12431. Further increasing (e.g. for 64-bit)
needs cleanup (ptr(u)int?) first.
git-svn-id: trunk@12443 -
2008-12-27 21:15:30 +00:00
marco
f0c236b992
* Made overloading situation ifthen more Delphi compatible. Mantis #12662
...
All string variants now in one unit.
git-svn-id: trunk@12442 -
2008-12-27 18:43:22 +00:00
yury
972a12b98d
* Added bugtraq:url and bugtraq:logregex svn properties to enable nice links to Mantis bug reports in TortoiseSVN client.
...
git-svn-id: trunk@12440 -
2008-12-27 14:30:18 +00:00
yury
c1f373ee71
* Fixed case when TJSONStringType = WideString.
...
* Fixed warnings.
git-svn-id: trunk@12438 -
2008-12-27 14:02:38 +00:00
yury
69d1b4813c
* Fixed .res resources handling when -o switch is used to specify executable full path and name in the same folder where .res files are located. Mantis #12856 .
...
git-svn-id: trunk@12437 -
2008-12-25 10:14:34 +00:00
Jonas Maebe
a3732f5cfc
* changed debuginfo for dynamic arrays in stabs and dwarf2 into a pointer to
...
the array type, rather than an array type (since they are pointers)
+ fully implemented debug info for dynamic arrays using dwarf3 (as supported
by the gdb "archer" project with the archer-jankratochvil-vla branch)
(mantis #12789 )
git-svn-id: trunk@12436 -
2008-12-24 19:59:44 +00:00
florian
e512367dbd
* formatting fix
...
git-svn-id: trunk@12435 -
2008-12-24 16:17:35 +00:00
florian
23bbb087bd
* indention fixed
...
git-svn-id: trunk@12434 -
2008-12-24 16:17:09 +00:00
florian
3329a9b895
+ ascii85 decoder stream by Danny Milosavljevic, resolves #0012833
...
+ test case
git-svn-id: trunk@12433 -
2008-12-24 16:16:23 +00:00
marco
2ff48d2576
* len now longint.
...
git-svn-id: trunk@12432 -
2008-12-24 15:37:31 +00:00
florian
ff205c6e90
* set result of tdecompressionstream.seek by Danny Milosavljevic, resolves #12830
...
git-svn-id: trunk@12431 -
2008-12-24 15:32:23 +00:00
michael
de5861c689
* Added GIF reader from Mattias Gaertner
...
git-svn-id: trunk@12429 -
2008-12-24 12:23:35 +00:00
joost
5703c2a888
* Fetch all records before building an index using IndexFieldNames
...
git-svn-id: trunk@12428 -
2008-12-24 12:22:08 +00:00
joost
ddeea252b5
* Partly reverted r11511 so that a query is prepared only once
...
git-svn-id: trunk@12427 -
2008-12-24 10:04:33 +00:00
Károly Balogh
75fae87e46
+ removed probably accidentally left in A_BL generation, which caused double BL <name> instruction generation
...
on MorphOS (and all PowerPC32 systems, except Darwin)... These systems now should cycle again.
git-svn-id: trunk@12425 -
2008-12-23 20:48:43 +00:00
Jonas Maebe
513b89f961
* fixed commented out dwarf-3 dyn array debug information location
...
(works with archer/origin/archer-jankratochvil-vla gdb branch,
see http://people.redhat.com/jkratoch/vla/MOVED )
git-svn-id: trunk@12424 -
2008-12-23 16:52:31 +00:00
marco
b8194205af
* two more culong(1) shl fixes.
...
git-svn-id: trunk@12419 -
2008-12-23 14:00:59 +00:00
marco
a88ebff6dd
* fix for 64-bit signed<->unsigned issue, bug #12841
...
git-svn-id: trunk@12418 -
2008-12-23 13:57:25 +00:00
joost
7cd20771b0
* Restore the order of two deleted records bound to the same record properly when reading a dataset from file
...
git-svn-id: trunk@12417 -
2008-12-22 22:06:31 +00:00
joost
fc2409d812
* Restructured makefiles for examples
...
git-svn-id: trunk@12412 -
2008-12-20 22:40:04 +00:00
joost
a31137d822
* Restructured makefiles for examples
...
git-svn-id: trunk@12411 -
2008-12-20 22:28:26 +00:00
joost
c5346ebbc0
* Fixed compilation of example
...
git-svn-id: trunk@12410 -
2008-12-20 22:24:12 +00:00
joost
ada2768347
* Restructured makefiles for examples
...
git-svn-id: trunk@12409 -
2008-12-20 22:12:27 +00:00
joost
00c9b17cec
* Restructured makefiles for examples
...
git-svn-id: trunk@12408 -
2008-12-20 21:56:45 +00:00
joost
d5da3f316f
* Fixed compilation of example
...
git-svn-id: trunk@12407 -
2008-12-20 21:52:00 +00:00
joost
3a50161c65
* Restructured makefiles for examples
...
git-svn-id: trunk@12406 -
2008-12-20 21:36:03 +00:00
joost
a4ca4ae32e
* Restructured makefiles for examples
...
git-svn-id: trunk@12405 -
2008-12-20 21:32:46 +00:00
joost
944da4c640
* Restructured makefiles for examples
...
git-svn-id: trunk@12404 -
2008-12-20 21:28:22 +00:00
michael
a580fe60d0
* Patch from Inoussa OUEDRAOGO so it can work with Delphi2009 and unicode chars
...
git-svn-id: trunk@12403 -
2008-12-19 17:49:24 +00:00
michael
7ebbcb4c9f
* Fixed error where unit names with underscores are not correctly handled
...
git-svn-id: trunk@12402 -
2008-12-19 17:37:20 +00:00
joost
7ea44b56bf
* Restructured makefiles for examples
...
git-svn-id: trunk@12401 -
2008-12-19 16:56:42 +00:00
joost
b115952665
* Added jctrans.pas to makefile
...
git-svn-id: trunk@12400 -
2008-12-19 16:49:40 +00:00
joost
552ab6d6b5
* Restructured makefiles for examples
...
git-svn-id: trunk@12399 -
2008-12-19 16:15:41 +00:00
joost
7f5de0b22a
* Restructured makefiles for examples
...
git-svn-id: trunk@12398 -
2008-12-19 16:10:56 +00:00
joost
976bbd4ea0
* Restructured makefiles for examples
...
git-svn-id: trunk@12397 -
2008-12-19 16:05:55 +00:00
joost
72329830af
* Restructured makefiles for examples
...
git-svn-id: trunk@12396 -
2008-12-19 15:57:57 +00:00
michael
7f068012c8
Patch from Luigi Siciliano to implement Action support in TDataLink
...
git-svn-id: trunk@12395 -
2008-12-19 14:17:12 +00:00
Tomas Hajny
17a001354a
* unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp
...
git-svn-id: trunk@12394 -
2008-12-19 12:47:17 +00:00
Tomas Hajny
b873d3133f
* unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp
...
git-svn-id: trunk@12393 -
2008-12-19 12:46:58 +00:00
joost
a5d5ce8d44
* Restructured makefiles for examples
...
git-svn-id: trunk@12392 -
2008-12-19 12:43:54 +00:00
joost
db82964033
* Restructured makefiles for examples
...
git-svn-id: trunk@12391 -
2008-12-19 12:21:39 +00:00
joost
91aea66e3a
* Restructured makefiles for examples
...
git-svn-id: trunk@12390 -
2008-12-19 12:13:00 +00:00
joost
93cdfaa8a7
* Restructured makefiles for examples
...
git-svn-id: trunk@12389 -
2008-12-19 11:54:06 +00:00
joost
d4ac89d76d
* Restructured makefiles for examples
...
git-svn-id: trunk@12388 -
2008-12-19 11:45:14 +00:00