Ignore trailing whitespace in content file parser.
[platform/upstream/libsolv.git] / tools / repo_content.c
2009-01-27 Michael AndresIgnore trailing whitespace in content file parser.
2008-11-17 Michael Andres- Parse RELEASE tag from contentfile (bnc #444978)
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-27 Klaus Kaempfdetect and report wrong placement of 'CONTENTSTYLE'
2008-10-27 Klaus Kaempfimprove error output
2008-10-09 Michael Schroeder- the big solv data change
2008-10-02 Michael Andres- Product arttributes: removed FLAVOR and REFERENCES...
2008-09-30 Michael Andres- repo_content.c: fix broken dependency parsing.
2008-09-22 Michael Schroeder- make solvable creation easier to understand
2008-09-22 Michael Schroeder- replace split() with more convenient splitword()
2008-09-19 Michael Schroeder- clean up mess
2008-09-18 Duncan Mac-Vicar Pfix segfault in multiarch parsing (bnc#427271)
2008-09-12 Duncan Mac-Vicar Pstore the string, not predefine types
2008-09-12 Duncan Mac-Vicar Pmake url ids extensible and fix parsers.
2008-09-10 Duncan Mac-Vicar P- fixed attributes, thanks matz!
2008-09-10 Duncan Mac-Vicar Padapt repo_content to create one product per base arch...
2008-09-10 Michael Andres- repo_products: Parse schemeversion, propagate product
2008-09-10 Duncan Mac-Vicar Paccept PATTERNS tag, but gnore it
2008-09-01 Michael Schroeder- implement otherproviders()
2008-08-15 Klaus Kaempfensure existance of product solvable (bnc#417594)
2008-08-04 Klaus Kaempfparse 'content' to separate 'product:...' solvable...
2008-08-01 Klaus Kaempfupdate susetags parser for Code11
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-07-09 Michael Andres- Fix repo_content dependency parsing. Parser may lose...
2008-05-09 Michael AndresParse the products LABEL in content file to SUMMARY.
2008-05-09 Michael Schroeder- fix content parsing
2008-05-09 Michael Schroeder- move attributes to knownid
2008-05-02 Michael MatzParse also DISTPRODUCT and DISTVERSION (for registratio...
2008-04-25 Stephan Kulowinit to compile
2008-04-24 Michael MatzFix content parsing if PRODUCT isn't the first entry.
2008-04-17 Michael MatzFix parsing dep lines of content files (bnc #380396).
2008-03-10 Michael MatzStore the susetags datadir as an attribute to the produ...
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-21 Michael Schroeder- fix bug in repo_addid_dep
2007-11-17 Michael Schroeder- changed repo interface a bit, now alloc/free handle...
2007-11-16 Michael Schroeder- add solvable allocation functions
2007-11-14 Michael Schroeder- allow repositories that don't consist of a single...
2007-11-13 Michael Schroeder- cleanup repo handlin API
2007-11-08 Michael Schroeder- add a license
2007-10-31 Michael Schroeder- allow downgrade for INSTALL_SOLVABLE
2007-10-31 Stephan Kulowyep, right. DISTVERSION is the same misunderstanding
2007-10-31 Stephan Kulowfixing misunderstanding
2007-10-30 Michael Schroeder- add vendor id to solvables
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions