-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY.txt
50 lines (38 loc) · 959 Bytes
/
HISTORY.txt
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
08.10.2024: Release 0.3
-----------------------
Added functions:
- mdz_ansi_16_reverse
Modified functions:
- mdz_ansi_16_replace - added implementation of MDZ_ANSI_REPLACE_STRAIGHT
06.10.2024: Release 0.2
-----------------------
Added functions:
- mdz_ansi_16_replace
Modified functions:
- mdz_ansi_16_count - added counting from right side
- mdz_ansi_16_remove - added removing from right side
18.09.2024: Release 0.1
-----------------------
Added functions:
- mdz_ansi_16_init
- mdz_ansi_16_attach
- mdz_ansi_16_size
- mdz_ansi_16_capacity
- mdz_ansi_16_data
- mdz_ansi_16_dataConst
- mdz_ansi_16_insert
- mdz_ansi_16_findSingle
- mdz_ansi_16_find
- mdz_ansi_16_rfindSingle
- mdz_ansi_16_rfind
- mdz_ansi_16_firstOf
- mdz_ansi_16_firstNotOf
- mdz_ansi_16_lastOf
- mdz_ansi_16_lastNotOf
- mdz_ansi_16_removeFrom
- mdz_ansi_16_remove
- mdz_ansi_16_trimLeft
- mdz_ansi_16_trimRight
- mdz_ansi_16_trim
- mdz_ansi_16_compare
- mdz_ansi_16_count