diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-08 22:07:50 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-11 07:30:03 +0000 |
| commit | aa812e87455271d2b73e7f41832aee496fe81ee0 (patch) | |
| tree | 2ebe2b2e98cadcd68b604c0b08237dc0eed7cc62 /Changelog | |
| parent | 5de8b5638f3d0bca6723d5d63d9e22a7f04fff6c (diff) | |
| download | tinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.gz tinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.bz2 | |
Convert some lines from ISO-8859-1 to UTF-8.
perl -i -pe 'use Text::Iconv;
$c1 = Text::Iconv->new("utf-8", "utf-8");
$c2 = Text::Iconv->new("iso-8859-1", "utf-8");
if (!$c1->convert($_)) { $_ = $c2->convert($_); }' \
`find * -type f`
Diffstat (limited to 'Changelog')
| -rw-r--r-- | Changelog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,7 +41,7 @@ Platforms: - define __ARM_EABI__, __ARMEL__ and __ARM_PCS_VFP (Thomas Preud'homme) - provide a runtime library for ARM (Thomas Preud'homme) - vastly improved support for ARM hard float calling convention -(Thomas Preud'homme, Daniel Glöckner) +(Thomas Preud'homme, Daniel Glöckner) - tcc can uses libtcc1 on ARM (Thomas Preud'homme) - use __fixdfdi for all float to integer conversion (grischka) - simplify startup code for unix platforms (grischka) @@ -119,7 +119,7 @@ Bug fixes: - fix memory leak due to symbol attributes (mingodad) - partially fix bound checking of argv and arge (Thomas Preud'homme) - fix possible dereference when getting name of symbol (grischka) -- fix va_list type definition on x86-64 (Daniel Glöckner) +- fix va_list type definition on x86-64 (Daniel Glöckner) - reduce number of scan-build false positive (mingodad) version 0.9.26: @@ -134,7 +134,7 @@ User interface: Platforms: - Many improvements for x86-64 target (Shinichiro Hamaji, Michael Matz, grischka) - x86-64 assembler (Frederic Feret) -- Many improvements for ARM target (Daniel Glöckner, Thomas Preud'homme) +- Many improvements for ARM target (Daniel Glöckner, Thomas Preud'homme) - Support WinCE PE ARM (Timo VJ Lahde) - Support ARM hardfloat calling convention (Thomas Preud'homme) - Support SELinux (Security-Enhanced Linux) (Henry Kroll III) @@ -153,7 +153,7 @@ Features: version 0.9.25: - first support for x86-64 target (Shinichiro Hamaji) -- support µClibc +- support µClibc - split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c - improved preprocess output with linenumbers and spaces preserved - tcc_relocate now copies code into user buffer |
