Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -8/+8 |
| | | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | ||||
* | Guard #inclusion of config.h in examples. | Jim Meyering | 2009-08-03 | 1 | -1/+3 |
| | | | | | * examples/hello.c [HAVE_CONFIG_H]: Include <config.h> conditionally. * examples/to-xml.c: Likewise. | ||||
* | always include <config.h> | Jim Meyering | 2009-08-03 | 1 | -0/+1 |
| | | | | | | * ocaml/guestfs_c.c: Include <config.h>. * examples/to-xml.c: Likewise. * examples/hello.c: Likewise. | ||||
* | Add support for ext4 to examples/to-xml.c | Richard Jones | 2009-04-24 | 1 | -5/+7 |
| | |||||
* | Fix infinite loop encountered when reading Windows disk in example program. | Richard Jones | 2009-04-22 | 1 | -7/+11 |
| | |||||
* | Show byte sizes in example. | Richard Jones | 2009-04-15 | 1 | -3/+11 |
| | |||||
* | Display ext2/3 details, and some bug fixes. | Richard Jones | 2009-04-15 | 1 | -4/+34 |
| | |||||
* | Added to-xml program. | Richard Jones | 2009-04-15 | 1 | -0/+158 |