-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
62 lines (42 loc) · 1.96 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
# Changelog for sstrings
# Copyright Pablo Yanez Trujillo <[email protected]>
# $HEADER: http://klingsor.informatik.uni-freiburg.de/projects/sstrings/ChangeLog
sstrings-2.0.1:
Tue Nov 14 2006: Pablo Yanez Trujillo <[email protected]>
- man pages done
- html doc done
- release 2.0.1
Thu Sep 14 2006: Pablo Yanez Trujillo <[email protected]>
- After a long pause I had some time to rewrite some new functions.
I hope that it is now easier to use the library than all version =<2.x
the first function for 2.0.1 release seem to be complete. Now we have
to write the manual pages (and html pages)
Sun Dec 18 2005
- New Version 2.0.1 started. sstrings-1.x and >=sstrings-2.x won't be
compatible. Versions sstrings-1.x are deprected.
sstrings-1.0.4:
Wed Jul 13 2005; Pablo Yanez Trujillo <[email protected]>
- Version 1.0.4 started
Wed Jul 20 2005; Pablo Yanez Trujillo <[email protected]>
- bug fixed from delsstr
- new version released
sstrings-1.0.3:
Tue Jul 12 2005; Pablo Yanez Trujillo <[email protected]>
- Gentoo ebuild should now installed under sys-libs
Mon Jul 11 2005; Pablo Yanez Trujillo <[email protected]>
- Version 1.0.3 is released
- Gentoo Ebuild for Version 1.0.3 rewritten
- NEWS, README, BUGS, TODO, configure.ac files were rewritten
- ss_errno specifications added in all man pages
- 10 new functions added
sstrings-0.0.2:
Fri Mar 11 2005; Pablo Yanez Trujillo <[email protected]>
- Version 0.0.2 is released
- Gentoo Ebuild for Version 2 rewritten
- Gentoo Ebuild added in the tar.gz file
- NEWS, README, BUGS, TODO, configure.ac files were rewritten
- Bugs in the manual pages fixed
- Bugs in char* strrstr(const char *haystack, const char *needle) fixed.
changed the return type from return haystack to return (char*)
&haystack[0]; otherwise it cannot be compiled by other
compiler like the MS VC++