Error creating feed file, please check write permissions.
urpal
WebSVN RSS feed - urpal
http://www.tbrk.org/cgi-bin/websvn/listing.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&
Wed, 19 Jun 2013 10:06:06 +0000
FeedCreator 1.6
-
Rename the parse directory to uppaal.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=45
<div><strong>Rev 45 - tbourke</strong> (32 file(s) modified)</div><div>Rename the parse directory to uppaal.</div>~ /trunk/src/cmdlang/sources.cm<br />~ /trunk/src/cmdlang/sources.ml<br />~ /trunk/src/cmdlang/sources.mlb<br />~ /trunk/src/layout/sources.cm<br />~ /trunk/src/layout/sources.mlb<br />~ /trunk/src/Makefile<br />~ /trunk/src/maketest/sources.cm<br />~ /trunk/src/maketest/sources.ml<br />~ /trunk/src/maketest/sources.mlb<br />~ /trunk/src/mcs51/sources.cm<br />~ /trunk/src/mcs51/sources.mlb<br />- /trunk/src/parse<br />~ /trunk/src/sources.cm<br />+ /trunk/src/uppaal<br />/trunk/src/uppaal/declaration.sig<br />/trunk/src/uppaal/declaration.sml<br />+ /trunk/src/uppaal/declarationfn.sml<br />/trunk/src/uppaal/environment.sig<br />/trunk/src/uppaal/environment.sml<br />/trunk/src/uppaal/environmentppfn.sml<br />/trunk/src/uppaal/expression.sig<br />/trunk/src/uppaal/expression.sml<br />- /trunk/src/uppaal/expressionfn.sml<br />/trunk/src/uppaal/expressionpp.sml<br />/trunk/src/uppaal/parsednta.sml<br />/trunk/src/uppaal/sources.cm<br />/trunk/src/uppaal/sources.ml<br />/trunk/src/uppaal/sources.mlb<br />/trunk/src/uppaal/uppaal.grm<br />/trunk/src/uppaal/uppaalparse.sml<br />~ /trunk/src/urpal.ml<br />~ /trunk/src/urpal.mlb<br />
tbourke
Sat, 10 May 2008 11:28:06 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=45
-
Just after implementing the improved channel array technique.
The code compiles ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=44
<div><strong>Rev 44 - tbourke</strong> (14 file(s) modified)</div><div>Just after implementing the improved channel array technique.<br />
The code compiles ...</div>~ /trunk/src/maketest/clkexprtrans.sml<br />~ /trunk/src/maketest/clk_expr_trans.sig<br />~ /trunk/src/maketest/maketest.sml<br />+ /trunk/src/maketest/seltrans.sml<br />+ /trunk/src/maketest/sel_trans.sig<br />~ /trunk/src/maketest/sources.cm<br />~ /trunk/src/maketest/sources.ml<br />~ /trunk/src/maketest/sources.mlb<br />~ /trunk/src/maketest/transitionflipper.sml<br />+ /trunk/src/parse/declaration.sml<br />~ /trunk/src/parse/environment.sig<br />~ /trunk/src/parse/environment.sml<br />~ /trunk/src/parse/expression.sig<br />~ /trunk/src/parse/expression.sml<br />
tbourke
Sat, 10 May 2008 11:23:01 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=44
-
Remove the pos field from expressions.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=43
<div><strong>Rev 43 - tbourke</strong> (29 file(s) modified)</div><div>Remove the pos field from expressions.</div>~ /trunk/src/cmdlang/cmdlang.grm<br />~ /trunk/src/cmdlang/ntautil.sml<br />- /trunk/src/lib/filepos.sig<br />+ /trunk/src/lib/file_pos.sig<br />~ /trunk/src/lib/sources.cm<br />~ /trunk/src/lib/sources.ml<br />~ /trunk/src/lib/sources.mlb<br />~ /trunk/src/Makefile<br />~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/clkexprtrans.sml<br />~ /trunk/src/maketest/clockexpression.sml<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/partitions.sml<br />~ /trunk/src/maketest/testtransflip.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />~ /trunk/src/mcs51/maketimed.sml<br />~ /trunk/src/parse/declaration.sig<br />~ /trunk/src/parse/declarationfn.sml<br />~ /trunk/src/parse/environment.sml<br />+ /trunk/src/parse/expression.sml<br />- /trunk/src/parse/expressionfn.sml<br />~ /trunk/src/parse/expressionpp.sml<br />~ /trunk/src/parse/parsednta.sml<br />~ /trunk/src/parse/sources.cm<br />~ /trunk/src/parse/sources.ml<br />~ /trunk/src/parse/sources.mlb<br />~ /trunk/src/parse/uppaal.grm<br />~ /trunk/src/parse/uppaalparse.sml<br />~ /trunk/src/TODO<br />
tbourke
Fri, 09 May 2008 06:44:05 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=43
-
Make declaration into a functor.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=42
<div><strong>Rev 42 - tbourke</strong> (2 file(s) modified)</div><div>Make declaration into a functor.</div>- /trunk/src/parse/declaration.sml<br />+ /trunk/src/parse/declarationfn.sml<br />
tbourke
Fri, 09 May 2008 05:56:23 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=42
-
No need for expression to be a functor.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=41
<div><strong>Rev 41 - tbourke</strong> (3 file(s) modified)</div><div>No need for expression to be a functor.</div>~ /trunk/src/parse/expression.sig<br />- /trunk/src/parse/expression.sml<br />~ /trunk/src/parse/expressionfn.sml<br />
tbourke
Fri, 09 May 2008 05:54:20 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=41
-
Unexpanded types in selection bindings were causing exceptions.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=36
<div><strong>Rev 36 - tbourke</strong> (2 file(s) modified)</div><div>Unexpanded types in selection bindings were causing exceptions.</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/parse/uppaalparse.sml<br />
tbourke
Mon, 07 Apr 2008 06:33:01 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=36
-
Fix a nasty bug when combining location invariant expressions with
transition ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=35
<div><strong>Rev 35 - tbourke</strong> (9 file(s) modified)</div><div>Fix a nasty bug when combining location invariant expressions with<br />
transition ...</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/clkexprtrans.sml<br />~ /trunk/src/maketest/clockexpression.sml<br />~ /trunk/src/maketest/clock_expression.sig<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />~ /trunk/src/maketest/transition_flipper.sig<br />~ /trunk/src/parse/expression.sig<br />~ /trunk/src/parse/expressionfn.sml<br />
tbourke
Tue, 01 Apr 2008 02:55:38 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=35
-
Fix a nasty bug in ClockExprTrans.negate: it was turning invariant ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=34
<div><strong>Rev 34 - tbourke</strong> (5 file(s) modified)</div><div>Fix a nasty bug in ClockExprTrans.negate: it was turning invariant ...</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/clkexprtrans.sml<br />~ /trunk/src/maketest/clk_expr_trans.sig<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />
tbourke
Mon, 31 Mar 2008 10:48:56 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=34
-
Improve debugging indentation output.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=33
<div><strong>Rev 33 - tbourke</strong> (4 file(s) modified)</div><div>Improve debugging indentation output.</div>~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />~ /trunk/src/parse/uppaalparse.sml<br />~ /trunk/src/util.sml<br />
tbourke
Mon, 31 Mar 2008 05:08:59 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=33
-
Added warnings for urgent channels leaving locations with invariants
containing clocks ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=32
<div><strong>Rev 32 - tbourke</strong> (6 file(s) modified)</div><div>Added warnings for urgent channels leaving locations with invariants<br />
containing clocks ...</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/parse/environment.sig<br />~ /trunk/src/parse/environment.sml<br />~ /trunk/src/parse/expression.sig<br />~ /trunk/src/parse/expressionfn.sml<br />
tbourke
Mon, 31 Mar 2008 03:36:59 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=32
-
Add a negateInvariant function to TransitionFlipper, to avoid negated
invariants that ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=31
<div><strong>Rev 31 - tbourke</strong> (6 file(s) modified)</div><div>Add a negateInvariant function to TransitionFlipper, to avoid negated<br />
invariants that ...</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/clockexpression.sml<br />~ /trunk/src/maketest/clock_expression.sig<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />~ /trunk/src/maketest/transition_flipper.sig<br />
tbourke
Sun, 30 Mar 2008 23:16:19 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=31
-
Add the mapBoth value to Environment, and update EnvironmentPP, so ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=30
<div><strong>Rev 30 - tbourke</strong> (3 file(s) modified)</div><div>Add the mapBoth value to Environment, and update EnvironmentPP, so ...</div>~ /trunk/src/parse/environment.sig<br />~ /trunk/src/parse/environment.sml<br />~ /trunk/src/parse/environmentppfn.sml<br />
tbourke
Sun, 30 Mar 2008 10:33:34 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=30
-
Implement ATrans.reduceSelectIds so that Urpal is a bit more flexible ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=29
<div><strong>Rev 29 - tbourke</strong> (10 file(s) modified)</div><div>Implement ATrans.reduceSelectIds so that Urpal is a bit more flexible ...</div>~ /trunk/src/maketest/actiontrans.sml<br />~ /trunk/src/maketest/action_trans.sig<br />~ /trunk/src/maketest/clockexpression.sml<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />~ /trunk/src/parse/environment.sig<br />~ /trunk/src/parse/environment.sml<br />~ /trunk/src/parse/expression.sig<br />~ /trunk/src/parse/expressionfn.sml<br />~ /trunk/src/TODO<br />
tbourke
Sun, 30 Mar 2008 04:30:23 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=29
-
Further improve the error output of the Graphviz modules.
Add more ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=28
<div><strong>Rev 28 - tbourke</strong> (5 file(s) modified)</div><div>Further improve the error output of the Graphviz modules.<br />
Add more ...</div>~ /trunk/src/graphviz/graphvizfn.sml<br />~ /trunk/src/graphviz/plainfn.sml<br />~ /trunk/src/graphviz/textplain.sml<br />~ /trunk/src/graphviz/unix-graphviz.sml<br />~ /trunk/src/graphviz/win-graphviz.sml<br />
tbourke
Fri, 28 Mar 2008 23:23:25 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=28
-
Bug fix: invertActionAndAddInvariant failed to add selection bindings to the
...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=27
<div><strong>Rev 27 - tbourke</strong> (2 file(s) modified)</div><div>Bug fix: invertActionAndAddInvariant failed to add selection bindings to the<br />
...</div>~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/maketest/transitionflipper.sml<br />
tbourke
Fri, 28 Mar 2008 05:50:05 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=27
-
The ClockExpression.fromExpr function was faulty because Expression. ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=26
<div><strong>Rev 26 - tbourke</strong> (7 file(s) modified)</div><div>The ClockExpression.fromExpr function was faulty because Expression.filter<br />
did not properly respect ...</div>~ /trunk/src/maketest/clockexpression.sml<br />~ /trunk/src/maketest/maketest.sml<br />~ /trunk/src/parse/environment.sig<br />~ /trunk/src/parse/environment.sml<br />~ /trunk/src/parse/expression.sig<br />~ /trunk/src/parse/expressionfn.sml<br />~ /trunk/src/TODO<br />
tbourke
Fri, 28 Mar 2008 04:03:12 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=26
-
Improve the error message when an mcs51 file cannot be ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=25
<div><strong>Rev 25 - tbourke</strong> (1 file(s) modified)</div><div>Improve the error message when an mcs51 file cannot be ...</div>~ /trunk/src/cmdlang/cmdlang.grm<br />
tbourke
Wed, 09 Jan 2008 01:22:59 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=25
-
Minor tuning to placement of labels.
Add items to TODO list.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=24
<div><strong>Rev 24 - tbourke</strong> (2 file(s) modified)</div><div>Minor tuning to placement of labels.<br />
Add items to TODO list.</div>~ /trunk/src/layout/layout.sml<br />~ /trunk/src/TODO<br />
tbourke
Wed, 09 Jan 2008 01:10:08 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=24
-
Minor changes to build files.
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=23
<div><strong>Rev 23 - tbourke</strong> (6 file(s) modified)</div><div>Minor changes to build files.</div>~ /trunk/src/lib/filepos.sml<br />~ /trunk/src/Makefile<br />~ /trunk/src/unix-path-map<br />~ /trunk/src/urpal.mlb<br />~ /trunk/src/win-path-map<br />~ /trunk/src/xml/sources.mlb<br />
tbourke
Sun, 30 Dec 2007 03:02:34 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=23
-
Add path maps to allow for compilation under Unix and ...
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=22
<div><strong>Rev 22 - tbourke</strong> (4 file(s) modified)</div><div>Add path maps to allow for compilation under Unix and ...</div>~ /trunk/src/graphviz/sources.mlb<br />~ /trunk/src/Makefile<br />+ /trunk/src/unix-path-map<br />+ /trunk/src/win-path-map<br />
tbourke
Tue, 04 Dec 2007 12:54:17 +0000
http://www.tbrk.org/cgi-bin/websvn/revision.php?repname=urpal&path=%2Ftrunk%2Fsrc%2F&rev=22