aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.c
Commit message (Expand)AuthorAgeFilesLines
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-70/+70
* Validate date/time when scanning itemsLukas Fleischer2013-02-271-0/+4
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Merge branch 'maint'Lukas Fleischer2012-11-231-8/+5
|\
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-8/+5
* | Remove the erase flag and legacy deletion codeLukas Fleischer2012-07-071-11/+2
* | Refactor note removalLukas Fleischer2012-07-071-3/+0
* | Refactor *_dup()Lukas Fleischer2012-07-061-6/+11
* | Remove legacy cut/paste codeLukas Fleischer2012-06-301-10/+0
* | Revise cut/pastingLukas Fleischer2012-06-301-8/+5
* | Make *_free() publicLukas Fleischer2012-06-301-1/+1
* | Revise *_delete{,_bynum}()Lukas Fleischer2012-06-301-3/+2
* | Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-3/+3
* | Remove unused functionsLukas Fleischer2012-06-301-12/+0
|/
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-89/+73
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-5/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Trap fgets() failure in *_scan()Lukas Fleischer2012-02-181-1/+3
* Remove parentheses from return statementsLukas Fleischer2011-11-021-3/+3
* Do not cast unused return values to voidLukas Fleischer2011-11-021-9/+8
* Make events start on 00:00 (12:00 a.m.)Lukas Fleischer2011-10-211-2/+2
* src/event.c: Fix event_inday()Lukas Fleischer2011-10-211-1/+1
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-9/+7
* Fix whitespace issuesLukas Fleischer2011-06-091-1/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for events.Lukas Fleischer2011-04-191-76/+58
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-2/+2
* Overall indentation fixes.Lukas Fleischer2011-03-141-22/+22
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-21/+18
* Make use of erase_note() whenever possible.Frederic Culot2009-07-191-15/+4
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-221-3/+3
* more code cleanupFrederic Culot2009-01-031-7/+12
* various bugfixesFrederic Culot2009-01-021-3/+3
* cut/paste feature adedFrederic Culot2009-01-011-9/+73
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-13/+12
* small bugfixes and code cleanupFrederic Culot2008-12-141-14/+9
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-102/+114
* Code parts related to item update rewrittenFrederic Culot2008-01-201-9/+27
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-11/+22
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-3/+1
* use of DAYINSEC defineFrederic Culot2007-04-041-8/+14
* strcpy replaced by strncpyFrederic Culot2006-12-151-2/+2
* Initial revisionFrederic Culot2006-07-311-0/+135