~ubuntu-branches/ubuntu/oneiric/tcc/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/fhs.diff

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Preud'homme, Aurélien GÉRÔME, Thomas Preud'homme
  • Date: 2008-06-16 03:31:38 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080616033138-hqo92o7adc6nn9fa
Tags: 0.9.24-1
[ Aurélien GÉRÔME ]
* Change my email address in the Maintainer field.
* Bump Standards-Version to 3.8.0.
* Remove no longer used XS-Vcs-Git and XS-Vcs-Browser fields.
* Add the DM-Upload-Allowed field for Arthur.

[ Thomas Preud'homme ]
* New Upstream Version
  - tcc now supports typename as structure field name (closes: #278698)
  - A long long value used as a test expression ignores the
    upper 32 bits at runtime (closes: #304082)
* Remove unecessary patches:
  - 352202_fix_int_overflow.diff
  - 283066_add_va_copy_define.diff (already disabled)
  - 430209_fix_bound_check_error.diff
* Clean all patches (no fuzz or offset problem anymore)
* Add patch from Bradley Smith to allow compilation with gcc 4.3
  (closes: #474883)
* Add tcc-doc_texi_formatting.diff to correct formatting of tcc-doc.texi

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
===================================================================
23
23
--- tcc-0.9.24~cvs20070502.orig.orig/tcc-doc.texi       2007-05-03 03:54:44.082789925 +0200
24
24
+++ tcc-0.9.24~cvs20070502.orig/tcc-doc.texi    2007-05-03 03:55:25.974418590 +0200
25
 
@@ -123,10 +123,10 @@
 
25
@@ -125,10 +125,10 @@
26
26
 Scripting:
27
27
 
28
28
 TCC can be invoked from @emph{scripts}, just as shell scripts. You just
35
35
 #include <stdio.h>
36
36
 
37
37
 int main() 
38
 
@@ -173,7 +173,7 @@
 
38
@@ -181,7 +181,7 @@
39
39
 In a script, it gives the following header:
40
40
 
41
41
 @example