kc3-lang/pkgconf/parse.c

Branch :


Log

Author Commit Date CI Message
433d6973 2012-05-05 21:26:15 parse: move OPERATOR_CHAR() and friends to pkg.h
0737a720 2012-05-05 21:51:38 parse: make strdup_parse() public
14901943 2012-05-04 03:23:03 parse: use pkg_fgetline().
de5e1c6e 2012-05-03 20:22:19 split out fragment code from parse.c
1a81d1c7 2012-05-03 19:43:54 parse: fix handling of fragment types
588a6711 2012-05-03 19:35:56 parse: cleanups for fragment handling code
b88279d4 2012-05-03 19:25:59 pkg: parse CFLAGS/LIBS/LIBS.private into fragment lists.
82420d0c 2012-05-03 19:25:33 pkg: add support for fragment lists.
ccda6b37 2012-05-03 17:15:45 everywhere: warning cleanups
bcd8a9f9 2012-05-02 21:53:02 parse: track LIBS.private
bea3c202 2012-05-02 21:37:32 Add requires_private to pkg_t.
ee62bedd 2012-05-02 16:01:17 parse_file() no longer needs to handle f == NULL. That condition is now handled within pkg_find() completely.
742fad92 2012-05-02 11:38:54 Fix uninitialized vars in deplist parsing.
3b154d8a 2012-04-30 06:06:13 everywhere: use strlcpy and strlcat where appropriate
d0639b33 2012-01-15 19:03:54 Make pkg_find() follow the PKG_CONFIG_PATH environmental variable, if available.
91d61a76 2011-07-26 19:51:04 parse: improve version parsing resiliency
58694050 2011-07-26 19:38:26 parse: add support for parsing versions
0142cc68 2011-07-26 19:26:56 parse: perform stringops on stack bufferspace as to avoid overruns
3e69f4c7 2011-07-25 16:53:12 parse: add pkg_dependency_append() and fix world dependency merging
714bcaaa 2011-07-25 01:02:53 parse: fix parser resiliency
85bb0441 2011-07-25 00:38:23 parse: export parse_deplist to public API
f7e81402 2011-07-24 23:29:33 parse: export tuple_find() to private API
c6197b39 2011-07-24 23:19:53 parser: add dependency list support and refactor slightly
61c246d2 2011-07-24 21:03:17 Initial commit.