Commit Graph

13 Commits

Author SHA1 Message Date
Lucas De Marchi 13d2d20efa Remove comparisons to NULL
Rather than using "== NULL" or "!= NULL", use expression or !expression where
possible.

Patch automatically generated by coccinelle from badnull.cocci and
badnull2.cocci



SVN revision: 51023
2010-08-11 20:35:26 +00:00
Lucas De Marchi 0a4617ae38 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Vincent Torri 9be35d243b autotools cleanups:
* reorganize configure.ac
 * remove eina dependency, use the new ac_attribute m4 macro
 * fix Libs.private field and add Requires field in embryo.pc
 * rename embryo.c.in to embryo.dox.in
 * add doc rule to build the documentation. The doc will completely
   be fixed in the next commit



SVN revision: 37116
2008-10-26 08:04:06 +00:00
Vincent Torri 67acca9238 move header files from embryo_private.h to source files
SVN revision: 36915
2008-10-21 08:40:54 +00:00
Carsten Haitzler 2c60edf612 fix %% in snprintf
SVN revision: 34564
2008-05-14 06:10:58 +00:00
doursse a86946850d remove trailing spaces and add indent doc for vi
SVN revision: 34246
2008-04-11 19:06:18 +00:00
Carsten Haitzler f505f667cd atoi booboo - accepts 1, not 2 params! :)
SVN revision: 12824
2005-01-08 08:57:00 +00:00
tsauerbeck 61c2b9b99c hopefully noone will ever notice :O
SVN revision: 12067
2004-10-29 20:06:39 +00:00
tsauerbeck 2ed098e8c7 made snprintf() return the number of characters written on success, as it advertises to do
SVN revision: 12063
2004-10-29 17:21:14 +00:00
tsauerbeck bb78f4bf38 warning fix
SVN revision: 11337
2004-08-24 09:47:06 +00:00
tsauerbeck de8445363d typo
SVN revision: 11180
2004-08-08 09:53:54 +00:00
Carsten Haitzler 14ab26edd4 fix str... snprintf... oops
SVN revision: 9525
2004-03-30 09:35:50 +00:00
Carsten Haitzler 811cd94fba more meaty api...
SVN revision: 9518
2004-03-29 11:58:57 +00:00