]> sjero.net Git - wget/history - src/iri.c
iri.h is already included in wget.h, so don't include it in C files
[wget] / src / iri.c
2008-08-04 Xavier Saintiri.h is already included in wget.h, so don't include...
2008-08-03 Xavier SaintSome cleanups in iri.c
2008-08-02 Xavier SaintAutomated merge.
2008-08-02 Xavier Saintquote*() functions don't like that much NULL arg
2008-08-01 Xavier SaintAdd a missing return...
2008-07-30 Xavier Saintopt.remote_encoding should not override opt.locale...
2008-07-24 Saint XavierUse DEBUGP instead of commenting out all the _wonderful...
2008-07-23 Saint XavierAutomated merge.
2008-07-23 Saint XavierChange global variable model for state-object
2008-07-21 Saint XavierDo not free/duplicate current/remote encoding string...
2008-07-20 Saint XavierAutomated merge.
2008-07-20 Saint XavierUse the right flags for idna conversion (RFC3987 sectio...
2008-07-20 Saint XavierMake get_utf8_encode() directly aware of ugly_no_encode...
2008-07-20 Saint XavierAdd some comments in iri.c and change a variable name...
2008-07-20 Saint XavierGet rid of the supplementary bool pointer in url_parse...
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-02 Saint XavierShow also the hostname in the locale when possible
2008-07-01 Saint XavierEmit a message if we found invalid or incomplete multib...
2008-07-01 Saint XavierFix copyright year and some GNU coding style
2008-06-26 Saint XavierAutomated merge.
2008-06-26 Saint XavierAutomated merge.
2008-06-26 Saint XavierBasic support of IRIs.
2008-06-19 Saint XavierIntroduce a new function check_encoding_name() for...
2008-06-19 Saint XavierSet an initial value for IRIs options and some minor...
2008-06-19 Saint XavierIntroduce find_locale() to find out local system encoding.
2008-06-19 Saint XavierThe prefered way is to avoid #ifdef flooding, so take...