Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Allow suffixes on number parameters (eg. 1M) | Richard Jones | 2010-05-21 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | This small change uses the gnulib xstrtoll functionality to enable suffixes on integer parameters in guestfish. For example: truncate-size /file 1G (previously you would have had to given the full number). This also applies to the 'alloc' and 'sparse' commands (and indirectly to the -N option). The specification for these commands has changed slightly, in that 'alloc foo 1MB' would now use SI units, allocating 1000000 bytes instead of a true megabyte. All existing uses would use 'alloc foo 1M' which still allocates true megabytes. | ||||
* | guestfish: Use xstrtoll to parse Int params (RHBZ#569757 RHBZ#567567). | Richard Jones | 2010-03-12 | 1 | -4/+4 |
| | | | | | | Change guestfish so it uses xstrtoll to parse Int (31 bit) parameters. This fixes two bugs on 32 bit platforms which failed when long = 32 bits. long long = 64 bits on both. | ||||
* | Fix regressions/rhbz557655.sh when debugging is enabled (v2). | Richard Jones | 2010-01-29 | 1 | -0/+14 |
The previous fix didn't cope with ordinary warnings emitted by qemu (eg. "open /dev/kvm: No such file or directory"). This is a hopefully more complete fix for the problem. See also commit 3cd7ce75f1ce5048a4d9f6aeaf66aff3194e1096. |