aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/oscar_util.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-13/+20
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-1/+1
| | | | | | | | | | | This fixes warnings about passing signed chars to them (apparently they are implemented as macros that do array lookups without checks in some platforms, yay) Specifically: functions=isalnum|isalpha|isdigit|isspace|isxdigit|tolower|toupper sed -ir "s/$functions/g_ascii_&/g" **/*.c
* Massive cleanup in OSCAR.Wilmer van der Gaast2012-10-20-90/+0
|
* Fix compilation with tccJelmer Vernooij2006-05-10-2/+2
|
* Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-6/+0
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+167