-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
43 lines (31 loc) · 751 Bytes
/
NEWS
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
0.43.7
- xmalloc()s renamed to n_malloc()s cause to too many libraries/programs
provide xmalloc()s functions
0.43.6
- added n_*snprinf.h with *snprintf() wrappers
0.43.5
* fixed 0.43.4
0.43.4
* bugfixes
* added n_hash_size()
0.43.3
* bugfixes
0.43.2
* bugfixes
* * *
0.1
* fixed bsearch (Jarek Woloszyn <[email protected]>)
* bugfixes
1999.06.02
* fixed n_array_clean(), (Jarek Woloszyn <[email protected]>)
1999.05.28
* fixed n_array_bsearch() (Jarek Woloszyn <[email protected]>)
1999.05.27
* fixed a lot of narray bugs
* fixed n_list_(shift, pop) (Wojtek Bojdol <[email protected]>)
* new:
n_list_remove_nth()
n_array_bsearch()
n_array_uniq()
n_array_eq()
n_array_remove_nth()