~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to utils/rstconv.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: rstconv.pp,v 1.6 2005/02/14 17:13:38 peter Exp $
3
2
    This file is part of the Free Pascal run time library.
4
3
    Copyright (c) 1999-2000 by Sebastian Guenther
5
4
    Added .rc and OS/2 MSG support in 2002 by Yuri Prokushev
387
386
 
388
387
  ConversionProc;
389
388
end.
390
 
 
391
 
 
392
 
{
393
 
  $Log: rstconv.pp,v $
394
 
  Revision 1.6  2005/02/14 17:13:38  peter
395
 
    * truncate log
396
 
 
397
 
  Revision 1.5  2002/09/30 21:01:37  hajny
398
 
    + .rc support added by Yuri Prokushev
399
 
 
400
 
  Revision 1.4  2002/09/22 10:58:25  hajny
401
 
    + support of IBM MSG files added by Yuri Prokushev
402
 
 
403
 
  Revision 1.3  2002/09/07 15:40:31  peter
404
 
    * old logs removed and tabs fixed
405
 
 
406
 
}