florian
|
7cb26b37a1
* fixed reg. and ins. dat include file generation on windows
|
16 years ago |
ivost
|
a0b50175b4
* removed size_t defintion from proj4 headers
|
16 years ago |
ivost
|
2ff803d3b5
* removed individual size_t definition from libpng (with size_t = longint it was even wrong!)
|
16 years ago |
ivost
|
592a95f935
* removed indivdual csize_t definition from oggvorbis headers
|
16 years ago |
ivost
|
8a9541b648
* removed individual size_t from xml2 package, using csize_t now
|
16 years ago |
ivost
|
5f880668ae
* removed the usage of unixtypes from imagemagick headers. Type size_t was used. csize_t is now available for all platforms over ctypes.
|
16 years ago |
ivost
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
16 years ago |
michael
|
ee3ac64afb
* Hopefully fixed argument size problem on 64-bit windows
|
16 years ago |
Jonas Maebe
|
8adbb96141
* fixed solaris compilation after r12591/12594/12595
|
16 years ago |
florian
|
2510af64d1
* fixed compilation of embedded system unit: path helper functions depend now on the avaibility of the textio/fileio feature
|
16 years ago |
joost
|
3ef9342d59
* Free postgres-results, fixed resource-leaking, probably fixes bug #13025
|
16 years ago |
florian
|
c07a60f8e0
+ experimental support unit for Phillips/NXP arm microcontroller
|
16 years ago |
florian
|
2a29180517
+ first linker script for arm-embedded
|
16 years ago |
Vincent Snijders
|
9f9c01cef8
* fixed dependencies of fcl-xml, the logic was inverted in r12594
|
16 years ago |
michael
|
d8574f1361
* Hopefully fixed dependencies of fcl-xml
|
16 years ago |
Jonas Maebe
|
ee05e0e740
* keep reading in getxy until the entire xterm response has been read
|
16 years ago |
Jonas Maebe
|
0768f82770
* set tf_dwarf_relative_addresses for win32
|
16 years ago |
Jonas Maebe
|
5b7439438c
+ fcl-xml dependency on iconvenc, fixes linux compilation after r12587
|
16 years ago |
Jonas Maebe
|
2929624ffc
* accept overloaded operators that return any shortstring type when needing
|
16 years ago |
ivost
|
5b4057db61
* fixed amd64 issue (unsigned long was translated to Cardinal). ctypes should be use for newer translations.
|
16 years ago |
Jonas Maebe
|
9d81148986
* only convert character constants into widechar/widestring when assigned
|
16 years ago |
ivost
|
6c7c28c5f2
* fixed name of libxml2, it's called now xml2. This way it follows the rules of the other libs in packages
|
16 years ago |
ivost
|
f62780694e
* removed old gd headers (were alread disabled)
|
16 years ago |
florian
|
6e700b38a4
+ changed absolute offset variable to aword to avoid range check errors when using addresses > $7fffffff
|
16 years ago |
florian
|
08f0ead3ef
* version got updated
|
16 years ago |
marco
|
9ff8491cee
* tab2space used zeroes instead of spaces. (mantis 13024)
|
16 years ago |
michael
|
aecbef27b2
* Patch from Sergei Gorelkin:
|
16 years ago |
joost
|
2496c5f30e
* Fixed streaming of TSQLQuery.UpdateSQL, .InsertSQL and .DeleteSQL
|
16 years ago |
Jonas Maebe
|
bfbfa2eb64
* when converting a constant char (not widechar) with ord>=128 to a string,
|
16 years ago |
ivost
|
1f1e198c48
* reverted r12575
|
16 years ago |