Commit Graph

25265 Commits

Author SHA1 Message Date
Jonas Maebe
37487d682e * tv_sec field of timeval is time_t (just for form, the actual type
is the same as clong which was the previous type)

git-svn-id: trunk@6713 -
2007-03-04 18:46:50 +00:00
marco
ded3e530e3 * modernized to 2.0.x unix rtl
git-svn-id: trunk@6709 -
2007-03-03 23:14:29 +00:00
ivost
a67a85332d * added SA_RESETHAND and SA_NODEFER constants
* SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single Unix names RESETHAND and NODEFER respectively.

git-svn-id: trunk@6708 -
2007-03-03 22:21:07 +00:00
Tomas Hajny
a62c2da154 * updates from Ido Kanner - synchronized with errore.msg r6685
git-svn-id: trunk@6707 -
2007-03-03 22:13:42 +00:00
Tomas Hajny
b512e234c9 * updates from Ido Kanner - synchronized with errore.msg r6685
git-svn-id: trunk@6706 -
2007-03-03 22:13:29 +00:00
ivost
240938a6ed * fixed syscall6 (still experimental, but so far it worked here!)
git-svn-id: trunk@6705 -
2007-03-03 21:38:20 +00:00
florian
c3f22aae94 * fixed set+range on big endian systems
git-svn-id: trunk@6704 -
2007-03-03 19:51:34 +00:00
florian
cb746ec830 * propagate -Cfsoft to emulation settings on arm
git-svn-id: trunk@6703 -
2007-03-03 18:03:39 +00:00
florian
efb025310d * tried to restore old set behaviour for big endian targets
git-svn-id: trunk@6702 -
2007-03-03 17:52:55 +00:00
florian
29f201c10b * fixed default target setting for powerpc/powerpc64
git-svn-id: trunk@6701 -
2007-03-03 16:48:07 +00:00
florian
d48b98e8b9 * unified ies
git-svn-id: trunk@6700 -
2007-03-03 16:03:20 +00:00
florian
d5aea5e14a + powerpc lazarus project file
git-svn-id: trunk@6699 -
2007-03-03 14:53:15 +00:00
florian
b8af065523 * do check for non defined labels earlier to avoid ies in the cg
git-svn-id: trunk@6698 -
2007-03-03 14:52:46 +00:00
marco
e56abc47b7 * formatfloat patches for #8388 and 8386
git-svn-id: trunk@6697 -
2007-03-03 14:02:20 +00:00
marco
7828a1a82a * fix for 8419
git-svn-id: trunk@6696 -
2007-03-03 13:33:30 +00:00
Jonas Maebe
3348a27a74 * fixed datarace in case heaptrc is used
git-svn-id: trunk@6695 -
2007-03-02 09:01:25 +00:00
Jonas Maebe
3f3aa08b28 * forgot to commit
git-svn-id: trunk@6694 -
2007-03-02 08:57:21 +00:00
Jonas Maebe
e44a9ca4cb * fixed mantis 8434 (wrong precision used in case of |number| < 1,
which when multiplied by 10^x goes from 0.9y to 1.0z, and if a
    specific presision is specified)

git-svn-id: trunk@6692 -
2007-03-01 14:30:55 +00:00
ivost
025b57815f * removed inline flag from FUTEX_OP in linux.pp
* added msync constants

git-svn-id: trunk@6691 -
2007-03-01 14:20:34 +00:00
pierre
3dacee1f38 * fix test failure if -Cr option is used
git-svn-id: trunk@6690 -
2007-03-01 13:46:40 +00:00
joost
7373797493 * Fixed multi-field indexes for MySQL
git-svn-id: trunk@6689 -
2007-03-01 10:03:50 +00:00
ivost
79b02de351 * fixed type defintion putsname
git-svn-id: trunk@6688 -
2007-03-01 08:34:12 +00:00
ivost
9161a2967a * added futex constants to linux.pp (from futex.h)
git-svn-id: trunk@6687 -
2007-02-28 22:34:32 +00:00
ivost
1a7f06aa7d * added the new CLONE_* constants from syscall clone
git-svn-id: trunk@6686 -
2007-02-28 22:26:42 +00:00
michael
6397ad6909 * Proper LaTeX environment ending
git-svn-id: trunk@6685 -
2007-02-28 21:29:45 +00:00
Jonas Maebe
615c450062 + support for bitpacking types with a negative lower bound
git-svn-id: trunk@6683 -
2007-02-28 17:42:41 +00:00
Jonas Maebe
7925bed48d * is_signed() only returns true for orddef's whose low value is < 0
(and not for all s8bit..s64bit types, since subrange types may
     be marked like that but not have a lower bound < 0).

    This is needed for bitpacking negative values, because e.g.
    both 0..7 and -3..3 can be stored in 3 bits, but 0..7 must be
    zero-extended when extracted (so must be unsigned) and -3..3 must
    be sign-extended when extracted (so must be considered signed)

git-svn-id: trunk@6682 -
2007-02-28 17:34:50 +00:00
michael
ef9ef2ceaa * Additional message for sqldb connector
git-svn-id: trunk@6680 -
2007-02-28 10:54:46 +00:00
michael
6a6ca4afbd * Implemented TSQLConnector
git-svn-id: trunk@6679 -
2007-02-27 23:24:18 +00:00
michael
3c1353cd4d * Added packages as pasckage dir, to be able to make install
git-svn-id: trunk@6678 -
2007-02-27 20:42:13 +00:00
michael
77b51569d4 * Reordered so it all compiles
git-svn-id: trunk@6676 -
2007-02-27 19:55:58 +00:00
peter
973c973081 * don't write alignment for .comm and .lcomm, it seems to be only
supported by i386-linux

git-svn-id: trunk@6675 -
2007-02-27 18:21:52 +00:00
peter
0ea8f747b1 * specify full import names for imported variables under win32
git-svn-id: trunk@6674 -
2007-02-27 17:11:27 +00:00
peter
9676482f8e * fix array constructors that start with nil
git-svn-id: trunk@6673 -
2007-02-27 17:03:31 +00:00
peter
bf652ab1d2 * fixed att asmmode
git-svn-id: trunk@6672 -
2007-02-27 16:31:40 +00:00
oro06
18944f16e9 * wince doesn't like the lcomm with two parameters too
git-svn-id: trunk@6671 -
2007-02-27 08:07:50 +00:00
joost
a4a5b5860f * Fixed bug #8410, as suggested by zipfelvo
git-svn-id: trunk@6670 -
2007-02-26 21:47:31 +00:00
yury
7547f3a0c0 * Allow @ and ? characters in imported function name when AS is used. It fixes bug #8391.
+ test.

git-svn-id: trunk@6669 -
2007-02-26 17:51:38 +00:00
peter
e0729f1be1 * fixed typo
git-svn-id: trunk@6668 -
2007-02-26 17:16:10 +00:00
peter
d243039ffd * moved to fcl-registry
git-svn-id: trunk@6667 -
2007-02-26 17:04:18 +00:00
peter
90c5a79e2d * removed registry unit dependency by using winapi instead
git-svn-id: trunk@6666 -
2007-02-26 17:04:06 +00:00
peter
01b2873bf0 * force -Ur to prevent recompile
git-svn-id: trunk@6665 -
2007-02-26 17:03:22 +00:00
joost
01da994036 * added compilation of fpcunit and testutils
git-svn-id: trunk@6664 -
2007-02-26 12:30:22 +00:00
joost
2364fe3ae6 * renamed dependencies on fcl to package fcl-base
git-svn-id: trunk@6663 -
2007-02-26 12:29:16 +00:00
peter
103b4202f4 * updated for new fcl packages
git-svn-id: trunk@6662 -
2007-02-26 06:51:03 +00:00
daniel
f4375d547a + Fake readline library to allow building IDE without useless libreadline.
git-svn-id: trunk@6661 -
2007-02-25 22:39:15 +00:00
peter
bc3a21e1a1 * split fcl into separate fcl-* packages
git-svn-id: trunk@6660 -
2007-02-25 22:19:19 +00:00
peter
3eaece1399 * packagesdir
git-svn-id: trunk@6659 -
2007-02-25 21:32:02 +00:00
peter
5fd1b3fb18 * add packages/ dir
git-svn-id: trunk@6658 -
2007-02-25 21:29:15 +00:00
florian
bc73129bea * win32 doesn't like the lcomm with two parameters either
git-svn-id: trunk@6657 -
2007-02-25 21:19:44 +00:00