File: Changelog

package info (click to toggle)
genht 1.1.3-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 756; makefile: 101
file content (33 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download
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
genht 1.1.3 (r123)
~~~~~~~~~~~~~~~~~
[doc]
	-Add: no-git warnings because of outdated github mirrors

[build]
	-Fix: use $(MAKE) instead of make for portability
	-Add: install/linstall/uninstall libgenht.so symlink


genht 1.1.2 (r116)
~~~~~~~~~~~~~~~~~
-Add: doc/example*.c and Makefile to demonstrate practical usage
-Add: src/README explains what each file is for

genht 1.1.0 (r96)
~~~~~~~~~~~~~~~~~
-Fix: do not overdefine static and inline, rather use GENHT prefixed macros to be more explicit
-Fix: remove ln -s target first to avoid error
-Fix: make clean removes version.h and ver_edit that was compiled to edit it
-Fix: install ht.c (it needs to be #included by projects for creating new hash instances) and the missing .h files
-Add: version header
-Add: $(PREFIX) instead of hardwired /usr
-Add: local implementation of strcasecmp which is not in C89
-Add: deep uninit macro
-Add: make test (using example program mainsi)
-Add: run ranlib on the .a
-Change: remove asserts and perform memory allocation checks, and modify some 'void' return values to 'int'


genht 1.0.1 (r73)
~~~~~~~~~~~~~~~~~
(This release did not have a Changelog)