summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* Push the version number in trunk to 2.7.900; trunk is now working towards 2.8.Tim Kientzle2009-04-081-1/+1
* Verify that -p without a dirname fails.Tim Kientzle2009-04-051-0/+4
* Verify that -ot and -in (without -t) are considered errors.Tim Kientzle2009-04-051-1/+11
* New test for -Z (compress)Tim Kientzle2009-04-052-0/+60
* Ooops. Correct the test name to match the filename.Tim Kientzle2009-04-051-1/+1
* Rename the tests to a consistent style:Tim Kientzle2009-04-054-11/+5
* Any pair of -i, -o, -p should be rejected.Tim Kientzle2009-04-051-0/+31
* Verify -n option (modifier to -t) and verify someTim Kientzle2009-04-052-1/+24
* Verify some other cmdline boundary cases.Tim Kientzle2009-04-051-16/+23
* Fix the test name.Tim Kientzle2009-04-051-1/+1
* Be a little smarter about finding our reference filesTim Kientzle2009-04-051-12/+62
* Two new tests:Tim Kientzle2009-04-053-0/+135
* Sort the option list (-n comes before -o) andTim Kientzle2009-04-041-4/+9
* 2.6.990aTim Kientzle2009-04-011-1/+1
* When generating list.h file, Do not check CMAKE_CURRENT_LIST_FILEMichihiro NAKAJIMA2009-03-251-1/+1
* Revert r838,r839 and r840.Michihiro NAKAJIMA2009-03-255-9/+946
* Make archive_windows.c internal static library.Michihiro NAKAJIMA2009-03-242-4/+8
* Remove useless '#ifndef LIST_H' condition.Michihiro NAKAJIMA2009-03-243-7/+0
* Remove a lot of duplicate functions which simulates POSIXMichihiro NAKAJIMA2009-03-244-937/+3
* Improve a progress of the cmake's test.Michihiro NAKAJIMA2009-03-231-4/+9
* Add support both static and dynamic build of bsdtar and bsdcpioMichihiro NAKAJIMA2009-03-201-2/+6
* Testing: test_pathmatch.c now has 100% test coverage of pathmatch.cTim Kientzle2009-03-203-34/+116
* Split a CMakeLists.txt into each subdirectory, and removeMichihiro NAKAJIMA2009-03-203-8/+100
* Issue 15, part 13. cygwin test failuresCharles Wilson2009-03-201-9/+48
* Issue 15, part 9. WINVER macroCharles Wilson2009-03-202-2/+3
* Issue 15, part 8. Headers and #includes...Charles Wilson2009-03-202-3/+7
* Mark several nonsensical combinations of options as errors.Tim Kientzle2009-03-191-3/+33
* Add support for -n option from GNU cpio.Tim Kientzle2009-03-194-10/+29
* Eliminate failing some tests at bsdcpio_test when the platformMichihiro NAKAJIMA2009-03-193-9/+33
* Eliminate building error on Ubuntu.Michihiro NAKAJIMA2009-03-191-0/+1
* Back out r786 except cheking __CYGWIN__ macro.Michihiro NAKAJIMA2009-03-191-0/+1
* Issue 15, part 6. Fix test failure on cygwin-1.7.xCharles Wilson2009-03-183-0/+16
* Issue 15, part 5. New files for cygwin/cpioCharles Wilson2009-03-184-2/+184
* Issue 15, part 3. Mechanical conversion of #defines, cpio/Charles Wilson2009-03-1817-53/+57
* Move _WIN32_WINNT macro to build/cmake/config.h.inMichihiro NAKAJIMA2009-03-171-1/+0
* On Windows, skip test_owner_parse. Windows cannot handle uid/gid asMichihiro NAKAJIMA2009-03-161-0/+5
* NL macro is no longer needed.Michihiro NAKAJIMA2009-03-131-8/+0
* On Windows, pass test_passthrough_reverse in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-1/+9
* On Windows, pass test_passthrough_dotdot in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-1/+5
* On Windows, pass test_option_y in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-1/+1
* On Windows, pass test_option_version in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-0/+4
* On Windows, pass test_option_t in bsdcpio_test.Michihiro NAKAJIMA2009-03-132-3/+14
* On Windows, pass test_option_m in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-2/+2
* On Windows, pass test_option_f in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-0/+10
* On Windows, pass test_option_d in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-2/+2
* Add assertFileTextContents to bsdcpio_test.Michihiro NAKAJIMA2009-03-139-34/+82
* On Windows, pass test_option_c in bsdcpio_test.Michihiro NAKAJIMA2009-03-111-1/+27
* On Windows, pass test_option_a in bsdcpio_test.Michihiro NAKAJIMA2009-03-112-11/+22
* Check _WIN32 instead of __timeval when we use struct __timeval.Michihiro NAKAJIMA2009-03-101-1/+1
* Be pedantic about argument range for ctype macros.Joerg Sonnenberger2009-03-081-2/+2