summaryrefslogtreecommitdiff
path: root/src/libicalvcal/vcc.y
Commit message (Collapse)AuthorAgeFilesLines
* Remove double #include’d headersДилян Палаузов2019-07-011-3/+0
| | | | | | … as found by deheader. Some headers are included in generated .c files twice. in vcc.[cy] #include <stdio.h> was removed on suggestion by Allan Winter.
* various - fix some minor compiler warningsAllen Winter2018-07-211-4/+4
|
* src/libicalvcal/vcc.y - backported some changes made to vcc.c to vcc.yBo Simonsen2018-07-211-17/+21
|
* src/libicalvcal/vcc.{y,h} - resolve compiler warningsBo Simonsen2018-07-211-5/+4
| | | | On const char* vs. char* given to mime_error.
* src/libicalvcal/vcc.y - reenable lexing of :\nBo Simonsen2018-07-211-2/+2
| | | | | Resolves problem of parsing Outlook generated .vcf files and thereby issue #339
* src/libicalvcal/vcc.y - use strcasecmp (stricmp missing on linux)Bo Simonsen2018-07-211-9/+9
| | | | strcasecmp is already defined on MS systems to be stricmp.
* src/libicalvcal/vcc.y - remove duplicate ID token to resolve bison errorBo Simonsen2018-07-211-1/+0
|
* src/libicalvcal/vcc.y - remove DLLEXPORT macroBo Simonsen2018-07-211-4/+4
| | | | It was removed in the generated code
* * Signature changed for functions:Allen Winter2016-12-211-1/+1
| | | | | | | | | | | | + VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) issue#276
* time to unhide all remaining symbols from headersAllen Winter2015-05-101-570/+569
| | | | | these are the ones we aren't linking to in our own code but assuming applications probably are.
* Eliminate many compiler warnings from gccAllen Winter2014-09-071-4/+4
|
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+1216