florian
|
6f47022b58
|
* InitProc gets an inital value
|
2005-02-06 20:37:31 +00:00 |
|
florian
|
aeac2a046d
|
+ InitProc
|
2005-02-06 20:35:54 +00:00 |
|
florian
|
c8d20e65c4
|
+ GlobalNameSpace
|
2005-02-06 20:31:35 +00:00 |
|
florian
|
acc34b08cd
|
* fixed precedence of is-operator
|
2005-02-06 20:29:12 +00:00 |
|
peter
|
980d8dcfad
|
* build with current gcc
|
2005-02-06 20:05:57 +00:00 |
|
peter
|
be5b3b9929
|
* use int for 32bit types
|
2005-02-06 20:00:41 +00:00 |
|
peter
|
9a8e62553a
|
* oldfpccall fixed
|
2005-02-06 19:55:19 +00:00 |
|
peter
|
becdba7e25
|
* 64bit fixes
|
2005-02-06 19:51:53 +00:00 |
|
peter
|
adc66eaf55
|
* arrays are always passed by addr
* cdecl array of const is passed by value so it doesn't allocate
anything
|
2005-02-06 18:59:15 +00:00 |
|
michael
|
0ed0de65d4
|
+ Added streamio
|
2005-02-06 18:24:06 +00:00 |
|
michael
|
606af3ac27
|
+ Initial implementation
|
2005-02-06 18:23:28 +00:00 |
|
peter
|
e49fa4bd08
|
* threads for go32v2,os,emx,netware
|
2005-02-06 16:57:18 +00:00 |
|
peter
|
86025bbcb6
|
* moved file and dir functions to sysfile/sysdir
* win32 thread in systemunit
|
2005-02-06 13:06:20 +00:00 |
|
peter
|
f5bc749953
|
* bsd thread updates
|
2005-02-06 12:16:52 +00:00 |
|
florian
|
f9b385e902
|
+ TAtom
|
2005-02-06 11:22:38 +00:00 |
|
peter
|
2fbaae2b91
|
* threading in system unit
* removed systhrds unit
|
2005-02-06 11:20:52 +00:00 |
|
peter
|
ad9d04f104
|
* removed $threading
|
2005-02-06 11:15:31 +00:00 |
|
peter
|
6ac192fcbb
|
* new bug
|
2005-02-06 10:08:32 +00:00 |
|
peter
|
535cb78569
|
* new bug
|
2005-02-06 10:02:48 +00:00 |
|
peter
|
0be4736a4e
|
* new bug
|
2005-02-06 09:51:30 +00:00 |
|
florian
|
3ed23de88e
|
+ StrCharLength infrastructure
|
2005-02-06 09:38:45 +00:00 |
|
florian
|
5793f2037f
|
+ added the new types from linux
|
2005-02-06 08:50:22 +00:00 |
|
florian
|
b1c8bfc478
|
+ x86_64 pic draft
|
2005-02-06 00:05:56 +00:00 |
|
florian
|
47534143af
|
* threadvars on x86_64 fixed
|
2005-02-05 23:49:49 +00:00 |
|
peter
|
9db91c3f23
|
* set addr:=nil for other signals
|
2005-02-05 23:46:12 +00:00 |
|
peter
|
7335a0e9af
|
* sigcontext is invalid, use siginfo only
|
2005-02-05 23:45:38 +00:00 |
|
florian
|
005ca57ebb
|
* use ctypes unit
|
2005-02-05 23:04:04 +00:00 |
|
florian
|
ca6c0e3688
|
+ added some missing c types
|
2005-02-05 23:02:37 +00:00 |
|
marco
|
186692a586
|
* x86 and some other units readded
|
2005-02-05 22:55:28 +00:00 |
|
peter
|
f6936ee740
|
* use typecasted sigactionhandler, needed for arm
|
2005-02-05 22:53:43 +00:00 |
|
peter
|
bf7971e2ab
|
* sigactionhandler fixed for arm
|
2005-02-05 22:45:54 +00:00 |
|
florian
|
29532aa635
|
* some PIC ifdefs
|
2005-02-05 22:30:50 +00:00 |
|
michael
|
ea133d5094
|
+ Implemented DelimitedText, FDelimiter etc.
|
2005-02-05 22:03:49 +00:00 |
|
michael
|
d3e14a13b0
|
+ Fix for compilation with version 1.0.10
|
2005-02-05 20:07:19 +00:00 |
|
peter
|
96ccefd68c
|
* long=sizeint
|
2005-02-05 19:15:52 +00:00 |
|
florian
|
5f8c31df7c
|
* on 64 bit CPUs val works with 64 bit
|
2005-02-05 18:56:45 +00:00 |
|
florian
|
6abb733b75
|
* test is i386 only
|
2005-02-05 18:38:54 +00:00 |
|
florian
|
3835b9f13b
|
* fixed previous commit
|
2005-02-05 18:32:17 +00:00 |
|
florian
|
e94fe45846
|
* fixed dword -> qword/int64 type cast on x86_64
|
2005-02-05 18:08:48 +00:00 |
|
florian
|
992876d041
|
+ completed SSE exception masks
|
2005-02-05 16:19:44 +00:00 |
|
florian
|
602026d89d
|
+ setting sse exception mask on x86_64
|
2005-02-05 16:17:19 +00:00 |
|
michael
|
3073c753a2
|
+ Fixed bug report from Ales Katona
|
2005-02-05 12:30:08 +00:00 |
|
florian
|
b6ef0bf703
|
* fixed previous commit
|
2005-02-05 10:47:38 +00:00 |
|
marco
|
ba9a61a95e
|
* FreeBSD ioperm fixes backported from 1.0
|
2005-02-05 10:44:01 +00:00 |
|
peter
|
ab069b68a2
|
* move tools to compiler/utils/
|
2005-02-05 10:25:30 +00:00 |
|
florian
|
e995e131bd
|
*** empty log message ***
|
2005-02-05 10:24:17 +00:00 |
|
peter
|
44fcbd99be
|
* remove sources
|
2005-02-05 10:24:02 +00:00 |
|
florian
|
c73d4a0b96
|
* map farpointer to pointer on platforms not having farpointers
|
2005-02-05 10:07:21 +00:00 |
|
marco
|
b5114bfed2
|
* regvars problem fixed
|
2005-02-05 08:42:24 +00:00 |
|
joost
|
254c09ae48
|
- added postgres for win32
|
2005-02-04 18:17:55 +00:00 |
|