Commit Graph

5496 Commits

Author SHA1 Message Date
florian
4f10b59cce + mime type
git-svn-id: trunk@430 -
2005-06-16 21:14:25 +00:00
florian
ec6d5ff211 + utf-8 support for string constants added
git-svn-id: trunk@428 -
2005-06-16 20:16:37 +00:00
florian
03dde52c5b + WS_* constants are longints, added type casts for constants > $7fffffff
git-svn-id: trunk@425 -
2005-06-15 22:03:24 +00:00
florian
90cdc1b6fe * fixed interface rtti, fixes bug #4089
git-svn-id: trunk@422 -
2005-06-15 21:27:51 +00:00
Jonas Maebe
0f8e019c44 * fixed web bug tw4078 + added test
git-svn-id: trunk@414 -
2005-06-15 16:46:03 +00:00
peter
fd6248db71 * moved to fpcbuild repository
git-svn-id: trunk@333 -
2005-06-09 20:58:49 +00:00
peter
d6d524a39c * moved to fpcbuild repository
git-svn-id: trunk@332 -
2005-06-09 20:56:39 +00:00
florian
21ae782854 * fixed more xmm stuff
+ some win64 stuff added

git-svn-id: trunk@330 -
2005-06-09 20:50:17 +00:00
Jonas Maebe
fe4e35d0cf + added
git-svn-id: trunk@325 -
2005-06-09 20:12:59 +00:00
florian
ad3b9b9464 * windows rtl restructuring to share code between win32 and win64
* BeginThread can take a qword on 64 bit targets as stacksize

git-svn-id: trunk@287 -
2005-06-08 19:08:49 +00:00
florian
3c15de52d2 + build unit added
git-svn-id: trunk@286 -
2005-06-08 19:01:26 +00:00
peter
919b18f280 new bug
git-svn-id: trunk@246 -
2005-06-07 20:49:35 +00:00
florian
9a58bcae83 * properties set
git-svn-id: trunk@214 -
2005-06-05 14:07:41 +00:00
florian
c97714de9f * renamed windows related units from win32 to win so it can contain ce and 64 bit stuff
git-svn-id: trunk@213 -
2005-06-05 13:42:35 +00:00
Tomas Hajny
8765b5a29b + resolve.inc implementation for OS/2 by Soren Ager
git-svn-id: trunk@210 -
2005-06-05 12:34:52 +00:00
florian
ebcb69478f * fixed a lot of stuff for fpu/mm register variables
git-svn-id: trunk@199 -
2005-06-04 21:23:15 +00:00
florian
223c3dcb6d + mime type and eol on dat files set
git-svn-id: trunk@197 -
2005-06-04 18:21:56 +00:00
Jonas Maebe
7a79e0f083 * use definition of pthread_mutex_t from ptypes.h instead of
the linux definition in the system unit

git-svn-id: trunk@185 -
2005-06-03 21:07:04 +00:00
florian
6a36b62b02 * initial test
git-svn-id: trunk@183 -
2005-06-03 17:48:21 +00:00
florian
837638b971 * initial test version
git-svn-id: trunk@169 -
2005-06-01 18:45:23 +00:00
peter
cae26c3ab4 * missing .o files
git-svn-id: trunk@163 -
2005-06-01 08:15:20 +00:00
florian
9da46ff50a * more descriptive error message in case of a missing variant unit added
* variant unit uses now the math unit for ** implementation

git-svn-id: trunk@158 -
2005-05-30 20:47:34 +00:00
florian
4f30642b4a * fixed StrToDate to throw proper exceptions in case of an error, fixes bug #3913
git-svn-id: trunk@156 -
2005-05-30 20:37:35 +00:00
daniel
a7d57f0268 * Fix tabs
git-svn-id: trunk@135 -
2005-05-29 10:15:45 +00:00
Tomas Hajny
3d00563633 + check for not failing on Delphi $WARN directive
git-svn-id: trunk@125 -
2005-05-26 20:53:02 +00:00
florian
2652c764f1 + test added; thought it was fixed already :)
git-svn-id: trunk@107 -
2005-05-25 21:07:30 +00:00
florian
5e8e8fc5e4 + implemented empty Aquire/Release for SynchroObject, fixes bug #3821
git-svn-id: trunk@102 -
2005-05-25 20:53:50 +00:00
fpc
4c55f2bc34 + Initial import
git-svn-id: trunk@92 -
2005-05-25 07:57:17 +00:00
florian
f8c314a7b7 * changed fpc_read_text to use out instead of var
git-svn-id: trunk@73 -
2005-05-22 18:17:15 +00:00
florian
d01bde1a83 + $WARN directive implemented fixes bug #3939
git-svn-id: trunk@65 -
2005-05-22 11:57:24 +00:00
florian
61cbb32225 * test for bug #3827 added
git-svn-id: trunk@63 -
2005-05-22 10:58:49 +00:00
florian
ac880214fc * fixed passing function results to const formal defs, see tbs/tb0490.pp
git-svn-id: trunk@56 -
2005-05-21 20:44:04 +00:00
florian
bbc61266fe + readded
git-svn-id: trunk@46 -
2005-05-21 14:25:16 +00:00
michael
5e01930edc + Added uuid package
git-svn-id: trunk@44 -
2005-05-21 10:11:59 +00:00
michael
180fd52858 + Reworked GUID creation
git-svn-id: trunk@43 -
2005-05-21 10:03:44 +00:00
florian
ae4ac3d4da + test tw3967.pp
git-svn-id: trunk@40 -
2005-05-21 07:56:39 +00:00
florian
c044221818 * fixed alignment of objects and arrays in arrays, fixes bug #3971
git-svn-id: trunk@39 -
2005-05-21 07:39:44 +00:00
florian
6c233eaae4 * fixed comparisation of booleans and nulls in variants, fixes bug #3953
git-svn-id: trunk@35 -
2005-05-19 22:16:53 +00:00
michael
ffb55c4254 + Removed VER1_0 defines
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
fpc
a4c714572b + test for bug #3977 added
git-svn-id: trunk@30 -
2005-05-19 21:07:16 +00:00
michael
35fb930eba + Removed from 2.0 tree
git-svn-id: trunk@28 -
2005-05-19 18:38:09 +00:00
fpc
9c44ad0831 * property svn:mime-type for most files in main branch fixed
git-svn-id: trunk@20 -
2005-05-18 20:24:09 +00:00
fpc
48feb5014c * eol style property in main branch fixed
git-svn-id: trunk@19 -
2005-05-18 16:53:52 +00:00
fpc
aabbd3c7df * property svn:eol-style: native set
git-svn-id: trunk@16 -
2005-05-18 16:16:11 +00:00
florian
8caa0877d8 git-svn-id: trunk@9 - 2005-05-17 20:39:18 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00