Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .gitignore | Paul Eggert | 2022-07-25 | 1 | -21/+22 |
| | | | | * .gitignore: Redo for current sources. | ||||
* | .gitignore maintenance (some automated) | Paul Eggert | 2021-12-13 | 1 | -3/+2 |
| | |||||
* | Fix the use of --checkpoint without explicit --checkpoint-action | Sergey Poznyakoff | 2019-01-12 | 1 | -0/+2 |
| | | | | | | | | | | | | * src/checkpoint.c (checkpoint_finish_compile): Set default action, if necessary. * tests/checkpoint/defaults.at: New testcase. * tests/checkpoint/dot-compat.at: New testcase. * tests/checkpoint/dot-int.at: New testcase. * tests/checkpoint/dot.at: New testcase. * tests/checkpoint/interval.at: New testcase. * tests/Makefile.am: Add new testcases. * tests/testsuite.at Include new testcases. | ||||
* | Include gnulib and paxutils as submodules. | Sergey Poznyakoff | 2015-08-24 | 1 | -6/+1 |
| | | | | | | | | | | | | * .gitmodules: New file. * README-alpha: Update. * README-hacking: Update. * bootstrap: Install slightly modified version from the gnulib repo. * bootstrap.conf: Add paxutils-related stuff. * .gitignore: Update. * doc/.gitignore: Update. * po/.gitignore: Update. * gnu/Makefile.am | ||||
* | * .gitignore: Regenerate. | Paul Eggert | 2012-12-19 | 1 | -2/+3 |
| | |||||
* | build: new configure option --enable-gcc-warnings | Paul Eggert | 2012-12-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has a similar meaning as in other GNU applications such as coreutils and Emacs. * NEWS: Document it. * .gitignore: Remove redundant build-aux. Remove gnu, since gnu/Makefile.am is now in git. Add gnu/.gitignore, gnu/charset.alias, gnu/*.h, gnu/*/ to cover autogenerated files. * bootstrap.conf (gnulib_mk): Remove. * configure.ac: Add support for --enable-gcc-warnings, taken from coreutils and simplified. * gnu/Makefile.am: New file. Formerly this was autogenerated, but the autogenerated file has been renamed to gnulib.mk, its usual name when bootstrapping from gnulib. This way, AM_CFLAGS can incorporate warning options. * gnulib.modules: Add manywarnings. * lib/Makefile.am, src/Makefile.am (AM_CFLAGS): New macro, incorporating warning options. * lib/attr-xattr.in.h (ENOATTR): New macro, if not already defined. * src/buffer.c (magic): Don't rely on incomplete initializers. * src/common.h (report_difference): Add printf format attribute. * src/system.c (sys_exec_command, sys_exec_info_script) (sys_exec_checkpoint_script): * src/tar.c (update_argv): Add casts to char * to pacify GCC warnings about using string literals in a char * context. * src/xattrs.c, src/xattrs.h (xattrs_clear_setup): Declare parameters as (void), not (). * src/xheader.c (xheader_format_name): Initialize pptr to null, to pacify GCC. Remove unnecessary test of nptr versus null. | ||||
* | .gitignore: update | Paul Eggert | 2011-08-13 | 1 | -0/+1 |
| | | | | | * .gitignore: Add rmt. * lib/.gitignore: New file. | ||||
* | Minor fixes. | Sergey Poznyakoff | 2009-08-07 | 1 | -0/+1 |
| | | | | | | | * src/common.h (rebase_directory): New prototype. * src/incremen.c (rebase_directory): Use replace_prefix. * src/names.c (collect_and_sort_names): Abort if hash_insert fails. | ||||
* | Bugfixes. | Sergey Poznyakoff | 2009-03-12 | 1 | -4/+3 |
| | | | | | * bootstrap (symlink_to_dir): Fix symlink calculation. * doc/tar.texi: Minor fixes by Victor Villa and Stepan Kasal. | ||||
* | Migrate to Git | Sergey Poznyakoff | 2009-03-07 | 1 | -0/+31 |