Tomas Hajny
|
a46b076cd2
* removed Dos[Alloc/Free]ThreadLocalMemory which is not available before OS/2 Warp - planned to be moved to DosCall2 later
|
11 years ago |
Tomas Hajny
|
99e9571e0e
* allow initialization of DefaultSystemCodepage also if system could return more information about prepared codepages
|
11 years ago |
joost
|
c4492a711f
* Determine if a 8.3-target-string should be used based on host-os, not the target-os, since the Makefiles and compiler do the same.
|
11 years ago |
pierre
|
3530328cfd
Allow to impose variable value as parameter (like AWK, as mawk from Makefile does not work)
|
11 years ago |
joost
|
d2e649e048
* Removed rtl-dependency in fpmake.pp (rtl is always added implicitly)
|
11 years ago |
Tomas Hajny
|
6c17c9cb29
* minor optimization (don't clear the result of GetDynLibsErrorStr twice)
|
11 years ago |
Tomas Hajny
|
8cd2b615ce
* added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL
|
11 years ago |
joost
|
3296c3d381
* Pass "-fsp 0" to fpmake on distinstall and zipdistinstall to remove absolute source path from fpunits.cfg files
|
11 years ago |
joost
|
49a7323b64
* Install extra files relative to $(prefix) instead of $(baseinstalldir). This way yylex.cod and yyparse.cod can be installed without using a absolute path (Not possible in archives)
|
11 years ago |
lacak
|
0028210b53
fcl-db: mssql: if stored procedure raises error with severity > 10 then db-library calls error handler, which sets DBErrorNo and DBErrorStr. So check them after execution of SQL and raise also error if they are set. +Cancel any pending results or other commands in batch to allow ROLLBACK.
|
11 years ago |
marcus
|
f432d4c0c6
arosunits: converted macros repaired
|
11 years ago |
reiniero
|
727d73677a
* fcl-db: ibconnection: cosmetic
|
11 years ago |
pierre
|
fb35830fc1
Add support for GDB version 7.8
|
11 years ago |
pierre
|
6c8a00224f
Add code to define DISABLE_CPU_FEATURES_INIT, if mingw GDB executable does not contain it
|
11 years ago |
pierre
|
c5601c5094
Use 'set gnutarget elf32-littlearm' for arm cross
|
11 years ago |
pierre
|
9e4e667842
Allow to disable __cpu_features_init by defining DISABLE_CPU_FEATURES_INIT
|
11 years ago |
pierre
|
721c5d0947
define FPC_ARMEL32 or FPC_ARMEB32
|
11 years ago |
reiniero
|
0f6d65e928
* fcld-db: dbftool example: cleanup, more error reporting/help output
|
11 years ago |
pierre
|
5a2ed55af4
avoid gcc warning about old-style code in gdb_get_stdin
|
11 years ago |
pierre
|
c528a029ec
Fix error in RemoteCopy assignment at Remote dialog box exit
|
11 years ago |
joost
|
cda66fd328
* Do not use a prefix on non-unices within archives (zipinstall)
|
11 years ago |
pierre
|
1c6bc92ce4
Reverted separation of test and test subdirs that led to incomplete testsuite results
|
11 years ago |
florian
|
76c179fae8
* aarch64 compilation fixes
|
11 years ago |
pierre
|
87dfdaacf5
Second try to fix wrong commit, missing changedir resotred
|
11 years ago |
joost
|
e147d09eb9
* Added option to adapt SourcePath in fpunits.cfg file during installation
|
11 years ago |
Jonas Maebe
|
8244d366d0
- moved deallocation of NR_PIC_OFFSET_REG from the x86_64 to the i386 code
|
11 years ago |
joost
|
af7876b93c
* Fixed parsing command-line options for fpunits.cfg. Irrelevant options
|
11 years ago |
pierre
|
1e74266499
Fix error introduced in last commit
|
11 years ago |
pierre
|
d80154d438
Support for quotes inside Values
|
11 years ago |
pierre
|
8e5835a3bd
Use GetRemoteString function in TransferRemote
|
11 years ago |