Jonas Maebe
|
7da5ba5b4d
+ OpenGL ES 1.1 header translation + test library (needs to be linked into
|
16 gadi atpakaļ |
Károly Balogh
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
16 gadi atpakaļ |
Jonas Maebe
|
328db69c24
* version of glutdemo that uses vertex arrays instead of immediate mode
|
16 gadi atpakaļ |
joost
|
e60623bd33
* While parsing a string to abtain a version number the default build-number is set to 1. A value of 0 indicate that it is a pre-release like a release candidate. 2.2.4rcX will become 2.2.4-0 and 2.2.4 translates as 2.2.4-1
|
16 gadi atpakaļ |
Károly Balogh
|
f1b27498c3
+ added initial support for the VASM assembler of VBCC fame (http://sun.hasenbraten.de/vbcc/),
|
16 gadi atpakaļ |
joost
|
d97232c2b1
* Use version number without rc-suffix in the fp base dir
|
16 gadi atpakaļ |
Jonas Maebe
|
bb9e962490
* fixed procvar parameter passing on ppc/sysv (by value instead of by
|
16 gadi atpakaļ |
joost
|
5ef8122b16
* Removed Oppentium3 compiler flag from default ide configuration files because the flag is not valid on all platforms
|
16 gadi atpakaļ |
joost
|
c031a1fcde
* If the local-configuration directory is used and does not exist, attempt to create it
|
16 gadi atpakaļ |
Jonas Maebe
|
22aacd2a60
* return 0 for length(pchar(0)), like Kylix does (using corrected and
|
16 gadi atpakaļ |
ivost
|
8046f82416
* Undoing change commited in r12461, it looks like a feature and not a bug ;)
|
16 gadi atpakaļ |
joost
|
c9b5621675
* ExistsDir must also find hidden directories, so that the local configuration files are found
|
16 gadi atpakaļ |
ivost
|
fe3263eb08
* i386 version of fpc_pchar_length did not accept NIL strings, maybe we have to check other implementations also
|
16 gadi atpakaļ |
joost
|
660a7c4b6d
* Load the local mirrors before an update is tried if it is a new installation or else the update will always fail
|
16 gadi atpakaļ |
florian
|
2083396fbc
* patch to implement MaskDoFormatText by Paul Ishenin
|
16 gadi atpakaļ |
Tomas Hajny
|
4e2676ca13
+ samplecfg able to create default configuration for IDE now
|
16 gadi atpakaļ |
joost
|
b4616d43c1
* PackageAvailableVersionStr should use the AvailableRepository instead of InstalledRepository
|
16 gadi atpakaļ |
joost
|
e89b30abef
* TDateTimeField.SetAsString now sets the field to NULL if an empty string is provided, bug #12875 + testsuite test
|
16 gadi atpakaļ |
joost
|
00e76eab6a
* SQLdb now handles queries with statementtype stExecProcedure as select queries so that it is possible to fetch the results. But stExecProcedure will fetch only one row of data.
|
16 gadi atpakaļ |
Jonas Maebe
|
0d4c4a213e
* only excute tests on platforms for which -gc is supported
|
16 gadi atpakaļ |
joost
|
4fc5d5dbef
* Show provided invalid date in StroToDate error messages
|
16 gadi atpakaļ |
Jonas Maebe
|
423ee926c2
* verify during parameter parsing that -gc and -pg are implemented/
|
16 gadi atpakaļ |
Jonas Maebe
|
e54aed98a4
* fixed some small errors/inconsistencies in the wpo messages
|
16 gadi atpakaļ |
florian
|
7d849d312b
+ added missing LaTeX statement for wpo error messages
|
16 gadi atpakaļ |
joost
|
204de0d4cf
* Added tests for update-buffers and streaming
|
16 gadi atpakaļ |
joost
|
5bfc0e094e
* Clear FieldDefs before reading them from stream
|
16 gadi atpakaļ |
Jonas Maebe
|
2cd1acc77d
* element type of ansistrings is cchartype, not u8inttype
|
16 gadi atpakaļ |
joost
|
d6a688e6df
* Handle ftBCD fields with different precisions correctly. (bug 12862)
|
16 gadi atpakaļ |
Jonas Maebe
|
03a7d089b9
+ append_block1() to add extra block DW_FORM_block1 attributes to
|
16 gadi atpakaļ |
marco
|
658dc2d8cd
* increased very low (64k) TBits limit to +/- 2GB, like most datastructures.
|
16 gadi atpakaļ |