-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
56 lines (33 loc) · 1.3 KB
/
ChangeLog
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
2019-02-22 Yohei Endo <[email protected]>
* version 2.2.1
* ChangeLog and License are installed as documents.
* Add RPM spec file.
2014-07-15 Yohei Endo <[email protected]>
* version 2.2.0
2014-06-23 Yohei Endo <[email protected]>
* src/retcoder.c: Add fclose().
* src/retcoder.c: Use stdin if "-" is passed as filename.
2014-06-16 Yohei Endo <[email protected]>
* version 2.1.1
* Autoconfiscate.
2012-06-28 Yohei Endo <[email protected]>
* libcrlf.c: Convert type of character constants to unsigned char when
compareing with return value of pf_getc().
2012-05-11 Yohei Endo <[email protected]>
* Makefile: Add strip option (-s) to LDFLAGS
2011-12-02 Yohei Endo <[email protected]>
* retcoder.c: Refactoring (add function retcoder_main())
2011-11-30 Yohei Endo <[email protected]>
* retcoder.c: Fix initial value of retcoder_params
2011-11-10 Yohei Endo <[email protected]>
* version 2.1.0
* retcoder.c: support --estr option.
2011-08-30 Yohei Endo <[email protected]>
* version 2.0.2
* retcoder.c: Allow multiple short options after one hyphen.
2011-08-12 Yohei Endo <[email protected]>
* version 2.0.1
* retcoder.c: Replace WIN32 with _WIN32, setmode with _setmode, fileno
with _fileno, O_BINARY with _O_BINARY.
2011-08-08 Yohei Endo <[email protected]>
* version 2.0.0