efl/legacy/eina/src/lib
Bruno Dilly c4d655f56b Eina Log: don't remove a domain from env var list on the first register
Let say you pass a log level 4 for a domain on env var.

So if you, for some reason, register a domain, unregister it, and register
it again, the log level will be set as 1 instead of 4.
And you'll miss info and debug msgs...

Now only remove this information when cleaning pending list,
on eina_log_shutdown().



SVN revision: 73380
2012-07-05 21:06:05 +00:00
..
Makefile.am Eina: reorganise a bit the autotools. Please report any problem 2012-06-29 06:49:08 +00:00
eina_accessor.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_array.c Add eina_array_count(), deprecate eina_array_count_get(). 2012-01-09 23:13:06 +00:00
eina_benchmark.c more docs to .h files. 2011-04-07 11:16:30 +00:00
eina_binbuf.c fix eina_binbuf_* signatures to use unsigned char instead of char... 2011-06-26 00:08:03 +00:00
eina_binbuf_template_c.x Eina bin/(u)strbuf: Added eina_*buf_manage_new_length. 2011-12-08 13:10:57 +00:00
eina_binshare.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_convert.c eina: doxygen doc fixes 2012-05-29 11:33:07 +00:00
eina_counter.c Eina: Port eina to the Ps3 by including Escape 2011-11-05 17:49:30 +00:00
eina_cpu.c eina_cpu: use __asm__ instead of asm 2012-05-15 05:48:27 +00:00
eina_error.c fix error_find to actually return the Eina_Error instead of just i 2011-04-15 00:41:01 +00:00
eina_file.c Revert "eina: fix eina_file_iterator" 2012-06-29 20:47:55 +00:00
eina_file_win32.c Eina: implement eina_file_map_lines() on Windows 2012-07-04 18:47:19 +00:00
eina_fp.c eina: cleanup and merge code for sin and cos. 2012-05-16 10:12:06 +00:00
eina_hamster.c if we are going to have %d's - use them in the next scanf too. 2011-08-10 04:39:04 +00:00
eina_hash.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_inarray.c BAD CEDRIC! 2012-07-05 01:22:58 +00:00
eina_inlist.c beef inlist tests wrt safety pointers 2012-01-21 04:20:32 +00:00
eina_iterator.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_lalloc.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_list.c tone down mempool chunk sizes 2012-06-17 01:51:27 +00:00
eina_log.c Eina Log: don't remove a domain from env var list on the first register 2012-07-05 21:06:05 +00:00
eina_magic.c Eina: remove ugly FMT_* compatibility strings as Evil has now POSIX printf family functions 2012-02-17 20:53:36 +00:00
eina_main.c eina: actually check the pid only if we fail with main loop check. 2012-06-12 07:58:11 +00:00
eina_matrixsparse.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_mempool.c add EINA_MEMPOOL_PASS 2012-06-17 01:12:16 +00:00
eina_mmap.c formatting 2012-03-31 06:30:53 +00:00
eina_model.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_module.c eina: doxygen doc fixes 2012-05-29 11:33:07 +00:00
eina_object.c tone down mempool chunk sizes 2012-06-17 01:51:27 +00:00
eina_prefix.c Eina: use new Evil API to detect absolute path name 2012-02-05 09:41:25 +00:00
eina_private.h eina: make it possible to force the number of detected CPU as way to overcome local bug. 2012-04-19 09:25:54 +00:00
eina_quadtree.c tone down mempool chunk sizes 2012-06-17 01:51:27 +00:00
eina_rbtree.c eina: fix warning. Patch by Seo Sanghyeon. 2012-03-02 15:36:54 +00:00
eina_rectangle.c tone down mempool chunk sizes 2012-06-17 01:51:27 +00:00
eina_safety_checks.c doxy -> .h 2011-04-07 13:05:05 +00:00
eina_sched.c eina_sched: fix rt priority drop 2012-02-09 00:06:14 +00:00
eina_share_common.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_share_common.h eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_simple_xml_parser.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_str.c fix size of returned array in str_split, doc clarification incoming 2012-06-11 07:29:46 +00:00
eina_strbuf.c From: Joerg Sonnenberger <joerg@britannica.bec.de> 2011-12-05 10:17:57 +00:00
eina_strbuf_common.c eina: doxygen doc fixes 2012-05-29 11:33:07 +00:00
eina_strbuf_common.h Eina (u)strbuf: Added eina_(u)strbuf_manage_new. 2011-09-06 10:58:53 +00:00
eina_strbuf_template_c.x Eina (u)strbuf: Added eina_(u)strbuf_manage_new. 2011-09-06 10:58:53 +00:00
eina_stringshare.c eina/eina_stringshare - + NULL Checking. 2012-05-02 05:05:10 +00:00
eina_tiler.c eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
eina_unicode.c eina_unicode: add safety checks. 2012-01-20 13:00:01 +00:00
eina_ustrbuf.c doxy -> .h 2011-04-07 13:17:25 +00:00
eina_ustringshare.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_value.c tone down mempool chunk sizes 2012-06-17 01:51:27 +00:00
eina_xattr.c eina: fix build without Xattr. 2012-01-04 09:41:15 +00:00