peter
|
ae10c66502
|
* first update to work with new cpu-os target names
|
2004-12-07 22:08:50 +00:00 |
|
Károly Balogh
|
02e0c6cc62
|
* Regenned to support intuition
|
2004-12-07 20:32:31 +00:00 |
|
Károly Balogh
|
96381facf3
|
+ added missing intuition unit
|
2004-12-07 20:31:28 +00:00 |
|
Károly Balogh
|
6cdd1a52b1
|
* Regenned to support new units
|
2004-12-07 20:27:48 +00:00 |
|
Károly Balogh
|
926ed558d4
|
+ added more units
|
2004-12-07 20:24:27 +00:00 |
|
Károly Balogh
|
a0e705d14f
|
+ added missing InitLayersLibrary helper
|
2004-12-07 20:07:25 +00:00 |
|
Károly Balogh
|
a0507ad50b
|
* initial revision
|
2004-12-07 19:30:13 +00:00 |
|
Jonas Maebe
|
a0ab5bdc92
|
* fixed test for new platform-independent get/setverify implementation
|
2004-12-07 19:02:33 +00:00 |
|
Károly Balogh
|
b31153680b
|
* initial revision
|
2004-12-07 18:55:49 +00:00 |
|
peter
|
78c2af7b3c
|
* set vo_explicit_paraloc flag
|
2004-12-07 16:11:52 +00:00 |
|
peter
|
a266052fd9
|
* modified algorithm for shortening manglednames to fix compilation
of procedures with a lot of longtypenames that are equal, see
tw343
|
2004-12-07 15:41:11 +00:00 |
|
peter
|
2fb0f62ee2
|
* new bug
|
2004-12-07 15:37:34 +00:00 |
|
armin
|
c0a16133fb
|
* added syncobj for netwlibc
|
2004-12-07 14:13:42 +00:00 |
|
Jonas Maebe
|
9984dd16b0
|
* fix cdecl name problems (patch from Tomas)
|
2004-12-07 14:02:24 +00:00 |
|
michael
|
44bf61f445
|
* Convert array of widechar to pwidechar instead of pchar
|
2004-12-07 13:52:54 +00:00 |
|
Károly Balogh
|
3310421621
|
* more cleanup in FindFirst/FindNext
* implemented FindClose, no more leaking of file locks
|
2004-12-07 13:35:53 +00:00 |
|
armin
|
8eb794231c
|
* implemented GetProcessId, defined TimeVal and TimeZone in addition to TTimeVal, TTimeZone, Makefile defaults to binutilsprefix i386-netware
|
2004-12-07 11:40:43 +00:00 |
|
armin
|
6173c21df0
|
* fixed GetProcessId
|
2004-12-07 11:04:42 +00:00 |
|
armin
|
b14718e7c5
|
* fixed typo's
|
2004-12-07 11:03:44 +00:00 |
|
Károly Balogh
|
be1d1d304d
|
* removed debug code accidentally left in
|
2004-12-07 10:07:50 +00:00 |
|
Károly Balogh
|
82d0728c5a
|
* previous change broke PathConv, fixed
|
2004-12-07 09:55:46 +00:00 |
|
michael
|
17f31e0ed3
|
* Hopefully fixed make. Not yet tested, as my XML file is currently faulty.
|
2004-12-06 22:43:41 +00:00 |
|
Tomas Hajny
|
2b40d78b32
|
* one more fix for ExecuteProcess
|
2004-12-06 22:11:47 +00:00 |
|
Tomas Hajny
|
46aad77754
|
* allow running any type of session from Exec
|
2004-12-06 21:50:04 +00:00 |
|
Tomas Hajny
|
1e1b20bd44
|
* missing bracket
|
2004-12-06 21:33:12 +00:00 |
|
peter
|
86861d643a
|
repeat last operation when pressing = again
|
2004-12-06 21:24:53 +00:00 |
|
peter
|
cd87bb6665
|
Handle cmUpdate for all DlgWindows
|
2004-12-06 20:53:55 +00:00 |
|
peter
|
569e86ad64
|
change a[1,2] to a[1][2]
|
2004-12-06 20:39:25 +00:00 |
|
Károly Balogh
|
2263433f93
|
* added a public alias to PathConv for use in DOS unit
|
2004-12-06 20:09:55 +00:00 |
|
Károly Balogh
|
b3c150bb75
|
* made it compile again after changes by Tomas
* cleaned up FindFirst mess (still more things to do, as usual)
|
2004-12-06 20:01:20 +00:00 |
|
peter
|
76efcf23f7
|
add alias FPC_BREAK_UNHANDLED_EXCEPTION
|
2004-12-06 19:24:59 +00:00 |
|
peter
|
5834a643c1
|
build order fix
|
2004-12-06 19:24:24 +00:00 |
|
peter
|
e238f6c3db
|
don't set CP 437
|
2004-12-06 19:23:55 +00:00 |
|
peter
|
7b3d7bd282
|
dropdownlistbox works better with Enter key
|
2004-12-06 19:23:30 +00:00 |
|
peter
|
9c0be16488
|
implicit load of variants unit
|
2004-12-06 19:23:05 +00:00 |
|
michael
|
5d26556132
|
+ Some cleanup, removed some keywords which are not keywords
|
2004-12-06 19:16:38 +00:00 |
|
Tomas Hajny
|
aad1f7964a
|
* fix for ExecuteProcess
|
2004-12-06 18:50:21 +00:00 |
|
Jonas Maebe
|
5b7ffabd0c
|
* only set/clear bit 6 of cr in case of varargs for the sysv abi
|
2004-12-06 18:06:37 +00:00 |
|
Jonas Maebe
|
4f53d8367d
|
* introduced bug (x shl 65 = x shl 1 when shifting with a constant, but
still 0 otherwise) to pass tshlshr
|
2004-12-06 17:53:43 +00:00 |
|
peter
|
ed0d3307a2
|
fix ioerror when last save had invalid dir
|
2004-12-06 16:35:26 +00:00 |
|
peter
|
d8c4d8779d
|
fix codecomplete in overwrite mode
|
2004-12-06 16:23:43 +00:00 |
|
peter
|
c90d30cff0
|
with_gdb -> nodebug
|
2004-12-06 16:23:29 +00:00 |
|
peter
|
e9cebe5dec
|
remove nostop before ide build
|
2004-12-06 16:04:32 +00:00 |
|
peter
|
d45dea5db8
|
* fix methodpointer compare, compare only the proc field
|
2004-12-06 15:57:22 +00:00 |
|
peter
|
d4f0a5fc08
|
new bugs
|
2004-12-06 15:55:59 +00:00 |
|
peter
|
feac9d0e2b
|
* 1.5.12
|
2004-12-06 15:49:49 +00:00 |
|
michael
|
9381d34302
|
* fix __errno loading from cygwin1.dll (from Peter)
|
2004-12-06 12:27:48 +00:00 |
|
michael
|
295935ee30
|
Patch from Dean Zobec to support ansistrings
|
2004-12-06 09:01:39 +00:00 |
|
michael
|
c2c2131784
|
+ Fix from Dave Strodtman to properly support packed
|
2004-12-06 08:53:47 +00:00 |
|
florian
|
164acd59d2
|
no message
|
2004-12-05 22:28:59 +00:00 |
|