date | project | content | link |
|---|
| 10:44 on Jan 25 | libical | Commit by fboudra :: r 991 /trunk/libical/src/libical/icaltz-util.c: ( link) | # |
| 23:18 on Jan 16 | libical | Commit by fboudra :: r 990 /trunk/libical/src/ (10 files in 2 dirs): ( link) | # |
| 21:27 on Jan 07 | libical | Commit by dothebart :: r 989 /trunk/libical/src/test/regression.c: ( link) - By Brad Hards: demonstrate encoding of newlines in timezones fails
| # |
| 14:33 on Dec 23, 2009 | libical | Commit by awinterz :: r 988 /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, 2009 | libical | Commit by dothebart :: r 987 /trunk/libical/configure.in: ( link) - define PACKAGE_DATA_DIR as cmake does it
| # |
| 09:21 on Dec 23, 2009 | libical | Commit by dothebart :: r 986 /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, 2009 | libical | Commit by dothebart :: r 985 /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, 2009 | libical | Commit by dothebart :: r 984 /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, 2009 | libical | Commit by dothebart :: r 983 /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, 2009 | libical | Commit by dothebart :: r 982 /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, 2009 | libical | Commit by dothebart :: r 981 /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, 2009 | libical | Commit by dothebart :: r 980 /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, 2009 | libical | Commit by dothebart :: r 979 /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, 2009 | libical | Commit by dothebart :: r 978 /trunk/libical/src/libical/icalperiod.c: ( link) | # |
| 03:52 on Nov 20, 2009 | libical | Commit by artcancro :: r 977 /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, 2009 | libical | Commit by artcancro :: r 976 /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, 2009 | libical | Commit by awinterz :: r 975 /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, 2009 | libical | Commit by dothebart :: r 974 /trunk/libical/src/libical/icaltz-util.c: ( link) - fix solaris portability; by Jonathan Blanchard
| # |
| 22:21 on Sep 16, 2009 | libical | Commit by dothebart :: r 973 /trunk/libical/src/libical/icalcomponent.c: ( link) - find a way to make newer and older compilers satisfied
| # |
| 22:21 on Sep 16, 2009 | libical | Commit by dothebart :: r 972 /trunk/libical/ (5 files in 5 dirs): ( link) - add dummy distclean targets
| # |