]> git.sesse.net Git - vlc/history - src/config/cmdline.c
OSX specific hack to remove "-psnXXX" from args
[vlc] / src / config / cmdline.c
2009-11-26 Rafaël CarréOSX specific hack to remove "-psnXXX" from args
2009-04-27 Rémi Denis-CourmontRemove dead code (only a buggy getopt could reach this)
2009-04-19 Rémi Denis-CourmontUse ANSI/POSIX float notation uniformly for the command...
2008-10-12 Rémi Denis-CourmontUnused variable
2008-09-21 Derk-Jan Hartmancommandline parsing: Fix the macfreetv crash
2008-09-21 Rémi Denis-CourmontNew type-safe API for modules listing
2008-09-06 Rémi Denis-CourmontUse fputs - properly
2008-09-06 Rémi Denis-CourmontCLI: libvlc -> vlc
2008-08-12 Derk-Jan Hartmanconfig: on OS X, don't use required_argument for getopt...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-23 Pierre d'Herbemontconfig: Clean up for the -psn cmd line argument case...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rafaël Carrécleanup : remove useless headers, not used functions...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-09 Rémi Denis-CourmontSplit the big config file