Branch: refs/heads/master
Home: https://github.com/yast/yast-core
Commit: 669208d39c6f01f32154e519a693fe45f2fa375d
https://github.com/yast/yast-core/commit/669208d39c6f01f32154e519a693fe45f2…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M libycp/src/Type.cc
Log Message:
-----------
Fix xml types to include complete type
Example of stripped types are maps and lists that is written as list
instead of list<string>. Also it solve problem with function that have
type function, even if it is category and its types is more likely its
signature.
so instead
<symbol global="1" category="function" type="function" name="Modified"/>
you get
<symbol global="1" category="function" type="boolean ()" name="Modified"/>
Commit: cd6d3d18c6d83beac471528e43773130b0c98f5c
https://github.com/yast/yast-core/commit/cd6d3d18c6d83beac471528e43773130b0…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M libycp/src/Type.cc
Log Message:
-----------
Merge pull request #10 from yast/fix_xml_type_description
Fix xml types to include complete type
Compare: https://github.com/yast/yast-core/compare/7e7f977d04c3...cd6d3d18c6d8
Branch: refs/heads/fix_xml_type_description
Home: https://github.com/yast/yast-core
Commit: 669208d39c6f01f32154e519a693fe45f2fa375d
https://github.com/yast/yast-core/commit/669208d39c6f01f32154e519a693fe45f2…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M libycp/src/Type.cc
Log Message:
-----------
Fix xml types to include complete type
Example of stripped types are maps and lists that is written as list
instead of list<string>. Also it solve problem with function that have
type function, even if it is category and its types is more likely its
signature.
so instead
<symbol global="1" category="function" type="function" name="Modified"/>
you get
<symbol global="1" category="function" type="boolean ()" name="Modified"/>
Branch: refs/heads/fix_xml_type_description
Home: https://github.com/yast/yast-core
Commit: 1311f534553a0aed0c56155c467c5a44a70a630b
https://github.com/yast/yast-core/commit/1311f534553a0aed0c56155c467c5a44a7…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M libycp/src/Type.cc
Log Message:
-----------
Fix xml types to include complete type
Example of stripped types are maps and lists that is written as list
instead of list<string>. Also it solve problem with function that have
type function, even if it is category and its types is more likely its
signature.
so instead
<symbol global="1" category="function" type="function" name="Modified"/>
you get
<symbol global="1" category="function" type="boolean ()" name="Modified"/>
Branch: refs/heads/fix_xml_type_description
Home: https://github.com/yast/yast-core
Commit: c06ea0f1600a18dd539685ef8ccd90d4358514bf
https://github.com/yast/yast-core/commit/c06ea0f1600a18dd539685ef8ccd90d435…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M libycp/src/Type.cc
Log Message:
-----------
Fix xml types to include complete type
Example of stripped types are maps and lists that is written as list
instead of list<string>. Also it solve problem with function that have
type function, even if it is category and its types is more likely its
signature.
so instead
<symbol global="1" category="function" type="function" name="Modified"/>
you get
<symbol global="1" category="function" type="boolean ()" name="Modified"/>
Branch: refs/heads/Code-11-SP3
Home: https://github.com/yast/yast-ldap
Commit: 33339dab27230745bbfd5ae754497a941917b575
https://github.com/yast/yast-ldap/commit/33339dab27230745bbfd5ae754497a9419…
Author: Jiří Suchomel <jsuchome(a)suse.cz>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
R .cvsignore
A .gitignore
M VERSION
R conf/.cvsignore
R doc/.cvsignore
R doc/autodocs/.cvsignore
A doc/autodocs/.gitignore
R package/.cvsignore
M package/yast2-ldap.changes
R src/.cvsignore
M src/LdapAgent.cc
Log Message:
-----------
- catch the possible exception from TLS options calls (bnc#801065)
- 2.17.8