aboutsummaryrefslogtreecommitdiff
path: root/iconv
AgeCommit message (Expand)AuthorFilesLines
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-2/+0
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-5/+6
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar2-4/+10
2014-10-30Clean up wchar_t conversion code in iconv program.Roland McGrath1-79/+53
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer8-255/+32
2014-08-26__gconv_translit_find: Disable function [BZ #17187]Florian Weimer1-173/+4
2014-08-21Remove redundant CPPFLAGS for some programsSiddhesh Poyarekar1-2/+0
2014-07-17iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unalignedWill Newton1-30/+29
2014-05-012014-05-01 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-5/+4
2014-04-292014-04-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-0/+4
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella3-8/+8
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-8/+8
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-4/+4
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka8-46/+46
2014-01-01Update remaining copyright datesAllan McRae2-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae30-30/+30
2013-10-12Fix typos.Yuri Chornoivan1-1/+1
2013-08-30Fix typos.Ondřej Bílka2-2/+2
2013-08-21Fix typos.Ondřej Bílka3-4/+4
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold3-0/+4
2013-05-10Use *stat64 instead of *stat in installed programsFlorian Weimer2-4/+4
2013-03-18BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath2-5/+6
2013-02-18unify xmalloc prototypes & friendsMike Frysinger3-12/+3
2013-02-17Sort Versions filesAndreas Jaeger1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers29-31/+29
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2013-01-01Update copyright years.David S. Miller2-4/+4
2012-11-16iconv: Fix -cAndrej Lajovic1-2/+2
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers2-6/+12
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-09-10Update copyright yearsH.J. Lu1-2/+1
2012-09-07Check if deriv->steps is NULL before freeing itH.J. Lu1-3/+6
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-2/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-4/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert30-85/+55
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper3-8/+14
2012-01-08Simplify char16_t implementationUlrich Drepper4-414/+4
2012-01-07Remove pre-ISO C supportUlrich Drepper6-60/+60
2012-01-07Remove non-ELF supportUlrich Drepper1-7/+2
2012-01-07More char16_t and char32_t supportUlrich Drepper4-32/+350
2012-01-03Fix assertion in gconv's loop.cUlrich Drepper1-2/+3
2012-01-01Add uchar.h support, part 1Ulrich Drepper3-5/+97
2012-01-01Update copyright yearUlrich Drepper2-4/+4
2011-12-21Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper1-2/+3
2011-11-15Clean up internal fopen usesUlrich Drepper1-1/+1
2011-09-10Cleanup of configuration optionsUlrich Drepper1-5/+3
2011-05-14Optimize conversion of single character in gconvUlrich Drepper1-1/+2
2011-05-14Fix handling of incomplete character storage in stateUlrich Drepper1-1/+4
2011-04-01Fix typos in comments.Ulrich Drepper1-3/+3