Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
70
Agent-Windows/OGP64/usr/share/doc/libmetalink/ChangeLog
Normal file
70
Agent-Windows/OGP64/usr/share/doc/libmetalink/ChangeLog
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
2008-10-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Fixed #define guard
|
||||
* lib/metalink/metalink_parser.h
|
||||
|
||||
2008-07-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Put -D_ISOC99_SOURCE to DEFS variable.
|
||||
* lib/metalink/Makefile.am
|
||||
* test/Makefile.am
|
||||
|
||||
2008-07-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Code leanup.
|
||||
* lib/metalink/metalink_parser_common.c
|
||||
|
||||
2008-07-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Fixed possible memory leak when parsing XML is aborted.
|
||||
* lib/metalink/session_data.c
|
||||
|
||||
2008-07-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Added metalink_parse_update, metalink_parse_final interface.
|
||||
* lib/metalink/libexpat_metalink_parser.c
|
||||
* lib/metalink/libxml2_metalink_parser.c
|
||||
* lib/metalink/metalink_parser.h
|
||||
* test/main.c
|
||||
* test/metalink_parser_test.c
|
||||
* test/metalink_parser_test.h
|
||||
|
||||
2008-07-16 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Renamed struct session_data_t as struct _session_data.
|
||||
* lib/metalink/session_data.h
|
||||
|
||||
2008-06-25 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Implemented metalink_parse_memory with libxml2.
|
||||
* lib/metalink/libxml2_metalink_parser.c
|
||||
|
||||
2008-06-25 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Added metalink_parse_memory function. Currently libexpat implementation
|
||||
only. libexpat_metalink_parser.c is refactored and setup_parser function
|
||||
added for creating parser object and setting handlers.
|
||||
The portion of code which handeles return value and detachment of
|
||||
metalink_t object is common for libexpat and libxml2, so it is now
|
||||
defined in metalink_parser_common.c.
|
||||
metalink_parser_test.c is refactord so that assertions are shared with
|
||||
both test_metalink_parse_file and test_metalink_parse_memory functions.
|
||||
* lib/metalink/Makefile.am
|
||||
* lib/metalink/Makefile.in
|
||||
* lib/metalink/libexpat_metalink_parser.c
|
||||
* lib/metalink/metalink_parser.h
|
||||
* lib/metalink/metalink_parser_common.c
|
||||
* lib/metalink/metalink_parser_common.h
|
||||
* test/main.c
|
||||
* test/metalink_parser_test.c
|
||||
* test/metalink_parser_test.h
|
||||
|
||||
2008-06-25 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Added extern "C" construct to make it easy to include them in C++ code.
|
||||
* lib/metalink/metalink_types.h
|
||||
* lib/metalink/metalink_parser.h
|
||||
|
||||
2008-06-13 Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||
|
||||
Release 0.0.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue