pierre
|
ada8891d9e
Also allow clang assembler for powerpc64-darwin target
|
7 years ago |
pierre
|
bc75e8547e
Improve detect_linuxvcs to allow parsing of /proc/PID/stat even with spaces in exe name
|
7 years ago |
pierre
|
76d3893d78
Changes for symbian target OS, adding most of standard units, as empty stubs
|
7 years ago |
pierre
|
0064860f75
Changes for symbian target OS
|
7 years ago |
pierre
|
d0a7e29052
Add character, fpwidestring, unicodedata and unicodenumtable units to allow compilation of uregexpr unit from package regexpr
|
7 years ago |
pierre
|
805aaf18d6
Add character, fpwidestring, unicodedata and unicodenumtable units to Makefile to allow compilation of uregexpr unit from pacakge regexpr
|
7 years ago |
pierre
|
394b353c34
Add character, fpwidestring, unicodedata and unicodenumtable units to builrtl to allow compilation of uregexpr unit from pacakge regexpr
|
7 years ago |
pierre
|
2ad89601e1
Add character, fpwidestring, unicodedata and unicodenumtable units to allow compilation of uregexpr unit from pacakge regexpr
|
7 years ago |
Károly Balogh
|
3c25184889
unbroke build for anything non Windows and non-Unix, where the nonblocking code is disabled anyway
|
7 years ago |
svenbarth
|
7e0d7e118e
* fix compilation after r39568 as Min() requires the Math unit
|
7 years ago |
michael
|
aa4a470cfb
* Code cleanup, part 2: remove functions already in sysutils, most of them not used anyway.
|
7 years ago |
michael
|
f6e9abeaf3
* Remove non-FPC code, dates back to D7 or earlier
|
7 years ago |
marco
|
00aeae7651
* alternate readinput with streams.
|
7 years ago |
michael
|
20917b4ec2
* Fix strlcomp
|
7 years ago |
svenbarth
|
3d740f13e4
* ensure that the data of the temp node is freed correctly in case of an error (the error might be non-fatal in case of a generic passing an untyped type to Write/Read)
|
7 years ago |
svenbarth
|
781303c0d8
* ensure that the file parameter for the Read/Write family of intrinsics is (and can be) freed in tinlinenode.handle_read_write()
|
7 years ago |
michael
|
71bbab3512
* Added UseUnicodeWordDetection
|
7 years ago |
michael
|
08d574bf7d
* Fix bug #34087: Small optimization of StrlComp
|
7 years ago |
svenbarth
|
473a028523
- the freegenericparams variable is no longer required as it's always true whenever consume_proc_name is called anyway
|
7 years ago |
svenbarth
|
32db846289
* free the list containing the generic parameters as after calling insert_generic_parameter_types() it's no longer required (though this means that the condition handling generictypelist instead needs to be adjusted)
|
7 years ago |
svenbarth
|
c1cfd87b56
* the call node takes ownership of the specialization context, so free it in the destructor
|
7 years ago |
svenbarth
|
0aee319fdb
* do_member_read() takes ownership of the specialization context, so Nil it after the call
|
7 years ago |
svenbarth
|
0ba14c7ad8
* fix memory leak when freeing a temp delete node: also call the inherited destructor so that e.g. tnode.optinfo is freed.
|
7 years ago |
michael
|
ddbad9d5c7
* Fix bug #34085, small refactoring: introduce IsSpaceChar
|
7 years ago |
michael
|
a921002c49
* Fix all warnings/hints
|
7 years ago |
michael
|
f575eafa1e
* Fix bug #34086
|
7 years ago |
svenbarth
|
32c307e9ce
* fix for Mantis #34021: if one of the two operators is an array constructor try to use an operator overload for that first before converting it to a set
|
7 years ago |
michael
|
a49a496f09
* Fix bug ID #0034083, allowing to add Output Intent (preparing PDF/A)
|
7 years ago |
michael
|
4700e982d4
* Fix bug ID #0034071
|
7 years ago |
michael
|
a7cbafb658
* Allow not to have Trailer ID
|
7 years ago |