Commit Graph

400 Commits

Author SHA1 Message Date
florian
aec8c2a466 * tried to make it 64 bit safe
git-svn-id: trunk@4701 -
2006-09-24 07:28:01 +00:00
florian
0266766abc + MD5Buffer from crossbuilder
git-svn-id: trunk@4700 -
2006-09-24 07:19:15 +00:00
daniel
970f729222 * Replace loop by move
* Remove unnecessary casting from bytes to chars

git-svn-id: trunk@4668 -
2006-09-20 21:08:05 +00:00
daniel
bc57953a71 * Fix stupid ifdef placement error.
git-svn-id: trunk@4667 -
2006-09-20 21:00:52 +00:00
daniel
bfe41a49e2 + FPC supports pointer arithmetic.
git-svn-id: trunk@4579 -
2006-09-09 10:02:57 +00:00
daniel
f06ac668b8 * Replace Z_NULL by nil.
git-svn-id: trunk@4570 -
2006-09-08 15:28:54 +00:00
daniel
c11d547b15 * Change ptrint to ptruint, because pointers are being compared and
therefore $7fffffff<$80000001 should be true.
  - Remove final traces of custom memory management.

git-svn-id: trunk@4569 -
2006-09-08 13:55:18 +00:00
daniel
f83baab54f * ifdef ENDIAN_BIG instead of ifdef ENDIAN_LITTLE, so non endian aware
compilers (usually x86) get the little endian code.

git-svn-id: trunk@4568 -
2006-09-08 10:34:31 +00:00
daniel
970431d476 * Fix endian issue.
git-svn-id: trunk@4567 -
2006-09-08 09:50:44 +00:00
daniel
04d988b912 * Back to fpc mode to save memory and make minigzip work again.
git-svn-id: trunk@4566 -
2006-09-07 21:19:05 +00:00
Almindor
70c1ebe338 * fixes a valgrind-reported mem leak in netdb (freemem vs dispose when new is used)
git-svn-id: trunk@4520 -
2006-08-31 12:53:06 +00:00
marco
481ab7da4e * fix
git-svn-id: trunk@4487 -
2006-08-23 14:55:55 +00:00
michael
4c744032d9 * Some fixes from Sergei Gorelkin, plus RFC3986 additions
git-svn-id: trunk@4437 -
2006-08-19 09:38:12 +00:00
michael
ad11bfe96d * Made file open read-only
git-svn-id: trunk@4417 -
2006-08-13 13:31:49 +00:00
Károly Balogh
705033284e + regenerated makefiles to support powerpc-amiga target
git-svn-id: trunk@4371 -
2006-08-06 12:28:28 +00:00
daniel
2bda4cf866 * Use extern for PowerPC and export otherwise.
git-svn-id: trunk@4308 -
2006-07-30 10:54:52 +00:00
daniel
258ec47742 * Synchronize with fixes.
git-svn-id: trunk@4307 -
2006-07-30 10:53:42 +00:00
joost
15f44bec2e * 2.0.4 fix:
- The oracle example now uses the new oracle-bindings
 - Fixed a typo in the declaration of OCIInitialize

git-svn-id: trunk@4255 -
2006-07-18 23:16:55 +00:00
joost
4855d28b3d + Escape strings in string-parameters
+ fix in the MySQL-bindings

git-svn-id: trunk@4043 -
2006-07-01 21:25:52 +00:00
joost
3d06331560 - Defined Oracle date/time types
- Fix for recognition of Float-fields
- Implemented support for ftDateTime
- support for ftBCD fields is implemented in r4000
- a fix for the size of string-fields is implemented in r4000

git-svn-id: trunk@4008 -
2006-06-29 22:33:14 +00:00
peter
bd32ab4ad1 * uncomment timestamp constants
git-svn-id: trunk@4002 -
2006-06-29 20:47:04 +00:00
Almindor
cfcc14fdb9 * removed debug writeln from init section
git-svn-id: trunk@3835 -
2006-06-10 09:46:18 +00:00
michael
7eb62c2de6 + Fixed bug #4821 and added test
git-svn-id: trunk@3810 -
2006-06-05 16:56:37 +00:00
marco
7694d8374d * 6.4 fixes
git-svn-id: trunk@3704 -
2006-05-27 19:51:54 +00:00
michael
8a17b1c1e3 * Initial implementation of imagemagick bindings by Felipe Monteiro de Carvalho
git-svn-id: trunk@3666 -
2006-05-25 08:12:51 +00:00
michael
67b440333d + Fixed declaration of sisigemptyset and friends to use param by ref
git-svn-id: trunk@3508 -
2006-05-13 20:25:10 +00:00
michael
c8fb11776d + Patch from Bram Kuijvenhoven to implement blob field and more verbose errors
git-svn-id: trunk@3458 -
2006-05-08 20:22:20 +00:00
Almindor
47c93d1e79 * fixes some sqlite bugs
git-svn-id: trunk@3454 -
2006-05-07 22:40:23 +00:00
peter
8581c2ee6f * fix version import from libgdb.a
git-svn-id: trunk@3448 -
2006-05-07 10:00:29 +00:00
Almindor
affffb4ef9 * fixes sqlite (installs also sqlitedb unit)
git-svn-id: trunk@3440 -
2006-05-06 21:33:43 +00:00
Almindor
68f3c258d8 * fixes sqlite3 for freeBSD (and possibly other BSDs)
* fixes testapiv3x.pp to be compilable on unix as well

git-svn-id: trunk@3424 -
2006-05-05 21:44:43 +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
joost
dc0aef1c78 + Clear handle in ReleaseIBase60
git-svn-id: trunk@3395 -
2006-04-30 22:23:14 +00:00
joost
79e0d4d087 + Clear handle in ReaseMysql
git-svn-id: trunk@3390 -
2006-04-30 19:27:43 +00:00
florian
b4d0a212b6 + popen declaration from Michael Ring
git-svn-id: trunk@3347 -
2006-04-28 13:18:14 +00:00
Vincent Snijders
75661893fc * fixed wince after win64 changes.
git-svn-id: trunk@3342 -
2006-04-27 09:46:07 +00:00
peter
cba7504dec * use -P for cross compile
* support libimp*.a

git-svn-id: trunk@3321 -
2006-04-23 18:53:29 +00:00
peter
b36e38ead1 * win64 compile fixes
git-svn-id: trunk@3296 -
2006-04-20 11:16:46 +00:00
armin
f4d1d704d6 renamed DEBUG to ZLIB_DEBUG
git-svn-id: trunk@3221 -
2006-04-15 20:24:12 +00:00
armin
ed225b10b3 added sysutils for debug
git-svn-id: trunk@3220 -
2006-04-15 19:59:19 +00:00
daniel
8d3042e8be * Fix integer overflow bug.
git-svn-id: trunk@3208 -
2006-04-14 14:59:35 +00:00
peter
48370071d3 * compile with objfpc to get 32bit integer
git-svn-id: trunk@3189 -
2006-04-10 07:43:15 +00:00
michael
8ee32a1049 * fixed library name for shm_unlink,shm_open as per mariano podesta's suggestion.
git-svn-id: trunk@3188 -
2006-04-09 21:34:16 +00:00
michael
439f1401fe + Removed debug statement
git-svn-id: trunk@3163 -
2006-04-07 13:08:01 +00:00
michael
4fd88e366c + Library to be loaded is now selectable
git-svn-id: trunk@3158 -
2006-04-06 08:50:32 +00:00
michael
f8793bd6ec + Support for loading arbitrary libraries, preserved default behaviour
git-svn-id: trunk@3121 -
2006-04-02 08:25:36 +00:00
Jonas Maebe
42a2ef5e90 * fixed web bug #4934
git-svn-id: trunk@3019 -
2006-03-23 14:24:49 +00:00
florian
c97598514a * some cleanup
git-svn-id: trunk@2993 -
2006-03-20 22:14:22 +00:00
florian
1e0efc9b0a * "merged" pthread fixes from rtl
git-svn-id: trunk@2992 -
2006-03-20 21:20:55 +00:00
florian
ad0ac6ef1f * svn:executable
git-svn-id: trunk@2967 -
2006-03-19 13:40:48 +00:00