Commit Graph

36 Commits

Author SHA1 Message Date
Kim Woelders 9c31fe29ed Clean up header file inclusion order.
Fixes building with e.g. -std=c99 and c11 by always including config.h
(which defines _GNU_SOURCE) first.
2015-01-17 19:33:42 +01:00
Kim Woelders a87641f97e Warning fixes for gcc-4.6.
SVN revision: 56392
2011-01-30 00:07:50 +00:00
Lucas De Marchi 4d4401c5d3 Apply badzero.cocci, badnull.cocci and badnull2.cocci
Since badzero.cocci depends on coccinelle knowledge about a variable being a pointer
and about a function returning a pointer, maybe there are false negatives.



SVN revision: 51092
2010-08-13 17:04:13 +00:00
Kim Woelders 4ac03926da Adjustments for indent 2.2.11.
SVN revision: 50909
2010-08-08 19:03:34 +00:00
Kim Woelders f8f7426f55 Missed some 2008->2009.
SVN revision: 41592
2009-08-04 16:11:35 +00:00
Mike Frysinger f4b5e3e99f use proper format string rather than casting it away
SVN revision: 39399
2009-03-06 21:40:09 +00:00
Kim Woelders 5574f03e1e Fix warning on x86_64.
SVN revision: 38758
2009-01-24 13:24:27 +00:00
Kim Woelders 79e4bbf7e0 Attempt to fix iconv related warnings on FreeBSD.
SVN revision: 37928
2008-12-04 22:17:02 +00:00
Kim Woelders 6c308cef4c Provide strcase functions if not available.
SVN revision: 35487
2008-08-14 18:44:23 +00:00
Kim Woelders e148666eca No need to convert between utf8 and utf8.
SVN revision: 34923
2008-06-26 21:59:23 +00:00
Kim Woelders 5ef618a120 Fix potential crash if iconv_open fails.
Issue warnings for unavailable encoding conversions.


SVN revision: 34922
2008-06-26 21:57:22 +00:00
Kim Woelders 26f7112636 Remove/comment out unused stuff.
SVN revision: 34533
2008-05-10 23:22:31 +00:00
Kim Woelders b780491887 Rewrap more X stuff.
SVN revision: 34149
2008-03-30 12:13:16 +00:00
Kim Woelders e7f01c2d6f Add -brs to indent profile.
SVN revision: 34096
2008-03-23 11:54:24 +00:00
Kim Woelders 4ef9558c14 Forgot 2008.
SVN revision: 34083
2008-03-22 14:51:24 +00:00
Kim Woelders 0a05aafc82 Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined).
SVN revision: 33818
2008-02-23 12:09:38 +00:00
Kim Woelders f53600e1e8 Cleanups, enable compiling everything as if it were C++.
SVN revision: 28022
2007-01-17 01:10:44 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders b429c405f8 UCS-4 seems to be more portable than WCHAR_T.
SVN revision: 27304
2006-11-30 22:03:20 +00:00
Kim Woelders 4a7de05d41 Bad iconv conversion descriptor is not NULL but (iconv_t)(-1).
SVN revision: 27204
2006-11-24 23:26:43 +00:00
Kim Woelders 6b82c26d0f Trivial cleanups.
SVN revision: 27184
2006-11-19 22:55:32 +00:00
Kim Woelders 63a8acc721 Split up, shuffle around, rename.
SVN revision: 27181
2006-11-19 21:55:52 +00:00
Kim Woelders 39bf91ab83 Fix warnings.
SVN revision: 27175
2006-11-19 12:34:18 +00:00
Kim Woelders c082b8ffe6 Fix shortening text to fit available space in certain combinations of locale and font type.
SVN revision: 27058
2006-11-12 00:39:19 +00:00
Kim Woelders 25e42ac526 Refactor font drawing code.
SVN revision: 26692
2006-10-18 18:19:14 +00:00
Kim Woelders 88bc1e83e5 Enable configuring internal and exported language.
SVN revision: 22285
2006-04-21 23:47:30 +00:00
Kim Woelders 5b24f41029 Split up and shuffle around some more.
SVN revision: 22236
2006-04-19 19:13:46 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders 18227d6e5f Only look for localized versions of theme config files (not image, sound, etc.). Cleanups.
SVN revision: 15799
2005-07-17 12:55:13 +00:00
Kim Woelders 5cdc4733a5 Paranoia.
SVN revision: 13878
2005-03-23 19:40:56 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders 4dca185ea6 Debug tweaks.
SVN revision: 13468
2005-02-22 21:04:24 +00:00
Kim Woelders f9087c660a Additional NULL pointer checks (fixes some segv's).
SVN revision: 10351
2004-05-24 17:39:51 +00:00
Kim Woelders 22b177ea06 Localisation/UTF8 fixed.
SVN revision: 10335
2004-05-23 16:11:36 +00:00
Kim Woelders 9d2c56947c Some more preparations for UTF8.
SVN revision: 10317
2004-05-22 15:18:04 +00:00
Kim Woelders 5fec4f662a Some more bits for UTF-8 support.
SVN revision: 9561
2004-04-01 23:11:16 +00:00