forked from marcomaggi/cre2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
44 lines (26 loc) · 844 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
43
44
-*- coding: utf-8-unix -*-
Notes for revision 0.4.0-devel.2
--------------------------------
* Some makefile fixes to allow clang++ usage.
* Added CSS file for HTML documentation.
Notes for revision 0.4.0-devel.0
--------------------------------
* Package infrastructure development.
* Added iterator over names of named captured patterns.
Notes for revision 0.3.6
------------------------
* Fixed missing inclusion of "<stdint.h>".
Notes for revision 0.3.5
------------------------
* Fixed missing dependency in pkg-config script.
Notes for revision 0.3.4
------------------------
* Some typo fixes and implementation of the new function
"cre2_find_named_capturing_groups()".
### end of file
# Local Variables:
# mode: text
# fill-column: 72
# paragraph-start: "*"
# ispell-local-dictionary: "en_GB"
# End: