summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant comment lineHEADmasterHans Ulrich Niedermann2007-12-1810-10/+0
|
* Renamed configure.in -> configure.acHans Ulrich Niedermann2007-12-171-0/+0
|
* v0.0.16.3Hans Ulrich Niedermann2007-12-171-1/+1
|
* Add man pages (courtesy of Lucas Wall at Debian)Hans Ulrich Niedermann2007-12-179-0/+393
|
* Require libext2fs >= 1.27Hans Ulrich Niedermann2007-12-171-1/+1
|
* Add gnulib-added .m4, .c, and .h files to repoHans Ulrich Niedermann2007-12-1717-15/+2846
|
* How to build from git repoHans Ulrich Niedermann2007-12-171-0/+7
|
* Use pkg-config for the libs, avoid AM_PROG_CC_C_OHans Ulrich Niedermann2007-12-172-6/+11
|
* Remove Makefile.in files from repositoryHans Ulrich Niedermann2007-12-173-1328/+1
|
* Avoid signed/unsigned comparison, and = in exprHans Ulrich Niedermann2007-12-171-5/+7
| | | | | This concludes the warning extermination exercise. Now the beast builds with CPPFLAGS="-Wall -Wextra -Werrror"!
* Remove config.h.in from repositoryHans Ulrich Niedermann2007-12-172-220/+1
|
* Define all u?int(8|16|32|64)_t typesHans Ulrich Niedermann2007-12-171-0/+6
| | | | Just in case we are going to use it somewhere.
* Include errno.h as we're using errnoHans Ulrich Niedermann2007-12-171-4/+1
|
* Explicitly cast ext2_off_t to (signed) int32_tHans Ulrich Niedermann2007-12-171-1/+1
|
* Explicitly cast unsigned expressions to intHans Ulrich Niedermann2007-12-171-3/+3
|
* Add gnulib's stdint.h and inttypes.hHans Ulrich Niedermann2007-12-1411-34/+1006
|
* Remove autoreconf generated files from gitHans Ulrich Niedermann2007-12-146-9351/+0
|
* Modernizing configure.acHans Ulrich Niedermann2007-12-1412-637/+1528
| | | | Preparing for gnulib's inttypes.h and stdint.h
* Use one foo.h file per foo.cHans Ulrich Niedermann2007-12-1419-120/+156
|
* Make it work with automake-1.10Hans Ulrich Niedermann2007-12-146-1664/+7535
|
* Get rid of 64bit formatstring warningHans Ulrich Niedermann2007-12-141-2/+4
|
* Make e2tools compile without warnings (Fedora)Hans Ulrich Niedermann2007-12-1414-61/+62
| | | | This is Fedora's e2tools-fedora-fixes.patch
* Upstream's 0.0.16v0.0.16upstreamHans Ulrich Niedermann2007-12-1431-0/+10608