~ubuntu-branches/ubuntu/quantal/tidy/quantal

« back to all changes in this revision

Viewing changes to src/win32tc.c

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-12-24 13:25:54 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081224132554-l7900667kdy9eeu5
Tags: 20081224cvs-1
* New cvs snapshot
* debian/control: add debhelper ${misc:Depends} to all packages
- add versioned depend on libtidy-0.99-0 (>= 20081224cvs-1) for tidy
  (closes: #470764)
- add Homepage field
- update standards-version from 3.7.3.0 to 3.8.0.0
* debian/tidy-doc.doc-base: change section from App/Text to Web Development
* debian/tidy.postinst + tidy.preinst: set the -e flag
* debian/README.source: new, how to build source tarball from upstream
* debian/README.Debian: add urls to more documentation
  (closes: #353912)
* debian/patches/03overview-tab-size.patch: add patch to fix tab-size
  (closes: #353907)
* tidy doc has been built from same source as tidy for a while
  (closes: #364960)
* debian/rules:
  - add -xml-config to generated manpage
  - clean up generated files
  (closes: #471107)
* manpage: -latin0 options has correct info as of 20080116cvs-1
  (closes: #506394 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* win32tc.c -- Interface to Win32 transcoding routines
2
2
 
3
 
  (c) 1998-2007 (W3C) MIT, ERCIM, Keio University
 
3
  (c) 1998-2008 (W3C) MIT, ERCIM, Keio University
4
4
  See tidy.h for the copyright notice.
5
5
 
6
 
  $Id: win32tc.c,v 1.11 2007/07/23 15:41:22 arnaud02 Exp $
 
6
  $Id: win32tc.c,v 1.12 2008/08/09 11:55:27 hoehrmann Exp $
7
7
*/
8
8
 
9
9
/* keep these here to keep file non-empty */
10
 
#include <tidy.h>
 
10
#include "tidy.h"
11
11
#include "forward.h"
12
12
#include "streamio.h"
13
13
#include "tmbstr.h"