aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pecl-syck/pkg-descr
blob: 87c697825a97a86f5d8e3923f6cf1b8c9799acd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
The syck extension is a binding to the Syck library which facilitates
YAML parsing.

YAML(tm) (rhymes with "camel") is a straightforward machine parsable
data serialization format designed for human readability and
interaction with scripting languages. YAML is optimized for data
serialization, configuration settings, log files, Internet
messaging and filtering.

WWW: http://pecl.php.net/package/syck/
d>Lauris Kaplinski2001-01-031-0/+1 * Some debug commented out, static list intialiser.Michael Zucci2001-01-032-6/+9 * Merge from camel-mt-branch.Not Zed2000-12-246-66/+938 * Added e_xml_get_double_prop_by_name_with_default.Christopher James Lahey2000-12-232-2/+25 * Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-212-0/+11 * Convert cal component strings to pilot character setJP Rosevear2000-12-204-3/+104 * Made the parameter type of e_strdup_string a const. Made it not callChristopher James Lahey2000-12-192-66/+61 * make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-132-1/+6 * Fixed a warning by making e_strstrcase return a const gchar.Christopher James Lahey2000-12-122-60/+64 * Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-19/+12 * Updated documentation comment.Federico Mena Quintero2000-12-092-1/+8 * Increased the version number to 0.3. Increased the so number.Christopher James Lahey2000-12-071-1/+0 * Fixed some warnings.Christopher James Lahey2000-12-071-1/+1 * New `e-corba-utils.c' module, for now just containing a function toEttore Perazzoli2000-12-054-0/+77 * macro that calls e_filename_make_safeJeffrey Stedfast2000-12-052-8/+9 * Bump the version to 0.2.99.4Jeffrey Stedfast2000-12-012-5/+20 * Fix typename of args (for all funcs). (e_strv_set_ref): Assert the indexNot Zed2000-11-303-21/+37 * Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-293-0/+28 * New function, set a reference to a string that is then owned/free'd by theNot Zed2000-11-223-18/+64 * If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-212-9/+17 * New function to strdup into a mempool.Not Zed2000-11-213-0/+12 * New function to allocate a zero'd out chunk.Not Zed2000-11-213-0/+16 * New routines for fast memory management and compact string array storage.Not Zed2000-11-214-0/+902 * oops thats func not *funcJP Rosevear2000-11-103-4/+9 * Build e-dbhash.[hc]JP Rosevear2000-11-084-0/+249 * #include <string.h> to quench warning. #include <stdlib.h> for sameKjartan Maraas2000-10-31