mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 21:57:10 +01:00
for qwordbool) + test:
o assigning true to such a variable now sets them to $ff/$ffff/$ffffffff
o these types are now all signed
o converting an integer type to a byte/word/long/qwordbool using an
explicit type cast keeps the integer's original value stored in the
bool, instead of forcing it to ord(true)/ord(false)
(mantis #10233 and #10613, implemented for all architectures, testsuite
tested for ppc32, sparc and x86)
* fixed some places where the rtl depended on longbool(true) having the
value 1
* extended several boolean tests (and adapted some to no longer assume
that byte/word/long/qwordbool(true)=1)
+ support for converting to qwordbool in second_int_to_bool for x86, ppc
and sparc
git-svn-id: trunk@9898 -
|
||
|---|---|---|
| .. | ||
| aliasctp.inc | ||
| aliasptp.inc | ||
| baseunix.pp | ||
| bunxh.inc | ||
| bunxovl.inc | ||
| bunxovlh.inc | ||
| classes.pp | ||
| convert.inc | ||
| crt.pp | ||
| cthreads.pp | ||
| ctypes.inc | ||
| cwstring.pp | ||
| dl.pp | ||
| dos.pp | ||
| dynlibs.inc | ||
| errors.pp | ||
| fpmake.inc | ||
| genfdset.inc | ||
| genfunch.inc | ||
| genfuncs.inc | ||
| gensigset.inc | ||
| initc.pp | ||
| ipc.pp | ||
| ipccdecl.inc | ||
| keyboard.pp | ||
| mouse.pp | ||
| oscdecl.inc | ||
| oscdeclh.inc | ||
| ports.pp | ||
| printer.pp | ||
| serial.pp | ||
| settimeo.inc | ||
| sockets.pp | ||
| syscall.pp | ||
| sysdir.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysunixh.inc | ||
| sysutils.pp | ||
| terminfo.pp | ||
| termiosh.inc | ||
| timezone.inc | ||
| tthread.inc | ||
| ttyname.inc | ||
| unix.pp | ||
| unixsockets.pas | ||
| unixtype.pp | ||
| unixutil.pp | ||
| unxdeclh.inc | ||
| unxovl.inc | ||
| unxovlh.inc | ||
| varutils.pp | ||
| video.pp | ||
| x86.pp | ||