Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4279 5517 d 12 h svoboda /trunk/uspace/ Nuke strncmp().  
4265 5522 d 10 h svoboda /trunk/uspace/ Nuke strchr() and strrchr().  
4264 5522 d 10 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
3346 5752 d 22 h post /trunk/ Merge with shell @ 3241 for bdsh  
3336 5756 d 1 h post /branches/shell/uspace/lib/libc/generic/ getopt: Fix garbage error messages by replacing warnx() with printf(), add newlines to error strings.  
3318 5759 d 23 h post /branches/shell/uspace/lib/libc/generic/ getopt: Get rid of references to 'eventually' replacing the antiquated getopt().
As a modern OS we just include what people actually use, with full compatibility for
legacy ports that still use the original.
 
3317 5759 d 23 h post /branches/shell/uspace/lib/libc/ Added support for getopt() and getopt_long() (still buggy, but working) Ported from OpenBSD