- Nov 02, 2021
-
-
- Oct 26, 2021
-
-
Fixes the compilation with ocaml 4.13, lablgtk2 and ocamlgraph_gtk. Removes an unused exception.
-
- Oct 19, 2021
-
-
Andre Maroneze authored
-
-
- Oct 11, 2021
-
-
- Oct 06, 2021
-
-
-
-
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
all lexers now aborts in the same way in case of lexing/parsing error.
-
-
Removes unused declarations in plugins registration files.
-
-
-
Andre Maroneze authored
-
- Sep 06, 2021
-
-
David Bühler authored
-
- Aug 26, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jul 19, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jul 17, 2021
-
-
Andre Maroneze authored
Sys.cmd is called _very_ often and thousands of times; whenever a Ctrl+C is pressed while inside a subcommand, it returns a non-zero code. But in many loops, a message is emitted and nothing else, so hdrck continues on and on. Besides, the Ctrl+C leads to spurious "invalid header" messages at the end, because of that. The fix simply makes the program terminate.
-
- Jun 15, 2021
-
-
Allan Blanchard authored
-
-
- also improve conversion from ival
-
-
- Jun 10, 2021
-
-
Andre Maroneze authored
-
-
- Jun 09, 2021
-
-
Andre Maroneze authored
-
- May 20, 2021
-
-
- May 18, 2021
-
-
Andre Maroneze authored
-
- Apr 28, 2021
-
-
Andre Maroneze authored
-
-
- Apr 27, 2021
-
-
Andre Maroneze authored
-
- Apr 26, 2021
-
-
- Apr 16, 2021
-
-
Loïc Correnson authored
# Conflicts: # Makefile # Conflicts: # Makefile
-
- Apr 07, 2021
-
-
Andre Maroneze authored
-
- Mar 26, 2021
-
-
David Bühler authored
Only prints the maximum number of iterations by loop.
-
- Mar 25, 2021
-
-
Removes option -contract-finite-float: the AST tranrsformation only depends on the option -warn-special-float.
-