~ubuntu-branches/debian/wheezy/cuneiform/wheezy

« back to all changes in this revision

Viewing changes to cuneiform_src/Kern/evn32/src/v0comprq.c

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk
  • Date: 2011-04-30 13:16:24 UTC
  • mfrom: (1.1.3 upstream) (5.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110430131624-6yqf92183p6hshur
Tags: 1.1.0+dfsg-1
* Upload to unstable.
* New upstream release.
  + Drop patches: c-assert.diff, cuneiform.h-rename-*.diff,
    slovenian-slv.diff, soname.diff, swabytes.diff. All applied upstream.
  + Refresh the remaining patches.
  + Update *.install files.
  + Fix incorrect use of va_list (closes: #596917).
* Re-add c-assert.diff to fix another instance of custom assert() macro.
* Use stricter check level for dpkg-gensymbols.
* Bump standards version to 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 if (answ == 0) goto ret;
159
159
 s_ans('!');
160
160
 if ((answ & 0xC0) == 0x80)   s_ans('1');
161
 
 if (language == LANG_RUSSIAN ){ s_ans('|'); goto ret; }
 
161
 if (language == PUMA_LANG_RUSSIAN ){ s_ans('|'); goto ret; }
162
162
 if ((answ & 0x03) == 0x02)   s_ans('f');
163
163
 if ((answ & 0x0C) == 0x08)   s_ans('r');
164
164
 if ((answ & 0x30) == 0x20)   s_ans('t');
165
165
 
166
 
 if (language == LANG_POLISH )
 
166
 if (language == PUMA_LANG_POLISH )
167
167
        if ((answ & 0x300)== 0x300) s_ans(0xB3 ); // POLISH_l;
168
168
 
169
169
 if (rec_ptr - start_rec < 7)   s_ans('j');
170
170
 s_ans('l'); s_ans('i'); s_ans('I');
171
171
 
172
172
 // Добавление турецких палок. 04.06.2002 E.P.
173
 
 if(language==LANG_TURKISH)
 
173
 if(language==PUMA_LANG_TURKISH)
174
174
         {
175
175
         // 18.06.2002 E.P.
176
176
         if (!check_letter(i_sans_accent))
244
244
 if (nvers == 1) goto perfect_letter;
245
245
 
246
246
 // Добавление турецких палок. 04.06.2002 E.P.
247
 
 if(language==LANG_TURKISH &&
 
247
 if(language==PUMA_LANG_TURKISH &&
248
248
                nvers < VERS_IN_CELL - 2 &&
249
249
                check_iIl1() >= 3
250
250
   )