Commit Graph

13785 Commits

Author SHA1 Message Date
michael
f48c3bf55b + Added libc to linux dirs 2003-06-26 08:32:57 +00:00
michael
4bc085713f + Initial implementation 2003-06-26 08:31:12 +00:00
peter
bfb8ae2151 * sym,def resolving partly rewritten to support also parent objects
not directly available through the uses clause
2003-06-25 18:31:23 +00:00
michael
c7b339b3ce + Original test examples and class included 2003-06-25 14:03:17 +00:00
michael
3095aa7d25 + Win32 dll also uses cdecl zip -r c:/temp/fpcsqlite sqlite 2003-06-25 14:01:59 +00:00
sg
c16cbd8677 * Added support for reading set properties 2003-06-25 08:56:26 +00:00
sg
aebf2e96af * Inform the server socket object that it runs non-blocking 2003-06-25 08:53:51 +00:00
sg
1cf879857e * Added OnException event to TXMLRPCServlet 2003-06-25 08:49:21 +00:00
sg
c2cb6c92ea * Fixed serious bug in TGenericLineReader: When the reader gets killed
via StopAndFree during an OnLine callback, the reader now will
  immediately stop reading, so that the owner of the reader can process
  the remaining buffer
2003-06-25 08:41:01 +00:00
michael
85d1583739 + Patches from Matthias Gaertner to fix parsing of LCL 2003-06-24 12:59:07 +00:00
pierre
c80bd4565d * fix a bug preventing correct reading of intel 'mov [edi],al' 2003-06-20 12:57:15 +00:00
pierre
38ed54310e * add explicit typecast to OnDiskLoadTime assignments 2003-06-19 15:20:29 +00:00
pierre
d634e70dc4 * fix for m68k, extended are 12 bytes 2003-06-19 10:04:00 +00:00
sg
e1723974e4 * Fixed silly typo in THttpHeader.SetHeaderValues 2003-06-18 19:13:04 +00:00
pierre
f25dbcea16 * use more reasonable iteration counts for this test 2003-06-18 11:14:00 +00:00
olle
cb440f8f93 * changed .p to .pas to make the compiler compile 2003-06-18 10:19:07 +00:00
olle
280c8655e5 * macos: fixes of loading-code 2003-06-18 10:12:36 +00:00
pierre
81edb46938 * use termios.inc TwinSize definition 2003-06-18 09:54:13 +00:00
Jonas Maebe
4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 2003-06-17 19:24:08 +00:00
Jonas Maebe
aa9f048e02 * fixed -dnewra compilation problems 2003-06-17 18:13:51 +00:00
Jonas Maebe
9b645eef82 - removed allocparaloc/freeparaloc, generic ones are ok now 2003-06-17 17:27:08 +00:00
peter
b8ad3514c0 * cycle fixes 2003-06-17 16:51:30 +00:00
Jonas Maebe
52e51dddb1 * fixed old syscall handling for ppc 2003-06-17 16:39:58 +00:00
Jonas Maebe
394b70f94d * fpc_{ansistr|widestr}_unique is now a function so it can be used as
compilerproc
2003-06-17 16:38:53 +00:00
peter
c642c454a2 * freeintparaloc 2003-06-17 16:36:59 +00:00
peter
f50aba2839 * a_loadaddr_ref_reg fixed 2003-06-17 16:35:56 +00:00
peter
6ce3721d8b * JMP_BUF_SIZE changed to 4 to remove Alloctemp warnings 2003-06-17 16:35:42 +00:00
Jonas Maebe
404d344d92 * lots of newra fixes (need getfuncretparaloc implementation for i386)!
* renamed all_intregisters to volatile_intregisters and made it
    processor dependent
2003-06-17 16:34:44 +00:00
peter
e6e43724c3 * freeintparaloc added 2003-06-17 16:34:19 +00:00
peter
43746bc54a * alloc register for function result 2003-06-17 16:32:44 +00:00
peter
b489c2d65e * allocpara/freepara 64bit support 2003-06-17 16:32:03 +00:00
pierre
1d9c2b2c7c * add known 1.0 compile time error 2003-06-17 08:31:34 +00:00
michael
4e47a0770e + Renamed ManualReset parameter to TEventObject constructor 2003-06-17 07:35:58 +00:00
mazen
012af1131e * updated to help compiling the compiler 2003-06-17 04:34:04 +00:00
Jonas Maebe
673d792cc6 * release function result registers if the functino result isn't used
* don't allocate function result register with -dnewra if there is none
  * some optimizations for non-x86 processor (don't save any registers
    before a call)
2003-06-15 16:52:02 +00:00
Jonas Maebe
75b147ba60 * fixed revious commit 2003-06-15 16:47:33 +00:00
michael
d3e2da6e89 + Changed itemize to description in units section 2003-06-15 16:29:55 +00:00
Jonas Maebe
3bbea08997 * fixed register allocation for threadvar loads with newra 2003-06-15 15:13:12 +00:00
Jonas Maebe
4e7fac9e7e * callparatemp fix: if a threadvar is a parameter, that paramter also
does a call
2003-06-15 15:10:57 +00:00
michael
6c1aa22a89 + forgot to comment INVALID_HANDLE_VALUE function 2003-06-15 14:34:35 +00:00
michael
2b253f4d01 + INVALID_HANDLE_VALUE is a constant, not a function 2003-06-15 14:33:22 +00:00
michael
56af580ed1 + Added sqlite 2003-06-15 10:34:59 +00:00
michael
b9769c78ee + initial import 2003-06-15 10:33:57 +00:00
michael
3c48f7a75f + + Added winver 2003-06-15 09:50:01 +00:00
michael
e1594058f1 + Initial implementation 2003-06-15 09:48:24 +00:00
Jonas Maebe
642d0f923b * ppc compiles with -dnewra, haven't tried to compile anything with it
yet though
2003-06-14 22:32:43 +00:00
michael
84cbf9a573 + pthreads dependency added for linux 2003-06-14 19:19:44 +00:00
michael
4e7f8ce823 + Some improvements for the Linux version 2003-06-14 19:14:58 +00:00
michael
70f3a0c08e + Initial implementation 2003-06-14 19:14:31 +00:00
michael
d4eebadc95 + Added syncobjs for Linux 2003-06-14 19:13:37 +00:00