summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-recode.c
AgeCommit message (Expand)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-06-06Pass NULL to settings_set_str to reset term_charset to its defaultEmanuele Giaquinta
2008-06-06Remove kludge and add the 'setup changed' handler with higher priorityEmanuele Giaquinta
2008-05-17Pass NULL to settings_set_str to reset recode_fallback to its defaultEmanuele Giaquinta
2008-05-14Use g_get_charset to retrieve the locale codeset.Emanuele Giaquinta
2008-04-28Make some variables static.Emanuele Giaquinta
2008-03-15Replace tab between else and opening brace with space.Emanuele Giaquinta
2008-03-15Remove silly macro.Emanuele Giaquinta
2008-03-15Remove trailing whitespace.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-11-19If transliterations don't work in the system (eg. Solaris), don't allowTimo Sirainen
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-05-09Updated the syntax definition for /recode add in fe-recode.cValentin Batz
2005-03-07Use char* instead of const char* in read_settings, so memory can be freed wit...Valentin Batz
2005-03-07Free the right memory in fe-recode.c (related to bug 210)Valentin Batz
2005-03-06Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ...Valentin Batz
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2005-01-04Fixed a bug with /me, use the right arguments for "message irc own_action"Valentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20forgot to addTimo Sirainen