-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
105 lines (53 loc) · 2.31 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2019-03-09 Thiago L. A. Miller <[email protected]>
* Version 0.5.0
* gsia.c,main.c: Add 'ignore-case' and 'save-diff' options
2019-03-08 Thiago L. A. Miller <[email protected]>
* main.c (main): Add getopt framework
* gsia.c (gsia_save_comm): Coerce to (char *)
* ADD test: check_gsia_utils.c
* ADD: gsia.c (gsia_print, gsia_save_comm)
2019-03-03 Thiago L. A. Miller <[email protected]>
* ADD: Multiple tests: main.c, error.c, gsia.c (static functions)
2019-03-02 Thiago L. A. Miller <[email protected]>
* Add gsia.[ch] interface
2019-03-01 Thiago L. A. Miller <[email protected]>
* Version 0.4.0
2019-02-25 Thiago L. A. Miller <[email protected]>
* FIX: main.c, configure.ac
2019-02-24 Thiago L. A. Miller <[email protected]>
* Replace GMP with GSL
* comm.c (compare_arrays): return Comm
* hyper.c: Replace GMP with GSL
2019-02-20 Thiago L. A. Miller <[email protected]>
* FIX: main.c (main): comm2_3 <- comm1_2, comm1_3
2019-02-19 Thiago L. A. Miller <[email protected]>
* Version 0.3.0
* main.c: Add hypergeometric test
* FIX: hyper.c (phyper): test ((N - K) < (n - i))
2018-11-05 Thiago L. A. Miller <[email protected]>
* NEWS: tests/check_gsia_io.c
* NEWS: tests/check_gsia_comm.c
2018-11-04 Thiago L. A. Miller <[email protected]>
* tests/check_gsia_array.c (test_array_uniq): Add ptr_array_free
* Update README.md
* Add: .travis.yml
* main.c (comm_new, comm_free): Set func to NULL and free_segment to 1
2018-11-04 Thiago L. A. Miller <[email protected]>
* Version 0.2.0
* comm.c (compare_ptr): Fix shared attribute assignment
* NEWS: array.c (ptr_array_sort, ptr_array_uniq)
2018-11-03 Thiago L. A. Miller <[email protected]>
* Split and update files in order to organize functions
* NEWS: comm.[ch], io.[ch], utils.[ch]
* check_gsia_main.c (srunner_set_tap ())
2018-11-01 Thiago L. A. Miller <[email protected]>
* NEW: array.c, array.h and tests
2018-10-22 Thiago L. A. Miller <[email protected]>
* NEWS: error.h (enum domain_e, local_e); print_err_msg
2018-10-21 Thiago L. A. Miller <[email protected]>
* Add dist_data_DATA = README.md
2018-10-21 Thiago L. A. Miller <[email protected]>
* Version 0.1.0
* Initialize 'gsia' project.
* Configure to autotools format.
* Add tests with framework 'check'.