Jonas Maebe
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918 )
...
git-svn-id: trunk@8790 -
2007-10-14 10:55:40 +00:00
Jonas Maebe
8ed15c96bb
- removed COMPPROCINLINEFIXED define and ifdefs (fixed in 2.2.0)
...
git-svn-id: trunk@8789 -
2007-10-14 09:44:18 +00:00
florian
bb314e5456
* regenerated
...
git-svn-id: trunk@8788 -
2007-10-14 09:32:15 +00:00
florian
6eff22d466
* remove disassembler hint \331 from comisd, it causes rex to be
...
generated too early. rex must be generated after the 0x66 prefix.
There might be more problems like this which must be fixed.
git-svn-id: trunk@8787 -
2007-10-14 09:32:01 +00:00
florian
5d31cd02a7
* regenerated
...
git-svn-id: trunk@8786 -
2007-10-14 09:04:56 +00:00
florian
6d53d3b4cd
* fixed assembling of comisd with rex, there are probably more similiar fixes necessary, must be checked first
...
git-svn-id: trunk@8785 -
2007-10-14 09:04:45 +00:00
Jonas Maebe
1c8d0eef9b
* fixed compilation
...
git-svn-id: trunk@8784 -
2007-10-14 08:50:24 +00:00
florian
3ccdad2abe
* basic TComObject implementation
...
git-svn-id: trunk@8783 -
2007-10-13 22:13:47 +00:00
michael
fbe94969d0
* Quotes are normally not stripped. Introduced a StripQuotes property
...
git-svn-id: trunk@8782 -
2007-10-13 20:29:09 +00:00
micha
5d1a952f2a
* fix initial state of basicevent
...
git-svn-id: trunk@8781 -
2007-10-13 20:25:46 +00:00
marco
a43e03f6c0
* Spaces version improved.
...
git-svn-id: trunk@8780 -
2007-10-13 19:40:16 +00:00
florian
f66916fc95
* fixed calculation of fpu resources
...
git-svn-id: trunk@8779 -
2007-10-13 19:39:25 +00:00
florian
96eaeeaf98
* fixed Index* for 64 Bit CPUs
...
* use forward move as much as possible
git-svn-id: trunk@8778 -
2007-10-13 19:06:41 +00:00
florian
342ba323cf
* fixed assembling of cvtsi2ss with rex
...
git-svn-id: trunk@8777 -
2007-10-13 14:53:27 +00:00
florian
d8fbc86061
* display compilation time, resolves #9926
...
git-svn-id: trunk@8776 -
2007-10-13 13:21:33 +00:00
marco
807e964dab
* Faster overloaded inttobin 32-bit and 64-bit.
...
git-svn-id: trunk@8775 -
2007-10-12 20:54:15 +00:00
florian
0907f3c73b
* regenerated
...
git-svn-id: trunk@8774 -
2007-10-12 16:30:51 +00:00
florian
29084acefd
* moved pre-configured tools to unused shift key combinations
...
git-svn-id: trunk@8773 -
2007-10-12 16:30:36 +00:00
florian
7af2e21ef9
* enabled Shift-F11 and Shift-F2 for tools
...
git-svn-id: trunk@8772 -
2007-10-12 16:22:27 +00:00
florian
fa0507ec2c
* fixed compilation on arm in extdebug mode
...
git-svn-id: trunk@8771 -
2007-10-12 16:14:49 +00:00
Jonas Maebe
c89ea4412f
* disallow using inline nodes with a non-void resultdef as statements
...
(e.g. length, lo/hi, ord, etc). Not the same as mantis #9918 , but
somewhat related
git-svn-id: trunk@8770 -
2007-10-12 11:54:37 +00:00
Jonas Maebe
775ee6f563
* len=0 should not be treated as overflow in comparebyte/word/dword
...
(further fix to r8754, fixes regresssion of twide4 on sparc/solaris)
git-svn-id: trunk@8765 -
2007-10-11 17:10:29 +00:00
Almindor
99eccda322
* fix record sizes to use packrecords C in vorbis (bug 9867)
...
git-svn-id: trunk@8764 -
2007-10-11 16:58:31 +00:00
pierre
cb7a9f5436
*call destructor at exit
...
git-svn-id: trunk@8763 -
2007-10-11 16:41:06 +00:00
pierre
56f36869be
+ defines for GDB 6.7
...
+ USE_MINGW_GDB define added to test mingw32 GDB port
git-svn-id: trunk@8762 -
2007-10-11 16:40:21 +00:00
florian
74253a0f81
* don't mark a file modified in case of an empty paste, resolves #6320
...
git-svn-id: trunk@8761 -
2007-10-10 19:38:38 +00:00
marco
a19b22c48f
* Fixed for 9879
...
git-svn-id: trunk@8760 -
2007-10-10 16:26:43 +00:00
joost
0021d0f27b
Patch from Zaher Dirkey (modified)
...
* Set Sqlite3Lib on WinCE
* In dynamic lib, sqlite3_version must be aliased as like in static lib to sqlite3_libversion
* sqlite3_version function must called with the () at last, because sqlite3_version pointer to function
git-svn-id: trunk@8759 -
2007-10-10 15:50:03 +00:00
Jonas Maebe
1f530a3d62
* fixed compilation
...
git-svn-id: trunk@8758 -
2007-10-10 12:42:12 +00:00
michael
8127eb0b0f
* Made FRunning and FExitCode protected
...
git-svn-id: trunk@8757 -
2007-10-09 21:12:04 +00:00
Jonas Maebe
33c4197f43
* changed FPC_EMPTYCHAR into a widechar because it's also used for
...
widestring -> pwidechar conversions (mantis #9897 )
git-svn-id: trunk@8756 -
2007-10-09 17:52:25 +00:00
Jonas Maebe
0ebc1e920a
* allow modifying lvalues obtained by dereferencing read-only properties,
...
both via regular pointers and via classes (mantis 9498)
git-svn-id: trunk@8755 -
2007-10-09 13:08:36 +00:00
Jonas Maebe
b5a1a6c6b4
* fixed generic index- and comparebyte/word/dword for limits which
...
overflow the pointer range (fixes tw3612 regression on sparc/solaris)
git-svn-id: trunk@8754 -
2007-10-09 11:00:15 +00:00
joost
d40293b7fb
* Changed library-initialisation. It now works the same as for mysql. Fixes bug #9546
...
git-svn-id: trunk@8753 -
2007-10-09 08:50:40 +00:00
joost
a701dab36c
* Fix for empty searchstrings in stringsreplace
...
git-svn-id: trunk@8752 -
2007-10-08 21:24:01 +00:00
joost
00a12ebea3
* =,+,-,*,\,\,[,] added to param name delimiters (patch based on mseide-msegui)
...
git-svn-id: trunk@8746 -
2007-10-08 10:24:28 +00:00
joost
865386b464
* some fixes for queries with more then 10 parameters + tests
...
git-svn-id: trunk@8745 -
2007-10-08 10:00:28 +00:00
Jonas Maebe
83d162f5fd
* regenerated for darwin/ppc64
...
git-svn-id: trunk@8744 -
2007-10-08 08:33:03 +00:00
peter
e8322a83e4
* optimized generic implementations to use pointers instead of
...
array accesses. This also allows better register variable
optimizations
git-svn-id: trunk@8742 -
2007-10-07 18:36:18 +00:00
florian
36f7d56e91
+ fpcfg.inc target
...
git-svn-id: trunk@8741 -
2007-10-07 17:57:48 +00:00
florian
6b8e54cff9
* fixed compilation
...
git-svn-id: trunk@8740 -
2007-10-07 17:52:14 +00:00
florian
a5429afeb0
* fixed optimizer options for ide configuration creation
...
git-svn-id: trunk@8739 -
2007-10-07 17:31:29 +00:00
florian
5c288f06c7
* nice PentiumM string
...
* fixed duplicate shortcuts
git-svn-id: trunk@8738 -
2007-10-07 17:23:56 +00:00
Tomas Hajny
218aa2dd1d
+ fcl-json added to install.dat
...
git-svn-id: trunk@8737 -
2007-10-07 13:47:30 +00:00
marco
c213f47986
* fixed 9868 typo
...
git-svn-id: trunk@8736 -
2007-10-07 07:33:14 +00:00
florian
0f4f080d91
* fixed wrong test number
...
git-svn-id: trunk@8735 -
2007-10-06 14:35:42 +00:00
florian
6e5ff9b825
* hack around the -intconst hack in pexpr when recording tokens, resolves #9471
...
git-svn-id: trunk@8734 -
2007-10-06 14:33:57 +00:00
Vincent Snijders
77ecd141e6
fpdoc: give context of invalid short description
...
git-svn-id: trunk@8733 -
2007-10-05 12:05:04 +00:00
marco
d66c1646c2
* patch a few stdcalls
...
git-svn-id: trunk@8732 -
2007-10-04 16:26:09 +00:00
florian
de47ba3ac8
* fixed GetKeyData
...
git-svn-id: trunk@8729 -
2007-10-03 11:13:27 +00:00