florian
|
040c846fa1
* set def to a defined value in try_parse_structdef_nested_type, resolves #20802
|
%!s(int64=13) %!d(string=hai) anos |
florian
|
60cccdcdbd
* improve heuristics for copy_move vs. copy_string when optimizing for size, #20664
|
%!s(int64=13) %!d(string=hai) anos |
florian
|
aa529b0705
* fix fullcycle after -Sew for the compiler was introduced
|
%!s(int64=13) %!d(string=hai) anos |
marco
|
14e6dcf816
* Fixed opague pointer usage where the empty record was used instead of the
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
293f20b26c
* Implemented --descr-dir and --input-dir
|
%!s(int64=13) %!d(string=hai) anos |
marco
|
a19b627739
* fix for regexpr unicode mode. (multiple a move with the size of the base char type)
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
2d928cbee8
Logging options implemented, and dry run. Separated out creation and logging logic
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
3935cf7460
* Added logging options
|
%!s(int64=13) %!d(string=hai) anos |
florian
|
9426cac1b0
* rebuilt Makefiles
|
%!s(int64=13) %!d(string=hai) anos |
florian
|
3abd84d8d2
* disable upx for win32, resolves #20772
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
9b7ea86332
- more FPC 1.0.x code removed
|
%!s(int64=13) %!d(string=hai) anos |
Tomas Hajny
|
f879ee31eb
+ proper implementation of *Event* support
|
%!s(int64=13) %!d(string=hai) anos |
Tomas Hajny
|
4d981acad3
+ proper implementation of MS Windows-like 'critical sections'
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
a4804a3c25
* let FloatToStr output the correct number of decimals in case the
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
e2b5ba756d
* when comparing two boolean values, convert both to pasbool8 so
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
f62e118f8e
* when looking for a procdef matching a procvardef in an objectdef,
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
b09139a7c4
* Some fixes after first test round
|
%!s(int64=13) %!d(string=hai) anos |
marco
|
f89e32c034
* expanded VK_ codes. Patch by Nikolay N. Mantis #20801
|
%!s(int64=13) %!d(string=hai) anos |
Tomas Hajny
|
c0c526efbc
* DosQuerySysState and DosReplaceModule added
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
a051684e61
* Added lots of commands to fpdoc file manager, moved to separate class and unit for reuse
|
%!s(int64=13) %!d(string=hai) anos |
Mattias Gaertner
|
9d30bf6a9f
avl_tree: fixed FindPointer if on last node
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
8dc6ebb5ed
rtl/generic.inc, minor optimizations:
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
32094761ef
* win32/system.pp, win64/system.pp: Moved duplicated declarations of WinAPI functions to sysos.inc (Florian's comment about include ordering is no longer true, wstrings.inc comes after sysos.inc these days).
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
c17d15cf72
* Start of project file manipulation program
|
%!s(int64=13) %!d(string=hai) anos |
michael
|
e07646a653
* Implemented project file writing functionality, based on patch from Hans-Peter Diettrich
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
37abdd52df
* Reverted r19693, calling SysInitMultithreading from PROCESS_ATTACH is plain wrong because it depends on initialized thread manager. Calling InitSystemThreads is more correct, but in case of Win32 it further depends on EnrtyInformation, which is not available at this point. Properly solving the issue requires moving the entire TLS stuff into sysinit units or something like that.
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
e62cd71a2f
* Fixed cycling with 2.4.4 after r19707 (2.4.4 does not define FPC_HAS_FEATURE_RESOURCES, so related stuff is not compiled)
|
%!s(int64=13) %!d(string=hai) anos |
sergei
|
0093517227
* sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support.
|
%!s(int64=13) %!d(string=hai) anos |
marco
|
0d562f04ff
* Improve CHM versioning, now that a compiler is added. Main chm version is in chmbase
|
%!s(int64=14) %!d(string=hai) anos |
sergei
|
816953990d
* Do not access fields of potentially unassigned resultdef. p1.resultdef is not assigned at this point when dotypecheck=false. Mantis #20765.
|
%!s(int64=14) %!d(string=hai) anos |