(new_volume): Initialize current_block
[debian/tar] / src / buffer.c
2006-10-02 Sergey Poznyakoff(new_volume): Initialize current_block
2006-07-06 Sergey Poznyakoff(_open_archive): Remove stdlis initialization
2006-06-24 Sergey Poznyakoff(print_total_stats): Add default case
2006-06-12 Sergey Poznyakoff(total_blocks_deleted): New variable
2006-06-08 Sergey PoznyakoffImplement more flexible checkpoint style
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_header0): Use read_header_primitive to avoid...
2006-05-02 Sergey Poznyakoff(try_new_volume): Attempt to continue if the name is...
2006-05-02 Sergey Poznyakoff(_open_archive): Remove unnecessary argument to check_c...
2006-03-08 Paul Eggert* src/buffer.c (record_buffer_aligned): New var.
2006-02-20 Paul EggertAvoid installation glitches on Solaris 8 with Sun C...
2006-02-19 Sergey Poznyakoff(new_volume): Prompt the user for archive name if unabl...
2006-02-19 Sergey Poznyakoff(add_chunk_header): Free st.orig_file_name after callin...
2006-02-07 Paul Eggert* gnulib.modules: Add closeout, exitfial.
2005-12-09 Sergey Poznyakoff(open_archive): Add default case to shut up gcc.
2005-12-06 Sergey Poznyakoff(new_volume): Update invocation
2005-12-06 Sergey Poznyakoff(new_volume): Use sys_exec_info_script() instead of...
2005-11-11 Sergey Poznyakoff(flush_write,flush_read): Change data type.
2005-11-10 Sergey Poznyakoff(try_new_volume): Bugfix. Always check
2005-11-09 Sergey PoznyakoffRewritten in a more modular fashion to provide
2005-06-22 Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-21 Sergey PoznyakoffUpdate invocations of safer_name_suffix()
2005-05-15 Paul EggertUpdate FSF postal mail address.
2005-04-18 Paul Eggert* src/buffer.c (reading_from_pipe): Remove. All uses...
2005-04-07 Sergey Poznyakoff(flush_write): Warn when the name of the archive
2005-04-04 Paul Eggert(struct zip_magic): Use char arrays, not pointers.
2005-02-05 Sergey PoznyakoffDo not use 8-bit chars in comments
2005-02-04 Sergey PoznyakoffRemoved unused variables.
2005-02-03 Sergey Poznyakoff(short_read): Use ngettext()
2004-12-21 Sergey Poznyakoff(open_compressed_archive): Do not attemt to determine...
2004-12-21 Sergey PoznyakoffMinor improvement: reset hit_eof in open_compressed_archive
2004-12-21 Sergey Poznyakoff(check_compressed_archive): Check remote archves as...
2004-12-21 Sergey PoznyakoffBugfix. Changes introduced 2004-11-26 broke extraction...
2004-11-26 Sergey Poznyakoff(hit_eof): Changed type to boolean
2004-09-06 Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31 Sergey PoznyakoffWhen computing write rate do not take
2004-08-10 Sergey Poznyakoff(flush_write): Limit filenames
2004-08-03 Paul Eggert(record_buffer): New var.
2004-05-19 Sergey Poznyakoff(seek_archive): New function
2004-05-11 Sergey Poznyakoff(open_archive): Removed assignment to read_full_records...
2004-04-05 Paul EggertMerge recent gnulib changes, and remove some lint.
2004-03-22 Sergey Poznyakoff(open_archive): Clear read_full_records_option
2004-02-29 Sergey Poznyakoff(flush_read): Bugfix: the condition at line 714 included
2004-01-03 Sergey Poznyakoff(new_volume,check_label_pattern): Changed return type.
2003-12-25 uid65697(short_read): Issue a warning on short reads.
2003-11-17 Sergey PoznyakoffMinor changes
2003-10-04 Sergey PoznyakoffMoved system dependencies to system.c
2003-09-05 Sergey PoznyakoffUse ngettext where appropriate.
2003-08-31 Sergey PoznyakoffUse current_stat_info
2003-07-24 Sergey Poznyakoff(flush_read): Fixed behavior on short
2003-07-05 Paul Eggert(print_total_written): Adjust to new human.h interface.
2001-09-26 Paul Eggertjust ignore them silently.
2001-09-23 Paul Eggert(write_archive_buffer, close_archive): If an archive...
2001-09-22 Paul Eggert(records_read, records_written): New vars.
2001-08-27 Paul Eggert(new_volume): Stop if the script exits with an error.
2001-01-13 Paul Eggert(<time.h>): Do not include; system.h now does this.
2000-10-28 Paul Eggert(flush_read): If read_full_records_option, try to fill...
2000-10-25 Paul Eggert(check_label_pattern): Make sure header name is a strin...
2000-10-24 Paul Eggert(_GNU_SOURCE): Remove; autoconf now does this.
2000-01-07 Paul EggertUpdate copyright year.
2000-01-07 Paul Eggert(archive_write_error): Add noreturn attribute to decl.
1999-12-13 Paul Eggert(xclose, xdup2, child_open_for_compress, child_open_for...
1999-12-03 Paul EggertRemove bogus errno FIXMEs.
1999-09-25 Paul Eggert(write_error): Read error is an error, not just a warning.
1999-09-25 Paul Eggert(print_total_written): Use a format compatible with
1999-09-20 Paul Eggert(<human.h>): Include.
1999-08-23 Paul EggertLint cleanup.
1999-08-18 Paul EggertComment fix.
1999-08-16 Paul Eggertindenting fixes.
1999-08-14 Paul Eggert(time): Don't declare if defined.
1999-08-11 Paul Eggert(_GNU_SOURCE): Define.
1999-07-20 Paul Eggert(new_volume): Invoke apply_delayed_set_stat before...
1999-07-17 Paul Eggert(total_written): Remove; replaced with prev_written...
1999-07-12 Paul Eggert(is_regular_file): Don't succeed on files that we can...
1999-07-05 Paul EggertRename full_read to safe_read.
1999-07-02 Paul EggertAdd braces to pacify gcc -Wall.
1999-07-02 Paul Eggert(child_open_for_compress): Use portable modes.
1999-07-01 Paul Eggert\a doesn't work with msgfmt.
1999-06-29 Paul EggertHandle EINTR correctly; use STDIN_FILENO instead of...
1999-06-25 Paul Eggert(write_archive_buffer): New function.
1999-01-28 Paul Eggert(backspace_output, close_archive): Cast rmtlseek positi...
1997-12-04 junioImplement -E (ending-file) option.
1997-10-31 Paul Eggert(record_start_block, save_totsize, save_sizeleft, real_...
1997-04-25 Paul EggertGNU tar 1.12
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
1994-11-16 François Pinard*** empty log message ***
next