summaryrefslogtreecommitdiff
path: root/libparted/fs/hfs/journal.c
Commit message (Collapse)AuthorAgeFilesLines
* hfs: remove all-but-probe FS-related codeJim Meyering2011-05-271-389/+0
|
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+1
| | | | Run "make update-copyright".
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
| | | | Run this command: make update-copyright
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-1/+1
| | | | | | I used this command: make update-copyright \ UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1
* remove all trailing blanksJim Meyering2009-03-051-6/+6
| | | | | | ...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//'
* Use free, not ped_free.Jim Meyering2008-05-291-4/+4
| | | | | | | * libparted/libparted.c (ped_free): Remove function. [DEBUG] (_check_dodgy_pointer): Remove function. Global substitution: perl -pi -e 's/\bped_free\b/free/g' $(lid -knone ped_free)
* Updated GPL license boilerplate.David Cantrell2007-07-231-4/+3
|
* Move static variable flagging little endian or not to journal.c. We don't ↵David Cantrell2007-03-151-26/+27
| | | | | | want static variables in general, but if they must exist, put them in a C file, not a header. Parameterize the little_endian flag for the macros in journal.h.
* Patch from Matthew Garrett <mjg59@srcf.ucam.org> to add HFS+ resize support.David Cantrell2007-03-131-25/+28
|
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
| | | | | * Makefile.cfg (local-checks-to-skip): Remove sc_require_config_h, to enable the "make distcheck" test for this.
* cb6ca73be06f360308e6a2fccb7142ed8175af29 continued.Debarshi Ray2007-01-161-2/+0
|
* Fix ChangeLogAnant Narayanan2006-09-141-0/+388
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@820 2d424fd7-7fe2-0310-af74-8bc65edeb173