CIA.vc
Libical
Real-time open source activity stats
Stats » Projects » Libical
informationsyndicateUTC clock
16:10 on Feb 09, 2010
event counters
The last message was received 2.18 weeks ago at 10:44 on Jan 25, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 3 messages last month
188 messages since the first one, 2.05 years ago, for an average of 3.98 days between messages
recent messages
dateReversed sort columnprojectcontentlink
10:44 on Jan 25libical
Commit by fboudra :: r991 /trunk/libical/src/libical/icaltz-util.c: (link)
Fix FTBFS on GNU/kFreeBSD due to an undefined reference to __bswap32.
Bug-Debian: http://bugs.debian.org/566776
#
23:18 on Jan 16libical
Commit by fboudra :: r990 /trunk/libical/src/ (10 files in 2 dirs): (link)
Fix headers includes (tested with citadel, gnokii, kdepimlibs and osmo)
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549757
#
21:27 on Jan 07libical
Commit by dothebart :: r989 /trunk/libical/src/test/regression.c: (link)

  • By Brad Hards: demonstrate encoding of newlines in timezones fails
#
14:33 on Dec 23, 2009libical
Commit by awinterz :: r988 /trunk/libical/src/libical/icaltz-util.c: (link)

  • Prevents crashes when the default timezone dir can't be found, e.g. on windows.
  • rename static set_zone_directory() to set_zonedir() because a public set_zone_directory() exists in icaltimezone.c
#
09:37 on Dec 23, 2009libical
Commit by dothebart :: r987 /trunk/libical/configure.in: (link)

  • define PACKAGE_DATA_DIR as cmake does it
#
09:21 on Dec 23, 2009libical
Commit by dothebart :: r986 /trunk/libical/src/libicalss/icalsslexer.l: (link)

  • defining min just for one usage is a little overdone
  • hiding the use of strlen() in a macro to become used most possibly twice for the same string is __BAAD__, use a varable for this. Shame on me for patching it in anyways.
#
08:34 on Dec 23, 2009libical
Commit by dothebart :: r985 /trunk/libical/src/libical/ (vsnprintf.c vsnprintf.h): (link)

  • add header for our vsnprintf
  • if configure doesn't detect snprintf on windows, try our own implementation kindly sponsored by theo de rath.
  • this partly reverses a #error we derived from the kde branch.
#
08:32 on Dec 23, 2009libical
Commit by dothebart :: r984 /trunk/libical/src/libical/ (7 files): (link)

  • like suggested by Mahesh Kumar; snprintf for windows
  • if configure doesn't detect snprintf, use our own. _snprintf doesn't zero terminate in case of to big.
#
08:12 on Dec 23, 2009libical
Commit by dothebart :: r983 /trunk/libical/src/libical/caldate.c: (link)

  • add casts so its explicit we want to go down from double to long
#
12:59 on Dec 22, 2009libical
Commit by dothebart :: r982 /trunk/libical/src/libical/ (icaltypes.h icalvalue.c): (link)

  • use double since atof gives us double anyway. This silences a windows compile problem.
#
12:25 on Dec 22, 2009libical
Commit by dothebart :: r981 /trunk/libical/src/libical/ (icalattach.c icalattach.h): (link)

  • unsigned char* why?
  • remove const casts; this is a place where casting away const definitely gave us a bug, as fixed by Allen earlier.
#
12:24 on Dec 22, 2009libical
Commit by dothebart :: r980 /trunk/libical/src/libical/ (icalattachimpl.h icalvalue.c): (link)

  • unsigned char* why? doesn't seem to produce anything else than warnings. converted to char*
#
11:03 on Dec 22, 2009libical
Commit by dothebart :: r979 /trunk/libical/src/libical/icalvalue.c: (link)

  • the old version of icalvalue_attach_as_ical_string isn't used anymore and private; remove it.
#
11:00 on Dec 22, 2009libical
Commit by dothebart :: r978 /trunk/libical/src/libical/icalperiod.c: (link)

  • const is wrong here.
#
03:52 on Nov 20, 2009libical
Commit by artcancro :: r977 /trunk/libical/ (10 files in 3 dirs): (link)

  • Applied patch sent by Gren Elliot. The main purpose of the patch is to allow control of how unknown parameters in properties are handled.
#
04:22 on Nov 12, 2009libical
Commit by artcancro :: r976 /trunk/libical/ (10 files in 5 dirs): (link)

  • Applied a patch supplied by Tor Lillqvist to make libical build better with MinGW on Windows.
  • Don't build the timezones test (not relevant)
  • Define BIG_ENDIAN and LITTLE_ENDIAN in icaltz-util.c
  • No need to define intptr_t, we have it
  • Some more strcasecmp and strncasecmp mappings. (There are duplicated all over the place, would be better to put them in one place...)
  • Drop duplicate function declarations from the generated libical/ical.h
  • Link with -no-undefined on Windows, and link libicalvcal and libicalss with libical.la. (Could probably to this cross-platform.)
  • Drop trailing slash from the -I switch in Cflags
#
20:17 on Nov 01, 2009libical
Commit by awinterz :: r975 /trunk/libical/ (11 files in 5 dirs): (link)
Apply Romain's patches for building with MSVC on Windows. Thanks Romain!
#
16:56 on Oct 04, 2009libical
Commit by dothebart :: r974 /trunk/libical/src/libical/icaltz-util.c: (link)

  • fix solaris portability; by Jonathan Blanchard
#
22:21 on Sep 16, 2009libical
Commit by dothebart :: r973 /trunk/libical/src/libical/icalcomponent.c: (link)

  • find a way to make newer and older compilers satisfied
#
22:21 on Sep 16, 2009libical
Commit by dothebart :: r972 /trunk/libical/ (5 files in 5 dirs): (link)

  • add dummy distclean targets
#