aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+5
| | | | Don't call g_error(), which will abort the process and dump core.
* cmdline: removed options --create-db and --no-create-dbMax Kellermann2009-09-201-1/+0
| | | | | Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-221-1/+1
| | | | | | | On FreeBSD, "stderr" is a macro, and using this name for a struct member breaks the build. [mk: renamed _stderr to log_stderr]
* cmdline: no CamelCaseMax Kellermann2009-07-151-5/+5
| | | | Renamed type, variables and functions.
* all: Update copyright header.Avuton Olrich2009-03-131-4/+5
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* cmdline: use gboolean instead of intMax Kellermann2008-12-271-4/+6
| | | | | Prepare for the migration to the GLib option parser, which uses gboolean for flags.
* moved command line parser to cmdline.cMax Kellermann2008-12-271-0/+32