Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. Mar 28, 2018
  3. Mar 25, 2018
  4. Mar 23, 2018
  5. Mar 21, 2018
  6. Feb 22, 2018
  7. Jan 12, 2018
  8. Dec 18, 2017
  9. Dec 14, 2017
  10. Nov 30, 2017
  11. Apr 24, 2017
  12. Jan 06, 2017
  13. Dec 22, 2016
  14. Oct 07, 2016
  15. Feb 25, 2016
  16. Sep 03, 2015
    • Erwan Jahier's avatar
      Various enhancements in the manual. · 66664b22
      Erwan Jahier authored
      - add a sectiuon on operators priority
      - fix the automatic latex grammar generator (now calles yacc2latex)
      
      also force the -rif in the utils/luciole-rif script when used with
      lutin or lus2lic.
      66664b22
  17. Apr 08, 2015
  18. Jan 20, 2015
  19. May 21, 2014
  20. Jun 03, 2013
    • Erwan Jahier's avatar
      Fix a bug in the implementation of diese (#). · 1041bec5
      Erwan Jahier authored
      Actually, it was a misunderstanding of mine (R1) ; the behavior was consistent
      with the lv6 doc, but not with the v4 behavior...
      
      Indeed, # means "at most 1 among n", not "exactly one among n" as I tought...
      1041bec5
  21. Jan 31, 2013
  22. Jul 09, 2010
  23. Jul 06, 2010
  24. May 05, 2010
  25. Jan 13, 2010
  26. May 26, 2009
    • Erwan Jahier's avatar
      Attach the clock of Eff.val_exp to the val_exp itself, instead of · e7ef1b90
      Erwan Jahier authored
      maintaining (ugly and error-prone) hash tables.
      
      That change revealed an untriggered bug in EvalClock.check_args: it was wrong
      to add in subst the substitutions made of the parameters and the arguments (it
      is enough to unify the clocks of the pars and of the args). For instance, consider
      the node (in should_work/clock/clock.lus)
      
         node clock5(x :  bool; y:  bool when x; z: bool when y)
      
      and the call
      
        z2 = clock5(a, b when a, c when e);
      
      I was adding y/b in the subst, which was wrong.
      
      Other minor changes:
       - move const_to_val_eff from Eff to UnifyClock.
       - GetEff.translate_val_exp now returns a substitution, in order to be able
         to unify clock vars and propagate the resulting substitution.
      e7ef1b90
  27. Mar 09, 2009
  28. Dec 08, 2008
  29. Nov 20, 2008
  30. Oct 22, 2008
  31. Jun 03, 2008
Loading