pierre
|
470adb22e1
+ Add overloaded Testne function in test1 unit
|
vor 13 Jahren |
pierre
|
4e21fc6373
Recent mingw64 does not seem to provide fctMsvcrtLongJmp
|
vor 13 Jahren |
pierre
|
37a7332b81
Try to improve script
|
vor 13 Jahren |
pierre
|
6140a41007
* Try to support upcoming GDB 7.4 version
|
vor 13 Jahren |
sergei
|
4208269221
+ Test case for bug #20827. The issue itself was fixed in r19668.
|
vor 13 Jahren |
svenbarth
|
52a6699d55
Check whether the globalsymtable is not Nil before using it! Otherwise an access violation occurs when compiling a program that contains specializations.
|
vor 13 Jahren |
svenbarth
|
fca525a85b
When checking whether the current specialization was already done before we also need to check the globalsymtable if we're currently in the implementation section. Otherwise the specialization will be generated twice and will result in a "duplicate identifier" error. This fixes mantis #20872 .
|
vor 13 Jahren |
svenbarth
|
5ffba57b51
Add tests for resolved generic bug reports.
|
vor 13 Jahren |
sergei
|
54ea6a9be1
- removed 'var' parameter, it isn't necessary and prevents passing TStream descendants (Mantis #20867).
|
vor 13 Jahren |
Tomas Hajny
|
6b43ce2e13
* boolean must not be used for DosCalls API parameters
|
vor 13 Jahren |
Tomas Hajny
|
12e216ed4e
* boolean must not be used for DosCalls API parameters
|
vor 13 Jahren |
michael
|
aa625a23e6
* Unit Tests for scanner
|
vor 13 Jahren |
michael
|
2c43e15a0e
* Forgot to commit
|
vor 13 Jahren |
michael
|
c52a892852
* Speed Improvements and option to use (virtual file) streams.
|
vor 13 Jahren |
michael
|
3e3852a489
* Fix bug #20791
|
vor 13 Jahren |
sergei
|
631528a08b
* XML writer: reject characters in range #0-#31 (excluding #9,#10,#13) in text node and attribute contents. Resolves #20780.
|
vor 13 Jahren |
florian
|
41636711e4
* fix to align float64 correctly
|
vor 13 Jahren |
florian
|
c7f846ebd5
+ added missing syscalls so sparc-linux rtl compiles again
|
vor 13 Jahren |
michael
|
0bdccfa2b0
* Added clock_getres, clock_gettime, clock_settime calls
|
vor 13 Jahren |
michael
|
2d7dbacee0
* Added inotify calls
|
vor 13 Jahren |
sergei
|
3b904943e7
* Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable.
|
vor 13 Jahren |
michael
|
f7da4a210c
* Fixed external name case for procedure
|
vor 13 Jahren |
sergei
|
b223e104ac
Refactoring:
|
vor 13 Jahren |
Tomas Hajny
|
f56cd3d6d9
* fix for SysThreadSetPriority
|
vor 13 Jahren |
florian
|
4a79262728
* make asciinr string long enough for binary char constants as pointed out by Matti Kronman, resolves #20821
|
vor 13 Jahren |
sergei
|
76b9d7e766
- Removed Win32Wide2AnsiMove() again, it was removed already in r17202 but got restored during subsequent cpstrnew merging.
|
vor 13 Jahren |
marco
|
28c27c409e
* fixed up messages compilation after last commit.
|
vor 13 Jahren |
pierre
|
4a9c8e330b
+ Move EXEC_callback into separate file win/systlsdir.inc
|
vor 13 Jahren |
pierre
|
887f43f084
*Use newly generated fpcmkcfg binary if available
|
vor 13 Jahren |
svenbarth
|
a1ef0add65
When searching for the generic def of nested types inside specializations we first need to check local declarations inside the method if we are in one. Only then we may search inside the type's declaration. Fixes #20836 .
|
vor 13 Jahren |