Károly Balogh
|
92e7c0b03f
m68k: assembler reader changes
|
9 年之前 |
sergei
|
bbfbab7e0c
* Moved handling of comments and line breaks in assembler blocks from scanner to tokenizer level. Handling them at character level was causing compiler to accept comments in the middle of any assembler token, which should never happen. It was also causing Mantis #27459: a newline immediately after closing 'end' token was first handled in asmgetchar and then by normal parser, causing all subsequent line numbering to be off by one.
|
9 年之前 |
michael
|
81b778f555
* Correction on previous patch
|
9 年之前 |
michael
|
3f5172933d
* var -> out for Runcommand
|
9 年之前 |
michael
|
9157a11b7e
* Applied partial patch from barlone to change var->out for IdentToInt
|
9 年之前 |
michael
|
ee2f34588d
* Fix bug #28258, missing UTF8ToString, patch by Stocki
|
9 年之前 |
michael
|
ca2b1f97ed
* Applied patch from José Mejuto to fix bug ID #27486
|
9 年之前 |
michael
|
9111c9263e
* Patch from Antônio Galvão to make an event sink: Implements ConnectEvents and DisConnectEvents. (bug ID 28377)
|
9 年之前 |
michael
|
ede4bac345
* Fixed bug ID #25110, patch from ocean
|
9 年之前 |
michael
|
6b3b3d5c0c
* Fix bug ID #29155, wrong declaration of ISTream.
|
9 年之前 |
sergei
|
b1ee3dd5e5
* m68k assembler reader: call tscannerfile.illegal_char instead of reimplementing it.
|
9 年之前 |
michael
|
bdde398a98
* NaturalCompare
|
9 年之前 |
michael
|
353f5340dc
* Patch from Ondrej Pokorny to implement - and * operators for TPointF
|
9 年之前 |
michael
|
96257e11d7
* Add widestrutils, delphi compatibility (Bug ID 28396)
|
9 年之前 |
michael
|
244be4f4c2
* Added UnicodeStringReplace WideStringReplace (bug ID 28396)
|
9 年之前 |
michael
|
5852d609b1
* Upgrade to unicode version 7, CLDR 27 (Patch by Inoussa Ouedraogo, bug ID #28603)
|
9 年之前 |
michael
|
37596246cf
* XPM -> PNG
|
9 年之前 |
michael
|
38da3db2b2
* Patch to add IBFixFssData, IBFixFssMeta options from Tsvetoslav (bug ID 28309)
|
9 年之前 |
michael
|
f313a96af0
* Add 2 options for Firebird, patch by Tsvetoslav (bug ID 28309)
|
9 年之前 |
michael
|
b4211ee8fb
* GetObjectNames implementation (adapted from Daniel Gaspary, bug ID #26254)
|
9 年之前 |
michael
|
1906217491
* Fix default values (bug ID 27996)
|
9 年之前 |
michael
|
6a84b02189
* Added SkipClientLibraryCheck option (bug ID 27395)
|
9 年之前 |
michael
|
49fcad5119
* Patch from Luiz Americo to remove redundant field check (is in BindFields) Bug ID #29296
|
9 年之前 |
michael
|
3c73c99a18
* Allow test cases to be created only once
|
9 年之前 |
michael
|
602cce97ac
* Write not-loaded functions in case of load fail
|
9 年之前 |
michael
|
4da8b0153c
* Add PKCS7 functions (Bug ID 20573)
|
9 年之前 |
Jonas Maebe
|
8164d5aaf4
* don't make all procdef symbols global if we are using section-based
|
9 年之前 |
Jonas Maebe
|
81381cfbb4
+ vectorized dead-strippable section support for LLVM
|
9 年之前 |
michael
|
810fdb9d13
* Add sqlscript unit tests to test application
|
9 年之前 |
michael
|
2b2bf19981
* Fix bug in SQL -- comment handling (by Andrea Urbani, bug ID #28333)
|
9 年之前 |