-
Notifications
You must be signed in to change notification settings - Fork 62
/
ChangeLog
68 lines (43 loc) · 1.89 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
63
64
65
66
67
68
2024-05-29 Dave Beckett <[email protected]>
* src/turtle_lexer.l: Change compare to EOF to compare to
YY_END_OF_BUFFER_CHAR
* scripts/fix-flex.pl: Make yy_n_chars into a yy_size_t
2024-05-25 Dave Beckett <[email protected]>
* INSTALL.html: autogen.sh for flex note
2024-05-24 Dave Beckett <[email protected]>
* scripts/fix-flex.pl: Make yy_buf_size into a yy_size_t
2024-05-23 Dave Beckett <[email protected]>
* src/turtle_parser.y: Preliminary fix for trig graph URI double
free
* src/turtle_parser.y: Set parser name to trig if filename ends in
.trig
2023-12-04 Dave Beckett <[email protected]>
* scripts/fix-bison.pl:
Remove all mention of unused var yynerrs
2023-09-11 Dave Beckett <[email protected]>
* src/raptor_internal.h, src/sort_r.h:
Add
PRAGMA_IGNORE_WARNING_REDUNDANT_DECLS_START for qsort_r prototype
2023-07-03 Dave Beckett <[email protected]>
* Merge pull request #60 from pinotree/hurd Fix sort_r selection
on GNU/Hurd
2023-06-24 Dave Beckett <[email protected]>
* tests/feeds/Makefile.am, tests/grddl/Makefile.am,
tests/json/Makefile.am, tests/mkr/Makefile.am,
tests/nquads-2013/Makefile.am, tests/ntriples-2013/Makefile.am,
tests/ntriples/Makefile.am, tests/rdfa/Makefile.am,
tests/rdfa11/Makefile.am, tests/rdfxml/Makefile.am,
tests/trig/Makefile.am, tests/turtle-2013/Makefile.am,
tests/turtle/Makefile.am:
Make tests work with parallel make (-j)
2023-05-30 Dave Beckett <[email protected]>
* Merge pull request #58 from kraptor/master Remove the access to
entities 'checked' private symbol for libxml2 2.11.0
2023-03-19 Dave Beckett <[email protected]>
* Merge pull request #57 from 0-wiz-0/sunos-fixes Fix build on SunOS
2023-03-01 Dave Beckett <[email protected]>
* docs/raptor-docs.xml: 2023
* CMakeLists.txt, NEWS.html, RELEASE.html, configure.ac: Bumped
version to 2.0.17
* Snapshotted raptor2_2_0_16 for 2.0.16 release (GIT
b2d89d96cb43a93f751e17619491955abb41dbd1)