~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to demo/text/blackbox.pp

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: blackbox.pp,v 1.2 2002/02/22 21:47:00 carl Exp $
3
2
    This file is part of the Free Pascal run time library.
4
3
    Copyright (c) 1993-98 by Michael Van Canneyt
5
4
 
186
185
  else
187
186
    Writeln ('Only ',guessed,' out of ',count,' correct...');
188
187
end.
189
 
 
190
 
{
191
 
  $Log: blackbox.pp,v $
192
 
  Revision 1.2  2002/02/22 21:47:00  carl
193
 
  + fix some wrong logical comparisons
194
 
 
195
 
}