~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/xdvipdfmx/src/dvi.c

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1915
1915
  }
1916
1916
}
1917
1917
 
1918
 
/* globals initialized by fontmap.c when it opens freetype */
1919
 
extern FT_Int ft_major, ft_minor, ft_patch;
1920
 
 
1921
1918
static void
1922
1919
do_glyph_array (int yLocsPresent)
1923
1920
{
2500
2497
  const char *p =  buf, *endptr;
2501
2498
  int    ns_pdf = 0, ns_xtx = 0, error = 0;
2502
2499
  double tmp;
2503
 
  extern double paper_width, paper_height;
2504
 
  extern char   landscape_mode;
2505
2500
 
2506
2501
  endptr = p + size;
2507
2502