Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread Louis Santillan
On Fri, Apr 3, 2015 at 4:39 AM, FRIGN wrote: > This is not WhatsApp. ^ | I love you guys!--| :D

Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread Prog Rider
I was just trying to get the issues brought up there to you developers. Well, now you know about the thread and can discuss it there. Maybe a new audit? Cheers. On Fri, Apr 3, 2015 at 9:26 AM, Nick wrote: > Quoth Prog Rider: >> What about my other issue? >> echo.c doesnt print shit that loons li

Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread Nick
Quoth Prog Rider: > What about my other issue? > echo.c doesnt print shit that loons like cmdline arg I presume "loons" is a typo of "looks". If I understand you correctly, you are wrong: ; ./echo -h -a hello -h -a hello Are you suggesting you thought it would not print '-h -a'? > PS: I don't

Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread Prog Rider
What about my other issue? echo.c doesnt print shit that loons like cmdline arg PS: I don't follow E-Mail etiquette because I copy-paste stuff from http://bbs.progrider.org/prog/read/1428010887 Sorry. I hope that's okay for you? Cheers. On Fri, Apr 3, 2015 at 8:39 AM, FRIGN wrote: > On Fri, 3 Apr

Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread FRIGN
On Fri, 3 Apr 2015 08:19:19 -0300 Prog Rider wrote: > "The echo utility shall not recognize the "--" argument in the manner > specified by Guideline 10 of XBD Utility Syntax Guidelines; "--" shall > be recognized as a string operand." Update: Upon further discussion with the other guys we decid

Re: [dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread FRIGN
On Fri, 3 Apr 2015 08:19:19 -0300 Prog Rider wrote: > "The echo utility shall not recognize the "--" argument in the manner > specified by Guideline 10 of XBD Utility Syntax Guidelines; "--" shall > be recognized as a string operand." Hey Prog (?), we read the POSIX spec very closely. The gener

[dev] sbase echo.c doesn't respect POSIX

2015-04-03 Thread Prog Rider
"The echo utility shall not recognize the "--" argument in the manner specified by Guideline 10 of XBD Utility Syntax Guidelines; "--" shall be recognized as a string operand." "Implementations shall not support any options."