Commit Graph

25558 Commits

Author SHA1 Message Date
peter
1f7cde0306 * patch from mazen to fix zero extending of register moves where the destination
size is larger than the source size

git-svn-id: trunk@7090 -
2007-04-12 07:11:24 +00:00
florian
1a2ff69193 * mswindows -> windows, WinCE supports OpenGL as well
git-svn-id: trunk@7089 -
2007-04-11 20:11:44 +00:00
florian
070874461c * fix for tcnvint5 on sparc
git-svn-id: trunk@7088 -
2007-04-11 19:38:04 +00:00
pierre
9137533864 Patch from Vincent Snijders, sent to fpc-devel
add the same sanity check for the frame pointer
  in TraceReAllocMem as already is in TraceGetMem.

git-svn-id: trunk@7086 -
2007-04-10 22:14:47 +00:00
florian
12504a6aa7 * a lot of defines changed from win32 to windows, doesn't help for glut though because I didn't find a win64 glut32.dll yet
git-svn-id: trunk@7085 -
2007-04-10 20:25:33 +00:00
florian
011993a5f1 * properties fixed
git-svn-id: trunk@7084 -
2007-04-09 19:04:51 +00:00
marco
6721e0d61c * ifdef win32 -> ifdef mswindows (as per mantis8656) Rest ifdef win32 need to be checked
git-svn-id: trunk@7083 -
2007-04-09 10:15:37 +00:00
marco
96ac89f6d5 * 64-bit FreeBSD port files
git-svn-id: trunk@7082 -
2007-04-09 09:09:01 +00:00
florian
f47557dde3 * more missing properties set
git-svn-id: trunk@7081 -
2007-04-09 09:07:49 +00:00
florian
119bc9f51e + line endings fixed
* properties set

git-svn-id: trunk@7080 -
2007-04-09 09:06:07 +00:00
marco
95c210ad7e * crossbindir added -Xc which is for dynlib creation?!?!
git-svn-id: trunk@7074 -
2007-04-08 13:54:22 +00:00
florian
572608a64f * fixed ipc for 32 bit systems
git-svn-id: trunk@7073 -
2007-04-07 18:42:01 +00:00
florian
3b3162062a * fixed WinCE compilation
git-svn-id: trunk@7072 -
2007-04-07 18:23:24 +00:00
florian
d90bc77a54 * fixed several type declarations
git-svn-id: trunk@7071 -
2007-04-07 18:23:03 +00:00
florian
0c889207ca * fixed ipc syscalls and data structures for x86-64, resolves #8616
git-svn-id: trunk@7070 -
2007-04-07 18:00:05 +00:00
Jonas Maebe
0a6256e44b - disabled linking to SystemStubs for Mac OS X since it's only available
on Mac OS X 10.4 and higher

git-svn-id: trunk@7067 -
2007-04-07 16:39:44 +00:00
florian
fef643654b * moved
git-svn-id: trunk@7066 -
2007-04-06 21:20:28 +00:00
florian
56e30e75af * don't crash on invalid property declarations, resolves #8451
git-svn-id: trunk@7065 -
2007-04-06 21:18:10 +00:00
florian
08e5d21da8 + keypressed for windows, resolves #8637
git-svn-id: trunk@7064 -
2007-04-06 20:38:24 +00:00
florian
35682fdc81 resolved #8555
* fixed KeyExists on windows
+ added simple test for KeyExists

git-svn-id: trunk@7063 -
2007-04-06 13:50:54 +00:00
florian
9140766d5a * support for unaligned loads/stores on sparc
git-svn-id: trunk@7062 -
2007-04-05 12:49:12 +00:00
florian
b54185401c + sparc lazarus project file
git-svn-id: trunk@7061 -
2007-04-05 10:22:24 +00:00
florian
d7da24aae2 * fixed another bloody stat record issue
git-svn-id: trunk@7060 -
2007-04-05 09:38:06 +00:00
florian
52db191745 * don't take size of open array defs, resolves #8615
git-svn-id: trunk@7059 -
2007-04-04 17:16:42 +00:00
tom_at_work
1d6089705f * fixed a_load_subsetreg_reg when the part to extract is already at the LSB position where only bitmasking is required
git-svn-id: trunk@7058 -
2007-04-03 22:03:18 +00:00
florian
ef5c7a595d + more symbian stuff from Felipe Monteiro de Carvalho
git-svn-id: trunk@7057 -
2007-04-03 15:46:43 +00:00
michael
38f8edae01 * Added possibility to specify port
git-svn-id: trunk@7056 -
2007-04-03 07:59:43 +00:00
florian
77cd61b4d2 + OO test
git-svn-id: trunk@7055 -
2007-04-01 21:04:46 +00:00
florian
b0a068b9a0 + unused so far and untested implementation of a_load_*_unaligned
git-svn-id: trunk@7054 -
2007-04-01 19:16:18 +00:00
florian
2894267806 * fixed profiler startup code to link again, resolves #8551
git-svn-id: trunk@7053 -
2007-04-01 16:20:01 +00:00
florian
8d371e3f97 * made RT_* simple constants, fixes #8584
git-svn-id: trunk@7052 -
2007-04-01 15:39:45 +00:00
joost
f2c81869a1 * Renamed too long testnames to shorter ones
* Added TestSetBlobAsStringParam and TestSetBlobAsMemoParam tests
 * Fixed TestpfInUpdateFlag test

git-svn-id: trunk@7051 -
2007-04-01 15:18:21 +00:00
michael
3d473ee80a * Added fpapache explanation
git-svn-id: trunk@7050 -
2007-04-01 15:09:35 +00:00
michael
e595b6ae05 * Added some delphi compatibility properties
* Apache module now works.
* Removed debug define.
* Extended webutil.

git-svn-id: trunk@7049 -
2007-04-01 15:06:56 +00:00
florian
dac3a5c5a8 * fixed test, doing findclose twice hurts at least win64
git-svn-id: trunk@7048 -
2007-04-01 14:46:47 +00:00
Tomas Hajny
7668853b15 * missing ctypes dependency for initc added
git-svn-id: trunk@7047 -
2007-04-01 10:25:20 +00:00
Tomas Hajny
ed22287ae2 - removed duplicated type pointer definitions
git-svn-id: trunk@7046 -
2007-04-01 10:22:20 +00:00
michael
3453186c82 * initial version of apache support (not yet in Makefile)
git-svn-id: trunk@7044 -
2007-03-31 21:04:58 +00:00
michael
27eedd4ff1 * Fixed some typing error in a type
git-svn-id: trunk@7043 -
2007-03-31 21:04:22 +00:00
florian
9511c9ffd2 * made arm-wince default target for arm cross compilers hosted on windows
git-svn-id: trunk@7041 -
2007-03-31 20:56:16 +00:00
tom_at_work
9c1604ea44 * do NOT specify R0 as available volatile register. Fixes cycle on ppc64/linux. Most probably the compiler starts using it as temp register which leads to bad code since in some instructions R0 means zero, not the value of R0.
git-svn-id: trunk@7039 -
2007-03-31 14:50:02 +00:00
pierre
3473faab07 + added generation of debugging infos of parast and localst for methods
git-svn-id: trunk@7038 -
2007-03-30 21:34:55 +00:00
Jonas Maebe
4913e07019 * r7035 for darwin/ppc64
git-svn-id: trunk@7036 -
2007-03-30 12:13:22 +00:00
Jonas Maebe
1cafdf7a59 * change darwin/i386 and ppc from case_sensitive into case_aware
because the directory caching overrules the file system behaviour
    for case-insensitive systems (will do darwin/ppc64 separate because
    it can't be merged back)

git-svn-id: trunk@7035 -
2007-03-30 12:12:21 +00:00
Jonas Maebe
9482fa275e * regenerated for all platforms
git-svn-id: trunk@7034 -
2007-03-30 08:04:42 +00:00
peter
bc071f709c * fix r7009, check also if the other node is integer type
git-svn-id: trunk@7032 -
2007-03-30 06:51:23 +00:00
peter
6804d5bf90 * new test
git-svn-id: trunk@7031 -
2007-03-30 06:34:03 +00:00
Almindor
02702d199f * fix typo in ESock[s]errors
git-svn-id: trunk@7030 -
2007-03-29 20:51:10 +00:00
michael
ee4e71fdd3 * Fixed size of apr_off_t for 64-bit systems
git-svn-id: trunk@7029 -
2007-03-29 20:49:49 +00:00
michael
3c10213ddd * Fixed compilation
git-svn-id: trunk@7028 -
2007-03-29 20:42:54 +00:00