Commit Graph

8 Commits

Author SHA1 Message Date
Jonas Maebe
0a23786605 - reverted r4880 (wrong varargs reform) and r4838 (wrong removal of
varargs/array of const overloads)
  * arrayconstructor and array of const are no longer compatible with
    the extra varargs parameters (so overloaded varargs and array of
    const cdecl functions can be distinguished)
  * fixed tprintf2 for the correct varargs syntax

git-svn-id: trunk@4909 -
2006-10-14 17:39:00 +00:00
florian
2a7ff92018 - removed all declarations with array of const having a varargs counterpart
git-svn-id: trunk@4838 -
2006-10-08 20:46:42 +00:00
florian
8d0f457f6f * if array of const in cdecled functions is omitted, varargs must be present, see #7504
git-svn-id: trunk@4836 -
2006-10-08 18:14:20 +00:00
Almindor
68c2eb7a75 * fixes sqlite package for FreeBSD (and possibly other BSDs)
git-svn-id: trunk@3423 -
2006-05-05 21:39:14 +00:00
michael
e050f7ddb1 * Patch from Luiz Américo:
Sqlite interface:
 - Added missing constant
 - Remapps sqlite_version from cvar to function call, the former was not working in win32
 - Clean up the code
 SQLite Dataset :
 - Reduce memory usage
 - Replaces TList with TFPList
 - Add auxiliary QuickQuery functions
 - Misc fixes

git-svn-id: trunk@827 -
2005-08-08 16:45:33 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
michael
3095aa7d25 + Win32 dll also uses cdecl zip -r c:/temp/fpcsqlite sqlite 2003-06-25 14:01:59 +00:00
michael
b9769c78ee + initial import 2003-06-15 10:33:57 +00:00