armin
|
cc769a33ea
|
* support for fcl, support for linking without debug info
* renamed winsock2 to winsock for win32 compatinility
* new sockets unit for netware
* changes for compiler warnings
|
2003-03-25 18:17:54 +00:00 |
|
armin
|
c6b7a67ca9
|
* removed cvars because of problems with nlmconv
|
2003-03-25 18:09:25 +00:00 |
|
armin
|
fd4e294840
|
* first fcl implementation for netware
|
2003-03-25 17:56:19 +00:00 |
|
armin
|
2d5301c47e
|
+ netware added
|
2003-03-25 17:49:21 +00:00 |
|
armin
|
0dd3115ccc
|
* use closesocket and not fdClose for netware
|
2003-03-25 17:47:06 +00:00 |
|
michael
|
2264e86d0e
|
+ Corrected time: not mm but nn !
|
2003-03-25 08:18:03 +00:00 |
|
Tomas Hajny
|
b5abc16f15
|
+ platform extensions unified, emx target added
|
2003-03-24 19:59:21 +00:00 |
|
Tomas Hajny
|
2f75669bbd
|
+ emx target added
|
2003-03-24 19:57:54 +00:00 |
|
Jonas Maebe
|
739e3ed581
|
* BeginThread() now returns the thread handle instead of the threadid
(needed because you have to free the handle after your thread is
finished, and the threadid is already returned via a var-parameter)
|
2003-03-24 16:12:01 +00:00 |
|
pierre
|
b60412c102
|
* check that the code works of cdecl is not used
|
2003-03-24 15:32:12 +00:00 |
|
marco
|
fc8db2c3f2
|
* fix recursive zip making that corrupted utilsxxx.zip
|
2003-03-24 10:56:02 +00:00 |
|
armin
|
d503c887a0
|
* extention for obj was .n instead of .o for netware
|
2003-03-24 10:19:05 +00:00 |
|
armin
|
d9f4d94d50
|
* changed extentions for netware from .on in .o and from .ppn in .ppu
|
2003-03-24 09:28:55 +00:00 |
|
Tomas Hajny
|
f2cd222a55
|
+ platform extensions unified, emx target added
|
2003-03-24 00:01:12 +00:00 |
|
Tomas Hajny
|
928762fdfc
|
+ emx target added
|
2003-03-23 23:41:49 +00:00 |
|
Tomas Hajny
|
729614ff74
|
+ emx target added
|
2003-03-23 23:33:10 +00:00 |
|
Tomas Hajny
|
8fd8093dff
|
+ platform extensions unified
|
2003-03-23 23:31:54 +00:00 |
|
Tomas Hajny
|
0d9ac94e62
|
+ platform extensions unified, emx target added
|
2003-03-23 23:18:26 +00:00 |
|
Tomas Hajny
|
f3b3ddecca
|
* pmshl correction
|
2003-03-23 23:14:27 +00:00 |
|
Tomas Hajny
|
8e7124f9f8
|
+ emx target added
|
2003-03-23 23:11:17 +00:00 |
|
Tomas Hajny
|
504571d024
|
+ emx target added
|
2003-03-23 23:02:16 +00:00 |
|
armin
|
e321c72b22
|
* CloseSocket added
|
2003-03-23 17:47:15 +00:00 |
|
armin
|
7d6ebce0b3
|
* changed HKEY constants to integer
|
2003-03-23 01:40:28 +00:00 |
|
Jonas Maebe
|
d3c2a101a5
|
+ add used scratch registers to usedintbyproc for non-i386
|
2003-03-22 18:07:18 +00:00 |
|
Jonas Maebe
|
e02ecef001
|
* fixed linux entry/exit code generation
|
2003-03-22 18:01:13 +00:00 |
|
Jonas Maebe
|
45b9d59df5
|
* fixes for new regallocator
|
2003-03-22 18:00:27 +00:00 |
|
michael
|
a40ea8ddb4
|
+ Better quality of images
|
2003-03-22 16:52:38 +00:00 |
|
michael
|
d27d686565
|
+ More include identifiers and solved double string character in tex3ht overview
|
2003-03-22 15:28:47 +00:00 |
|
michael
|
67b4ce128e
|
+ Line break before and after diagram
|
2003-03-22 15:28:12 +00:00 |
|
armin
|
4e96d34515
|
* support -k for additional nlmvonv headeroptions, -m i386nw for win32, support -sh
|
2003-03-22 14:51:27 +00:00 |
|
pierre
|
6c42489ec3
|
new check added
|
2003-03-22 08:39:50 +00:00 |
|
armin
|
65689b52b2
|
* changed defines not win32 to not Unix (Netware is not Unix nor win32)
|
2003-03-21 23:10:24 +00:00 |
|
armin
|
47e09e0c87
|
* changed linking: now we will link all objects to a single one and call nlmconv with that one object file. This makes it possible to create nlms without debug info.
|
2003-03-21 22:36:42 +00:00 |
|
armin
|
c12ac41eb1
|
* search of .imp files was broken, debug only if -gg was specified
|
2003-03-21 19:19:51 +00:00 |
|
armin
|
ae32ef0b1e
|
* updateed imp-files for netware
|
2003-03-21 12:28:07 +00:00 |
|
pierre
|
5d96f16f52
|
+ signal doserror equal to zero as a known problem
|
2003-03-21 10:59:41 +00:00 |
|
Tomas Hajny
|
86510ee92c
|
* range checking has to be disabled
|
2003-03-20 20:15:27 +00:00 |
|
peter
|
146c4ff510
|
* fix compare for unique types, they are allowed when they match
exact
|
2003-03-20 17:52:18 +00:00 |
|
peter
|
26f160a541
|
* dynamic arrays have size OS_ADDR
|
2003-03-20 17:51:45 +00:00 |
|
peter
|
4a0bda8041
|
* don't allow var and out parameters as for loop counter
|
2003-03-20 15:54:46 +00:00 |
|
armin
|
a0ff862b9a
|
+ reactivated delphi compatible versions of SetCommTimeouts,SetCommState,BuildCommDCB*
|
2003-03-20 14:25:39 +00:00 |
|
peter
|
31cee7b219
|
* only allow class [procedure|function]
|
2003-03-19 17:34:04 +00:00 |
|
peter
|
f76bde6a64
|
* new bugs
|
2003-03-19 17:33:04 +00:00 |
|
peter
|
f21892ffc3
|
* fix compile with 1.0.x
|
2003-03-19 15:57:16 +00:00 |
|
Jonas Maebe
|
5893b9bb19
|
* fixed R_TOC bugs introduced by new register allocator conversion
|
2003-03-19 14:26:26 +00:00 |
|
michael
|
e8c5bed564
|
+ Initial implementation
|
2003-03-18 21:26:17 +00:00 |
|
michael
|
21d1414d26
|
+ Added fcl docs and fpdoc
|
2003-03-18 21:25:23 +00:00 |
|
michael
|
98408c62d0
|
+ Some changes to output handling, more suitable for tex output
|
2003-03-18 19:28:44 +00:00 |
|
michael
|
425747c338
|
+ More EscapeTex calls needed
|
2003-03-18 19:12:29 +00:00 |
|
peter
|
864736747f
|
* reg2opsize()
|
2003-03-18 18:17:46 +00:00 |
|