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.
Files changed (7) hide show
  1. checksums.yaml +5 -5
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/itex2MML_ruby.c +5 -5
  4. data/ext/lex.yy.c +3803 -3394
  5. data/ext/y.tab.c +2609 -2519
  6. data/ext/y.tab.h +88 -76
  7. metadata +8 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5934573026f68189933d6708d8cebcb03f16a995
4
- data.tar.gz: 5f0528c32305b4ce7f3c66ed166b36adcc61659c
2
+ SHA256:
3
+ metadata.gz: 46e1907de42f1afd88e4a44d02e054ca3ce303fabd0948467a8caabdcb4b1dc2
4
+ data.tar.gz: a65266b8d5298514f1405be426e7c4a77e7fb2118f4bdd3b28a1874775691c11
5
5
  SHA512:
6
- metadata.gz: 6f45dd3a397eb6b1ba4746efce4f0c034fc3ff7a70f47f02081d6621e3af63d4530411d2418ac7176bb45b9aa19a7a928cb07e573b99b3ae24cc0fac88811a70
7
- data.tar.gz: c4bd8dc6f6f5425f19d4027d25a84e6479fc22210cadb0c00d2a1b077e29a89ef24ef5b0226c4756402dcf41d30ec0bbebed9ec5f69242ca9699ba5d11d22b65
6
+ metadata.gz: 8024f6db50c258e2f33362ca8ae47321a970466431a48a22232b869260b01df8af9333759de26ee35237d236f85b39a6210f2ea2eded4cbed8a35692f0e8b30e
7
+ data.tar.gz: 6990f67ff4a8f24c9ddaaccabf659ebd584edecc84a20d85b2dc62e68c5a24397bb91f92ea2e64ca766bef4103b35e6ba215ae1ae50b73172c47e15ae9fec790
data/ext/itex2MML.h CHANGED
@@ -1,11 +1,11 @@
1
- /* itex2MML 1.5.6
2
- * itex2MML.h last modified 05/17/2017
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.5.6"
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.10
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 0x030010
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((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size));
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.10/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
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.10/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
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];