Commit Graph

34801 Commits

Author SHA1 Message Date
pierre
a17390126a Fix an error in reading real variable for change_endian
git-svn-id: trunk@19023 -
2011-09-07 23:19:48 +00:00
pierre
4b743a7a61 * IsLibrary is a byte-sized boolean, thus use stb instruction to set value
git-svn-id: trunk@19022 -
2011-09-07 21:57:37 +00:00
tom_at_work
61ef4b0a1c fix compilation after r19007: also update makefile.fpc and regenerated makefile
git-svn-id: trunk@19021 -
2011-09-07 21:55:34 +00:00
marco
7d717cde37 * regex patch from Joao Morais, fixed random exceptions. Mantis #14425
git-svn-id: trunk@19020 -
2011-09-07 19:59:57 +00:00
pierre
01526fa582 * Remove forgotten wrong increments
git-svn-id: trunk@19019 -
2011-09-07 19:43:50 +00:00
florian
b270a1922b * reverts r18960, should solve sparc trouble
git-svn-id: trunk@19017 -
2011-09-07 18:33:22 +00:00
pierre
47f39748f6 Handle FileIndex/Line/Column for change_nedian in token buffer for generics
git-svn-id: trunk@19014 -
2011-09-07 16:27:33 +00:00
florian
bbed546f56 * make code and data size in status independent of target alu size
git-svn-id: trunk@19013 -
2011-09-07 16:04:38 +00:00
pierre
57f3f0a82b scanner unit:
treplaystack class: added change_endian boolean field
  treplaystack.create added achange_endian parameter
  tscannerfile class: added tokenbuf_change_endian boolean field
  readsizeint method: use tokenbuf_change_endian to maybe swap sizeint
  startreplaytokens method: added achange_endian field
  psub and ptype units:
  adapt to tscannerfile.startreplaytokens change above.

git-svn-id: trunk@19012 -
2011-09-07 13:13:15 +00:00
pierre
9073beffec Remember change_endian from ppufile for generictokenbuf reading
git-svn-id: trunk@19011 -
2011-09-07 13:04:55 +00:00
pierre
d3d91e40ab + Add procinfo options
git-svn-id: trunk@19010 -
2011-09-07 13:02:41 +00:00
pierre
958425157f * Try to implement dllprt0 for linux powerpc processor
git-svn-id: trunk@19009 -
2011-09-07 12:53:50 +00:00
marco
b1c0d35dbe * postgres part of sqldb returning support, fixes Mantis #20133
Patch by Lacak2

git-svn-id: trunk@19008 -
2011-09-07 12:21:52 +00:00
sekelsenmat
3401a3be83 fpvectorial: Merges a large change: Disables the obsolete PDF reader and modified all the structure to support multiple pages per document
git-svn-id: trunk@19007 -
2011-09-07 12:15:11 +00:00
marco
9d974c2ca4 * postgres header support for PQdescribePrepared, part of mantis #20133
git-svn-id: trunk@19006 -
2011-09-07 12:13:10 +00:00
marco
81d94b9d91 * Test for mapping numeric to bcd type fields, and a fix for issues in
ibconnection found with it, Mantis #20182

git-svn-id: trunk@19005 -
2011-09-07 11:52:06 +00:00
michael
9c434ffedf * Register paramdefs in JSONRPC handler manager
git-svn-id: trunk@19004 -
2011-09-07 11:33:37 +00:00
michael
8fd9e8ea29 * Move conversion of handler(def) to JSON Object to separatr, virtual methods
git-svn-id: trunk@19002 -
2011-09-07 10:42:07 +00:00
paul
7e88628b02 compiler: clear vd_class option if it was added by _STATIC token (issue #0020119)
git-svn-id: trunk@19001 -
2011-09-07 02:22:03 +00:00
paul
389c033a29 compiler: fix private and protected members visibility check for nested records (issue #0018768)
git-svn-id: trunk@19000 -
2011-09-07 01:51:13 +00:00
paul
dd5aa12531 compiler: fix strict private visibility check for nested types (issue #0018767)
git-svn-id: trunk@18999 -
2011-09-07 01:32:43 +00:00
florian
8c2eb2fa36 + added forgotten unaligned call
git-svn-id: trunk@18998 -
2011-09-06 21:02:59 +00:00
florian
431da61f3a * cleaned up FreeLocalVerbosity usage
git-svn-id: trunk@18997 -
2011-09-06 21:02:20 +00:00
Mattias Gaertner
117a874ba5 instantfpc: environment option INSTANTFPCOPTIONS
git-svn-id: trunk@18996 -
2011-09-06 20:54:30 +00:00
Mattias Gaertner
927d080ab2 instantfpc: hint about environment variable INSTANTFPCCACHE
git-svn-id: trunk@18995 -
2011-09-06 20:00:54 +00:00
marco
ab40391806 * fixed minor issue with r18991.
git-svn-id: trunk@18994 -
2011-09-06 12:51:38 +00:00
marco
3f167a1582 * odbc ftguid fixes, correct size (38) in setparameters. Mantis #19774, patch by lacak2
git-svn-id: trunk@18993 -
2011-09-06 12:25:38 +00:00
marco
95e458655a * ftfmtbcd for postgresm Mantis 19681, patch by Lacak2
git-svn-id: trunk@18992 -
2011-09-06 12:23:17 +00:00
marco
5c20a50536 * update decimal support with newer ftfmtbcd support. Mantis #19664 patch by Lacak2.
git-svn-id: trunk@18991 -
2011-09-06 12:16:42 +00:00
marco
4d1c29415a * add ftfixedchar to escape clause of getsqltext, Mantis #19556 Patch by Lacak2.
git-svn-id: trunk@18990 -
2011-09-06 12:09:38 +00:00
marco
3e8a3eb14c * aslargeint for TLongintfield, mantis #18287, patch by Lacak2
git-svn-id: trunk@18989 -
2011-09-06 12:06:49 +00:00
marco
d630a85cbd * sqlite bcd fixes. Mantis #16924, patch by Lacak2
git-svn-id: trunk@18988 -
2011-09-06 11:50:10 +00:00
paul
7dd8a97487 compiler: allow "with" to search members in nested types properly
git-svn-id: trunk@18987 -
2011-09-06 10:23:57 +00:00
michael
3cc6ac9e3b * Testcase for DBF export
git-svn-id: trunk@18986 -
2011-09-06 10:16:56 +00:00
michael
aa4ab64ea5 * Patch from Reinier Olislagers to fix bug #20160
git-svn-id: trunk@18985 -
2011-09-05 21:16:36 +00:00
Jonas Maebe
852ae48cb7 * also use blx instead of bl for direct calls on ARMv5+, since the target
may be thumb(2) (mantis #19896)
  * don't conditionalize "blx <imm target>", because that's not a valid
    encoding

git-svn-id: trunk@18984 -
2011-09-05 20:33:15 +00:00
sergei
16859976da Mantis #19182, Delphi compatible tweaks:
* Allow properties of type interface to implement not just the same interface, but also any of its ancestors.
* Allow a single property to implement multiple interfaces.

git-svn-id: trunk@18983 -
2011-09-05 19:51:10 +00:00
pierre
df4388a47d + Added code to display 80-bit value on
system supporting only 64-bit double type.
  * Try to display reals in target format.
  * Corrected ibrecorddef handling if df_copied_def is set.

git-svn-id: trunk@18979 -
2011-09-05 16:16:25 +00:00
pierre
713f269ce2 * Change Field passing type of FreeLocalVerbosity parameter
to by value to avoid passing an unaligned pointer.
  * Adapt code calling FreeLocalVerbosity  to reset
    currrent_settings.pmessage to nil afterwards.

git-svn-id: trunk@18978 -
2011-09-05 12:52:37 +00:00
sekelsenmat
50067bf42a fpvectorial: Merges large changes to the EPS reader and to the Canvas output from the Lazarus-ccr. Now it works perfectly with the testcases
git-svn-id: trunk@18977 -
2011-09-05 09:48:00 +00:00
pierre
b526bb4dfa * Fix failures introduced by rev 18975
git-svn-id: trunk@18976 -
2011-09-05 07:51:22 +00:00
pierre
68d27263e7 Try to improve RecordTokenBuf with respect to PPU reading
git-svn-id: trunk@18975 -
2011-09-04 22:43:41 +00:00
florian
2f780a7a28 * fixes compilation of atmega128 unit
git-svn-id: trunk@18974 -
2011-09-04 19:39:39 +00:00
florian
e9f2f3388e * use dwarf2 on avr-embedded by default because stabs is difficult due to name mangling issues
git-svn-id: trunk@18973 -
2011-09-04 19:37:26 +00:00
florian
f1f0cb033a * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well
* tried to fix dbgstabs so that it doesn't emit illegal chars using ReplaceForbiddenChars, however, dbgstabs accesses symbol names quite often, so this failed

git-svn-id: trunk@18972 -
2011-09-04 19:36:43 +00:00
florian
7bceba2392 * since the last name mangling changes, gas writer for avr needs to replace more illegal characters
git-svn-id: trunk@18971 -
2011-09-04 18:56:47 +00:00
florian
645b6942d0 * version update
git-svn-id: trunk@18970 -
2011-09-04 18:53:12 +00:00
florian
0066a12974 * makes a_jmp_cond working
git-svn-id: trunk@18969 -
2011-09-04 18:47:08 +00:00
sergei
689d4b3ecc + Mantis #19651: Generate table of typed string constants which are initialized with resourcestrings, so they are updated when SetResourceStrings or SetUnitResourceStrings is called.
git-svn-id: trunk@18968 -
2011-09-04 16:01:26 +00:00
florian
dbd33fd6a5 * use thread var only if the target supports threading
git-svn-id: trunk@18967 -
2011-09-04 14:27:23 +00:00