From: Jim Meyering Date: Sat, 26 Sep 2009 17:46:31 +0000 (+0200) Subject: maint: remove trailing blanks X-Git-Tag: v1.3.13~16 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8cb1311aa3167b4ae90bf6dd8655da8d3964fc39;p=debian%2Fgzip maint: remove trailing blanks --- diff --git a/algorithm.doc b/algorithm.doc index 1e371c2..a62800c 100644 --- a/algorithm.doc +++ b/algorithm.doc @@ -64,7 +64,7 @@ endian format, and bit 0 is the least significant bit. A gzip file is a sequence of compressed members. Each member has the following structure: -2 bytes magic header 0x1f, 0x8b (\037 \213) +2 bytes magic header 0x1f, 0x8b (\037 \213) 1 byte compression method (0..7 reserved, 8 = deflate) 1 byte flags bit 0 set: file probably ascii text diff --git a/amiga/Makefile.gcc b/amiga/Makefile.gcc index ed5f523..82d46e4 100644 --- a/amiga/Makefile.gcc +++ b/amiga/Makefile.gcc @@ -24,7 +24,7 @@ CFLAGS = -m68020 -m68881 -O2 #CFLAGS = -m68000 -O2 #for the 68000, set below: OBJA= CPPFLAGS = -Dmc68020 -LDFLAGS = +LDFLAGS = O = .o SRCS = gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c crypt.c\ diff --git a/amiga/match.a b/amiga/match.a index ca3f755..feb9cae 100644 --- a/amiga/match.a +++ b/amiga/match.a @@ -2,7 +2,7 @@ ; Copyright (C) 1992-1993 Jean-loup Gailly ; This is free software; you can redistribute it and/or modify it under the ; terms of the GNU General Public License, see the file COPYING. - + ; $Id$ ; ; Adapted for the Amiga by Carsten Steger diff --git a/msdos/Makefile.msc b/msdos/Makefile.msc index e2aceba..6bebf18 100644 --- a/msdos/Makefile.msc +++ b/msdos/Makefile.msc @@ -20,7 +20,7 @@ LD=link LDFLAGS=/e/st:0x1000/noe # If you use lzexe as recommended, remove /e from LDFLAGS AS=masm -# For MSC 6.0, use: AS=ml +# For MSC 6.0, use: AS=ml ASFLAGS=-ml -t # Add -DDYN_ALLOC to ASFLAGS if you have defined it in tailor.h or CFLAGS LIB = c:\c51\lib diff --git a/msdos/match.asm b/msdos/match.asm index 0b6cb0a..6c23f24 100644 --- a/msdos/match.asm +++ b/msdos/match.asm @@ -233,7 +233,7 @@ endif maxmatch: ; come here if maximum match cmpsb ; increment si and di jmp mismatch ; force match_length = MAX_LENGTH - + _longest_match endp _TEXT ends diff --git a/primos/include/sysStat.h b/primos/include/sysStat.h index c24d20b..18690b2 100644 --- a/primos/include/sysStat.h +++ b/primos/include/sysStat.h @@ -20,7 +20,7 @@ struct stat { short st_rwlock; /* Primos read/write lock */ /* Begin Unix compatibility - don't believe these entries! */ - dev_t st_dev; + dev_t st_dev; ino_t st_ino; mode_t st_mode; short st_nlink; diff --git a/primos/primos.c b/primos/primos.c index c751c9a..25dd57e 100644 --- a/primos/primos.c +++ b/primos/primos.c @@ -30,7 +30,7 @@ char *getenv(var) { char buf[256]; extern char *gvget(); - + buf[0] = '.'; strcpy(buf+1, var); @@ -43,7 +43,7 @@ unlink(path) { return delete(path); } - + int lstat(path, buf) char *path; struct stat *buf; @@ -84,7 +84,7 @@ int stat(path, buf) case -1: return -1; - + default: buf->st_mode = primos_mode; buf->st_size = fsize(path); @@ -99,7 +99,7 @@ int stat(path, buf) */ buf->st_atime = buf->st_mtime; buf->st_ctime = buf->st_mtime; - + return 0; } diff --git a/primos/readme b/primos/readme index 6c9dc01..1867062 100644 --- a/primos/readme +++ b/primos/readme @@ -7,7 +7,7 @@ while standing in the directory above this PRIMOS subdirectory. If the files in these directories looks strange, then it might be because they are in normal ASCII. You'll need to convert them into PASCII before you will be able to build the GZIP executable. - + You can find a simple ASCII to PASCII converter via anonymous FTP from "ftp.lysator.liu.se" in the directory "pub/primos/run" as the file "topascii.run". @@ -17,8 +17,8 @@ in this port to report... Email: - pen@signum.se Signum is a company giving support for - Free Software. Call/Mail us if you're + pen@signum.se Signum is a company giving support for + Free Software. Call/Mail us if you're interrested! (Phone: +46-13-21-46-00) pen@lysator.liu.se Lysator is a computer society at the diff --git a/vms/Makefile.gcc b/vms/Makefile.gcc index 045ceaf..d4f8e64 100644 --- a/vms/Makefile.gcc +++ b/vms/Makefile.gcc @@ -108,7 +108,7 @@ gzip$X : $(OBJS) #Makefile # copies the data, not just the link. Therefore, set up the link in the # directory in which the executable is to reside, or else rename (move) the # executables into the directory. -# +# set file/enter=gunzip.exe gzip.exe set file/enter=zcat.exe gzip.exe diff --git a/vms/Makefile.mms b/vms/Makefile.mms index defe455..075a11b 100644 --- a/vms/Makefile.mms +++ b/vms/Makefile.mms @@ -100,7 +100,7 @@ gzip.exe : $(OBJS) # copies the data, not just the link. Therefore, set up the link in the # directory in which the executable is to reside, or else rename (move) the # executables into the directory. -# +# set file/enter=gunzip.exe gzip.exe set file/enter=zcat.exe gzip.exe diff --git a/vms/Makefile.vms b/vms/Makefile.vms index 780c6f5..1063f5b 100644 --- a/vms/Makefile.vms +++ b/vms/Makefile.vms @@ -110,7 +110,7 @@ gzip$X : $(OBJS) #Makefile # copies the data, not just the link. Therefore, set up the link in the # directory in which the executable is to reside, or else rename (move) the # executables into the directory. -# +# set file/enter=gunzip.exe gzip.exe set file/enter=zcat.exe gzip.exe diff --git a/vms/makegzip.com b/vms/makegzip.com index def90f6..eec372c 100644 --- a/vms/makegzip.com +++ b/vms/makegzip.com @@ -44,7 +44,7 @@ $ goto Schleife $ endif $ write sys$output "linking ''linkobjs'" $ link /exec=gzip.exe 'linkobjs',sys$input/opt -SYS$LIBRARY:VAXCRTL/SHARE +SYS$LIBRARY:VAXCRTL/SHARE $ $ ! Create a hard link. (To remove both files, delete the copy FIRST, then $ ! the original. Otherwise, if original deleted first [copy says "no such diff --git a/vms/vms.c b/vms/vms.c index c9276ed..b13b3bb 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -25,7 +25,7 @@ vms_expand_args(old_argc, argv) int new_argc = 0; int context, status; char buf[255], *p; - + vms_argv = xmalloc((max_files+1)*sizeof(char*)); vms_argv[new_argc++] = **argv; @@ -38,7 +38,7 @@ vms_expand_args(old_argc, argv) } else { /* Files */ context = 0; if (find_file_c(argv[0][i], buf, sizeof(buf), &context) & 1 != 1) { - /* + /* * Wrong file ? * forward it to gzip */ @@ -51,7 +51,7 @@ vms_expand_args(old_argc, argv) if (new_argc < max_files) { vms_argv[new_argc++] = p; } - while (find_file_c(argv[0][i], buf, + while (find_file_c(argv[0][i], buf, sizeof(buf), &context) & 1 == 1) { p = xmalloc(strlen(buf)+1); strcpy(p, buf); @@ -83,13 +83,13 @@ int find_file_c(in,out,out_len,context) struct Str_desc in_desc,out_desc; int status; char *p; - + in_desc.addr = in; in_desc.length = strlen(in); - + out_desc.addr = out; out_desc.length = out_len; - + status = lib$find_file(&in_desc,&out_desc,context); p = out_desc.addr; @@ -97,6 +97,6 @@ int find_file_c(in,out,out_len,context) p++; } *p = 0; - + return status; } diff --git a/zmore.1 b/zmore.1 index f3fc221..a29b366 100644 --- a/zmore.1 +++ b/zmore.1 @@ -71,15 +71,15 @@ skip \fIi\fP screenfuls and print a screenful of lines quit reading the current file; go on to the next (if any) .PP .IP "e or q" -When the prompt --More--(Next file: +When the prompt --More--(Next file: .IR file ) is printed, this command causes zmore to exit. .PP .IP s -When the prompt --More--(Next file: +When the prompt --More--(Next file: .IR file ) is printed, this command causes zmore to skip the next file and continue. -.PP +.PP .IP = Display the current line number. .PP @@ -98,7 +98,7 @@ Erasing back past the first column cancels the search command. search for the \fIi\^\fP-th occurrence of the last regular expression entered. .PP .IP !command -invoke a shell with \fIcommand\fP. +invoke a shell with \fIcommand\fP. The character `!' in "command" is replaced with the previous shell command. The sequence "\\!" is replaced by "!". .PP