fpc/compiler/msg
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
..
errorct.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errord.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorda.msg * e-mail address for bugs corrected 2006-07-13 23:28:20 +00:00
errore.msg + support for bitpacked arrays: 2006-08-19 12:54:12 +00:00
errores.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorf.msg * the last forgotten Mircosoft ;-) 2006-08-06 09:44:43 +00:00
errorfi.msg * typo in description fixed 2006-08-11 20:48:17 +00:00
errorhe.msg * one more cosmetic change (blank line removed) 2006-08-19 12:19:54 +00:00
errorheu.msg * one more cosmetic change (blank line removed) 2006-08-19 12:19:54 +00:00
errorid.msg * $FPCVERSION -> $FPCFULLVERSION 2006-07-01 22:45:08 +00:00
errorn.msg * 11018 and 11019 are warnings now 2006-07-01 23:27:33 +00:00
errorpl.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorpli.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorptd.msg * $FPCVER -> $FPCFULLVERSION/$FPCVERSION, formatting of help and year 2006 2006-07-01 23:28:13 +00:00
errorptw.msg * $FPCVER -> $FPCFULLVERSION/$FPCVERSION, formatting of help and year 2006 2006-07-01 23:28:13 +00:00
errorr.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorrw.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00
errorues.msg * $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright 2006-07-08 14:11:42 +00:00