Tomas Hajny
41312d44b4
* set DecimalSeparator explicitly so that Format output can be tested easily regardless of current locale
...
git-svn-id: trunk@29701 -
2015-02-15 11:14:55 +00:00
Tomas Hajny
7e15bf6c2d
* ensure passing valid stacksize to emxbind
...
git-svn-id: trunk@29700 -
2015-02-15 01:56:08 +00:00
Tomas Hajny
e1b37dcc46
* the test made compilable also on other platforms than only Unix and Windows
...
git-svn-id: trunk@29699 -
2015-02-15 01:34:47 +00:00
Tomas Hajny
90aeabb439
* skip this test under OS/2, because it expects that replacement used for characters not supported in the current codepage must match between compile time ('?' used by FPC) and run-time (ASCII 127 used by OS/2 native Unicode routines)
...
git-svn-id: trunk@29698 -
2015-02-15 01:31:27 +00:00
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
...
git-svn-id: trunk@29697 -
2015-02-15 01:04:32 +00:00
Tomas Hajny
d2ae1f0ab2
* skip emx too
...
git-svn-id: trunk@29696 -
2015-02-15 01:01:56 +00:00
Tomas Hajny
60c5f29b5b
* add path setting for some previously missing platforms (OS/2, MSDOS)
...
git-svn-id: trunk@29695 -
2015-02-14 20:46:58 +00:00
marcus
141878978e
AmiCommon: Missing UnLockDosList, DiskFree Bugfix
...
git-svn-id: trunk@29694 -
2015-02-14 20:06:47 +00:00
florian
3ed1a75fcd
* write ok on exit for easier testing
...
git-svn-id: trunk@29693 -
2015-02-14 17:39:32 +00:00
sergei
d93d36e6d3
* Win64: Use separate implementation of CaptureBacktrace that calls RtlCaptureStackBackTrace. This way it does not require non-optimized code to work correctly.
...
git-svn-id: trunk@29692 -
2015-02-14 11:41:33 +00:00
sergei
438c433c50
* CaptureBacktrace: fixed off-by-one error. Caller's context must be captured if skipframes=0.
...
git-svn-id: trunk@29691 -
2015-02-14 02:50:03 +00:00
Tomas Hajny
2e2ca8684d
* add resolution of DLL name under OS/2
...
git-svn-id: trunk@29689 -
2015-02-13 22:36:49 +00:00
Tomas Hajny
95c0092a54
* skip test if CPU does not support SSE2 (similarly to test/tshuffle1.pp)
...
git-svn-id: trunk@29688 -
2015-02-13 22:24:17 +00:00
svenbarth
a7085ea34e
Added test for Mantis #25044 which has been fixed in revision 29537.
...
git-svn-id: trunk@29687 -
2015-02-13 17:02:07 +00:00
Jonas Maebe
071282b286
* add methods of objcprotocols to the list of visible "helper" methods when
...
loading them from ppu (like was already done when they were initially
compiler), so they can be called via the "id" type even if no classes are
in scope that implement them
git-svn-id: trunk@29686 -
2015-02-13 15:43:34 +00:00
svenbarth
04534d5dcf
Fix for Mantis #27424 .
...
pgenutil.pas:
* parse_generic_parameters: a ';' terminates a parameter group, so correctly adjust firstidx in that case
+ added test
git-svn-id: trunk@29685 -
2015-02-13 13:50:47 +00:00
marco
8e2f8d7f3c
* for wince use getprocessaddresa, mantis #27450
...
git-svn-id: trunk@29684 -
2015-02-13 10:23:05 +00:00
marco
6e23f3fc97
* patch from mantis #27453 by Dirk Fellenberg, update fontsize to freetype
...
lib.
git-svn-id: trunk@29683 -
2015-02-13 10:19:13 +00:00
michael
890b9d37e4
* Patch from Laco: change PChar -> PAnsiChar where appropriate
...
git-svn-id: trunk@29681 -
2015-02-13 09:23:56 +00:00
michael
c3d427210d
* Patch from Laco to fix bug ID #27425
...
git-svn-id: trunk@29680 -
2015-02-13 08:59:24 +00:00
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)
...
git-svn-id: trunk@29679 -
2015-02-13 06:42:55 +00:00
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.
...
git-svn-id: trunk@29678 -
2015-02-13 05:02:20 +00:00
Tomas Hajny
cd166e6ff6
* modified according to outcomes of discussion with Jonas
...
git-svn-id: trunk@29677 -
2015-02-12 23:16:13 +00:00
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)
...
git-svn-id: trunk@29676 -
2015-02-12 23:02:20 +00:00
Tomas Hajny
08a3c45aa3
* test fixed because the original version was wrong (as confirmed by Jonas)
...
git-svn-id: trunk@29675 -
2015-02-12 17:48:00 +00:00
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)
...
git-svn-id: trunk@29674 -
2015-02-12 00:55:18 +00:00
Tomas Hajny
01441be35c
* avoid mixed revision information 1:realrevision in revision.inc for fpcbuild checkout
...
git-svn-id: trunk@29673 -
2015-02-12 00:05:45 +00:00
pierre
a02344e978
Restore default for OS and CPU to All ID and increase max size of comboBox to 100
...
git-svn-id: trunk@29672 -
2015-02-11 21:51:53 +00:00
Tomas Hajny
8c20ff7f91
* fix for AllowOneTrailingSeparator and AllowMultipleTrailingSeparators checks and tests using these variables according to the passed parameters
...
git-svn-id: trunk@29671 -
2015-02-11 21:22:01 +00:00
pierre
82f751d51a
Handle one trailing separator separately from multiple
...
git-svn-id: trunk@29670 -
2015-02-11 10:58:04 +00:00
Tomas Hajny
a4df1b644c
* allow Append to work on character devices
...
git-svn-id: trunk@29669 -
2015-02-11 00:08:53 +00:00
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
...
git-svn-id: trunk@29668 -
2015-02-10 23:46:06 +00:00
pierre
97a902eb14
Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MINGW_GDB macro used inside UnixDir
...
git-svn-id: trunk@29667 -
2015-02-10 23:03:09 +00:00
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
...
git-svn-id: trunk@29666 -
2015-02-10 16:55:20 +00:00
Tomas Hajny
2cf9d18b14
* invalid DosError display improved
...
git-svn-id: trunk@29665 -
2015-02-10 16:43:15 +00:00
Tomas Hajny
3caf47d756
* display the wrongly obtained invalid DosError value too
...
git-svn-id: trunk@29664 -
2015-02-10 16:40:06 +00:00
lacak
7f69170352
fcl-db: mssql: update readme.txt with info about compiling dblib.dll for x64 under Win8
...
git-svn-id: trunk@29662 -
2015-02-10 07:52:07 +00:00
Tomas Hajny
cfd4252ec3
* EMX should be treated the same way as OS/2 with regard to cdecl (the same C compiler is used)
...
git-svn-id: trunk@29660 -
2015-02-09 22:52:06 +00:00
marco
4b91e50c7c
* fix for #27400
...
git-svn-id: trunk@29659 -
2015-02-09 21:47:41 +00:00
michael
2016af7fca
* Additional CGI variable names, mainly for Apache
...
git-svn-id: trunk@29657 -
2015-02-09 14:25:11 +00:00
pierre
048ad78079
Fix bug report 27428
...
git-svn-id: trunk@29656 -
2015-02-09 11:15:55 +00:00
florian
7c1cf07484
+ support section smartlinking with nasm
...
+ set alignment for smartlinked sections in nasm
* enable section smartlinking for nasm/coff win32
git-svn-id: trunk@29654 -
2015-02-08 12:33:50 +00:00
florian
06fd4223e9
+ optimization setting level4
...
+ change tail calls into jmp if a ret without constant follows
git-svn-id: trunk@29653 -
2015-02-08 11:24:30 +00:00
florian
8de49997ea
* align compiler generated constants according to constant aligment settings
...
git-svn-id: trunk@29652 -
2015-02-08 11:23:01 +00:00
florian
d20116cd07
* really set alignment as intended when -Os is passed
...
* align consts to 1 Byte boundaries on x86 as well
git-svn-id: trunk@29651 -
2015-02-08 11:22:17 +00:00
Károly Balogh
a526b0e5d6
m68k: implemented some missing bits of FPU cgpara handling, functions with float arguments seem to work much better now
...
git-svn-id: trunk@29650 -
2015-02-08 10:26:47 +00:00
pierre
bc5df9bc68
Remove complicated code to try to support older GNU linker versions, before 2.21
...
git-svn-id: trunk@29647 -
2015-02-08 07:28:49 +00:00
Károly Balogh
06dfa4d30c
m68k: also alloc FPU registers during RTL helper calls
...
git-svn-id: trunk@29646 -
2015-02-07 23:31:46 +00:00
florian
9ebc092ade
* (modified) patch by Do-wan Kim to resolve #27354
...
git-svn-id: trunk@29645 -
2015-02-07 22:14:35 +00:00
Károly Balogh
a99c9c29b6
m68k: basic 68881 FPU register save/restore support. probably still needs some work here and there.
...
git-svn-id: trunk@29644 -
2015-02-07 22:13:07 +00:00