Commit Graph

32049 Commits

Author SHA1 Message Date
joost
354122a8c5 * Partially support for autoincrement columns for ODBC, patch from Ladislav Karrach, bug #16076
git-svn-id: trunk@15237 -
2010-05-06 14:46:31 +00:00
joost
ba47f2f4a1 * TBufDataset.Locate now takes active index into account, bug #14979
git-svn-id: trunk@15236 -
2010-05-06 14:20:53 +00:00
joost
e3045406f6 * TBufDataset.RecNo now takes active index into account, bug #15460
* Added (commented out) code which can be enabled for debugging purposes
 * Removed unused TBufIndex.Fields property

git-svn-id: trunk@15235 -
2010-05-06 14:01:34 +00:00
paul
714a7e82d7 rtl: add UDS_HOTTRACK style
git-svn-id: trunk@15234 -
2010-05-06 01:16:44 +00:00
joost
b2dc9e6f09 * fpmake fixes
git-svn-id: trunk@15233 -
2010-05-05 20:47:42 +00:00
joost
8ff48e9af1 * Support for ftBoolean and ftWord parameters, based on patch from Ladislav Karrach, bug #14907
git-svn-id: trunk@15232 -
2010-05-05 20:06:14 +00:00
joost
f493a70687 * Raise exception when .locate is called on inactive TBufDataset, bug #13938 + test
git-svn-id: trunk@15231 -
2010-05-05 19:33:54 +00:00
joost
10b21c75e6 * Changed missing file on clean from warning to debug message, bug #13517
git-svn-id: trunk@15230 -
2010-05-05 19:10:42 +00:00
joost
cb92994356 * New property TSQLConnection.FieldNameQuoteChars, these chars (start- and
end -quote) are used around field-names. Parameter-names are always quoted
   using double-quotes, since they are replaced by sqldb for all systems which
   don't use double-quotes as fieldnamequotechars. Bug #12275.

git-svn-id: trunk@15229 -
2010-05-05 17:30:26 +00:00
florian
e01e4e5719 * optimized copy(<dyn. array> ...) by checking if the elements are really ref. counted
git-svn-id: trunk@15228 -
2010-05-05 13:49:06 +00:00
joost
257145c6c8 * dbwhtml does not have resourcestrings
git-svn-id: trunk@15227 -
2010-05-04 21:28:52 +00:00
joost
4ab15526cd * Define NEEDCROSSBINUTILS when compiling from darwin to non-darwin platforms
git-svn-id: trunk@15226 -
2010-05-04 20:36:20 +00:00
Jonas Maebe
700aa3cf11 * GetEnumNameCount also counted the unit name after r14511 (mantis #16402)
git-svn-id: trunk@15225 -
2010-05-04 17:59:58 +00:00
Jonas Maebe
c60bcf8699 * fixed changing the visibility of a property with a fixed index in a child
class (mantis #15610)

git-svn-id: trunk@15223 -
2010-05-04 14:41:22 +00:00
Jonas Maebe
3f280c34cb * don't generate range checking code for pointers-indexed-as-arrays when
using non-constant indices (mantis #16377)

git-svn-id: trunk@15221 -
2010-05-04 10:39:01 +00:00
joost
e388ac9770 * Determine and add gcclib path to fpc.cfg configuration file
git-svn-id: trunk@15220 -
2010-05-04 09:05:43 +00:00
joost
c7d5057127 * Not in all cross-compile cases the -XP$FPCTARGET- option is necessary
git-svn-id: trunk@15219 -
2010-05-03 16:58:41 +00:00
Jonas Maebe
2911435c5a * do replace one temp with another while inlining in case the former can
be a regvar while the latter cannot be (mantis #16018)

git-svn-id: trunk@15218 -
2010-05-03 16:29:03 +00:00
Jonas Maebe
a055ed873d * set correct expectloc for vectorfpu temps
git-svn-id: trunk@15217 -
2010-05-03 15:42:40 +00:00
joost
633aa31ea3 * Added -m option to show values of all macros
* Removed unused resourcestrings

git-svn-id: trunk@15216 -
2010-05-03 14:43:15 +00:00
joost
8d0444353c * Added ability to list values by index instead of name
git-svn-id: trunk@15215 -
2010-05-03 14:30:11 +00:00
pierre
d227a9799b * add batch_flag to avoid libgdb.a/main.o integration
git-svn-id: trunk@15214 -
2010-05-03 14:29:19 +00:00
joost
f1e4de764a * Write a warning to stderr that this utility is deprecated
git-svn-id: trunk@15213 -
2010-05-03 14:02:22 +00:00
florian
f3c572edc5 * handle multiple string labels in one case branch correctly, resolves #16130
git-svn-id: trunk@15212 -
2010-05-02 21:44:24 +00:00
joost
722dbaa616 * Patch from Ladislav Karrach (Lacak2) to implement RowsAffected for ODBC, bug #14791
git-svn-id: trunk@15211 -
2010-05-02 21:00:55 +00:00
joost
819958228f * In case the initialization of odbc fails, do not raise exceptions while cleaning up
git-svn-id: trunk@15210 -
2010-05-02 20:18:43 +00:00
florian
af3eee54cd * make nested comment warning go away
git-svn-id: trunk@15208 -
2010-05-02 19:24:15 +00:00
florian
6acc54191f * fixes OpenGL on Haiku, resolves #16385, by Olivier Coursiere
git-svn-id: trunk@15207 -
2010-05-02 19:16:38 +00:00
joost
ac2cd091e9 * Patch from Ladislav Karrach (Lacak2) to implement TBooleanField.AsInteger, bug #14751
git-svn-id: trunk@15206 -
2010-05-02 16:26:41 +00:00
joost
b7dc7d03b2 * Set TBCDField.ValidChars, bug #16147
git-svn-id: trunk@15205 -
2010-05-02 15:24:58 +00:00
joost
f9616640d8 * Proper checks for null-values when comparing fields + tests
git-svn-id: trunk@15203 -
2010-05-02 14:30:32 +00:00
Jonas Maebe
0b44f8db1f * don't give an internal error when creating a dynamic array or a
record that requires init/finalisation with an objcclass
    (mantis #16366)

git-svn-id: trunk@15202 -
2010-05-02 13:42:03 +00:00
marco
99e078985f * 64-bit alignment for tlhelp64.
git-svn-id: trunk@15200 -
2010-04-30 14:01:55 +00:00
joost
a4a1cd76e5 * Do only add parentheses when necessary for filtering. So that when the
query parser fails this only leads to problem when the filter is used

git-svn-id: trunk@15199 -
2010-04-28 22:01:15 +00:00
florian
d0e9a7ead9 + description of tasnode.call (by Jonas Maebe)
git-svn-id: trunk@15198 -
2010-04-28 21:35:19 +00:00
joost
6f148501ca * Test for bug #15456
git-svn-id: trunk@15197 -
2010-04-28 21:18:47 +00:00
joost
6ba6be6b2b * Patch from Ladislav Karrach to parse queries with the limit keyword, bug #15456
git-svn-id: trunk@15196 -
2010-04-28 21:13:23 +00:00
marco
845125c2e7 * video unit maxwidth increased to 240 (FV editor
only good to 255, a small safety margin)

git-svn-id: trunk@15195 -
2010-04-28 07:46:30 +00:00
michael
6a7072ea6f * Removed some statements
git-svn-id: trunk@15194 -
2010-04-27 15:22:03 +00:00
joost
df92cfbcf0 * Added templates for fppkg configuration files
git-svn-id: trunk@15193 -
2010-04-27 12:12:30 +00:00
joost
1834156acd * Removed usubst unit, use fpTemplate instead
* Commented out not-implemented option -l from help screen

git-svn-id: trunk@15192 -
2010-04-27 09:25:36 +00:00
joost
983c0e6765 * Fix for the case that the begin and enddelimiter are the same
git-svn-id: trunk@15191 -
2010-04-27 09:19:24 +00:00
joost
62592322e1 * Removed the restriction that ParseString could only be called 100 times
git-svn-id: trunk@15190 -
2010-04-27 08:49:15 +00:00
joost
3759ad8963 * Moved fpcmkcfg from compiler/utils to utils/fpcmkcfg
git-svn-id: trunk@15189 -
2010-04-27 07:59:20 +00:00
joost
395f1bccb7 * fpmake.pp fixes
git-svn-id: trunk@15183 -
2010-04-26 15:15:45 +00:00
marco
faf2bdfd62 * fix for mantis 16344 (quoted filename in $include ) + testparser example from that series of bugreports.
git-svn-id: trunk@15182 -
2010-04-26 13:17:26 +00:00
marco
19a47dbf9d * fixing fpdoc for strict protected/private additions.
git-svn-id: trunk@15181 -
2010-04-26 10:08:02 +00:00
marco
2b3d3f6fa5 * fix for mantis 16347, support for filename in 'xxx' in unit clause
Partial patch by Dmitry Boyarintsev (filename is not stored in parse hierarchy)

git-svn-id: trunk@15180 -
2010-04-26 08:28:38 +00:00
marco
8c20080391 * patch from Dmitry Boyarintsev for Mantis 16346. Strict private/protected support for fcl pascal parser
git-svn-id: trunk@15179 -
2010-04-26 08:25:10 +00:00
marco
c830e76137 * Patch for class abstract and class sealed support by Dimitry Boyarintsev.
Mnatis 16340

git-svn-id: trunk@15178 -
2010-04-26 08:20:16 +00:00