Jonas Maebe
1f42ee201b
+ support for bitpacked records, except for:
...
* rtti
* typed constants
git-svn-id: trunk@4489 -
2006-08-23 15:44:13 +00:00
Jonas Maebe
eccbc78e04
+ support for bitpacked arrays:
...
+ use {$bitpacking on/+} to change the meaning of "packed"
into "bitpacked" for arrays. This is the default for MacPas.
You can also define individual arrays as "bitpacked", but
this is not encouraged since this keyword is not known by
other compilers and therefore makes your code unportable.
+ pack(unpackedarray,index,packedarray) to pack
length(packedarray) elements starting at
unpackedarray[index] into packedarray.
+ unpack(packedarray,unpackedarray,index) to unpack
packedarray into unpackedarray, with the first
element being stored at unpackedarray[index]
* todo:
* "open packed arrays" and rtti for packed arrays are not
yet supported
* gdb does not properly support bitpacked arrays
git-svn-id: trunk@4449 -
2006-08-19 12:54:12 +00:00
Tomas Hajny
e27023c716
* one more cosmetic change (blank line removed)
...
git-svn-id: trunk@4446 -
2006-08-19 12:19:54 +00:00
Tomas Hajny
a994daf17f
* slight change of the Hebrew translation
...
git-svn-id: trunk@4445 -
2006-08-19 11:25:33 +00:00
Tomas Hajny
bcf5490dfb
* the Hebrew translation by Ido Kanner finished
...
git-svn-id: trunk@4436 -
2006-08-18 20:03:38 +00:00
Tomas Hajny
0d98f6fde3
* typo in description fixed
...
git-svn-id: trunk@4406 -
2006-08-11 20:48:17 +00:00
Tomas Hajny
2dc06c2657
+ UTF-8 version of Hebrew translation by Ido Kanner
...
git-svn-id: trunk@4402 -
2006-08-11 20:09:29 +00:00
Tomas Hajny
aa6137b12b
* next part of translation by Ido Kanner
...
git-svn-id: trunk@4400 -
2006-08-10 06:03:30 +00:00
Tomas Hajny
0171c4c804
* typo fixed (committes -> committed)
...
git-svn-id: trunk@4394 -
2006-08-08 20:54:28 +00:00
Jonas Maebe
6fd4c50f0a
* give proper error message when upper or lower bound of array type is out
...
of range (bounds error instead of "upper bound lower than lower bound")
git-svn-id: trunk@4383 -
2006-08-07 14:42:21 +00:00
Tomas Hajny
e5dc751f95
* another bunch of updates from Ido Kanner
...
git-svn-id: trunk@4380 -
2006-08-06 21:03:55 +00:00
Tomas Hajny
590ad5b516
* the last forgotten Mircosoft ;-)
...
git-svn-id: trunk@4367 -
2006-08-06 09:44:43 +00:00
Tomas Hajny
56b8f5fa15
* descriptions newly added to errore.msg 'merged'
...
git-svn-id: trunk@4366 -
2006-08-06 09:22:03 +00:00
Tomas Hajny
b9d4463c81
* missing pieces (especially for help pages) added
...
git-svn-id: trunk@4365 -
2006-08-06 09:20:48 +00:00
Tomas Hajny
0199113303
* corrected spelling in description - 'is redefine.'
...
git-svn-id: trunk@4364 -
2006-08-06 09:13:37 +00:00
Jonas Maebe
5f699c7838
+ -gt, -gtt, -gttt and -gtttt switches to trash local variables with
...
different values (resp. $55, $AA, $EF and $00) in function/procedure
prologs to help find uninitialized uses. Should still be extended
for "out" parameters.
git-svn-id: trunk@4271 -
2006-07-20 22:54:23 +00:00
Tomas Hajny
58cbcae50b
* translation of next part by Ido Kanner
...
git-svn-id: trunk@4262 -
2006-07-19 22:17:24 +00:00
Tomas Hajny
0e0a86428e
* spelling mistake corrected by Ido Kanner
...
git-svn-id: trunk@4261 -
2006-07-19 22:06:08 +00:00
Tomas Hajny
1acce9da8f
* updates by Ido Kanner
...
git-svn-id: trunk@4251 -
2006-07-18 19:00:15 +00:00
michael
576c6a3cbb
+ Fixed a LaTeX error
...
git-svn-id: trunk@4237 -
2006-07-16 21:01:06 +00:00
Tomas Hajny
99e0c62cc7
* eternal -> external
...
git-svn-id: trunk@4215 -
2006-07-15 20:18:40 +00:00
michael
48d24a6a05
+ Documented a lot of messages
...
git-svn-id: trunk@4214 -
2006-07-15 18:44:12 +00:00
florian
57f097a710
* made dir_warn code more clear, no implementation yet
...
git-svn-id: trunk@4200 -
2006-07-14 21:45:21 +00:00
Tomas Hajny
fefc80431a
+ French message file in ISO 8859-1
...
git-svn-id: trunk@4170 -
2006-07-13 23:47:13 +00:00
Tomas Hajny
33215508c1
* e-mail address for bugs corrected
...
git-svn-id: trunk@4168 -
2006-07-13 23:28:20 +00:00
Tomas Hajny
419ab6aeac
+ allow output of full version in QuickInfo
...
git-svn-id: trunk@4165 -
2006-07-13 23:06:46 +00:00
chrivers
ca37943c16
Added "based on" info
...
git-svn-id: trunk@4132 -
2006-07-09 00:10:36 +00:00
chrivers
cff92951c2
Fixed a FIXME in the danish translation
...
git-svn-id: trunk@4131 -
2006-07-09 00:07:08 +00:00
Tomas Hajny
7d10f5aec3
* $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright
...
git-svn-id: trunk@4124 -
2006-07-08 14:11:42 +00:00
chrivers
72a6566069
Recoded ISO8859-1 => UTF-8, added codepage comment in header
...
git-svn-id: trunk@4088 -
2006-07-03 12:47:15 +00:00
chrivers
a4ea0726ef
First version of the danish language file
...
git-svn-id: trunk@4084 -
2006-07-02 20:06:26 +00:00
Tomas Hajny
6e1cf50d94
* $FPCVER -> $FPCFULLVERSION/$FPCVERSION, formatting of help and year 2006
...
git-svn-id: trunk@4056 -
2006-07-01 23:28:13 +00:00
Tomas Hajny
12c8ab60e0
* 11018 and 11019 are warnings now
...
git-svn-id: trunk@4054 -
2006-07-01 23:27:33 +00:00
Tomas Hajny
8feb7f9fef
* $FPCVER -> $FPCFULLVERSION/$FPCVERSION
...
git-svn-id: trunk@4052 -
2006-07-01 22:52:03 +00:00
Tomas Hajny
64b08bf468
* $FPCVERSION -> $FPCFULLVERSION
...
git-svn-id: trunk@4051 -
2006-07-01 22:45:08 +00:00
Tomas Hajny
6e81f1adc5
* note about used codepage added
...
git-svn-id: trunk@4042 -
2006-07-01 21:11:14 +00:00
Tomas Hajny
bccee05a0d
* another fix for issues with file exported from online translation module
...
git-svn-id: trunk@4041 -
2006-07-01 20:41:34 +00:00
Tomas Hajny
5bd5e4789a
* fixes for issues with file exported from online translation module ( )
...
git-svn-id: trunk@4036 -
2006-07-01 14:54:56 +00:00
Tomas Hajny
a577392fd8
* Updates from Matthijs Willemstein
...
git-svn-id: trunk@4035 -
2006-07-01 13:27:06 +00:00
Tomas Hajny
021a627cd5
* Updates from Ido Kanner
...
git-svn-id: trunk@4026 -
2006-06-30 21:11:29 +00:00
Tomas Hajny
14c14d052f
* spelling correction by Ido/ik
...
git-svn-id: trunk@4025 -
2006-06-30 21:07:03 +00:00
Tomas Hajny
c88b2e8369
* Updates from Zaenal Mutaqin
...
git-svn-id: trunk@4021 -
2006-06-30 20:26:42 +00:00
Tomas Hajny
5270b9fa7d
* information about errore.msg revision
...
git-svn-id: trunk@4020 -
2006-06-30 20:24:03 +00:00
Tomas Hajny
49f059f576
* Updates from Ari Ricardo Ody
...
git-svn-id: trunk@3984 -
2006-06-27 21:52:13 +00:00
Tomas Hajny
f2ac8b64d9
* bugrep -> bugs
...
git-svn-id: trunk@3983 -
2006-06-27 21:49:32 +00:00
Tomas Hajny
98721d30f4
* bugrep -> bugs
...
git-svn-id: trunk@3982 -
2006-06-27 21:46:06 +00:00
florian
ac8170006e
* latest updates from Karl-Michael Schindler
...
git-svn-id: trunk@3978 -
2006-06-27 13:55:30 +00:00
florian
dc2bef3875
+ implemented directives $setpeflags, $maxstacksize, $minstacksize and $imagebase, fixes #6349 and #6714
...
git-svn-id: trunk@3935 -
2006-06-25 10:22:42 +00:00
Tomas Hajny
50a8ef63a8
* contact information for contributors/maintainers added
...
git-svn-id: trunk@3929 -
2006-06-24 17:53:22 +00:00
florian
03a0a4ca71
* updates from Karl-Michael Schindler
...
git-svn-id: trunk@3805 -
2006-06-05 13:42:17 +00:00