florian
|
368d77dfae
+ show -Miso in the help page
|
9 years ago |
marco
|
79305ce4da
* mantis #29588 setblobdata moved over pointer ref type.
|
9 years ago |
svenbarth
|
8287773b16
Reverted revision 33036. This feature is too controverse to be left in.
|
9 years ago |
Jeppe Johansen
|
e20f2111b7
Check for nil before doing loopunrolling.
|
9 years ago |
Jonas Maebe
|
9e3c7f175f
* load the address of envp before storing it, so we don't overwrite argv
|
9 years ago |
michael
|
bd49674975
* Fix bug #29576
|
9 years ago |
nickysn
|
5aa8392e05
* i8086-msdos compilation fixed
|
9 years ago |
sergei
|
d14c6b5e0a
* fcl-xml: fixed off-by-one error, preventing 'xmlns:foo' in DTD ATTLIST from being recognized as namespace declaration.
|
9 years ago |
marco
|
475d388fdc
* misc single and double helpers. No endianess atm.
|
9 years ago |
sergei
|
9b25ce2007
* fcl-xml: Fixed parsing DTD, whitespace after name is mandatory only if followed by ExternalID. Mantis #29569.
|
9 years ago |
Jonas Maebe
|
2e64c63993
* fixed dependencies for lineinfo unit after r33007
|
9 years ago |
pierre
|
fd612990e5
Fix number of frames requested when calling CaptureBackTrace function
|
9 years ago |
svenbarth
|
05174f3e67
Fix for Mantis #29546.
|
9 years ago |
svenbarth
|
ed94ca4b24
Add support for IfThen() instrinsic that works like the if-statement in that it evaluates only the expression that is indeed executed.
|
9 years ago |
svenbarth
|
1951b8aaaa
Fix threadvar handling. Basically a merge of r31913 of my packages branch.
|
9 years ago |
svenbarth
|
191a293e4a
Fix compilation of Mac OS X. Without the cdecl modifier we need the _
|
9 years ago |
pierre
|
987907d2a2
Call system.Flush only once within ReadFromStream nested in ExecuteFPC for interactve mode
|
9 years ago |
michael
|
0ca95e99df
* Introduce DefaultRequestUploadDir for easy configuration of Upload directory location
|
9 years ago |
pierre
|
80c5db7aba
* Do not call CloseHandle on hStdInput if poPassInput is in Options
|
9 years ago |
michael
|
fe1e18eb8d
* Fixed TRect setwith and setheight (from Ondrej Pokorny)
|
9 years ago |
Jonas Maebe
|
9c3cab8224
* replaced pure LGPL Mersenne Twister implementation with a public domain
|
9 years ago |
svenbarth
|
e3060130a4
Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets).
|
9 years ago |
svenbarth
|
7b67ead440
Pass further main program data through the indirect entry information.
|
9 years ago |
svenbarth
|
0491bca72a
inc/system.inc:
|
9 years ago |
svenbarth
|
7e1e947b71
asm_exit is only needed on Win32 (Note: the removal of asm_exit from TEntryInformation in the previous commit should have been in this one -.- )
|
9 years ago |
svenbarth
|
3da7675eb1
Add a possiblity for targets to specify additional fields for TEntryInformation using an optional sub record called TEntryInformationOS
|
9 years ago |
svenbarth
|
b525cecad8
- get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) )
|
9 years ago |
pierre
|
6b1c604cb5
Add -I, --interactive option to fpmkunit using new poPassInput TProcess option, allows to use gppc386 with fpmake
|
9 years ago |
pierre
|
6c0d2f1b36
Handle poPassInput to be able to handle interactive processes for Windows and Unix systems
|
9 years ago |
pierre
|
e1736933fe
Add poPassInput to be able to handle interactive processes
|
9 years ago |