libmcs

log

age author description
12 months ago John Lindgren Remove obsolete GConf and KConfig backends.default tip
16 months ago John Lindgren Unbreak build after last commit.
16 months ago John Lindgren Look for backends relative to the current location of libmcs.dll.
16 months ago John Lindgren Fix keyfile saving on Win32 (rename() fails if the target exists).
18 months ago William Pitcock Kill dead files.
18 months ago William Pitcock Windows support from Carlo Bramini <carlo.bramix@libero.it>.
22 months ago William Pitcock Bump version to 0.8.0.
22 months ago William Pitcock keyfile: Use a patricia for sections.
22 months ago William Pitcock keyfile: convert keyfile to use patricias to store lines.
22 months ago William Pitcock mcs core: Use mowgli.patricia.
22 months ago William Pitcock Bump mowgli requirement to 0.7.
22 months ago William Pitcock Added tag libmcs-0.7.2 for changeset 02f5f2e05ce7
22 months ago William Pitcock Update README with references to JIRA.libmcs-0.7.2
22 months ago William Pitcock Add jlindgren to AUTHORS.
22 months ago William Pitcock libmcs 0.7.2.
22 months ago William Pitcock keyfile: call fsync() on the file, just to be safe.
22 months ago William Pitcock keyfile: truncate the file before writing.
22 months ago John Lindgren Handle duplicate sections/values in keyfiles gracefully.
2010-02-19 Tony Vroon Apply libmcs-0.7.1-walk.patch by Michael Schwendt from #AUD-140.
2010-02-19 Tony Vroon Apply libmcs-0.7.1-util.patch by Michael Schwendt from #AUD-140.
2010-02-19 Tony Vroon Apply libmcs-0.7.1-sysconfdir.patch by Michael Schwendt from #AUD-140.
2010-02-19 Tony Vroon Apply libmcs-0.7.1-keyfile-change-string.patch by Michael Schwendt from #AUD-140.
2009-12-13 Jonathan Schleifer Update horribly old buildsys.
2009-03-24 Andrew O. Shadoura fixed example program in README
2008-09-03 Matti Hamalainen Synchronize pkg.m4.
2008-04-21 Matti Hamalainen Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
2008-04-21 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/libmcs
2008-04-12 Matti Hamalainen Version changed to 0.7.1
2008-04-20 chainsaw GCONF_CFLAGS != GCONF_LIBS, ktnxbye
2008-04-12 Matti Hamalainen Use proper m4 quoting; Potential portability fix in shell script; Cosmetics.
2008-04-12 Matti Hamalainen Change order of LIBS to link to the new libmcs instead of the one installed in the system.
2008-01-25 William Pitcock Automated merge with ssh://hg.atheme.org//hg/libmcs
2008-01-25 William Pitcock Fix KDE retardation.
2008-01-12 Andrew O. Shadoura Change keyfile internal storage from queue to list. (Bugzilla #96)
2008-01-07 William Pitcock Use mowgli memory allocators, and do an atomic write of the config file.
2008-01-07 William Pitcock add eugene to credits
2008-01-07 William Pitcock Automated merge with ssh://hg.atheme.org//hg/libmcs
2007-10-20 William Pitcock Automated merge with ssh://hg.atheme.org//hg/libmcs
2007-10-20 William Pitcock same as libmowgli
2007-11-01 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/libmcs
2007-11-01 Jonathan Schleifer Change my mail.
2007-10-27 Kiyoshi Aman add ability to specify KDE/Qt prefixes, and silence a warning in kconfig.cc
2007-10-15 Eugene Paskevich Tiny stupidity fix.
2007-10-15 Eugene Paskevich Fixed linking problem. (kdecore has sneaked into LIBS var)
2007-10-15 William Pitcock fixes
2007-10-14 William Pitcock Automated merge with ssh://hg.atheme.org//hg/libmcs
2007-10-14 William Pitcock add distfiles script
2007-10-13 Eugene Paskevich Made optional mcs backends installed by default.
2007-10-13 Jonathan Schleifer Change plugindir to ${libdir}/mcs.
2007-10-13 Jonathan Schleifer Forgot that on the last commit.
2007-10-13 Jonathan Schleifer Update buildsys.
2007-10-10 Eugene Paskevich Use curly braces instead of round ones, since they might not be portable.
2007-10-10 Eugene Paskevich Don't let the strings cross over each other.
2007-10-10 Eugene Paskevich Replicated 2012:31cf04fc588b.
2007-10-03 Jonathan Schleifer Add -pipe -Wall if using gcc.
2007-10-01 mf0102 compatibility fix for Windows
2007-09-30 Jonathan Schleifer Revert 7bfcd0a650cc.
2007-09-30 Jonathan Schleifer .pc files are arch-independent, therefore they go to ${datadir}.
2007-09-26 Jonathan Schleifer Add -ldl if available.
2007-09-26 Jonathan Schleifer Make it build on MinGW32. Doesn't run yet.