carl
|
4cfe3217c0
|
* more compatibility fixes for objects unit
|
2002-10-31 12:47:30 +00:00 |
|
michael
|
88b1b352d1
|
+ Initial implementation
|
2002-10-31 08:20:20 +00:00 |
|
michael
|
5c528142ab
|
+ Added some missing methods
|
2002-10-31 08:03:38 +00:00 |
|
carl
|
5d07868df3
|
* Bugfix for error checking
- DosStreamError is no longer global (bugfix 2043)
|
2002-10-30 22:44:44 +00:00 |
|
pierre
|
302ee9c72c
|
* use ppheap with IDEHEAPTRC conditional
|
2002-10-30 22:12:13 +00:00 |
|
pierre
|
fe29b4aca5
|
* only handle direction keys specially if buffer is bigger than window
|
2002-10-30 22:07:11 +00:00 |
|
pierre
|
ffa8a38c48
|
* also compile ppheap unit
|
2002-10-30 21:53:05 +00:00 |
|
peter
|
28488f4331
|
* do not include catch unit when compiling with NOCATCH
|
2002-10-30 21:45:02 +00:00 |
|
peter
|
477bc04c6a
|
* always include lineno after fileswitch. valgrind requires this
|
2002-10-30 21:01:14 +00:00 |
|
peter
|
ca3679e4bf
|
* MemoryManager record has a field NeedLock if the wrapper functions
need to provide locking for multithreaded programs
|
2002-10-30 20:39:13 +00:00 |
|
peter
|
766e8d35f6
|
* remove wrong lock from SysMemSize, MemSize() does the locking
already.
|
2002-10-30 19:54:19 +00:00 |
|
carl
|
b77e5b9969
|
* updated parsing of numbers (converted to real-type constants if does not fit in longint!)
* updated Errors for I/O Routrines with IOResult and $I switch
|
2002-10-30 19:31:53 +00:00 |
|
peter
|
37e8e2f992
|
* new bugs
|
2002-10-30 19:23:22 +00:00 |
|
carl
|
341775ee23
|
* updated FPU_EMULATION define (actually removed it entirely)
|
2002-10-30 19:07:55 +00:00 |
|
peter
|
4d35408f01
|
* procvar difference with smallint - longint should fail
|
2002-10-30 18:53:38 +00:00 |
|
pierre
|
1bd92de936
|
* merge of fix for tw2158 bug
|
2002-10-30 17:10:00 +00:00 |
|
pierre
|
9abb839d34
|
* transform into a real test that fails if wrong code is generated
|
2002-10-30 16:18:52 +00:00 |
|
pierre
|
0c0fdec501
|
just to be nice to Carl
|
2002-10-30 11:57:36 +00:00 |
|
carl
|
eede33f5a0
|
* oops, this test is only for m68k target!
|
2002-10-29 20:49:41 +00:00 |
|
carl
|
29497cbed0
|
* more fun testing for emulation $E switch.
|
2002-10-29 20:47:23 +00:00 |
|
carl
|
4ff94d240d
|
* more fun testing :)
|
2002-10-29 20:46:05 +00:00 |
|
carl
|
60c9982161
|
* updated with corrects testing (removed cdecl in constructors)
|
2002-10-29 20:44:30 +00:00 |
|
carl
|
061b179457
|
* use $E switch to determine tests
|
2002-10-29 20:43:11 +00:00 |
|
Jonas Maebe
|
1a1686620e
|
* corrected test
|
2002-10-29 20:32:50 +00:00 |
|
carl
|
d048399012
|
+ added missing -Cr option
|
2002-10-29 20:14:43 +00:00 |
|
carl
|
b33067dd6d
|
version 1.1 test only
|
2002-10-29 20:09:27 +00:00 |
|
pierre
|
4726bde002
|
test for bug #1720
|
2002-10-29 17:04:34 +00:00 |
|
pierre
|
a85ff04815
|
+ check enhanced fro negative array indexes and variable args
|
2002-10-29 17:04:06 +00:00 |
|
marco
|
eb9aa7925c
|
* Linux versions
|
2002-10-29 16:47:17 +00:00 |
|
pierre
|
b5cc48ecac
|
+ interactive test for bug #2002
|
2002-10-29 11:43:45 +00:00 |
|
pierre
|
ca424bbc32
|
+ check for record operator overloading
|
2002-10-29 11:36:30 +00:00 |
|
pierre
|
abbb7ed41c
|
* check -1**4 for both vars and constants
|
2002-10-29 11:33:21 +00:00 |
|
pierre
|
d0898ec220
|
* moved tw2174 source to webtbf directory
|
2002-10-29 10:03:53 +00:00 |
|
pierre
|
fc1d5c0a98
|
* fix crash report as webbug 2174
|
2002-10-29 10:01:22 +00:00 |
|
pierre
|
010beefd28
|
* procvar types checks for strings args should be stricter
|
2002-10-29 00:57:18 +00:00 |
|
olle
|
b71c1492a9
|
* macos entry/exit: only used registers are saved
- macos entry/exit: stackptr not saved in r31 anymore
* macos entry/exit: misc fixes
|
2002-10-28 22:24:28 +00:00 |
|
mazen
|
1e23f14e4f
|
* TOpSize values changed S_L --> S_SW
|
2002-10-28 20:59:17 +00:00 |
|
mazen
|
379fb9a4ff
|
* TOpSize values changed S_L --> S_SW
|
2002-10-28 20:37:44 +00:00 |
|
Tomas Hajny
|
ffe43375ce
|
+ PM spooler interface added
|
2002-10-28 16:05:18 +00:00 |
|
marco
|
21fb7bbb50
|
* Only "difficult" functions + execvp + termios + rewinddir left to do
|
2002-10-27 17:21:29 +00:00 |
|
Tomas Hajny
|
ef03d83a76
|
* heap management (hopefully) fixed
|
2002-10-27 14:29:00 +00:00 |
|
marco
|
13dfb6c1ce
|
* Routines that certainly will be shared between Linux and *BSD
|
2002-10-27 13:16:54 +00:00 |
|
marco
|
10f2ceeab8
|
* Modifications from Saturday.
|
2002-10-27 11:58:29 +00:00 |
|
marco
|
9b47bcfe9b
|
* First series POSIX calls commits. Including getcwd.
|
2002-10-26 18:27:51 +00:00 |
|
Jonas Maebe
|
f8004fe1ed
|
+ initial version
|
2002-10-26 14:33:09 +00:00 |
|
mazen
|
510ad4c33b
|
* bug of references name missing last character fixed
|
2002-10-25 19:37:53 +00:00 |
|
marco
|
809550f7dc
|
* Should be alias.
|
2002-10-25 15:46:48 +00:00 |
|
Tomas Hajny
|
567ae5a4e1
|
* ftpapi corrections
|
2002-10-25 06:51:07 +00:00 |
|
peter
|
17d4d95f72
|
* fixed os2units that were included for linux
|
2002-10-24 20:57:31 +00:00 |
|
sg
|
83e66ef0c7
|
* Fixed parsing of empty URL arguments (with missing "=")
|
2002-10-24 17:25:36 +00:00 |
|