diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-02-19 05:37:52 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-02-19 05:37:52 +0800 |
commit | 64e480b07851a56a65d391fa930b295e5c9a944b (patch) | |
tree | 4466f0eb4d4e5f4065f7144d27e1384a391e321d /calendar/ChangeLog | |
parent | c9d932d2395aa2281fba90ad4d02bfbea03b83e1 (diff) | |
download | gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.gz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.bz2 gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.lz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.xz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.zst gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.zip |
Include `libsupport.a'.
* Makefile.am (gncal_LDADD): Include `libsupport.a'.
* calcs.c (month_atoi): Replace buggy explicit loop string compare
with strcasecmp.
(day_atoi): Likewise.
- Hari
svn path=/trunk/; revision=40
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 82487d69fe..b9e6c328d0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +1998-02-18 Raja R Harinath <harinath@cs.umn.edu> + + * Makefile.am (gncal_LDADD): Include `libsupport.a'. + + * calcs.c (month_atoi): Replace buggy explicit loop string compare + with strcasecmp. + (day_atoi): Likewise. + Sun Jan 25 23:38:30 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * menus.c: Replace "Quit" with "Exit". |