HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
sparc
/
uspace
/
lib
/
libc
/
generic
/
getopt.c
@ 3857
– Rev 3397
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
3397
5893 d 21 h
rimsky
/branches/sparc/
Merged recent changes from trunk into the Sparc branch.
3346
5915 d 2 h
post
/trunk/
Merge with shell @ 3241 for bdsh
3336
5918 d 4 h
post
/branches/shell/uspace/lib/libc/generic/
getopt: Fix garbage error messages by replacing warnx() with printf(), add newlines to error strings.
3318
5922 d 3 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
5922 d 3 h
post
/branches/shell/uspace/lib/libc/
Added support for getopt() and getopt_long() (still buggy, but working) Ported from OpenBSD