Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-21 | build-sys: release++ (v2.24)v2.24 | Karel Zak | 2 | -1/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | docs: update v2.24-ReleaseNotes | Karel Zak | 1 | -1/+37 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | su: add info about pam_lastlog to su.1 | Karel Zak | 1 | -0/+14 | |
References: https://bugzilla.redhat.com/show_bug.cgi?id=1021108 Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | po: merge changes | Karel Zak | 27 | -88/+88 | |
Sorry, this makes one message from -rc2 obsolete, but it's more important to use proper conversion specifiers than translate this one rarely used message. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | libfdisk: (gpt) %ld -> %ju in verify function | Karel Zak | 1 | -3/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | po: merge changes | Karel Zak | 27 | -12384/+18194 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | po: update vi.po (from translationproject.org) | Trần Ngọc Quân | 1 | -2510/+1499 | |
2013-10-21 | po: update uk.po (from translationproject.org) | Yuri Chornoivan | 1 | -1635/+706 | |
2013-10-21 | po: update pl.po (from translationproject.org) | Jakub Bogusz | 1 | -1308/+557 | |
2013-10-21 | po: update nl.po (from translationproject.org) | Benno Schulenberg | 1 | -1650/+847 | |
2013-10-21 | po: update fr.po (from translationproject.org) | David Prévot | 1 | -2143/+925 | |
2013-10-21 | po: update fi.po (from translationproject.org) | Lauri Nurmi | 1 | -1081/+544 | |
2013-10-21 | po: update da.po (from translationproject.org) | Joe Hansen | 1 | -1836/+1054 | |
2013-10-21 | po: update cs.po (from translationproject.org) | Petr Písař | 1 | -1393/+617 | |
2013-10-21 | fdisk: fix man warning | Karel Zak | 1 | -1/+1 | |
error: run: man --warnings=all fdisks/fdisk.8 >/dev/null <standard input>:209: cannot use a space as a starting delimiter Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-21 | tests: add nologin to build tests | Karel Zak | 18 | -0/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | libfdisk: add Intel Rapid Start Technology GUID | Karel Zak | 1 | -0/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | docs: update TODO | Karel Zak | 1 | -0/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | fsck.cramfs: add LC_CTYPE | Karel Zak | 1 | -0/+1 | |
Maybe it would be possible to use LC_ALL, but it requires to review the code to check if there is no any sensitive code. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | pg: use LC_ALL | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | setpriv: use LC_ALL | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | raw: use LC_ALL | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-18 | nsenter: unshare: use LC_ALL | Karel Zak | 2 | -2/+2 | |
Reported-by: Trần Ngọc Quân <vnwildman@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-16 | libfdisk: (bsd) leave context if new disklabel unwanted | Karel Zak | 1 | -2/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-16 | docs: update TODO | Karel Zak | 1 | -2/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | cal: fix compiler warning on systems without term libs | Karel Zak | 1 | -2/+4 | |
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | more: fix warning when compiled --without-ncurses | Karel Zak | 1 | -1/+1 | |
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | cal: fix warning when compiled --without-ncurses | Karel Zak | 1 | -1/+1 | |
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | fdisk: fix printf stuff | Karel Zak | 8 | -28/+36 | |
Unfortunately, fdisk_warn/info/.. function was not marked by printf __attribute__. We don't want to break gettext stuff now, so all compiler warnings have been fixed by casts. This is temporary solution, after release it will be necessary to fix all the strings. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | libfdisk: (dos) all disklabel locate function | Karel Zak | 1 | -0/+34 | |
.. to make 'D'ump expert command usable also for MBR. Yes, we have -rc2 now and this is a new feature, but it's tiny change without any interaction to the rest of the code and without gettext stuff. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-15 | docs: tweak formatting and grammar of the ipcrm man page | Benno Schulenberg | 2 | -24/+24 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-15 | docs: tweak wording and formatting of unshare and nsenter man pages | Benno Schulenberg | 2 | -12/+14 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-15 | docs: standardize the phrases for --help and --version in all man pages | Benno Schulenberg | 67 | -119/+112 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-15 | docs: format, grammarize, and standardize the wall man page | Benno Schulenberg | 1 | -19/+21 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: improve formatting and wording of the getopt man page | Benno Schulenberg | 1 | -21/+32 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: sort the options in the logger man page alphabetically | Benno Schulenberg | 1 | -31/+31 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: improve a bit the wording on the logger man page | Benno Schulenberg | 1 | -13/+13 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: improve grammar, wording and formatting of su man page | Benno Schulenberg | 1 | -24/+25 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: sort options in last man page alphabetically | Benno Schulenberg | 1 | -45/+45 | |
And use the option formatting with macros. Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: tweak wording and formatting of last man page | Benno Schulenberg | 1 | -21/+17 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: mention in ReleaseNotes only PO files that were actually updated | Benno Schulenberg | 1 | -9/+9 | |
Also tweak wording a bit and remove a duplicate line. Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | last: remove mistaken -F, --fullnames entry from the man page | Benno Schulenberg | 1 | -3/+0 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | docs: tweak wording, grammar and formatting of fdisk man page | Benno Schulenberg | 1 | -50/+53 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | textual: remove duplicate mention of '--help' from lsblk help text | Benno Schulenberg | 1 | -4/+3 | |
Also improve the alphabetization of the other options. Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | textual: equalize four error messages with already existing ones | Benno Schulenberg | 4 | -6/+6 | |
Signed-off-by: Benno Schulenberg <bensberg@justemail.net> | |||||
2013-10-14 | build-sys: fix tinfo congitional | Karel Zak | 1 | -1/+1 | |
Reported-by: Andrej Ota <andrej@ota.si> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-14 | build-sys: move getopt examples to docdir | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-14 | build-sys: fix {lib,sbin}dir paths | Karel Zak | 1 | -3/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-11 | build-sys: release++ (v2.24-rc2) | Karel Zak | 2 | -1/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-11 | docs: update v2.24-ReleaseNotes | Karel Zak | 1 | -1/+89 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |