Re: [libposix-development] [Libposix-development] Warm-up task
Status: Pre-Alpha
Brought to you by:
hdante
From: Henrique A. <hd...@gm...> - 2009-05-28 21:36:28
|
2009/5/28 Tordek <ke...@gm...> > Henrique Almeida wrote: > > http://apps.sourceforge.net/mediawiki/libposix/index.php?title=Main_Page > > > > However, at some moment we'll need to provide a clean and uniform (and > > unique) appearance to the whole site, so we'll need to play with the CSS > > stuff in the wiki. Can you do this ? (btw, we'll need to setup a task > > management page too) > > I suck at design, so i'd have to pass on that task... If I had a > design, I can probably make the CSS for it, though. > > > > > atoi mandatory (not obsolescent) easy > > crypt XSI option (not obsolescent) medium > > dprintf mandatory (not obsolescent) hard > > Some tags are obviously optional (EG: XSR says "The functionality > described is optional"); XSI doesn't say so [1]. Why is XSI > optional? Where's it described as so? You're reading the wrong standard. The home page for POSIX 2008 is: http://www.unix.org/2008edition/ In this link, XSI is properly described as an option: http://www.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI All the option groups are described in the unistd.h page: http://www.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html Also, there's a chapter that deals with conformance in general: http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html > > > Some pages [2] show several functions in the Name field. I'm > assuming we're only to describe those assigned to us (to avoid > overlap)? ie, from [2] I'd only do lcong, lrand, and so, but not > jrand since it's before K? Yes, the sequence is to avoid overlap. It doesn't really matter which function you choose, but duplicating work is really really bad. So it's better to describe the functions in order. The full function list is in the following link: http://www.opengroup.org/onlinepubs/9699919799/idx/functions.html > > > [1] http://www.opengroup.org/onlinepubs/009695399/help/codes.html#CX > [2] http://www.opengroup.org/onlinepubs/009695399/functions/lcong48.html > > P.S.: Sorry for all the excessive questioning :P. No problem. > > > -- > Guillermo O. «Tordek» Freschi. Programador, Escritor, Genio Maligno. > http://tordek.com.ar :: http://twitter.com/tordek > http://www.arcanopedia.com.ar - Juegos de Rol en Argentina > > -- Henrique Dante de Almeida hd...@gm... |