Commit Graph

34762 Commits

Author SHA1 Message Date
marco
1f5333a80a * fixes from Mantis #20194, derived from patch and description by G. Fink.
git-svn-id: trunk@19035 -
2011-09-08 20:42:39 +00:00
sergei
0c3c8a8745 * Cast HashValue to Longint, otherwise empty strings (which have hash=$FFFFFFFF) cause range check error when RTL is compiled with -Cr.
git-svn-id: trunk@19034 -
2011-09-08 19:15:34 +00:00
sergei
376d34ebdf * Fixed type of dwCallback member in 44 remaining MCI_xx_PARAMS records ;-)
* MCI_STATUS_PARAMS.dwReturn is pointer-sized, too.

git-svn-id: trunk@19033 -
2011-09-08 18:32:12 +00:00
Mattias Gaertner
14d13bc004 avl_tree: added enumerator
git-svn-id: trunk@19032 -
2011-09-08 17:53:31 +00:00
marco
51e61b5df7 * 64-bit fix for mci_open_params structure. Mantis #20197
git-svn-id: trunk@19031 -
2011-09-08 17:43:09 +00:00
sekelsenmat
c9545e24a0 Regenerates the makefiles for opengles
git-svn-id: trunk@19029 -
2011-09-08 13:17:07 +00:00
sekelsenmat
727da08c0c opengles updates the Makefile.fpc
git-svn-id: trunk@19028 -
2011-09-08 13:03:42 +00:00
sekelsenmat
64232f7876 Patch from bug #15632: OpenGL ES 2.0 headers
git-svn-id: trunk@19027 -
2011-09-08 13:00:30 +00:00
sekelsenmat
7a7c574d1a Patch from bug #15632: OpenGL ES 2.0 headers
git-svn-id: trunk@19026 -
2011-09-08 13:00:09 +00:00
sekelsenmat
2ea96e08fa Fixes bug #19986: Patch zipper.pp for create zip file output to TStream support
git-svn-id: trunk@19025 -
2011-09-08 12:49:15 +00:00
pierre
a1c5b7c118 + Add property options display
git-svn-id: trunk@19024 -
2011-09-07 23:20:47 +00:00
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