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)
/
trunk
/
uspace
/
lib
/
libc
/
generic
/
getopt.c
@ 3487
– Rev 4601
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
4601
5602 d 9 h
decky
/trunk/uspace/lib/libc/
small fixes and coding style changes related to the new memory allocator
4279
5679 d 6 h
svoboda
/trunk/uspace/
Nuke strncmp().
4265
5684 d 3 h
svoboda
/trunk/uspace/
Nuke strchr() and strrchr().
4264
5684 d 4 h
svoboda
/trunk/uspace/
Nuke strcpy() and strcmp().
3346
5914 d 16 h
post
/trunk/
Merge with shell @ 3241 for bdsh
3336
5917 d 18 h
post
/branches/shell/uspace/lib/libc/generic/
getopt: Fix garbage error messages by replacing warnx() with printf(), add newlines to error strings.
3318
5921 d 16 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
5921 d 17 h
post
/branches/shell/uspace/lib/libc/
Added support for getopt() and getopt_long() (still buggy, but working) Ported from OpenBSD