nickysn
|
1e8b192b3d
* support far references in second_cmp32bit for i8086
|
12 years ago |
nickysn
|
c9c882c30a
* always use 16-bit pushes for pushing/popping the segment registers on i8086 in Tcgx86.g_concatcopy
|
12 years ago |
Károly Balogh
|
4f67d25a6a
don't allow an env var with invalid characters, also fixed a signedness warning
|
12 years ago |
Károly Balogh
|
76d7527909
also return nil for the empty env vars in the generic implementation in GetEnvPChar
|
12 years ago |
michael
|
678fb02f11
* Fix cursor mem leak
|
12 years ago |
Jonas Maebe
|
f985149163
* fixed compilation after r24661 (added dummy overloads for newly
|
12 years ago |
nickysn
|
4b3c67c51a
+ implemented dos.Keep for i8086-msdos; simple dos TSRs now work
|
12 years ago |
nickysn
|
e243b6b869
* never use the 66h prefix when pushing/popping segment registers on i8086, as the stack is aligned on 2 bytes there
|
12 years ago |
nickysn
|
c2e3fb5918
+ emit proper interrupt procedure entry/exit code on i8086
|
12 years ago |
Károly Balogh
|
a11c113429
reverted the link object search change
|
12 years ago |
Károly Balogh
|
36bf03372b
handle the cases where f contains an absolute path
|
12 years ago |
Károly Balogh
|
e7094cf1d6
fix redundant searches in FindObjectFile, if the object was found on the first try
|
12 years ago |
joost
|
ed5891f146
* Improved verbose and debug output while removing files
|
12 years ago |
paul
|
5ff7bb884e
compiler: don't skip objc class/protocols in case of initrtti, fixed crash of dynamic array/record which contains a objc class/protocol and requires an initialization
|
12 years ago |
nickysn
|
3953eed6b3
+ added and implemented unit ports for i8086-msdos
|
12 years ago |
nickysn
|
896d2f2bd5
+ implemented dos.GetIntVec and SetIntVec for i8086-msdos
|
12 years ago |
nickysn
|
cb81153cc4
* fixed tcgnotnode.second_64bit for 8/16-bit cpus after r24678
|
12 years ago |
joost
|
b7ed92b6f1
* When NeedLibC is set, the gcclib-dir is detected and added to the linker search path
|
12 years ago |
sergei
|
4714dc2218
+ paramgr.pas: provide generic implementation of getintparaloc(). Once this method has been changed to use the procdef, it can reuse 'regular' parameter locations created by create_paraloc_info, so separate cpu-specific implementations of getintparaloc are no longer necessary.
|
12 years ago |
nickysn
|
14ded034f6
* fixed the msdos startup code for the cases when the largest available memory block is smaller that what would be needed for a full 64kb data segment
|
12 years ago |
marco
|
9239adbc1e
* added some newer additions to devmodea also to devmodeb
|
12 years ago |
marco
|
60d1a7ba13
* several -A fixes for ptcpas.
|
12 years ago |
marco
|
c009679d82
* Clipboard and one occurance of getfullpath fixed for A/W issues.
|
12 years ago |
marco
|
d04b286de6
* graph unit win32 fixes.
|
12 years ago |
marco
|
2a94da34cf
* Some "-A" 's added.
|
12 years ago |
michael
|
f58b3aa25a
* Implemented CheckParams for TSQLStatement, TSQLQuery. It disables check for parameter names
|
12 years ago |
marco
|
54c7620793
* moved some constants from PTC after checking them with SDK
|
12 years ago |
michael
|
abe86dea9f
* TSQLStatement.RowsAffected
|
12 years ago |
michael
|
5042e1060f
* Activated Action for TSQLTransaction
|
12 years ago |
nickysn
|
6c51bcae37
+ implemented dos.diskfree and disksize for i8086-msdos; cd-rom support not implemented yet
|
12 years ago |