michael
|
c281c4d036
* Patch from Reinier Olislagers to let filenames conform to standard / (bug id 26468)
|
před 11 roky |
joost
|
e81593d34b
* Fixed make install: fpdispextdirect.pp does not have a resource-file
|
před 11 roky |
michael
|
c204153604
* Improved exception handling. Introduced StatusCode/Text in EHTTPError, is used to set HTTP status code/text when sending the response.
|
před 11 roky |
michael
|
6013e4d8c7
* Added copyright notice
|
před 11 roky |
michael
|
15ef9a2599
* Cleaner design refactoring: Separate out ExtDirect support in non-http part and http part
|
před 11 roky |
michael
|
ad574ca377
* Allow selectively adding handlers to reported API
|
před 11 roky |
michael
|
7db9fbc234
* APIString virtual, allow formatting
|
před 11 roky |
michael
|
0a220476a3
* Introduce ExecuteHandler in dispatcher, allows overriding
|
před 11 roky |
michael
|
c3f24cc775
* Added small improvement to JSONRPCHandlermanager to ease creating descendents with customized behaviour:
|
před 11 roky |
sergei
|
e65c4e13e0
* m68k: updated/fixed dllprt0.as, now able to link a shared library.
|
před 11 roky |
Tomas Hajny
|
82d62aa883
* added description for option @ and missing bracket at the end of list for -P
|
před 11 roky |
Tomas Hajny
|
109d890adf
* added description for option @ and missing bracket at the end of list for -P
|
před 11 roky |
Tomas Hajny
|
dfb44e1642
* improve identation of long options and add support for displaying parameter @
|
před 11 roky |
sergei
|
b7da785688
* m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk.
|
před 11 roky |
sergei
|
6bcaa88c3a
* m68k: "or" without suffix is not accepted, must be "or.l"
|
před 11 roky |
sergei
|
cfe13734e0
* m68k: Fixed damage caused by r27573 and r28177:
|
před 11 roky |
marco
|
3a7cde492e
* finance functions by wp, mantis #26459
|
před 11 roky |
sergei
|
15ff2c1236
* m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat working state. Now a "hello world" program using libc can be linked and launched, but anything more complex needs another round of fixing the parameter passing code, in order to get the stack properly balanced.
|
před 11 roky |
nickysn
|
16c5849fc6
+ added HexStr() overload for huge pointers
|
před 11 roky |
nickysn
|
8604372da3
+ implemented far pointer comparison operating only on the offset (+ added test)
|
před 11 roky |
nickysn
|
13646c7afe
+ added rtl helper for huge pointer subtraction
|
před 11 roky |
Károly Balogh
|
f98cd634fb
m68k: reworked/cleaned setjmp/longjmp code to use the movem instruction with register lists
|
před 11 roky |
sergei
|
df60309d96
* m68k: fixed the last remaining warning and removed "$WARNINGS OFF" directive.
|
před 11 roky |
sergei
|
e4fea2ebc8
* Dummy implementations of a_bit_scan_reg_reg and g_stackpointer_alloc in tcg, removes the need to override these methods in every descendant code generator solely to avoid "constructing a class with abstract method" warning.
|
před 11 roky |
Károly Balogh
|
e5656a6f7e
m68k assembler reader: fixed parsing of slash-separated movem/fmovem register lists. only the first register was stored.
|
před 11 roky |
sergei
|
1678fcdc2d
- m68k assembler reader: removed Oper.InitRef which was causing failure of tbs/tb0142.pp and, in general, making impossible calls/jumps to non-alias procedure names.
|
před 11 roky |
sergei
|
94796e9e7e
* Output divisor in all diagnostic messages, not just some of them.
|
před 11 roky |
sergei
|
3f1d368373
* Use different exit codes to increase verbosity when the test fails.
|
před 11 roky |
nickysn
|
18246bd9ed
+ added tests for >, <, >= and <= with equal pointers in the thugeptr2.pp and
|
před 11 roky |
nickysn
|
c8c842b857
+ added tests for >, <, >= and <= with equal pointers in the tfarptr2.pp test
|
před 11 roky |