Tomas Hajny
|
fbb6776085
* this test results in a SIGSEGV under OS/2, but I consider it a correct behaviour if a nil pointer for passing a nil as a buffer to BlockWrite
|
před 10 roky |
Tomas Hajny
|
d2ae1f0ab2
* skip emx too
|
před 10 roky |
Tomas Hajny
|
60c5f29b5b
* add path setting for some previously missing platforms (OS/2, MSDOS)
|
před 10 roky |
marcus
|
141878978e
AmiCommon: Missing UnLockDosList, DiskFree Bugfix
|
před 10 roky |
florian
|
3ed1a75fcd
* write ok on exit for easier testing
|
před 10 roky |
sergei
|
d93d36e6d3
* Win64: Use separate implementation of CaptureBacktrace that calls RtlCaptureStackBackTrace. This way it does not require non-optimized code to work correctly.
|
před 10 roky |
sergei
|
438c433c50
* CaptureBacktrace: fixed off-by-one error. Caller's context must be captured if skipframes=0.
|
před 10 roky |
Tomas Hajny
|
2e2ca8684d
* add resolution of DLL name under OS/2
|
před 10 roky |
Tomas Hajny
|
95c0092a54
* skip test if CPU does not support SSE2 (similarly to test/tshuffle1.pp)
|
před 10 roky |
svenbarth
|
a7085ea34e
Added test for Mantis #25044 which has been fixed in revision 29537.
|
před 10 roky |
Jonas Maebe
|
071282b286
* add methods of objcprotocols to the list of visible "helper" methods when
|
před 10 roky |
svenbarth
|
04534d5dcf
Fix for Mantis #27424.
|
před 10 roky |
marco
|
8e2f8d7f3c
* for wince use getprocessaddresa, mantis #27450
|
před 10 roky |
marco
|
6e23f3fc97
* patch from mantis #27453 by Dirk Fellenberg, update fontsize to freetype
|
před 10 roky |
michael
|
890b9d37e4
* Patch from Laco: change PChar -> PAnsiChar where appropriate
|
před 10 roky |
michael
|
c3d427210d
* Patch from Laco to fix bug ID #27425
|
před 10 roky |
lacak
|
0b545308d7
fcl-db: base: when master dataset is closed leave detail dataset intact. Later if master is reopened relationship will work again. Delphi compatible behavior. Bug #26424 (Grandfather-Father-Son relationship)
|
před 10 roky |
sergei
|
896c1ff6d6
* Win64 SEH: don't call RunError in exception handler, because it always prints backtrace from caller's context. Instead, print the correct backtrace explicitly.
|
před 10 roky |
Tomas Hajny
|
cd166e6ff6
* modified according to outcomes of discussion with Jonas
|
před 10 roky |
Tomas Hajny
|
bd719052fa
* test updated according to results of discussion with Jonas to work properly also on platforms not using UTF-8 as their default system codepage (and be safe to ignore characters possibly unsupported with current system codepage)
|
před 10 roky |
Tomas Hajny
|
08a3c45aa3
* test fixed because the original version was wrong (as confirmed by Jonas)
|
před 10 roky |
Tomas Hajny
|
da21fe94fa
* this test can never work correctly on operating systems not providing Unicode support at filesystem API level unless the current codepage happens to support all the characters used within the test (which is unlikely at least)
|
před 10 roky |
Tomas Hajny
|
01441be35c
* avoid mixed revision information 1:realrevision in revision.inc for fpcbuild checkout
|
před 10 roky |
pierre
|
a02344e978
Restore default for OS and CPU to All ID and increase max size of comboBox to 100
|
před 10 roky |
Tomas Hajny
|
8c20ff7f91
* fix for AllowOneTrailingSeparator and AllowMultipleTrailingSeparators checks and tests using these variables according to the passed parameters
|
před 10 roky |
pierre
|
82f751d51a
Handle one trailing separator separately from multiple
|
před 10 roky |
Tomas Hajny
|
a4df1b644c
* allow Append to work on character devices
|
před 10 roky |
Tomas Hajny
|
d676a503c0
* fix returned value for FileRead and FileWrite in case of an error and change the default sharing mode to doDenyRW to be compatible with other platforms
|
před 10 roky |
pierre
|
97a902eb14
Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MINGW_GDB macro used inside UnixDir
|
před 10 roky |
Tomas Hajny
|
2eba9bc63e
* fix SetFAttr (doWriteThrough not accepted in DosSetPathInfo for ilStandard) and improve compatibility with TP/BP for returned DosError in case of errors
|
před 10 roky |