Mercurial > geeqie
log src/misc.c @ 1354:d5fec01ce866
age | author | description |
---|---|---|
Thu, 26 Feb 2009 08:04:52 +0000 | nadvornik | quoted_value is no longer needed |
Wed, 04 Feb 2009 17:15:30 +0000 | zas_ | Add year 2009 to copyright info everywhere. |
Mon, 26 Jan 2009 08:30:30 +0000 | zas_ | Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results. |
Sat, 15 Nov 2008 10:35:43 +0000 | zas_ | Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser. |
Tue, 07 Oct 2008 18:20:22 +0000 | nadvornik | Adding a vim modeline to all files - patch by Klaus Ethgen |
Sun, 31 Aug 2008 11:27:24 +0000 | zas_ | Move quoted_value() and escquote_value() to misc.[ch]. |
Sun, 31 Aug 2008 10:51:41 +0000 | zas_ | Move miscellaneous functions to their own files (new misc.[ch]). |