summaryrefslogtreecommitdiff
path: root/rmt
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearPaul Eggert2023-01-062-2/+2
* Modernize integer handlingPaul Eggert2022-09-101-6/+4
* Fixes for ‘make dist’Paul Eggert2022-06-121-0/+21
* rmt: fix missing includePaul Eggert2021-02-271-1/+2
* Fix in rmtSergey Poznyakoff2018-07-311-3/+7
* Use AM_CPPFLAGS rather than INCLUDES in Makefile.am'sMike Frysinger2012-12-011-1/+1
* rmt: accept file open modes in combined form.Sergey Poznyakoff2010-09-141-31/+50
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-66/+66
* Rewrite rmt from scratch.Sergey Poznyakoff2009-09-081-516/+652
* Migrate to GitSergey Poznyakoff2009-03-072-3/+4
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-2/+2
* * rmt/rmt.c (status_device) [!defined MTIOCGET]:Paul Eggert2006-12-131-1/+1
* * lib/rtapelib.c: Include <rmt-command.h> rather than <localedir.h>,Paul Eggert2006-11-292-3/+3
* Reverse changes to rmt.cSergey Poznyakoff2006-09-271-5/+1
* Use program_invocation_name instead of program_name.Sergey Poznyakoff2006-09-271-2/+5
* * rmt/rmt.c (STRING_SIZE): Now UINTMAX_STRSIZE_BOUND + 1, sincePaul Eggert2006-03-121-19/+24
* (get_string): Renamed to get_string_n. All callersSergey Poznyakoff2006-03-111-25/+65
* * lib/DISTFILES: Add system-ioctl.h.Paul Eggert2006-02-201-0/+1
* * gnulib.modules: Add closeout.Paul Eggert2006-02-071-2/+5
* * gnulib.modules: Add version-etc-fsf.Paul Eggert2006-02-071-8/+3
* * lib/rtapelib.c (encode_oflag): Simplify code, since O_NONBLOCKPaul Eggert2005-11-291-24/+24
* Update FSF postal mail address.Paul Eggert2005-05-151-1/+1
* (main): Remove unused variable.Sergey Poznyakoff2005-05-121-1/+0
* Cleaned up the mess. Fixed error reporting.Sergey Poznyakoff2005-02-041-269/+325
* (main): Fixed declarationSergey Poznyakoff2005-01-061-1/+1
* (main): Reverted changes. setlocale() is handled by system.hSergey Poznyakoff2004-12-221-2/+0
* (main): Protect NLS initialization by #ifdef ENABLE_NLSSergey Poznyakoff2004-12-211-0/+3
* Initial revisionSergey Poznyakoff2004-09-063-0/+592