]> git.sesse.net Git - vlc/history - src/config/getopt.c
Some platforms may have macros optind optarg and optopt so we don't...
[vlc] / src / config / getopt.c
2010-07-17 Pankaj YadavSome platforms may have macros optind optarg and optopt...
2010-03-29 Rémi Denis-Courmontgetopt: use stack instead of global variables, fixes...
2010-03-29 Rémi Denis-Courmontgetopt: use ANSI style prototypes
2010-03-29 Rémi Denis-Courmontgetopt: remove strict POSIX ordering
2010-03-29 Rémi Denis-Courmontgetopt: remove unused ordering modes
2010-03-29 Rémi Denis-Courmontgetopt: posixly_correct need not be static
2010-03-29 Rémi Denis-Courmontgetopt: remove useless global variable
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove optional argument support
2010-02-28 Rémi Denis-Courmontgetopt: remove opterr global (always 0 within LibVLC)
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...