itextomml 1.5.6 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/ext/itex2MML.h +3 -3
- data/ext/itex2MML_ruby.c +5 -5
- data/ext/lex.yy.c +3803 -3394
- data/ext/y.tab.c +2609 -2519
- data/ext/y.tab.h +88 -76
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 46e1907de42f1afd88e4a44d02e054ca3ce303fabd0948467a8caabdcb4b1dc2
|
4
|
+
data.tar.gz: a65266b8d5298514f1405be426e7c4a77e7fb2118f4bdd3b28a1874775691c11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8024f6db50c258e2f33362ca8ae47321a970466431a48a22232b869260b01df8af9333759de26ee35237d236f85b39a6210f2ea2eded4cbed8a35692f0e8b30e
|
7
|
+
data.tar.gz: 6990f67ff4a8f24c9ddaaccabf659ebd584edecc84a20d85b2dc62e68c5a24397bb91f92ea2e64ca766bef4103b35e6ba215ae1ae50b73172c47e15ae9fec790
|
data/ext/itex2MML.h
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
/* itex2MML 1.
|
2
|
-
* itex2MML.h last modified
|
1
|
+
/* itex2MML 1.6.1
|
2
|
+
* itex2MML.h last modified 10/3/2021
|
3
3
|
*/
|
4
4
|
|
5
5
|
#ifndef ITEX2MML_H
|
6
6
|
#define ITEX2MML_H
|
7
7
|
|
8
|
-
#define ITEX2MML_VERSION "1.
|
8
|
+
#define ITEX2MML_VERSION "1.6.1"
|
9
9
|
|
10
10
|
#ifdef __cplusplus
|
11
11
|
extern "C" {
|
data/ext/itex2MML_ruby.c
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/* ----------------------------------------------------------------------------
|
2
2
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
3
|
-
* Version 3.0.
|
3
|
+
* Version 3.0.12
|
4
4
|
*
|
5
5
|
* This file is not intended to be easily readable and contains a number of
|
6
6
|
* coding conventions designed to improve portability and efficiency. Do not make
|
@@ -1817,7 +1817,7 @@ static VALUE mItex2MML;
|
|
1817
1817
|
#define SWIG_RUBY_THREAD_END_BLOCK
|
1818
1818
|
|
1819
1819
|
|
1820
|
-
#define SWIGVERSION
|
1820
|
+
#define SWIGVERSION 0x030012
|
1821
1821
|
#define SWIG_VERSION SWIGVERSION
|
1822
1822
|
|
1823
1823
|
|
@@ -1851,7 +1851,7 @@ SWIG_AsCharPtrAndSize(VALUE obj, char** cptr, size_t* psize, int *alloc)
|
|
1851
1851
|
if (cptr) {
|
1852
1852
|
if (alloc) {
|
1853
1853
|
if (*alloc == SWIG_NEWOBJ) {
|
1854
|
-
*cptr = (char *)memcpy(
|
1854
|
+
*cptr = (char *)memcpy(malloc((size)*sizeof(char)), cstr, sizeof(char)*(size));
|
1855
1855
|
} else {
|
1856
1856
|
*cptr = cstr;
|
1857
1857
|
*alloc = SWIG_OLDOBJ;
|
@@ -1886,7 +1886,7 @@ SWIG_ruby_failed(void)
|
|
1886
1886
|
}
|
1887
1887
|
|
1888
1888
|
|
1889
|
-
/*@SWIG:/sw/share/swig/3.0.
|
1889
|
+
/*@SWIG:/sw/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
1890
1890
|
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args)
|
1891
1891
|
{
|
1892
1892
|
VALUE obj = args[0];
|
@@ -1931,7 +1931,7 @@ SWIG_AsVal_unsigned_SS_long (VALUE obj, unsigned long *val)
|
|
1931
1931
|
|
1932
1932
|
|
1933
1933
|
#ifdef SWIG_LONG_LONG_AVAILABLE
|
1934
|
-
/*@SWIG:/sw/share/swig/3.0.
|
1934
|
+
/*@SWIG:/sw/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
1935
1935
|
SWIGINTERN VALUE SWIG_AUX_NUM2ULL(VALUE *args)
|
1936
1936
|
{
|
1937
1937
|
VALUE obj = args[0];
|