| Commit message (Expand) | Author | Age | Files | Lines |
* | Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAME | Damon Chaplin | 2001-10-26 | 1 | -0/+9 |
* | use sizeof(test_array) for the memset call. It was clearing 9 bytes but | Damon Chaplin | 2001-10-24 | 1 | -0/+6 |
* | updated all files again, placing current RDATEs first, so Outlook uses | Damon Chaplin | 2001-10-23 | 1 | -0/+37 |
* | don't free the parameter | JP Rosevear | 2001-10-20 | 1 | -0/+5 |
* | Assign with `=', not `+='. | Ettore Perazzoli | 2001-10-06 | 1 | -0/+4 |
* | Fix the libical-related part of Ximian bug #7892. | Federico Mena Quintero | 2001-09-27 | 1 | -0/+14 |
* | free the temp dup'd string. | Larry Ewing | 2001-09-20 | 1 | -0/+5 |
* | Generate an ICAL_ATTACH_VALUE value from the string. | Federico Mena Quintero | 2001-09-12 | 1 | -0/+5 |
* | strdup the result of the first call to ical_component_as_ical_string() | Damon Chaplin | 2001-09-11 | 1 | -0/+8 |
* | Replace struct icalattachtype by an opaque icalattach that is properly | Federico Mena Quintero | 2001-09-11 | 1 | -0/+47 |
* | pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not | Damon Chaplin | 2001-09-07 | 1 | -0/+11 |
* | updated all of the VTIMEZONE files to try to be more compatable with | Damon Chaplin | 2001-09-01 | 1 | -0/+13 |
* | Remove src/python/Makefile and src/test/Makefile. | Ettore Perazzoli | 2001-08-23 | 1 | -0/+4 |
* | Dequote the same characters that we know how to quote in | Federico Mena Quintero | 2001-08-17 | 1 | -0/+6 |
* | removed some debugging messages. | Damon Chaplin | 2001-08-02 | 1 | -0/+4 |
* | changed the debugging message to avoid a crash on non-glibc boxes. (Using | Damon Chaplin | 2001-07-31 | 1 | -0/+6 |
* | copy the TZID just in case the property we got it from gets modified. | Damon Chaplin | 2001-07-31 | 1 | -0/+24 |
* | call pvl_next on i rather than itr.iter | JP Rosevear | 2001-07-27 | 1 | -0/+5 |
* | if from_zone is NULL (i.e. it is a floating time), just return. | Damon Chaplin | 2001-07-27 | 1 | -0/+5 |
* | accept an icaltimezone* of NULL for all the public functions, since NULL | Damon Chaplin | 2001-07-26 | 1 | -0/+5 |
* | if the property contai | JP Rosevear | 2001-07-26 | 1 | -0/+6 |
* | pass extra param to icalparser_get_next_char (icalparser_get_next_char): | JP Rosevear | 2001-07-24 | 1 | -0/+6 |
* | changed so it doesn't use mktime(). We are having problems because | Damon Chaplin | 2001-07-24 | 1 | -0/+6 |
* | do not strdup a NULL (valid) timezone | JP Rosevear | 2001-07-18 | 1 | -5/+13 |
* | return NULL if we couldn't find the LOCATION. | Damon Chaplin | 2001-07-17 | 1 | -0/+11 |
* | Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes | Peter Williams | 2001-07-12 | 1 | -0/+7 |
* | only create the timezones array when we need to, and make sure we free | Damon Chaplin | 2001-07-12 | 1 | -0/+11 |
* | don't convert DATE values. | Damon Chaplin | 2001-07-11 | 1 | -0/+12 |
* | forgot to compile before committing. Idiot. | Damon Chaplin | 2001-07-10 | 1 | -0/+5 |
* | if the 2 zones are the same just return. | Damon Chaplin | 2001-07-10 | 1 | -0/+7 |
* | add the icaltimezone to the timezone array of the toplevel VCALENDAR | Damon Chaplin | 2001-07-03 | 1 | -0/+5 |
* | fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): get | Damon Chaplin | 2001-07-03 | 1 | -1/+6 |
* | more timezone stuff. | Damon Chaplin | 2001-07-03 | 1 | -1/+7 |
* | Add $(srcdir) as in install-data-local rule. | Peter Williams | 2001-06-30 | 1 | -0/+5 |
* | commented out AC_DEFINE(ICAL_ERRORS_ARE_FATAL,1). We only want it to abort | Damon Chaplin | 2001-06-29 | 1 | -0/+5 |
* | stripped all blank lines from iCalendar files. Apparently they aren't | Damon Chaplin | 2001-06-27 | 1 | -0/+5 |
* | Extra dist the zones.tab information | JP Rosevear | 2001-06-15 | 1 | -0/+4 |
* | added functions to get the coords of builtin timezones. | Damon Chaplin | 2001-06-14 | 1 | -0/+6 |
* | merged in some new stuff from libical CVS. (icalrecur_add_byrules): If no | Damon Chaplin | 2001-06-14 | 1 | -0/+40 |
* | new files to contain support for timezones. | Damon Chaplin | 2001-06-14 | 1 | -0/+8 |
* | added zoneinfo. | Damon Chaplin | 2001-06-14 | 1 | -0/+14 |
* | Fixes to make it make dist and make distcheck. Kind of kludgy but they | JP Rosevear | 2001-05-16 | 1 | -0/+5 |
* | plug leak (icaltime_as_timet): use altered functions | JP Roseveaer | 2001-05-11 | 1 | -0/+7 |
* | initialize "continuation_line" to 0 | JP Rosevear | 2001-05-03 | 1 | -0/+5 |
* | Disable the Python stuff and the tests for now. They are broken and | Ettore Perazzoli | 2001-04-18 | 1 | -0/+5 |
* | Prepend `$(srcdir)' to the list of libicalss headers to be combined. | Ettore Perazzoli | 2001-04-18 | 1 | -0/+5 |
* | Fix the building of ical.h. Again. | Ettore Perazzoli | 2001-04-18 | 1 | -0/+10 |
* | Finish merge of new libical 0.23a version | JP Rosevear | 2001-04-18 | 1 | -22/+124 |
* | Merge the building fix from evolution-0-9-branch. | Ettore Perazzoli | 2001-02-28 | 1 | -0/+5 |
* | Missing change log entry | JP Rosevear | 2001-02-14 | 1 | -2/+0 |
* | The built sources shouldn't be cleane | JP Rosevear | 2001-02-09 | 1 | -0/+6 |
* | its NEEDS-ACTION rather than NEEDSACTION (icalparameter_as_ical_string): | JP Rosevear | 2001-02-09 | 1 | -0/+6 |
* | Added a missing #include here. | Christopher James Lahey | 2001-02-07 | 1 | -0/+7 |
* | Use the renamed api call | JP Rosevear | 2001-02-06 | 1 | -0/+5 |
* | Guess what! Fix `builddir != srcdir' breakage. | Ettore Perazzoli | 2001-02-06 | 1 | -0/+7 |
* | Import cleanup | JP Rosevear | 2001-02-06 | 1 | -0/+18 |
* | Remove unused "extern long timezone". | Dan Winship | 2001-01-26 | 1 | -0/+4 |
* | rewrote to fix problems with freeing the environment string after calling | Damon Chaplin | 2001-01-25 | 1 | -0/+8 |
* | Don't AC_INIT on an autogenerated file that does not exist beforehand | JP Rosevear | 2001-01-24 | 1 | -0/+5 |
* | Import clean up | JP Rosevear | 2001-01-24 | 1 | -11/+76 |
* | Missing Changelog entry | JP Rosevear | 2001-01-19 | 1 | -0/+8 |
* | include configure.h because HAVE_TIMEZONE is used | JP Rosevear | 2000-12-22 | 1 | -0/+8 |
* | Build `libical-static.la', that is needed for the conduits. | Ettore Perazzoli | 2000-12-15 | 1 | -0/+4 |
* | More builddir != srcdir fun! Man, I enjoy this so much. | Ettore Perazzoli | 2000-12-14 | 1 | -0/+4 |
* | Use gmtime() unconditionally, since we want an UTC broken-down | Federico Mena Quintero | 2000-12-14 | 1 | -0/+8 |
* | time_t values *are* in UTC by definition, so the is_utc argument is | Federico Mena Quintero | 2000-12-14 | 1 | -0/+10 |
* | icalparser.c Addedd support for x-parameters. | Eric Busboom | 2000-12-14 | 1 | -0/+12 |
* | Added a name to the parameter to icalerror_set_errno. | Christopher James Lahey | 2000-12-14 | 1 | -0/+5 |
* | Removed the explicit paths. Why it did *not* work on my original try when | Federico Mena Quintero | 2000-12-14 | 1 | -0/+6 |
* | Missed ChangeLog. | Ettore Perazzoli | 2000-12-14 | 1 | -0/+23 |
* | #if 0ed out some #if 1ed test code that was breaking my build by | Joe Shaw | 2000-12-13 | 1 | -0/+5 |
* | Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen from | Dan Winship | 2000-12-13 | 1 | -0/+13 |
* | More fixage - Federico | Federico Mena Quintero | 2000-12-12 | 1 | -0/+4 |
* | Make AC_INIT() check for a file that is not autogenerated! | Federico Mena Quintero | 2000-12-12 | 1 | -0/+3 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-12-12 | 1 | -1/+5 |
* | Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - Federico | Federico Mena Quintero | 2000-12-12 | 1 | -29/+136 |
* | Patch from Eric Busboom <eric@softwarestudio.org> to fix BYDAY elements in | Federico Mena Quintero | 2000-11-22 | 1 | -0/+6 |
* | Handle both the position and weekday in the by_day field. | Federico Mena Quintero | 2000-11-07 | 1 | -0/+5 |
* | Fixed icalproperty_remove_parameter(). | Jesse Pavel | 2000-10-28 | 1 | -0/+5 |
* | add support for 'X-' parameters. | Damon Chaplin | 2000-10-12 | 1 | -0/+7 |
* | Fix the semicolons in this rule. Noticed by x-virge. | Dan Winship | 2000-10-08 | 1 | -0/+8 |
* | Fix the configure script to output the Makefile in `src' before the | Ettore Perazzoli | 2000-09-13 | 1 | -0/+5 |
* | Merge missing file for distcheck | JP Rosevear | 2000-09-13 | 1 | -0/+8 |
* | New function that compares only the dates, not the times as well | JP Rosevear | 2000-09-08 | 1 | -0/+7 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 1 | -0/+9 |
* | Kill off more old, dead files | JP Rosevear | 2000-09-01 | 1 | -0/+4 |
* | This dir is not in 0.19 | JP Rosevear | 2000-09-01 | 1 | -0/+4 |
* | This file is not in 0.19 | JP Rosevear | 2000-09-01 | 1 | -0/+4 |
* | oops | JP Rosevear | 2000-09-01 | 1 | -0/+2 |
* | Kill file | JP Rosevear | 2000-09-01 | 1 | -0/+4 |
* | Don't list config.h in AC_OUTPUT | JP Rosevear | 2000-09-01 | 1 | -0/+4 |
* | Kill old file | JP Rosevear | 2000-09-01 | 1 | -0/+12 |
* | builddir != srcdir fixes. | Ettore Perazzoli | 2000-08-27 | 1 | -0/+7 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-08-26 | 1 | -0/+7 |
* | Fixed an incorrect struct name. | Christopher James Lahey | 2000-08-26 | 1 | -0/+4 |
* | Compile fix for libical | Peter Williams | 2000-08-25 | 1 | -0/+6 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 1 | -0/+4 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-08-25 | 1 | -0/+4 |
* | Fix minor conflicts. | JP Rosevear | 2000-08-25 | 1 | -2/+61 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 1 | -0/+7 |
* | merge libical-0.17 onto the head | Seth Alves | 2000-06-07 | 1 | -42/+0 |
* | reparing damage from removing files | Eric Busboom | 2000-05-15 | 1 | -0/+62 |
* | removing all files | Eric Busboom | 2000-05-15 | 1 | -62/+0 |
* | Fix Makefile to use generated include files that are in the build | Ettore Perazzoli | 2000-05-14 | 1 | -0/+5 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 1 | -0/+4 |
* | Further Makefile loving. | Ettore Perazzoli | 2000-04-27 | 1 | -0/+8 |
* | Fix broken `Makefile.am' again. I am frustrated. | Ettore Perazzoli | 2000-04-27 | 1 | -0/+6 |
* | + * tests/.cvsignore: Added test13. | Matthew Loper | 2000-04-27 | 1 | -0/+6 |
* | Removed. | Christopher James Lahey | 2000-04-26 | 1 | -0/+4 |
* | Fix compile with builddir != srcdir. | Ettore Perazzoli | 2000-04-26 | 1 | -0/+4 |
* | convert from a time_t to an icaldurationtype. | Seth Alves | 2000-04-25 | 1 | -0/+5 |
* | import of libical-0.16 | Seth Alves | 2000-04-19 | 1 | -11/+13 |
* | added AC_PROG_MAKE_SET. | Damon Chaplin | 2000-04-11 | 1 | -0/+4 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -0/+5 |
* | start using ChangeLog in this library | Seth Alves | 2000-02-26 | 1 | -0/+9 |