Commit Graph

31 Commits

Author SHA1 Message Date
Kim Woelders 5ce609cca7 Change formatting style
No tabs, more like K&R.
Also switch to indent 2.2.13.
2023-11-26 10:03:45 +01:00
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 a9a568ffe3 Debug printout cleanups. 2014-10-17 21:25:12 +02:00
Kim Woelders 7fd4f7a71d Cosmetics.
SVN revision: 78407
2012-10-24 17:20:38 +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 565fd93dfe Tweak configuration loading.
SVN revision: 44955
2010-01-07 16:42:23 +00:00
Kim Woelders 93fb484abd Add missed 2009s.
SVN revision: 44039
2009-11-29 10:35:56 +00:00
Kim Woelders e1ac3bc395 ModuleListGet/Free -> MODULE_LIST_GET/FREE.
SVN revision: 42466
2009-09-13 13:45:48 +00:00
Kim Woelders 40084b45df Constness fixes.
SVN revision: 42463
2009-09-13 13:45:41 +00:00
Kim Woelders b5f63fb1ef Not using float config values.
SVN revision: 37769
2008-11-23 14:34:19 +00:00
Kim Woelders 2e656b2214 Refactor config stuff. Fix setting MSB in hex value.
SVN revision: 37768
2008-11-23 14:34:16 +00:00
Kim Woelders cabaddbca1 Naming cleanups.
SVN revision: 37767
2008-11-23 14:34:14 +00:00
Kim Woelders 26f7112636 Remove/comment out unused stuff.
SVN revision: 34533
2008-05-10 23:22:31 +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 e3e03d5c01 Fix setting hex type config items.
SVN revision: 30343
2007-06-16 11:04:58 +00:00
Kim Woelders 9474487a7f Tweak debug messages in configuration settings handling.
SVN revision: 30020
2007-05-18 20:43:56 +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 63a8acc721 Split up, shuffle around, rename.
SVN revision: 27181
2006-11-19 21:55:52 +00:00
Kim Woelders 88bc1e83e5 Enable configuring internal and exported language.
SVN revision: 22285
2006-04-21 23:47:30 +00:00
Kim Woelders 6eb1fbcb72 Change some stuff to const. Minor config tweaks.
SVN revision: 22284
2006-04-21 22:52:59 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders ab7e279914 Empty string item in .cfg tweak.
SVN revision: 18342
2005-11-06 13:51:19 +00:00
Kim Woelders 0dfa113313 General bug hunt - Found a few, pedantic cleanups, dead code removal.
SVN revision: 18153
2005-10-30 19:40:49 +00:00
Kim Woelders 5124d0981e Split up E.h a bit.
SVN revision: 15796
2005-07-16 16:57:45 +00:00
Kim Woelders 63a4832d3d Avoid confusion with edb. Fix null string item problem.
SVN revision: 13882
2005-03-24 08:37:27 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders fad7f96620 Enable function calls on "eesh set ..." to do reconfiguration.
SVN revision: 13349
2005-02-13 11:19:51 +00:00
Kim Woelders fbbe386efb 0.16.8
SVN revision: 12619
2004-12-28 23:46:49 +00:00