|
74c33b9f
|
2013-03-15T19:44:11
|
|
dependency: reset parser state on new package atom
resolves minor issue seen here: http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082063.html
|
|
1fd95f90
|
2013-03-01T11:36:21
|
|
dependency: refactor to use pkg_list_t framework
|
|
74e40fd1
|
2013-03-01T10:45:55
|
|
tuple: refactor to use pkg_list_t framework
|
|
b4eb42f3
|
2013-02-24T08:21:36
|
|
Update copyrights on modified files to 2013.
|
|
e178f6d6
|
2013-02-24T07:41:18
|
|
dependency: use pkg_comparator_lookup_by_name() instead of having special lexing rules for comparator tokens
This allows us to add new tokens in the future by adding them to one place.
|
|
8de2ab6b
|
2012-08-19T14:43:15
|
|
dependency: avoid exploitable (!) use of uninitialized length values introduced in commit 0ab3b32255
|
|
0ab3b322
|
2012-08-14T17:13:28
|
|
avoid copying memory, do a single duplication
|
|
28396110
|
2012-08-14T17:01:18
|
|
Bufferize dependency parsing
|
|
0a5cb4c4
|
2012-07-25T21:09:31
|
|
everything: update copyright to note multiple authors
|
|
b0cdca48
|
2012-07-21T14:38:13
|
|
everything: do not shadow POSIX BUFSIZ definition
|
|
1975a298
|
2012-07-20T14:29:58
|
|
everything: more friendly warranty disclaimer
|
|
4edd04b1
|
2012-07-01T21:44:30
|
|
dependency: add pkg_dependency_parse_str() for breaking out a dependency list that has already been substituted.
|
|
8a9971ec
|
2012-07-01T21:21:31
|
|
main: finish --errors-to-stdout support
|
|
4eb08d7c
|
2012-05-06T22:55:00
|
|
pkg: clean up foreach_list_entry* macros (issue #10)
|
|
0d4287af
|
2012-05-06T22:32:53
|
|
dependency: split out dependency code from parse.c
|