File: Changes

package info (click to toggle)
ocamldsort 0.16.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: ml: 343; makefile: 179; sh: 9
file content (58 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
ocamldsort 0.16.0:

* now compatible with OCaml 4.00

ocamldsort 0.15.0:

* now compatible with OCaml 3.12

ocamldsort 0.14.4:

* better Makefile example in the documentation

ocamldsort 0.14.3:

* option -I fixed
* Makefile.in fixed: --prefix affects $BINDIR

ocamldsort 0.14.2:

* configure.in fixed so that it accepts OCaml version with x.y.z format

ocamldsort 0.14.1:

* ocamldsort no longer need ocamldsort to build
 (this was a bug in ocamldsort 0.14)

ocamldsort 0.14:

* typos corrected in the documentation
* Makefile sample rewrited
* options -byte and -opt added
* option -obj is deprecated

ocamldsort 0.13:

* option -mli added: ocamldsort can now sort .mli files
* ocamldsort prints dependency cycles and unmet dependencies
* options -obj and -nox added

ocamldsort 0.12.2:

* bug fixed in the sample makefile

ocamldsort 0.12.1:

* build without native compiler

ocamldsort 0.12:

* man page added

ocamldsort 0.11:

* install is used in Makefile

ocamldsort 0.1:

* first release