Added recurrence builder function to Calendar record builder code.
commit76a2dce22e5de3b7a5402f83504d0c0e676aaeaa
authorChris Frey <cdfrey@foursquare.net>
Fri, 2 May 2008 03:45:08 +0000 (1 23:45 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 2 May 2008 03:45:08 +0000 (1 23:45 -0400)
treed1854535f21161636d12f3ff5ea170ea3502de9e
parent154e238b1d4d707a1029b68527e897b53cd3455b
Added recurrence builder function to Calendar record builder code.

Calendar builder support now complete.
Checksums from the following commands now match:
brecsum -d Calendar > sum1.txt
btool -d Calendar -f calendar.dat
btool -s Calendar -f calendar.dat
brecsum -d Calendar > sum2.txt
diff -u <(sort sum1.txt) <(sort sum2.txt)
ChangeLog
src/r_calendar.cc
src/r_calendar.h