Commit Graph

23624 Commits

Author SHA1 Message Date
peter
1de2f94b28 * fixed typo in r4848
git-svn-id: trunk@4966 -
2006-10-18 20:19:44 +00:00
daniel
ce3bfabfe6 - Remove unused sysutils dependency.
git-svn-id: trunk@4965 -
2006-10-18 20:10:02 +00:00
daniel
bbc80554b1 * Turn cmdline into property on Linux.
* Move some procedure in Linux system unit.

git-svn-id: trunk@4964 -
2006-10-18 20:07:10 +00:00
florian
7c915938d9 * fixed for 64 bit CPUs
git-svn-id: trunk@4963 -
2006-10-18 20:00:24 +00:00
Jonas Maebe
77de2d3b82 - removed getpointersize again, it's not a standard macpas function
git-svn-id: trunk@4962 -
2006-10-18 19:50:16 +00:00
daniel
aabc1e0fd2 * Tidy indentation
git-svn-id: trunk@4961 -
2006-10-18 19:44:24 +00:00
florian
5718aa1428 * regenerated
git-svn-id: trunk@4960 -
2006-10-18 18:38:29 +00:00
florian
ec74887552 * another patch from J. Peter Mugaas, fixes #7618 and #7615
git-svn-id: trunk@4959 -
2006-10-18 18:38:19 +00:00
Jonas Maebe
de27a80cc9 + tests for previous commit
git-svn-id: trunk@4958 -
2006-10-18 18:15:20 +00:00
Jonas Maebe
2dd6a91a9f + allow implicit type conversions of 4 byte integers to strings for
parameter matching in macpas mode

git-svn-id: trunk@4957 -
2006-10-18 18:14:54 +00:00
Jonas Maebe
5cad2321a9 * allow assigning to loop control vars in macpas mode
git-svn-id: trunk@4956 -
2006-10-18 18:13:41 +00:00
Jonas Maebe
5eedbdfde9 + support for indexing 4-byte sized integers as array[1..4] of char in
macpas mode

git-svn-id: trunk@4955 -
2006-10-18 17:26:00 +00:00
Jonas Maebe
1106b6a32f + GetPointerSize function
git-svn-id: trunk@4954 -
2006-10-18 17:24:50 +00:00
Jonas Maebe
e4e356d996 * fixed test
git-svn-id: trunk@4953 -
2006-10-18 07:25:44 +00:00
florian
5eef73c1ab * fixed passing of registers on x86-64_linux, should fix #7613
git-svn-id: trunk@4951 -
2006-10-17 20:58:16 +00:00
Jonas Maebe
908c9741d3 + added some comments explaining the previous commit
git-svn-id: trunk@4950 -
2006-10-17 15:04:40 +00:00
Jonas Maebe
961667784a * fixed tstrreal3, hopefully didn't break anything else
git-svn-id: trunk@4949 -
2006-10-17 13:47:54 +00:00
oro06
442560b46d *wince : build broken
git-svn-id: trunk@4948 -
2006-10-17 08:32:12 +00:00
Vincent Snijders
b84fc6e881 + added partialsums benchmark
git-svn-id: trunk@4947 -
2006-10-17 07:06:15 +00:00
florian
ffc5add21b * recreated
git-svn-id: trunk@4946 -
2006-10-16 21:34:52 +00:00
florian
e0200f8fcb * patch from J. Peter Mugaas to fix #7616
git-svn-id: trunk@4945 -
2006-10-16 21:34:34 +00:00
florian
185be23d12 * tail recursion is fixed in the mean time, reenabled
git-svn-id: trunk@4944 -
2006-10-16 18:26:57 +00:00
Jonas Maebe
0c8dbcf332 * rldimi also modifies first operand
git-svn-id: trunk@4943 -
2006-10-16 12:51:45 +00:00
Jonas Maebe
20ae808b65 * also rlwimi_ is read/write for first operand
git-svn-id: trunk@4942 -
2006-10-16 11:31:35 +00:00
Jonas Maebe
53aecd7c88 * more r4812 for ppc64
git-svn-id: trunk@4941 -
2006-10-16 11:16:30 +00:00
Jonas Maebe
200ad7e5ae * moved some generic constants out of the {$ifndef FPC_SYSTEM_HAS_TRUNC}
block

git-svn-id: trunk@4940 -
2006-10-16 11:08:47 +00:00
florian
67aa148602 * fixed softfpu support
+ softfpu enabled for arm-gba

git-svn-id: trunk@4939 -
2006-10-15 21:31:27 +00:00
florian
efa4967d37 + compiler has the linker script now embedded
+ gba linker takes care of binutilsprefix
+ objcopy is called by the compiler

git-svn-id: trunk@4938 -
2006-10-15 21:29:59 +00:00
florian
d4dcbeec4a * prt0.o is now build from the makefile
git-svn-id: trunk@4937 -
2006-10-15 21:28:49 +00:00
florian
7bef6e592c * softfpu is included in the system unit if necessary
git-svn-id: trunk@4936 -
2006-10-15 21:28:17 +00:00
florian
5f3a3bc051 * made the softfpu unit embedable in the system unit
* several fixes to get the softfpu working
* resolved conflicts between genmath and softfpu

git-svn-id: trunk@4935 -
2006-10-15 21:27:30 +00:00
chrivers
4bb1d117d6 Use symbolic const E_NOINTERFACE instead of raw value $80004002
git-svn-id: trunk@4934 -
2006-10-15 19:51:40 +00:00
Jonas Maebe
12c76ca1ce + support for "return" without return value in MacPas mode
git-svn-id: trunk@4933 -
2006-10-15 19:22:39 +00:00
marco
d72a49fad0 * commented cond_t, already exported via unixtype, bug #7454
Still a NPTL decision has to be taken (6280)

git-svn-id: trunk@4931 -
2006-10-15 16:28:32 +00:00
Jonas Maebe
9e825bdc76 * moved common code for ppc32/ppc64 from nppcadd to shared unit
git-svn-id: trunk@4930 -
2006-10-15 15:43:29 +00:00
marco
4d8cf8202a * fix for #7478
git-svn-id: trunk@4928 -
2006-10-15 15:37:19 +00:00
marco
bde13ab714 * fix for unixtype exports + cr filtering
git-svn-id: trunk@4927 -
2006-10-15 15:26:32 +00:00
marco
449ba0b47b * reverted march fix from Florian that stops exporting pthread* types.
git-svn-id: trunk@4926 -
2006-10-15 15:20:57 +00:00
Jonas Maebe
f8b013187c * fixed semaphore init, caused endless loop when terminating any
thread

git-svn-id: trunk@4925 -
2006-10-15 14:46:36 +00:00
florian
b6309075a4 + GetFileVersion (win only)
git-svn-id: trunk@4924 -
2006-10-15 14:36:05 +00:00
florian
557afed6f3 * missing space added
git-svn-id: trunk@4923 -
2006-10-15 14:06:53 +00:00
marco
8d92e5863c * Fixing makefiles for convutils/stdconv units
git-svn-id: trunk@4922 -
2006-10-15 12:53:27 +00:00
marco
cd7ad9e581 * fdwrite internals to fpwrite.
git-svn-id: trunk@4921 -
2006-10-15 12:33:07 +00:00
marco
b5e0fa43ce * post 2.0 simplification, win32 now also has fpread/write
git-svn-id: trunk@4920 -
2006-10-15 12:29:22 +00:00
marco
d3dfdffaa2 * Initial version
git-svn-id: trunk@4919 -
2006-10-15 12:23:36 +00:00
joost
bb34d2fc32 + Initial implementation of TSQLScript
git-svn-id: trunk@4918 -
2006-10-15 09:30:35 +00:00
tom_at_work
63d03f2c47 * r4812 for ppc64
git-svn-id: trunk@4917 -
2006-10-14 20:59:55 +00:00
ivost
1543ba350c * fixed ntlm.pas
* improved md5.pp

git-svn-id: trunk@4916 -
2006-10-14 20:39:24 +00:00
ivost
0723cc11b1 * merged md4 and md5 code into one unit (md5.pp)
* the functions of md5.pp are renamed a littlebit and got a new parameter called Version (is either 4 or 5)
    * moved ntlm.pas (password hash) from packages/extra/ldap to packages/base/hash
    * fixed involved Makefile.fpc and run fpcmake -Tall -r in packages/

git-svn-id: trunk@4915 -
2006-10-14 19:54:17 +00:00
marco
70af850b43 * fix from 7513
git-svn-id: trunk@4912 -
2006-10-14 18:24:24 +00:00