itextomml 1.4.0 → 1.4.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 (3) hide show
  1. data/ext/itex2MML.h +2 -2
  2. data/ext/lex.yy.c +2 -2
  3. metadata +3 -3
data/ext/itex2MML.h CHANGED
@@ -1,11 +1,11 @@
1
- /* itex2MML 1.4.0
1
+ /* itex2MML 1.4.1
2
2
  * itex2MML.h last modified 9/7/2010
3
3
  */
4
4
 
5
5
  #ifndef ITEX2MML_H
6
6
  #define ITEX2MML_H
7
7
 
8
- #define ITEX2MML_VERSION "1.4.0"
8
+ #define ITEX2MML_VERSION "1.4.1"
9
9
 
10
10
  #ifdef __cplusplus
11
11
  extern "C" {
data/ext/lex.yy.c CHANGED
@@ -2275,7 +2275,7 @@ static int yy_more_len = 0;
2275
2275
  #define YY_RESTORE_YY_MORE_OFFSET
2276
2276
  char *itex2MML_yytext;
2277
2277
  #line 1 "itex2MML.l"
2278
- /* itex2MML 1.4.0
2278
+ /* itex2MML 1.4.1
2279
2279
  * itex2MML.l last modified 9/7/2010
2280
2280
  */
2281
2281
  #line 6 "itex2MML.l"
@@ -3450,7 +3450,7 @@ case 271:
3450
3450
  case 272:
3451
3451
  YY_RULE_SETUP
3452
3452
  #line 380 "itex2MML.l"
3453
- {BEGIN(OPTARG); yylval=itex2MML_copy_string(itex2MML_yytext+1); if (yylval != itex2MML_empty_string) {yylval[0]='&'; yylval[itex2MML_yyleng-1]=';'; yylval[itex2MML_yyleng]='\0';} return XARROW;}
3453
+ {BEGIN(OPTARG); char * s1 = itex2MML_copy_string(itex2MML_yytext+2); yylval = itex2MML_copy3("&", s1, ";"); itex2MML_free_string(s1); return XARROW;}
3454
3454
  YY_BREAK
3455
3455
  case 273:
3456
3456
  #line 383 "itex2MML.l"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itextomml
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 0
10
- version: 1.4.0
9
+ - 1
10
+ version: 1.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jacques Distler