Commit Graph

34116 Commits

Author SHA1 Message Date
michael
341d4a9c1f * Applied patch as per bug #14083, added on_unknown_marker handler
git-svn-id: trunk@17748 -
2011-06-13 19:25:38 +00:00
michael
769f0d8008 * Applied patches by "circular", bug #18863
git-svn-id: trunk@17747 -
2011-06-13 19:07:29 +00:00
michael
ef3aa22c76 * Added some targets (reported by Leonardo Ramé)
git-svn-id: trunk@17746 -
2011-06-13 19:00:41 +00:00
joost
1d02fcfbdb * Added (temporary) univint dependency for iphonesim target
git-svn-id: trunk@17745 -
2011-06-13 18:22:49 +00:00
joost
96ec37aa92 * Fixed multiplying negative tBCD values
git-svn-id: trunk@17744 -
2011-06-13 17:12:49 +00:00
michael
2edcdbc6e4 * Readme explaining use of FastCGI (by Attila Borka)
git-svn-id: trunk@17743 -
2011-06-13 13:07:53 +00:00
michael
b50a3bfd5d * Attila Borka adapted examples from Lazarus so they do not rely on the LCL. Moving them to FPC
git-svn-id: trunk@17742 -
2011-06-13 13:06:00 +00:00
michael
26fae08989 * Save session info in separate file
git-svn-id: trunk@17741 -
2011-06-13 12:58:01 +00:00
michael
86a5871ba4 * Lazarus is no longer needed for the examples
git-svn-id: trunk@17740 -
2011-06-13 12:57:32 +00:00
marco
f0bb0cbeed * postgres initialize routine gets dll path as parameter. Default parameter to old value for compat.
Mantis 17902.

git-svn-id: trunk@17739 -
2011-06-13 12:33:04 +00:00
marco
de266c9857 * moved and renamed defaultsqlformatsettings. Related to mantis #17188 (comment 49077)
git-svn-id: trunk@17738 -
2011-06-13 09:43:14 +00:00
marco
25421961c1 * Change ftcurrency to binary field to avoid server<>client locale issues.
Patch from comment in Mantis #17717 by LacaK2

git-svn-id: trunk@17737 -
2011-06-13 09:38:14 +00:00
marco
80b13f5b38 * patch from Mantis #17717 by Lacak2 that improves money,bcd and char types for postgres.
git-svn-id: trunk@17736 -
2011-06-13 09:30:46 +00:00
michael
a07b14853a * Changed ImplicitDir default from False to True
git-svn-id: trunk@17735 -
2011-06-13 09:07:17 +00:00
sergei
3eaf8df446 * Don't use hardcoded value for maxoutputlists
git-svn-id: trunk@17734 -
2011-06-13 07:11:56 +00:00
sergei
4ebc34c5e7 * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.
+ Check for nil pointer in FPC_PWIDECHAR_LENGTH

git-svn-id: trunk@17733 -
2011-06-13 04:59:17 +00:00
marco
0d71ef61fc * Committed patch from LacaK2 that adds some SQL unicode fieldtypes for sqlite3
Mantis #18670

git-svn-id: trunk@17732 -
2011-06-12 15:34:43 +00:00
marco
90c47c5c86 * fix for renaming of type_interface_noguid (or so) to type_E_interface...
by Florian in r17722

git-svn-id: trunk@17731 -
2011-06-12 13:45:38 +00:00
marco
0e7e7e98ec * cleanup sqlite connection for BCD formatsetting improvements
Patch from LacaK2, mantis #18807 committed as is.

git-svn-id: trunk@17730 -
2011-06-12 13:43:22 +00:00
marco
949b6dd65a * Patch from LacaK2 for Mantis #18807 adding of formatsettings variants of BCD conversion routines
git-svn-id: trunk@17729 -
2011-06-12 13:30:03 +00:00
marco
eb3ccbcb1f * commit patch for various SQL formatting and conversions issues from Mantis #17188 from LacaK2
with some modifications

git-svn-id: trunk@17728 -
2011-06-12 13:14:42 +00:00
marco
5b741f3acc * initial windows iconv support based on PHP code. See Mantis #15171
git-svn-id: trunk@17727 -
2011-06-12 11:13:52 +00:00
sergei
2099318c3d * win/dos.pp: cleanup GetDiskFreeSpace related stuff, patch similar to sysutils.pp rev.16540.
git-svn-id: trunk@17726 -
2011-06-12 03:35:45 +00:00
sergei
e3816d0db2 * Unit windirs does not need to depend on unit strings.
git-svn-id: trunk@17725 -
2011-06-12 02:56:40 +00:00
marco
ea880b829c * int64 support for tdbf indexes. Patch from mantis #16794
git-svn-id: trunk@17724 -
2011-06-11 22:30:00 +00:00
marco
92a7e1c781 * fix typos in windows implementation r17717
git-svn-id: trunk@17723 -
2011-06-11 22:26:42 +00:00
florian
4f18a59b87 * fixes errore.msg file errors, resolves #19541
git-svn-id: trunk@17722 -
2011-06-11 21:21:59 +00:00
michael
10124c6f1f * Applied and tested patch by August Klein for bug #19351
git-svn-id: trunk@17721 -
2011-06-11 20:39:56 +00:00
joost
7c7811558a * Use $(PATHSEP) in fpmake-clean executable
git-svn-id: trunk@17720 -
2011-06-11 15:57:22 +00:00
michael
214cb0b301 * Fixed 19136 and exposed unix pipe implementation in a separate unit
git-svn-id: trunk@17719 -
2011-06-11 12:49:06 +00:00
michael
8f49adf3c8 * Patch from Ido Kanner to add HTMLEncode and HTMLDecode
git-svn-id: trunk@17718 -
2011-06-11 11:54:01 +00:00
michael
6b42ee69a9 * Changed FileSearch to handle a set of options instead of boolean.
Options now include stripquotes
* Changed ExeSearch so dirlist is optional and PATH is used if omitted. 
  It uses stripQuotes on windows. (bug 19282)

git-svn-id: trunk@17717 -
2011-06-11 11:36:51 +00:00
marco
2f7525f26a * ability to set png writer's zlib Compressionlevel, fixes Mantis #19224
git-svn-id: trunk@17716 -
2011-06-11 08:46:35 +00:00
sergei
829ee9828d * Added back pre-r17129 configuration of string range check helpers under {$ifdef ver2_4}. Without it, bootstrapping with 2.4.4 and -Cr is broken.
git-svn-id: trunk@17715 -
2011-06-11 01:14:01 +00:00
florian
60e16260e1 o adjust define handling to resolve #19519
* ensure that all defines are written when running the compiler with -va
  * even if a define is defined/undefined, write a message if it is written again

git-svn-id: trunk@17714 -
2011-06-10 19:03:27 +00:00
Jonas Maebe
78c3e6b359 * always use crtbeginS.o/crtendS.o when generating PIC code, not just when
generating libraries for x86_64 (at least all Linux systems I checked
    have the S-variants of those files) (mantis #19501)

git-svn-id: trunk@17713 -
2011-06-10 14:17:20 +00:00
Jonas Maebe
a03a597374 * don't call assembler when using -s in combination with -ap (mantis #19401)
git-svn-id: trunk@17712 -
2011-06-10 13:42:59 +00:00
Jonas Maebe
9f4f21baa1 * set the line information for the initialization of local variables with
their default value to the entrypos of the function, instead of the end
    (mantis #19459)

git-svn-id: trunk@17711 -
2011-06-10 12:34:33 +00:00
sergei
19c8000056 64-bit masm writer:
* fixed writing rip-relative references
* use correct name to close the last section

git-svn-id: trunk@17710 -
2011-06-10 03:47:13 +00:00
sergei
d4b2998e07 * Another attempt to fix x86_64 stack frame calculation, tested better this time.
git-svn-id: trunk@17709 -
2011-06-10 03:41:33 +00:00
michael
70240bf212 * Transfer global sessioncookie and sessioncookiepath to IniWebSession
git-svn-id: trunk@17707 -
2011-06-09 15:24:04 +00:00
michael
08689fe638 * Some cleanup of code by LaCak
git-svn-id: trunk@17705 -
2011-06-09 12:36:34 +00:00
michael
4a08937132 * Fixed test for field is null
git-svn-id: trunk@17704 -
2011-06-09 11:27:51 +00:00
michael
d8187bfdb5 * Raise exceptions in case of wrong parameter types for date/float
git-svn-id: trunk@17703 -
2011-06-09 09:48:10 +00:00
pierre
0af77f8957 * Clean up mswindows/os2 ARGV release in InternalExit to avoid crash if called twice
git-svn-id: trunk@17702 -
2011-06-09 08:22:21 +00:00
pierre
144d4c41f2 * Define FPC_SYSTEM_HAS_FLOAT32/64 in softfpu unit
git-svn-id: trunk@17701 -
2011-06-09 08:21:07 +00:00
Jonas Maebe
abd6d1800e * fixed Darwin i386 compilation with 2.4.x after r17669 (the 2.4.x Darwin
compiler itself also generates a fpc_geteipasebx symbol), mantis #19523

git-svn-id: trunk@17700 -
2011-06-08 22:12:15 +00:00
sergei
c40b8d92c7 * Revert r17695 because it breaks cycling.
git-svn-id: trunk@17698 -
2011-06-08 19:19:24 +00:00
florian
95b63aa583 * fix buildin on wince, resolves #19525
git-svn-id: trunk@17697 -
2011-06-08 17:43:28 +00:00
pierre
9f919b942a + Support !ENV_VAR option and separate ExeExt for target from SrcExeExt for cross-testing
git-svn-id: trunk@17696 -
2011-06-08 14:55:30 +00:00