]> Dogcows Code - chaz/tar/history - src
Skip the test if genfile is not able to create the filename with an embedded newline.
[chaz/tar] / src /
2006-12-12  Paul EggertPort to Forte Developer 7 C 5.4 and C99.
2006-12-07  Sergey Poznyakoff(extract_file): Call skip_member if open fails.
2006-12-07  Sergey Poznyakoff(dump_dir0): Move checks for exclude tags to
2006-12-04  Paul Eggert* NEWS: Fix some race conditions with tar -x --same...
2006-11-30  Sergey Poznyakoff(xheader_read): Remove unused variable
2006-11-30  Sergey Poznyakoff(dump_dir0): Implement --exclude-tag option
2006-11-30  Paul Eggert* NEWS: Remove support for mangled names.
2006-11-30  Paul EggertPort to latest gnulib. There were a lot of changes...
2006-11-29  Paul EggertRemove trailing white space.
2006-11-29  Paul EggertRemove trailing white space.
2006-11-13  Sergey Poznyakoff(start_header): Pass mtime as a call-specific data...
2006-11-13  Sergey Poznyakoff(mtime_coder): Treat non-null data as a pointer to...
2006-11-01  Sergey Poznyakoff(enum read_file_list_state.file_list_skip): New value
2006-10-31  Sergey PoznyakoffCall last_component instead of base_name. The latter...
2006-10-17  Sergey PoznyakoffFix help output formatting. Thanks Benno Schulenberg.
2006-10-14  Sergey PoznyakoffDo not attempt to close stderr after call to close_stdout.
2006-10-14  Sergey Poznyakoff(dump_regular_file,dump_file0): Set exit_status to
2006-10-14  Sergey Poznyakoff(_open_archive): Make sure stdlis is set to stderr
2006-10-02  Sergey Poznyakoff(xheader_string_end): Fix diagnostic message.
2006-10-02  Sergey Poznyakoff(new_volume): Initialize current_block
2006-09-27  Sergey Poznyakoff(doc0, doc1, initialize_argp_doc): Removed. Rely on...
2006-09-08  Sergey Poznyakoff(try_purge_directory): Initialize struct st. Fix condi...
2006-08-08  Paul Eggert* src/tar.c: Work around limitation imposed by gettext...
2006-08-07  Paul Eggert(read_incr_db_01): Check input strings more
2006-08-07  Paul Eggertgettext 0.15 rejects this.
2006-07-24  Sergey Poznyakoff(to_chars_subst): Update comment regarding OLDGNU
2006-07-24  Sergey Poznyakoff(decode_options): Do not require -L with -M -Hpax.
2006-07-17  Paul EggertAdjust to recent gnulib changes.
2006-07-06  Sergey Poznyakoff(decode_options): Initialize stdlis
2006-07-06  Sergey Poznyakoff(_open_archive): Remove stdlis initialization
2006-07-04  Sergey Poznyakoff(main): Call closeopen
2006-07-04  Sergey Poznyakoff(chdir_arg): Use x2nrealloc to reallocate wd.
2006-07-04  Sergey Poznyakoff(closeopen): New function
2006-06-25  Sergey Poznyakoff--sparse-version turns on --sparse
2006-06-25  Sergey PoznyakoffUse ST_IS_SPARSE instead of sparse_file_p (update paxut...
2006-06-25  Sergey Poznyakoff(sparse_file_p): Remove
2006-06-24  Sergey Poznyakoff(xhdr_tab.decoder): pass keyword as a second
2006-06-24  Sergey Poznyakoff(segm_count): Change type to size_t
2006-06-24  Sergey Poznyakoff(pax_dump_header_0): Return false if
2006-06-24  Sergey PoznyakoffRemove not used variables
2006-06-24  Sergey Poznyakoff(extract_volhdr): Add missing return
2006-06-24  Sergey Poznyakoff(name_init): New prototype.
2006-06-24  Sergey Poznyakoff(print_total_stats): Add default case
2006-06-23  Sergey PoznyakoffImplement new keywords: GNU.sparse.name, GNU.sparse...
2006-06-23  Sergey Poznyakoff(struct tar_stat_info.sparse_major,sparse_minor): New...
2006-06-23  Sergey PoznyakoffNew option --sparse-version
2006-06-23  Sergey PoznyakoffImplement sparse format versioning. Implement new
2006-06-23  Sergey Poznyakoff(tar_sparse_major,tar_sparse_minor): New globals.
2006-06-21  Sergey PoznyakoffImplement new option, --mtime, allowing to set
2006-06-21  Sergey Poznyakoff(start_header): Override mtime if requested
2006-06-21  Sergey Poznyakoff(set_mtime_option,mtime_option): New globals
2006-06-20  Sergey Poznyakoff(GNU.sparse.name): New variable for storing sparse...
2006-06-20  Sergey Poznyakoff(pax_dump_header): Store original sparse file name
2006-06-20  Sergey Poznyakoff(name_next_elt): Call register_individual_file
2006-06-20  Sergey Poznyakoff(maybe_backup_file): Second argument is bool
2006-06-20  Sergey Poznyakoff(procdir): Use is_individual_file to check for
2006-06-20  Sergey PoznyakoffRemove second argument from calls to name_scan
2006-06-20  Sergey Poznyakoff(struct name.explicit): Remove
2006-06-12  Sergey PoznyakoffImplement --overwrite-dir option (long ago documented)
2006-06-12  Sergey Poznyakoff(options, parse_opt): Allow for optional argument to
2006-06-12  Sergey Poznyakoff(check_time): Use volume_start_time when checking
2006-06-12  Sergey Poznyakoff(records_skipped): Remove static qualifier, the
2006-06-12  Sergey Poznyakoff(volume_start_time,last_stat_time): New globals
2006-06-12  Sergey Poznyakoff(total_blocks_deleted): New variable
2006-06-11  Sergey Poznyakoff(xheader_set_single_keyword): Fix typo.
2006-06-09  Sergey PoznyakoffFix indentation, introduce end-of-format marker for...
2006-06-08  Sergey PoznyakoffMinor fixes.
2006-06-08  Sergey Poznyakoff--checkpoint takes an optional argument specifying
2006-06-08  Sergey Poznyakoff(checkpoint_option): Change type to unsigned
2006-06-08  Sergey PoznyakoffImplement more flexible checkpoint style
2006-06-08  Sergey Poznyakoff(dumpdir_locate,obstack_code_rename,purge_directory...
2006-06-08  Sergey Poznyakoff(add_char_segment): Fix length assignement
2006-06-08  Sergey Poznyakoff(set_transform_expr,_transform_name_to_obstack): Implem...
2006-06-07  Sergey Poznyakoff(_transform_name_to_obstack,set_transform_expr): Implem...
2006-06-06  Sergey Poznyakoff(transform_name_fp): Run fun even if _transform_name_to...
2006-06-02  Sergey Poznyakoff(set_transform_expr): New function
2006-06-02  Sergey Poznyakoff(options): Minor rewording
2006-06-02  Sergey PoznyakoffNew option --transform
2006-06-02  Sergey Poznyakoff(print_header): Update displayable name selection.
2006-06-02  Sergey Poznyakoff(extract_archive): safer_name_suffix and stripped_prefi...
2006-06-02  Sergey Poznyakoff(dump_file0): Transform file name
2006-06-02  Sergey Poznyakoff(transform_name, transform_name_fp): New functions
2006-06-02  Sergey PoznyakoffNew file
2006-06-02  Sergey Poznyakoff(tar_SOURCES): New module transform.c
2006-05-31  Sergey Poznyakoff(make_directory): Fix initialization of struct directory.
2006-05-25  Sergey Poznyakoff(parse_opt): Add comment before --preserve case.
2006-05-25  Sergey Poznyakoff(options): Move globbing-related options into a
2006-05-25  Sergey PoznyakoffRewritten handling of member names in the command
2006-05-25  Sergey Poznyakoff(dump_file,dump_file0): First argument is const char...
2006-05-25  Sergey Poznyakoff(struct name): Refactured
2006-05-23  Sergey Poznyakoff(change_tape_menu): Fix typo (uninitialized variable...
2006-05-22  Sergey Poznyakoff(change_tape_menu): Break the loop after obtaining...
2006-05-13  Sergey Poznyakoff(read_header_primitive): New function
2006-05-13  Sergey Poznyakoff(extract_volhdr): New function
2006-05-13  Sergey Poznyakoff(read_header_primitive): New function
2006-05-13  Sergey Poznyakoff(read_header0): Use read_header_primitive to avoid...
2006-05-13  Sergey Poznyakoff(find_directory_meta): Bugfix
2006-05-08  Sergey Poznyakoff(collect_and_sort_names): Update dir_contents of the...
2006-05-08  Sergey Poznyakoff(struct directory.contents, flags): New members
2006-05-08  Sergey Poznyakoff(rename_directory): New function
next
This page took 0.050846 seconds and 7 git commands to generate.