Re: glib suggestions

2006-02-05 Thread Matthias Clasen
On 2/4/06, Juhana Sadeharju [EMAIL PROTECTED] wrote: A few glib suggestions: Please add your suggestions in bugzilla. There are already bugs for date formatting (325064). For recursive directory creation, check out g_mkdir_with_parents(), which has been added in 2.8 Matthias

glib suggestions

2006-02-04 Thread Juhana Sadeharju
A few glib suggestions: 1. basename(3) don't accept the suffix removal as does the basename(1). I have written/cloned basenamesuffix(3) but would like to have one in glib if not available elsewhere. 2. I have written/cloned date(3) which is equivalent to date(1). Note that strftime(3) does