summaryrefslogtreecommitdiff
path: root/libpurple/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Include 'internal.h' before all other headers to make some non-gcc compilers ↵Paul Aurich2009-11-271-2/+0
| | | | | | | | | | happy. This in particular impacts Solaris8, where the system headers set _FILE_OFFSET_BITS to 32, even when it's detected by the config scripts as 64. Refs #10523
* Patch from Paul Aurich to add purple_strequal to help readability and ↵Paul Aurich2009-01-061-8/+8
| | | | | | | | | | simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us closes #7790 committer: Gary Kramlich <grim@reaperworld.com>
* cmd-added and cmd-removed signals to emit when commands are ↵Sadrul Habib Chowdhury2008-07-021-0/+28
| | | | registered/unregistered.
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
| | | | through 133f2968e112c003cac1320d1ca0128d5da74066
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
| | | | This is a quick update done with a for loop, find, and sed.
* Move the define in internal.h instead.Sadrul Habib Chowdhury2007-06-191-0/+2
| | | | | | This requires all .c files to include internal.h before including the other headers. Perhaps we should add the define in CFLAGS instead, when necessary.
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-65/+65
|
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+360