CVS log for Ical2html/ical2html.c
Up to [Public] / Ical2html
Request diff between arbitrary revisions
Default branch: 1
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu Jul 31 15:21:33 2003 UTC (5 years ago) by bbos
CVS Tags: HEAD
Changes since 1.9: +27 -15
lines
Diff to previous 1.9
(colored)
There is no routine for making an icaltime from a year, month and date
and writing to the struct is not safe, so now it constructs an
icaltime by creating a string YYYYMMDD and parsing it. It's still fast
enough. Also added option --timezone, since libical doesn't look at
the TZ environment variable.
Revision 1.9 / (download) - annotate - [select for diffs]
, Wed Jul 30 14:28:24 2003 UTC (5 years ago) by bbos
Changes since 1.8: +10 -2
lines
Diff to previous 1.8
(colored)
Added some #undefs to avoid compiler warnings.
Revision 1.8 / (download) - annotate - [select for diffs]
, Tue Jul 8 22:56:52 2003 UTC (5 years, 1 month ago) by bbos
Changes since 1.7: +3 -3
lines
Diff to previous 1.7
(colored)
Fixed a NULL pointer bug; replaced a wrong function
call (needed the class as a string, not as an int)
Revision 1.7 / (download) - annotate - [select for diffs]
, Thu May 1 18:18:53 2003 UTC (5 years, 3 months ago) by bbos
Changes since 1.6: +6 -3
lines
Diff to previous 1.6
(colored)
Now stops *before* the end time instead of on it,
because a full-day event may end on 00:00 of the next day.
Revision 1.6 / (download) - annotate - [select for diffs]
, Fri Jan 17 18:56:35 2003 UTC (5 years, 6 months ago) by bbos
Changes since 1.5: +2 -24
lines
Diff to previous 1.5
(colored)
Removed ifdef for getopt_long again, since getopt.c is not in the distribution.
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Jan 17 17:13:40 2003 UTC (5 years, 6 months ago) by bbos
Changes since 1.4: +25 -2
lines
Diff to previous 1.4
(colored)
getopt_long() is now not used if it is not available
Revision 1.4 / (download) - annotate - [select for diffs]
, Wed Dec 18 14:47:10 2002 UTC (5 years, 7 months ago) by bbos
Changes since 1.3: +20 -8
lines
Diff to previous 1.3
(colored)
Now outputs a calendar in the local time zone, rather than GMT.
Revision 1.3 / (download) - annotate - [select for diffs]
, Tue Oct 1 12:11:10 2002 UTC (5 years, 10 months ago) by bbos
Changes since 1.2: +12 -9
lines
Diff to previous 1.2
(colored)
Added option -f for adding a footer.
Revision 1.2 / (download) - annotate - [select for diffs]
, Sun Sep 29 16:05:57 2002 UTC (5 years, 10 months ago) by bbos
Changes since 1.1: +49 -30
lines
Diff to previous 1.1
(colored)
Second command line argument is now a duration instead of a date.
Revision 1.1 / (download) - annotate - [select for diffs]
, Sat Sep 28 20:41:07 2002 UTC (5 years, 10 months ago) by bbos
Diff
First check in
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster