peter
|
a1a644cbb5
|
* remove phistrec usage
|
2004-12-26 13:26:52 +00:00 |
|
peter
|
cb255fffed
|
* fix bugs 3477, 3478, 3479
|
2004-12-26 13:04:30 +00:00 |
|
peter
|
735a5ca27c
|
* new bug
|
2004-12-26 12:36:38 +00:00 |
|
peter
|
51669cac6d
|
* new bugs
|
2004-12-26 12:34:34 +00:00 |
|
peter
|
9bc5c71ed9
|
* cursorx,cursory 0 based, fixes 3468
|
2004-12-26 12:22:05 +00:00 |
|
Tomas Hajny
|
ff64d596e4
|
* list of OS/2 files updated
|
2004-12-25 17:06:11 +00:00 |
|
florian
|
f068e0c3da
|
* fixed extended->double/single conversion when using sse
|
2004-12-25 12:29:08 +00:00 |
|
florian
|
cef9542133
|
* sse instructions should mask overflow by default
|
2004-12-25 11:50:46 +00:00 |
|
florian
|
0ad4b9d394
|
* optimized float to float conversion
|
2004-12-25 10:48:17 +00:00 |
|
Jonas Maebe
|
2f8040263d
|
- removed unnecessary dependency on linux unit
|
2004-12-24 15:41:19 +00:00 |
|
Jonas Maebe
|
c3ad23c811
|
* fixed uninitialised variable
|
2004-12-24 15:21:50 +00:00 |
|
Jonas Maebe
|
d377cacc61
|
* fixed call-by-value passing of records with size 1, 2 or 4 for AIX abi
(using a hack, normally all records should by passed by value under the
aix abi, but that's currently impossible)
|
2004-12-24 15:00:11 +00:00 |
|
michael
|
130721b581
|
New method raiseIndexError
|
2004-12-24 12:38:00 +00:00 |
|
Jonas Maebe
|
067c588089
|
- removed unused variables
|
2004-12-24 11:58:33 +00:00 |
|
Jonas Maebe
|
4c3b9ce6c3
|
* fixed a_jmp_name() for darwin
|
2004-12-24 11:51:55 +00:00 |
|
michael
|
f726e0fed6
|
* Exception in sub to avoid extra try/finally frame
|
2004-12-24 11:10:38 +00:00 |
|
michael
|
360f273759
|
+ Changed FreeAndNil to simple free (From Mattias Gaertner)
|
2004-12-24 09:18:38 +00:00 |
|
michael
|
e5da7466d7
|
+ Added psInsideFrame penstyle
|
2004-12-24 08:52:36 +00:00 |
|
michael
|
65de79d42b
|
+ Patch from Mattias Gaertner to rename TFPCanvasHelper.Color -> FPCOlor
|
2004-12-24 08:31:06 +00:00 |
|
peter
|
9d567a3c63
|
* fix rtlcreateevent
|
2004-12-23 20:58:22 +00:00 |
|
michael
|
0b667efe9b
|
+ Fixed tmt1 test bug
|
2004-12-23 20:20:30 +00:00 |
|
Jonas Maebe
|
bbb95a65f7
|
* fixed typo
|
2004-12-23 18:45:23 +00:00 |
|
marco
|
5f0c8bd8b5
|
* cdecl stuff removed. Now works on FreeBSD with and without FPC_USE_LIBC
|
2004-12-23 18:32:26 +00:00 |
|
peter
|
6d0688a552
|
use %token% macros instead of $1 and $2
|
2004-12-23 17:36:53 +00:00 |
|
peter
|
76a89eb263
|
never use ret direct in assembler
|
2004-12-23 17:27:37 +00:00 |
|
peter
|
0c7371eac6
|
use pkgunitspre instead of units-
|
2004-12-23 17:00:01 +00:00 |
|
peter
|
27880c29fd
|
add uses dos for OS_DOS
|
2004-12-23 16:19:57 +00:00 |
|
marco
|
7377bbf1c9
|
* 2nd synchronize attempt. cthreads<->systhrds difference was not ok, but
only showed on make install should be fixed now.
|
2004-12-23 15:08:58 +00:00 |
|
michael
|
993460bbc3
|
+ Pmand->Pmmask, pmOr ->pmMerge
|
2004-12-23 12:08:43 +00:00 |
|
michael
|
1abb5d4c83
|
+ Pmand->Pmmask, pmOr ->pmMerge
|
2004-12-23 11:19:52 +00:00 |
|
marco
|
8019924d4f
|
* first tthread.synchronize support (merged neli's patches)
|
2004-12-23 09:42:42 +00:00 |
|
michael
|
8bcd529bca
|
+ Fixed PenMode
|
2004-12-23 08:34:02 +00:00 |
|
michael
|
5c98c741cc
|
+ Patch from Mattias to support GraphicsObject methods
|
2004-12-23 08:16:08 +00:00 |
|
yuri
|
6c9bae4082
|
* Fixed compilation
|
2004-12-23 05:16:31 +00:00 |
|
yuri
|
4591489e6f
|
* Porting finished.
|
2004-12-23 05:04:38 +00:00 |
|
marco
|
0db4315ea9
|
* rtlevent kraam. Checked (compile): Linux, FreeBSD, Darwin, Windows
Check work: ask Neli.
|
2004-12-22 21:29:24 +00:00 |
|
peter
|
1da9e24cee
|
* support sizeof()
* fix typecasting a constant like dword(4)
|
2004-12-22 17:09:55 +00:00 |
|
peter
|
71073744e4
|
* dword() typecast to fix delphi compile
|
2004-12-22 16:49:10 +00:00 |
|
peter
|
855ccb7ac8
|
* remove wrong dword ptr
|
2004-12-22 16:48:33 +00:00 |
|
peter
|
dc363f29bc
|
* maybequoted() added
|
2004-12-22 16:32:45 +00:00 |
|
peter
|
79f84b67ab
|
* fixed cluster.findsel
|
2004-12-22 15:50:38 +00:00 |
|
peter
|
d0956aec45
|
* fixed overflow when histsize=0
|
2004-12-22 15:45:34 +00:00 |
|
peter
|
2b860db51d
|
* fixed compile
|
2004-12-22 15:33:24 +00:00 |
|
peter
|
3a505c44ad
|
* always restore original window/buffersize for the console at exit
|
2004-12-22 15:29:26 +00:00 |
|
peter
|
2b8fb44243
|
* more fixes for win32 installer
|
2004-12-22 15:28:48 +00:00 |
|
peter
|
20009e79f0
|
* TGroup.ClipChildes added
|
2004-12-22 15:28:22 +00:00 |
|
peter
|
bdc1d8e075
|
* call giveuptimeslice to prevent busy loop with idle
|
2004-12-22 15:27:30 +00:00 |
|
peter
|
25eb483cfe
|
* fixed NODEBUG
* set default target to the default target of the compiler
|
2004-12-22 15:24:06 +00:00 |
|
marco
|
d99267e326
|
* fpgettimeofday moved from baseunix to unix
|
2004-12-22 13:53:51 +00:00 |
|
michael
|
77c5aeb350
|
+ Fixed bug #3461
|
2004-12-22 12:05:41 +00:00 |
|