~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to test/conf/t_expressions.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-04-27 15:25:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080427152559-qrlic533a1x02flu
Tags: 1.8r8-1

* New upstream version.
* debian/adacontrol.gpr: delete; use upstream's project file instead.
* patches/build.patch: patch upstream's project file to change Object_Dir
  and Exec_Dir.
* Build-depend on asis 2007 and gnat-4.3.
* Add support for mips, mipsel and ppc64.
* Build and provide ptree.
* ptree.1: new.
* adactl.1: update; new options and rules are available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
check  expressions (slice);
2
 
search expressions (real_equality);
3
 
Logical: check expressions (and, or, xor, and_then, or_else);
4
 
Others : check expressions (array_others, record_others);
 
1
             check  expressions (slice);
 
2
             search expressions (real_equality);
 
3
Logical    : check  expressions (and, or, xor, and_then, or_else);
 
4
Others     : check  expressions (array_others, array_partial_others, record_others, record_partial_others);
 
5
Unqualified: check  expressions (unqualified_aggregate);
 
6
Aggregate  : search expressions (array_aggregate, record_aggregate);
 
7
attributes : check  expressions (inconsistent_attribute_dimension);
 
8
Calls      : check  expressions (complex_parameter);
 
9
Mixed      : check  expressions (mixed_operators);
 
10