<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libical/src, branch XST_0_7_0</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'XST_0_7_0'.</title>
<updated>2001-07-25T00:33:17+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-07-25T00:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e2c2c08d784f95c513c024e9adb504f2f68946b4'/>
<id>e2c2c08d784f95c513c024e9adb504f2f68946b4</id>
<content type='text'>
svn path=/tags/XST_0_7_0/; revision=11390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/tags/XST_0_7_0/; revision=11390
</pre>
</div>
</content>
</entry>
<entry>
<title>pass extra param to icalparser_get_next_char (icalparser_get_next_char):</title>
<updated>2001-07-23T23:30:11+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-07-23T23:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=dc4f47979dcb1ad8256c3077dcc574451dfde78f'/>
<id>dc4f47979dcb1ad8256c3077dcc574451dfde78f</id>
<content type='text'>
2001-07-23  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icalparser.c: pass extra param to
	icalparser_get_next_char
	(icalparser_get_next_char): only use quote mode if the flag is set

svn path=/trunk/; revision=11326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-23  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icalparser.c: pass extra param to
	icalparser_get_next_char
	(icalparser_get_next_char): only use quote mode if the flag is set

svn path=/trunk/; revision=11326
</pre>
</div>
</content>
</entry>
<entry>
<title>changed so it doesn't use mktime(). We are having problems because</title>
<updated>2001-07-23T22:56:06+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-23T22:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=80f0e611999c79fdf9a60df9b3990bf0e0c8365d'/>
<id>80f0e611999c79fdf9a60df9b3990bf0e0c8365d</id>
<content type='text'>
2001-07-23  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltime.c (icaltime_day_of_year): changed so it doesn't
	use mktime(). We are having problems because mktime() only works
	post 1970.

svn path=/trunk/; revision=11325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-23  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltime.c (icaltime_day_of_year): changed so it doesn't
	use mktime(). We are having problems because mktime() only works
	post 1970.

svn path=/trunk/; revision=11325
</pre>
</div>
</content>
</entry>
<entry>
<title>do not strdup a NULL (valid) timezone</title>
<updated>2001-07-17T21:36:14+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-07-17T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=833b8636a3dc41e6144f5082f89e21bbe41258e3'/>
<id>833b8636a3dc41e6144f5082f89e21bbe41258e3</id>
<content type='text'>
2001-07-17  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icaltimezone.c
	(icaltimezone_get_tznames_from_vtimezone): do not strdup a NULL
	(valid) timezone

svn path=/trunk/; revision=11180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-17  JP Rosevear  &lt;jpr@ximian.com&gt;

	* src/libical/icaltimezone.c
	(icaltimezone_get_tznames_from_vtimezone): do not strdup a NULL
	(valid) timezone

svn path=/trunk/; revision=11180
</pre>
</div>
</content>
</entry>
<entry>
<title>return NULL if we couldn't find the LOCATION.</title>
<updated>2001-07-17T01:06:18+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-17T01:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3b8e07c5b87acbda0f09155aa30bf9cc5e0ae8fc'/>
<id>3b8e07c5b87acbda0f09155aa30bf9cc5e0ae8fc</id>
<content type='text'>
2001-07-16  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_location_from_vtimezone): return NULL if we couldn't find the LOCATION.
	(icaltimezone_get_utc_offset): ifdef'd out a debugging message.
	(icaltimezone_get_location):
	(icaltimezone_get_latitude):
	(icaltimezone_get_longitude): don't load the builtin timezone for
	these. We should already have the data from reading zones.tab.
	(icaltimezone_get_builtin_timezone_from_tzid): return NULL if the TZID
	given is NULL or "" (i.e. a floating time).

svn path=/trunk/; revision=11143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-16  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_get_location_from_vtimezone): return NULL if we couldn't find the LOCATION.
	(icaltimezone_get_utc_offset): ifdef'd out a debugging message.
	(icaltimezone_get_location):
	(icaltimezone_get_latitude):
	(icaltimezone_get_longitude): don't load the builtin timezone for
	these. We should already have the data from reading zones.tab.
	(icaltimezone_get_builtin_timezone_from_tzid): return NULL if the TZID
	given is NULL or "" (i.e. a floating time).

svn path=/trunk/; revision=11143
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes</title>
<updated>2001-07-12T14:21:27+00:00</updated>
<author>
<name>Peter Williams</name>
<email>peterw@ximian.com</email>
</author>
<published>2001-07-12T14:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=de6d478888e683693556b4891d10da2101947dfa'/>
<id>de6d478888e683693556b4891d10da2101947dfa</id>
<content type='text'>
2001-07-10  Peter Williams  &lt;peterw@ximian.com&gt;

	* src/libicalss/Makefile.am (libicalss_la_SOURCES): Add the
	COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes distcheck.
	We can't just put CONBINEDHEADERS at the bottom of _SOURCES because
	of the $(srcdir).

svn path=/trunk/; revision=11040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-10  Peter Williams  &lt;peterw@ximian.com&gt;

	* src/libicalss/Makefile.am (libicalss_la_SOURCES): Add the
	COMBINEDHEADERS here and remove the EXTRA_DIST. This fixes distcheck.
	We can't just put CONBINEDHEADERS at the bottom of _SOURCES because
	of the $(srcdir).

svn path=/trunk/; revision=11040
</pre>
</div>
</content>
</entry>
<entry>
<title>only create the timezones array when we need to, and make sure we free</title>
<updated>2001-07-12T02:37:53+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-12T02:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0a9ff51460111657627b5e3a7eca6a45606b4fb2'/>
<id>0a9ff51460111657627b5e3a7eca6a45606b4fb2</id>
<content type='text'>
2001-07-11  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c: only create the timezones array when we
	need to, and make sure we free things when necessary.
	Also added timezones_sorted variable, which we set to 0 when adding a
	timezone. We then sort the array before doing binary searches (oops!)

	* src/libical/icaltimezone.[hc]: added free_struct() arg to
	icaltimezone_free() to specify whether to free the icaltimezone struct.
	Also added icaltimezone_array_free() function.

svn path=/trunk/; revision=11026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-11  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c: only create the timezones array when we
	need to, and make sure we free things when necessary.
	Also added timezones_sorted variable, which we set to 0 when adding a
	timezone. We then sort the array before doing binary searches (oops!)

	* src/libical/icaltimezone.[hc]: added free_struct() arg to
	icaltimezone_free() to specify whether to free the icaltimezone struct.
	Also added icaltimezone_array_free() function.

svn path=/trunk/; revision=11026
</pre>
</div>
</content>
</entry>
<entry>
<title>don't convert DATE values.</title>
<updated>2001-07-11T03:46:33+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-11T03:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=552d3501e9bf05d42ce6f342e85a526a1cea702c'/>
<id>552d3501e9bf05d42ce6f342e85a526a1cea702c</id>
<content type='text'>
2001-07-10  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_convert_time): don't convert
	DATE values.

	* src/libical/icaltime.c (icaltime_from_timet_with_zone):
	(icaltime_as_timet_with_zone): changed so they do not convert DATE
	values according to the timezone.

	* src/libical/icaltime.[hc]: added icaltime_current_time_with_zone()
	and icaltime_today() functions.

svn path=/trunk/; revision=10983
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-10  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_convert_time): don't convert
	DATE values.

	* src/libical/icaltime.c (icaltime_from_timet_with_zone):
	(icaltime_as_timet_with_zone): changed so they do not convert DATE
	values according to the timezone.

	* src/libical/icaltime.[hc]: added icaltime_current_time_with_zone()
	and icaltime_today() functions.

svn path=/trunk/; revision=10983
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to compile before committing. Idiot.</title>
<updated>2001-07-10T02:45:51+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-10T02:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c41a49b0b5b6f2b7c742cefe3b39916472cd6e7d'/>
<id>c41a49b0b5b6f2b7c742cefe3b39916472cd6e7d</id>
<content type='text'>
2001-07-09  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltime.c (icaltime_adjust): forgot to compile before
	committing. Idiot.

svn path=/trunk/; revision=10945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-09  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltime.c (icaltime_adjust): forgot to compile before
	committing. Idiot.

svn path=/trunk/; revision=10945
</pre>
</div>
</content>
</entry>
<entry>
<title>if the 2 zones are the same just return.</title>
<updated>2001-07-10T02:14:20+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-10T02:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f5df2dc9e38c1396a51595c72a97c1a8de08c9a'/>
<id>8f5df2dc9e38c1396a51595c72a97c1a8de08c9a</id>
<content type='text'>
2001-07-09  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_convert_time): if the 2
	zones are the same just return.

	* src/libical/icaltime.c (icaltime_adjust): normalize the month.

svn path=/trunk/; revision=10944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-09  Damon Chaplin  &lt;damon@ximian.com&gt;

	* src/libical/icaltimezone.c (icaltimezone_convert_time): if the 2
	zones are the same just return.

	* src/libical/icaltime.c (icaltime_adjust): normalize the month.

svn path=/trunk/; revision=10944
</pre>
</div>
</content>
</entry>
</feed>
