olle
6ad2b42765
+ added DEFINEC for mode macpas, is equivalent to DEFINE
...
* fixed bug when macro without value is used in a compile time expr.
2004-08-22 10:50:19 +00:00
peter
1035b45833
* support $RESOURCE
2004-08-22 10:17:27 +00:00
peter
923569eee2
* fixed crash when passing array constructor to formal parameter
2004-08-22 10:17:13 +00:00
Károly Balogh
0a9f8702dd
+ added ReplyMsg, which was accidentally still missing
2004-08-21 22:24:58 +00:00
michael
da5a961ae0
* Patch from Joost van der Sluis
...
- Empty recordsets don't show any bogus data anymore
- Floatfiels.gettext fix
- SetBufListsize fix forTDBGrid
2004-08-21 21:10:00 +00:00
marco
1e235ea9c9
* regened with newer fpcmake
2004-08-20 11:46:22 +00:00
olle
a06d889f52
+ made fpc work as an MPW tool, by itself calling asm and link.
2004-08-20 10:30:00 +00:00
olle
2a4605eabc
+ made fpc work as an MPW tool, by itself calling asm and link.
...
* bugfix in fp exception flag settings routine
2004-08-20 10:29:31 +00:00
olle
ef89703097
* minor fix for macos
2004-08-20 10:23:35 +00:00
olle
3429e0068a
+ added support for Exec via AppleEvents - Toolserver
2004-08-20 10:20:12 +00:00
olle
6fae444a85
+ added error 900, for macos
2004-08-20 10:18:58 +00:00
olle
78249b1e66
+ added Yield routine
2004-08-20 10:18:15 +00:00
olle
ec0f1ed092
+ added things
2004-08-20 10:16:33 +00:00
olle
268e5d32cc
* prefixed write[buffer|blanks] with fpc_ and made them externally visible
2004-08-20 10:04:39 +00:00
marco
17d06678a0
* fixed gpm dependancies line. Don't add dependancies to dir/<file>$(PPUEXT)
2004-08-20 09:00:42 +00:00
marco
c1ee89b2ea
* dependancy problem fixed.
2004-08-19 21:24:12 +00:00
olle
6d429b0d95
+ added assigning op which converts FourCharCode to LongWord
...
+ added convertion functions FCC and FOUR_CHAR_CODE which
does the above conv manually.
2004-08-19 13:25:56 +00:00
marco
846e44f674
* gpm removed
2004-08-19 11:31:20 +00:00
michael
fbf42090c1
+ Additional checks for legal streams
2004-08-19 07:32:44 +00:00
michael
f38e99c893
+ Reader/Writer check for valid stream.
2004-08-19 07:29:17 +00:00
michael
dd1426b42c
+ Added SEmptyStreamIllegalReader/Writer
2004-08-19 07:28:50 +00:00
florian
5064ecaf57
* sparc uses wait4 as well
2004-08-18 21:03:35 +00:00
Tomas Hajny
65819e3b93
+ MD5 unit added
2004-08-18 19:58:13 +00:00
peter
4964799a49
* recommit to get newer timestamp
2004-08-18 19:18:18 +00:00
Károly Balogh
b7ae54715c
* quick fix to make it compile
2004-08-18 14:26:50 +00:00
Jonas Maebe
cb8f28f93d
+ test for "@procvar_of_object <> nil" in delphi mode
2004-08-17 19:05:27 +00:00
Jonas Maebe
e3eb4f8359
* fixed "if @procvar_of_object <> nil" in Delphi/TP mode for for non-x86
2004-08-17 19:04:36 +00:00
michael
977f705ba0
+ Works now with Delphi streams too
2004-08-17 18:32:42 +00:00
michael
66c66c9b09
+ Added HTTP test
2004-08-17 18:30:43 +00:00
peter
6794d20c5c
* merged fixes from debian maintainer
...
* amd64 support
2004-08-17 16:51:42 +00:00
Jonas Maebe
3a1e8981f4
* do not rename registers across conditional jumps
2004-08-17 16:34:58 +00:00
Jonas Maebe
c7544e69de
+ padalgingment field for recordsymtables (saved by recorddefs)
...
+ support for Macintosh PowerPC alignment (if the first field of a record
or union has an alignment > 4, then the record or union size must be
padded to a multiple of this size)
2004-08-17 16:29:21 +00:00
olle
0c65f27b35
* bugfix
2004-08-17 13:34:15 +00:00
olle
189214f79b
+ Added automatic use of unit macpas under mode macpas
2004-08-16 22:52:35 +00:00
peter
f3f33a5fea
* fixed shr/shl 32
2004-08-16 21:00:30 +00:00
peter
4275383b15
* range checks fixed
2004-08-16 21:00:15 +00:00
florian
a0dc475275
* inital empty revision
2004-08-16 20:53:27 +00:00
peter
b9d636fac7
* fail added
2004-08-16 16:29:49 +00:00
olle
3a29988676
+ Added unit macpas
2004-08-16 16:22:11 +00:00
olle
c883d661b9
+ Added this file, to be used for stuff specific for mode macpas
2004-08-16 16:21:23 +00:00
peter
1fb9d993e5
* patch from mattias to fix endianness and bufferoverflow with
...
1 and 2 byte ordinals
2004-08-16 16:12:28 +00:00
olle
5a67308b98
+ added directive LibExport for macpas, which does nothing atm
2004-08-16 11:34:25 +00:00
michael
123188cda8
+ Fixed some int<->object proprty issues which prevent 64 bit compilation
2004-08-16 08:06:36 +00:00
peter
8184ad2048
* fixed padding of records to alignment
2004-08-15 15:05:16 +00:00
florian
cf25a973f8
* fixed alignment of variant records
...
* more alignment problems fixed
2004-08-15 13:30:18 +00:00
Jonas Maebe
0ccc15675e
* add cprefix to procedures which are autoamtically marked as external in
...
macpas mode
2004-08-15 12:06:03 +00:00
sg
47f4beb5fb
* Added callback for RPC filtering etc. for XML-RPC servlets
2004-08-14 20:33:45 +00:00
sg
bbb5d1efdf
* Sockets now use REUSE_ADDR by default, to enable fast restarts of server
...
applications
2004-08-14 20:31:54 +00:00
sg
5dbbf8adac
* Added typecast within FSTypeToString to avoid problems when compiling
...
with range checks enabled
2004-08-14 20:26:59 +00:00
florian
6368652be2
* fixed several sparc alignment issues
...
+ Jonas' inline node patch; non functional yet
2004-08-14 14:50:42 +00:00