summaryrefslogtreecommitdiff
path: root/lib/backupfile.h
Commit message (Collapse)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
| | | | | | | | | | | | | | | | | | The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-1/+1
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+4
|
* *** empty log message ***Paul Eggert2005-05-141-1/+1
|
* (enum backuptype): Rename none -> no_backups,Paul Eggert2004-10-041-8/+5
| | | | | | simple -> simple_backups, numbered_existing -> numbered_existing_backups, numbered -> numbered_backups to avoid shadowing problems. All uses changed.
* Add extern "C" for C++.Bruno Haible2004-07-161-1/+11
|
* Assume C89, so PARAMS isn't needed.Paul Eggert2003-06-181-13/+7
|
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
|
* update copyright dateJim Meyering2000-07-091-1/+1
|
* (get_version): Adjust prototype.Jim Meyering1999-01-161-3/+3
| | | | | (xget_version): Add prototype. (base_name): Remove prototype.
* Protect against multiple inclusion.FILEUTILS-3_16zJim Meyering1998-09-271-7/+12
| | | | From Akim Demaille.
* Remove extern declaration of backup_type.Jim Meyering1998-01-211-10/+15
| | | | | | Use PARAMS, not __BACKUPFILE_P. (VALID_BACKUP_TYPE): Define. (find_backup_file_name): Adjust prototype.
* [enum backup_type]: Set `none' to 1.Jim Meyering1998-01-201-2/+2
|
* Update from FSF via patch-2.2.93.Jim Meyering1997-05-271-14/+22
|
* libitizeJim Meyering1997-02-041-5/+5
|
* update FSF address in copyrightJim Meyering1996-07-151-2/+2
|
* (find_backup_file_name): Constify decls of formal parameters.FILEUTILS-3_12mJim Meyering1996-04-241-1/+1
|
* Initial revisionJim Meyering1992-10-311-0/+42