joost
756ca5f318
* On a zipdistinstall, call fpmake zipinstall with examples enabled
...
* Pass the zipprefix as used in the install/makepack script to fpmake
Both changes are only done in packages/Makefile.fpc for now. The
changes are not applied to all packages individually because in
practice those aren''t used for doing a zipinstall anymore. These
changes can be done later if the packages/*/Makefile.fpc's are
re-generated.
git-svn-id: trunk@24479 -
2013-05-09 21:10:40 +00:00
joost
9e37374186
* Added ability to supply prefix for the archive-name (zipprefix)
...
git-svn-id: trunk@24478 -
2013-05-09 20:57:55 +00:00
michael
bef9b11dad
* Allow disable of registering of message file
...
git-svn-id: trunk@24457 -
2013-05-07 08:05:39 +00:00
marco
833c9b7bc7
* More unicode fixes shlobj.
...
git-svn-id: trunk@24452 -
2013-05-05 15:00:36 +00:00
marco
f080e173c5
* some {$ifdef unicode} added. + FPC_OS_UNICODE shebang.
...
git-svn-id: trunk@24447 -
2013-05-05 09:32:24 +00:00
marco
28f45559a9
* IOleControl and some other interfaces from #22442 . safecall folded to function:hresult;stdcall; calls.
...
git-svn-id: trunk@24435 -
2013-05-04 20:22:44 +00:00
marco
bfeae5ee43
* IStreamPersistInit. Patch part of Mantis #22442 (but not all)
...
git-svn-id: trunk@24430 -
2013-05-04 18:30:15 +00:00
marco
a98ba0287d
* TryGetValue, patch by Denis Volodarsky, mantis #24378
...
git-svn-id: trunk@24428 -
2013-05-04 16:50:19 +00:00
marco
ce6c393ce2
* use win32 dll names for win64. (win32->Windows), patch by Andrew Brunner, mantis #24346
...
git-svn-id: trunk@24427 -
2013-05-04 16:47:53 +00:00
svenbarth
930b76e8fb
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
...
Also adjusted all Windows (Win32/64/CE) units to define a "UNICODE" if "FPC_OS_UNICODE" is defined (except the Jedi units).
Also the common RTL units that checked for UNICODE now check for FPC_OS_UNICODE.
git-svn-id: trunk@24420 -
2013-05-04 11:06:32 +00:00
lacak
992ae091b5
fcl-db: sqlite: map MONEY to ftCurrency (extend compatibilty with f.e. PostgreSQL or MS SQL)
...
git-svn-id: trunk@24399 -
2013-05-01 08:58:35 +00:00
reiniero
c577f630d9
fcl-db/dbase:
...
+ support for stream-backed memo file which satisfies TTestSpecificTDBF.TestMemoClose test
* fix default record size 64 for (V)FP memo files
git-svn-id: trunk@24395 -
2013-04-30 16:26:25 +00:00
reiniero
d8f2f9ccaa
fcl-db/dbase: cosmetic
...
git-svn-id: trunk@24392 -
2013-04-30 13:20:04 +00:00
lacak
91509eb30f
fcl-db: odbc: fix NULL numeric parameter handling for MS SQL Server
...
git-svn-id: trunk@24391 -
2013-04-30 13:19:41 +00:00
reiniero
823ed70c46
* fcl/dbase: cosmetic: Dataset.txt language/layout fixes
...
git-svn-id: trunk@24390 -
2013-04-30 12:47:10 +00:00
lacak
2d352b0204
fcl-db: odbc: increase max. allowed string field length. Fix for existing tests TTestFieldTypes.TestStringLargerThen8192 and TestInsertLargeStrFields. (similar like rev.23141, 23198)
...
git-svn-id: trunk@24389 -
2013-04-30 10:45:12 +00:00
lacak
9168f1cbd3
fcl-db: formatting (unification char-case)
...
git-svn-id: trunk@24388 -
2013-04-30 09:59:31 +00:00
lacak
e280a8d97e
fcl-db: base: TBinaryField.AsVariant should return variant Null when Field.IsNull
...
git-svn-id: trunk@24387 -
2013-04-30 08:59:55 +00:00
reiniero
3d74c089d2
* fcl-db/dbase: test data remains in memo memory storage after closing and opening
...
git-svn-id: trunk@24386 -
2013-04-30 06:56:43 +00:00
pierre
4226f08565
Regenerate with up-to-date fpcmake binary
...
git-svn-id: trunk@24372 -
2013-04-29 12:45:11 +00:00
pierre
884918a4c4
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24365 -
2013-04-29 12:27:42 +00:00
pierre
7b77319e06
Add missing Makefile
...
git-svn-id: trunk@24364 -
2013-04-29 12:27:08 +00:00
reiniero
3486661512
* fcl-db/dbase: fix Dbase3,4,7 zero content memo fields
...
git-svn-id: trunk@24363 -
2013-04-29 11:31:21 +00:00
reiniero
65acb03936
+ fcl-db/export: fpdbfexport: support Visual Foxpro format
...
git-svn-id: trunk@24356 -
2013-04-28 15:59:31 +00:00
reiniero
a2bb01a313
* fcl-db/dbase: fix test for large strings for (visual) foxpro
...
git-svn-id: trunk@24353 -
2013-04-28 08:42:22 +00:00
joost
527c407b62
* Re-generated Makefiles for the changes in the Makefile.fpcs in r24349
...
git-svn-id: trunk@24350 -
2013-04-27 20:48:14 +00:00
joost
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
...
git-svn-id: trunk@24349 -
2013-04-27 20:34:00 +00:00
michael
043df96385
** Fix for mem leak in case of cookies (By Michalis Kamburelis, bug ID #24333 )
...
git-svn-id: trunk@24347 -
2013-04-27 19:01:49 +00:00
joost
707f09cae5
* fpmake zipinstall now creates .tar.gz files on unices
...
git-svn-id: trunk@24346 -
2013-04-27 18:27:11 +00:00
joost
c17908c8c3
* The ''Magic'' in the tar-header must be zero-terminated or else it is not
...
recognized and the uname and gname are ignored.
git-svn-id: trunk@24345 -
2013-04-27 18:20:48 +00:00
reiniero
4cdf001a15
* fcl-db/dbase
...
Try to deal with case-insensitive filesystems:
let index and memo file extensions follow case
of existing filename.
git-svn-id: trunk@24344 -
2013-04-27 15:28:28 +00:00
reiniero
6179bb2322
* fcl-db/dbase: cosmetic
...
git-svn-id: trunk@24343 -
2013-04-27 15:16:03 +00:00
reiniero
fdc12bce51
* fcl-db/dbase: improved version of r24341: deal with read-only files
...
git-svn-id: trunk@24342 -
2013-04-27 14:16:53 +00:00
reiniero
2f8bcc14a9
fcl-db/dbase
...
* Fix TTestSpecificTDBF.TestMemo by letting the memo file be created if it doesn't exist, unless readonly is set.
git-svn-id: trunk@24341 -
2013-04-27 13:49:34 +00:00
reiniero
e78c2e05ef
fcl-db/dbase: fix for HasBlob only returning true if last field is blob
...
git-svn-id: trunk@24340 -
2013-04-27 12:26:44 +00:00
reiniero
12fd50c890
fcl-db/dbase:
...
* fixed tests TTestSpecificTDBF.TestCodePage and TestTableLevel
* fixed division by zero for null length record size memos (e.g. if no memo file present)
git-svn-id: trunk@24338 -
2013-04-27 08:07:04 +00:00
reiniero
dcac328e0e
* fcl-db/tests/testdbexport: fix for TestXSDExport_ADONET_NoXSD. Thanks, Ludo
...
git-svn-id: trunk@24337 -
2013-04-27 05:57:52 +00:00
florian
3d7033d81e
* Makefiles regenerated
...
git-svn-id: trunk@24325 -
2013-04-25 20:25:57 +00:00
florian
0e41df598e
* merge i8086 branch by Nikolay Nikolov
...
git-svn-id: trunk@24324 -
2013-04-25 20:23:51 +00:00
michael
742b9b5359
* Fixed Bug #24320 with patch as suggested by submitter
...
git-svn-id: trunk@24322 -
2013-04-25 18:24:08 +00:00
michael
4f69d1046a
* Enhanced patch from Michalis Kamburelis (bug 24324)
...
git-svn-id: trunk@24321 -
2013-04-25 18:15:25 +00:00
reiniero
f05381183a
fcl-db/dbase: tentative fix for Visual Foxpro 'B' double
...
git-svn-id: trunk@24320 -
2013-04-25 14:55:39 +00:00
sergei
4b8953c4f9
* When reading XML with namespace processing enabled, create 'level 2' elements and attributes even if their namespaceUri is empty.
...
* dom.pp: fix bug uncovered by above change. Non-empty prefix cannot be set not only for 'level 1' nodes, but for level 2 nodes with empty namespaceUri, too.
- xmlwrite.pp: workaround for parser behavior no longer necessary, removed.
git-svn-id: trunk@24315 -
2013-04-24 17:30:50 +00:00
joost
68b951daab
* fcl-fpcunit depends on libtar, fixes compilation after r24312
...
git-svn-id: trunk@24314 -
2013-04-23 20:15:36 +00:00
joost
6c1ea83c5a
* Created a new package for the libtar unit, which was moved in r24287
...
git-svn-id: trunk@24312 -
2013-04-23 20:02:29 +00:00
Jonas Maebe
307454e3a6
* create all files without locking in order to (hopefully) prevent problems
...
later on due to lingering locks
git-svn-id: trunk@24307 -
2013-04-23 11:37:51 +00:00
sergei
6bb05dbc06
* Initial work to store element/attribute names as "namespaceURI+localname" pairs: remember pointers to reserved namespace URIs and use them for comparison.
...
git-svn-id: trunk@24305 -
2013-04-23 05:42:25 +00:00
joost
c0b5b30ca2
* Moved libtar unit from fcl-base to paszlib package
...
git-svn-id: trunk@24287 -
2013-04-21 16:22:29 +00:00
reiniero
767261d7ae
fcl-db/dbase: codepage refinement and preliminary testcase
...
git-svn-id: trunk@24286 -
2013-04-21 14:19:00 +00:00
reiniero
967319eb69
*fcl-db/dbase: fix for FoxPro proper codepage when creating dbfs
...
git-svn-id: trunk@24283 -
2013-04-21 13:29:54 +00:00