sergei
|
5cc8ddfbf1
* The second part of changes suggested by Maris Janis Vasilevskis (Mantis #22434):
|
9 years ago |
florian
|
f01edc0a57
* copyright message updated to 2016
|
9 years ago |
florian
|
45807056c5
* factored out SymbolCandidateForWarningOrHint
|
9 years ago |
michael
|
1bdae1edc8
* Correct comments about sizes/offsets in invisible string header record
|
9 years ago |
michael
|
416151a335
* Adapted string routines so they use sizeint instead of integer (bug ID 29814)
|
9 years ago |
florian
|
4731ebeb50
* reset initcode after adding it to the statements list, so further iterations of loop optimization create a new one
|
9 years ago |
florian
|
b59219b8e0
* when getting rid of a for loop by unrolling, simplify the block afterwards,
|
9 years ago |
florian
|
730a3c2666
+ PrintNodeDFA writes also the defsum
|
9 years ago |
sergei
|
e50deef149
* Reworked SplitTagString as suggested by Mantis #22434: it now accepts html-style unquoted attribute values and is not sensitive to whitespace around '=' name-value separator.
|
9 years ago |
michael
|
d172c1282c
* Implement DollarString extension for Postgres PL/SQL.
|
9 years ago |
sergei
|
578348817b
* MIPS: some progress with linker:
|
9 years ago |
marcus
|
38c98b02c0
Amiga: Fixed example sources for new varargs
|
9 years ago |
michael
|
671416959d
* Added SameStr, for symmetry and consistency with SameText (bug ID 29821)
|
9 years ago |
michael
|
3ce6312068
* Fix for bug ID #29663
|
9 years ago |
florian
|
4e64fe77ac
+ define macros with information about the memory sizes of a MCU: FPC_FLASHBASE, FPC_FLASHSIZE, FPC_SRAMBASE, FPC_SRAMSIZE, FPC_EEPROMBASE, FPC_EEPROMSIZE, FPC_BOOTBASE, FPC_BOOTSIZE, resolves issue #29365
|
9 years ago |
marcus
|
f63f3690fd
MorphOS: SDK say it should be a real pointer not a var parameter
|
9 years ago |
florian
|
bb1f2b8062
* make NativeInt and NativeUInt unique types, resolves #29444
|
9 years ago |
florian
|
feb15f08b3
* abbrev section must be re-read for each chunk of debug info, should resolve #29825
|
9 years ago |
florian
|
928027a7a4
* read Dwarf data blocks correctly
|
9 years ago |
florian
|
8a2917639b
* improved comments
|
9 years ago |
florian
|
acd956f7c3
* remove documentation of the build target in the Makefile help screen as it overrides the version check
|
9 years ago |
florian
|
5109ad9c55
+ write also the function name in stack backtraces when dwarf debugging info is used, resolves #17574
|
9 years ago |
marco
|
3ca2c1553d
* copyfileexw (mantis #29729)
|
9 years ago |
michael
|
18296c258f
* Remove usage of HasKey (bug ID 29820
|
9 years ago |
marcus
|
ebc5a637fa
Amiga, MorphOS: Fixed various inconsistencies of the three Amiga-style platforms
|
9 years ago |
marcus
|
eaab964a98
MorphOS: Icon and workbench added
|
9 years ago |
marcus
|
759170f822
Amiga, AROS, MorphOS: TAG_(), AsTag() for easer varargs handling
|
9 years ago |
marcus
|
1e792e6f06
Amiga: systemvartags and longarray removed, array of const -> array of PtrUInt
|
9 years ago |
michael
|
674b539293
* Patch from Daniel Plachotich to allow regular procedures as iterators
|
9 years ago |
michael
|
e160b09468
* Check allowed options when setting options not in constructor
|
9 years ago |