Skip to content
Snippets Groups Projects
  1. Jul 10, 2018
  2. Jul 06, 2018
  3. Jul 04, 2018
  4. Jul 03, 2018
  5. Jul 02, 2018
  6. Apr 27, 2018
  7. Mar 28, 2018
  8. Mar 25, 2018
  9. Mar 23, 2018
  10. Mar 21, 2018
  11. Feb 22, 2018
  12. Jan 12, 2018
  13. Dec 18, 2017
  14. Dec 14, 2017
  15. Nov 30, 2017
  16. Apr 24, 2017
  17. Jan 06, 2017
  18. Dec 22, 2016
  19. Oct 07, 2016
  20. Feb 25, 2016
  21. 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
  22. Apr 08, 2015
  23. Jan 20, 2015
  24. May 21, 2014
  25. 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
  26. Jan 31, 2013
  27. Jul 09, 2010
  28. Jul 06, 2010
  29. May 05, 2010
  30. Jan 13, 2010
  31. 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
  32. Mar 09, 2009
  33. Dec 08, 2008
  34. Nov 20, 2008
  35. Oct 22, 2008
  36. Jun 03, 2008
Loading