summaryrefslogtreecommitdiff
path: root/sbuild/sbuild-null.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-03sbuild: Replace sbuild::null with nullptr/std::nullptr_tRoger Leigh1-70/+0
2013-01-05Replace tabs with spaces in all source codeRoger Leigh1-2/+2
2007-09-16Convert the entire project to GPLv3Roger Leigh1-5/+4
* The entire schroot project is now licensed under the GNU General Public Licence, version 3 or later. * COPYING: Update to GPLv3. * Update licence boilerplate on all files to GPLv3.
2007-04-05* po/POTFILES.in: Updated with new file locations.Roger Leigh1-1/+1
* Update copyright headers on files for 2007.
2006-07-29* Update manual pages.Roger Leigh1-1/+10
* sbuild/sbuild-lock.h: Add missing virtual specifier from virtual methods in derived lock classes. * sbuild/sbuild-session.cc: Remove use of excess braces when throwing exceptions. (get_shell): Use log_exception_warning. * Remove incorrect and misplaced comments. * Update translator comments. * Update API reference to document all missing and incomplete documentation.
2006-07-14* sbuild/sbuild-null.h: Remove completed TODO item.Roger Leigh1-2/+1
2006-07-13* Update sources to use new header.Roger Leigh1-0/+63
* sbuild/Makefile.am: Add sbuild-null.(cc|h). * sbuild/sbuild-null.(cc|h): New file. Split out null class from sbuild/sbuild-error.h