]> git.ipfire.org Git - thirdparty/cups.git/history - cups/array.c
File cleanup.
[thirdparty/cups.git] / cups / array.c
2006-02-16  mikeUpdate array API to specifically support non-unique...
2006-01-24  mikeAdd new cupsArrayInsert() function to insert elements...
2006-01-12  mikeAdd paging, searching, sort order, etc. to the jobs...
2006-01-10  mikeUpdate copyrights on changed files.
2006-01-05  mikeFix nagging "duplicate printers" error that cropped...
2006-01-04  mikeAdd save/restore stack.
2005-11-30  mikeUpdate API help documents (work in progress)
2005-10-31  mikeFix WIN32 IPv6 support.
2005-10-03  mikeFix a lockup problem with calling cupsdFindDest() in...
2005-09-30  mikeFix another bug in the cups_find() code, and add optimi...
2005-09-30  mikeOptimize cups_find() to start from the current element...
2005-09-30  mikeFix implementation of cupsArray.
2005-09-27  mikeUpdate all cupsArray*() functions to handle NULL pointe...
2005-09-27  mikeFix binary search bug.
2005-09-21  mikeCleanup namespace so that private APIs and types use...
2005-09-21  mikeAdded a new cups_array_t and cupsArray*() functions...