Commit Graph

28774 Commits

Author SHA1 Message Date
joost
826ffc899f * Patch from Paul Ishenin to fix several Delphi-incompatilibities:
- Make TField.SetDataset virtual
  - Pass SetVariant argument as const
  - Add TField.Lookup property
  - Add TDataset.SetDefaultsField protected method

git-svn-id: trunk@11129 -
2008-05-29 19:02:23 +00:00
joost
a33023e384 * Patch from Joao Morais to fix the storage of floating point, time and timestamp fields on a PgSQL database
git-svn-id: trunk@11128 -
2008-05-29 18:52:18 +00:00
michael
2f0ca7d70c + Option to sort nodes (in module)
+ Option to omit overridden methods
+ Option to emit declaration for certain declarations.

git-svn-id: trunk@11127 -
2008-05-29 18:31:36 +00:00
michael
d419c1078a * GetRandomBytes calls randomize only once, now thread safe too
git-svn-id: trunk@11125 -
2008-05-29 13:31:32 +00:00
michael
fb53b5e9f6 * GetRandomBytes calls random only once
git-svn-id: trunk@11123 -
2008-05-29 13:16:07 +00:00
michael
8b94b4b849 * Fixed file handle leak when creating GUIDs
git-svn-id: trunk@11121 -
2008-05-29 12:42:42 +00:00
michael
48bf280781 * Fixed file handle leak when creating GUIDs
git-svn-id: trunk@11120 -
2008-05-29 12:41:22 +00:00
Almindor
971a28ece4 * add SSL_ctrl, SSL_CTX_ctrl and friends to openSSL
git-svn-id: trunk@11119 -
2008-05-29 12:17:59 +00:00
joost
46468145a7 * Patch from Joao Morais to fix the reading of a bytea field from a PgSQL database
git-svn-id: trunk@11118 -
2008-05-29 09:08:12 +00:00
Vincent Snijders
331f772594 fixed compilation on windows
git-svn-id: trunk@11116 -
2008-05-29 06:02:14 +00:00
michael
87836f4c5b * Support for link attribute to description element
git-svn-id: trunk@11115 -
2008-05-28 22:31:07 +00:00
michael
5d2e9d4d4c Slovak translation from Dusan Halicky
git-svn-id: trunk@11113 -
2008-05-28 20:17:02 +00:00
michael
0632e0d8df * Added support for a directory with .mo files, and support for HTML specification of charset
git-svn-id: trunk@11112 -
2008-05-28 20:14:20 +00:00
michael
aaf1606cea * Applied patch to install fclel.res
git-svn-id: trunk@11110 -
2008-05-28 19:58:56 +00:00
Tomas Hajny
77581bedd1 * makefiles regenerated with newer fpcmake
git-svn-id: trunk@11107 -
2008-05-28 06:34:32 +00:00
Tomas Hajny
0df6c0b615 * do not build clktest example during regular make
git-svn-id: trunk@11105 -
2008-05-27 22:11:13 +00:00
Tomas Hajny
4442cdb808 * do not build som and wpstk which are not ready yet, add reference to exampledir
git-svn-id: trunk@11102 -
2008-05-27 21:39:37 +00:00
Tomas Hajny
31da5363ed + Makefile for os2units/examples added
git-svn-id: trunk@11101 -
2008-05-27 21:37:59 +00:00
Tomas Hajny
74e0e90a45 * move clktest to examples
git-svn-id: trunk@11100 -
2008-05-27 21:35:28 +00:00
Tomas Hajny
5399834f6a * more changes resulting from packages restructuring (os2units sources)
git-svn-id: trunk@11099 -
2008-05-27 21:23:00 +00:00
Tomas Hajny
59557a22ce * avoid dependency from gtk1 to opengl on os2
git-svn-id: trunk@11097 -
2008-05-27 19:58:45 +00:00
Tomas Hajny
13365b0dfd * fix mistyping in directory name coming from package restructuring
git-svn-id: trunk@11095 -
2008-05-27 17:50:37 +00:00
michael
2482742fc5 * Var -> Out parameters in tstrings.getnameval
git-svn-id: trunk@11093 -
2008-05-27 17:37:00 +00:00
michael
1f50a75866 * Patch from vincent snijders, replacing var with out params
git-svn-id: trunk@11092 -
2008-05-27 17:35:15 +00:00
florian
5c1c5f2aad * write timing to stderr
git-svn-id: trunk@11091 -
2008-05-27 09:35:07 +00:00
joost
a53a234189 * Raise exception if TFieldDef with existing name is added to TFieldDefs + test
* Allow double field-names in select queries + test (bugs 8457+10819)

git-svn-id: trunk@11090 -
2008-05-26 21:38:08 +00:00
michael
c69840519e * Better handling of class declarations, move implementation to deindent
git-svn-id: trunk@11088 -
2008-05-26 19:10:59 +00:00
michael
c902915f9e * Adding it here till a solution for fpcunit-based tests exists
git-svn-id: trunk@11087 -
2008-05-26 18:31:36 +00:00
michael
b9956b2c6f * Added bucket lists implementation
git-svn-id: trunk@11086 -
2008-05-26 18:26:47 +00:00
marco
0cf0c22521 * small freebsd <-> OS X fix
git-svn-id: trunk@11084 -
2008-05-25 11:55:18 +00:00
marco
c201170793 * enabled users package for FreeBSD
git-svn-id: trunk@11083 -
2008-05-25 09:47:01 +00:00
marco
e323ac4de1 * Little FreeBSD fixes.
git-svn-id: trunk@11082 -
2008-05-25 09:45:50 +00:00
marco
d8d208de9c small fix.
git-svn-id: trunk@11081 -
2008-05-25 09:40:28 +00:00
michael
fa3a0815ac * Changed license to standard FPC license. Permitted by Mattias Gaertner
git-svn-id: trunk@11079 -
2008-05-25 08:22:39 +00:00
michael
b197d15d88 * Patch from Joao Morais to handle BCDs correctly, plus some minor optimisation
git-svn-id: trunk@11077 -
2008-05-25 08:12:16 +00:00
Jonas Maebe
dcbd0a3ea2 * changed ppureal from extended into bestreal -> units cross-compiled
from architectures with a larger maximum floating point precision
    for an architecture with a smaller maximum fp precision can also be
    used by native compilers on the target architectures (final fix for
    mantis #9165)

git-svn-id: trunk@11076 -
2008-05-24 12:11:06 +00:00
michael
26575472b6 * Added GetUSerDir function (ID 11338)
git-svn-id: trunk@11074 -
2008-05-24 11:50:26 +00:00
Jonas Maebe
b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes
git-svn-id: trunk@11073 -
2008-05-24 09:29:08 +00:00
Jonas Maebe
0a79badb4e + added missing makefiles
git-svn-id: trunk@11072 -
2008-05-24 09:05:59 +00:00
Jonas Maebe
04dd5d9dfc * fixed fpcdir setting
git-svn-id: trunk@11071 -
2008-05-24 09:01:38 +00:00
Jonas Maebe
df85d7b8e1 * fixed fpcdir setting
git-svn-id: trunk@11070 -
2008-05-24 08:59:29 +00:00
Jonas Maebe
e60e078eb5 * only allow decimalseparator to be used as decimal separator in
texttofloat() and friends, rather than both '.' and decimalseparator
    (mantis #9126)

git-svn-id: trunk@11069 -
2008-05-24 08:49:34 +00:00
Jonas Maebe
fb3242b2f7 * don't set CROSSCOMPILE when compiling from darwin to darwin
(regardless of source and target architectures)

git-svn-id: trunk@11068 -
2008-05-24 08:36:36 +00:00
florian
7899954fa9 * fixed test
git-svn-id: trunk@11066 -
2008-05-24 07:20:08 +00:00
florian
216e468cd9 + test for #10045
git-svn-id: trunk@11065 -
2008-05-23 21:23:10 +00:00
florian
29ba36e70b * when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856
git-svn-id: trunk@11063 -
2008-05-23 21:12:03 +00:00
Jonas Maebe
e4124cd070 + added test
git-svn-id: trunk@11061 -
2008-05-23 18:12:02 +00:00
florian
67ef9f20ae * test for previous commit
* fixed wrapper generation for bigger offsets as well

git-svn-id: trunk@11059 -
2008-05-23 16:16:34 +00:00
florian
ea46cb4218 * take care of the maximum constant size when creating interface wrappers, resolves #10831
git-svn-id: trunk@11058 -
2008-05-23 16:02:17 +00:00
florian
67fbadcdcf * WinCE compilation fixed
git-svn-id: trunk@11057 -
2008-05-23 15:35:18 +00:00