itextomml 1.5.3 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/itex2MML.h +3 -3
- data/ext/lex.yy.c +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24a27749a4d6588c65e7e03c595948f4ccc787cc
|
4
|
+
data.tar.gz: e644898098eb7cff240f015968882186a64e37fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60c0f76669a400fb96c3faec767696fb594c9443f921885b7c8cff57e6bfb440937679c943aab36c994b676538544f30e861b51f080bff142980bc91bc992b15
|
7
|
+
data.tar.gz: b91a33846cc6796a23835bfc92c4f47b57386a96035a082aba36f3d61ce617927ff35be43c98e740922d8e06b035d964061ead78993c72a2cef3f051d5e57b2b
|
data/ext/itex2MML.h
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
/* itex2MML 1.5.
|
2
|
-
* itex2MML.h last modified 8/
|
1
|
+
/* itex2MML 1.5.4
|
2
|
+
* itex2MML.h last modified 8/15/2016
|
3
3
|
*/
|
4
4
|
|
5
5
|
#ifndef ITEX2MML_H
|
6
6
|
#define ITEX2MML_H
|
7
7
|
|
8
|
-
#define ITEX2MML_VERSION "1.5.
|
8
|
+
#define ITEX2MML_VERSION "1.5.4"
|
9
9
|
|
10
10
|
#ifdef __cplusplus
|
11
11
|
extern "C" {
|
data/ext/lex.yy.c
CHANGED
@@ -2392,8 +2392,8 @@ static int yy_more_len = 0;
|
|
2392
2392
|
#define YY_RESTORE_YY_MORE_OFFSET
|
2393
2393
|
char *itex2MML_yytext;
|
2394
2394
|
#line 1 "itex2MML.l"
|
2395
|
-
/* itex2MML 1.5.
|
2396
|
-
* itex2MML.l last modified 8/
|
2395
|
+
/* itex2MML 1.5.4
|
2396
|
+
* itex2MML.l last modified 8/15/2016
|
2397
2397
|
*/
|
2398
2398
|
#line 6 "itex2MML.l"
|
2399
2399
|
|
@@ -6498,9 +6498,9 @@ void itex2MML_restart ()
|
|
6498
6498
|
}
|
6499
6499
|
|
6500
6500
|
static const char * s_itex2MML_buffer = 0;
|
6501
|
-
static
|
6501
|
+
static size_t s_itex2MML_length = 0;
|
6502
6502
|
|
6503
|
-
void itex2MML_setup (const char * buffer,
|
6503
|
+
void itex2MML_setup (const char * buffer, size_t length)
|
6504
6504
|
{
|
6505
6505
|
itex2MML_yy_flush_buffer(YY_CURRENT_BUFFER );
|
6506
6506
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itextomml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacques Distler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: itextomml provides native Ruby bindings to itex2MML, which converts itex
|
14
14
|
equations to MathML.
|