home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / gawk2.11 / patch01 < prev    next >
Text File  |  1990-06-07  |  2KB  |  67 lines

  1. Subject:  v22i107:  GNU AWK, version 2.11, Patch1
  2. Newsgroups: comp.sources.unix
  3. Approved: rsalz@uunet.UU.NET
  4. X-Checksum-Snefru: 386b5f20 eec49aeb 5557ec06 9e29b240
  5.  
  6. Submitted-by: Rich Salz <rsalz@uunet.uu.net>
  7. Posting-number: Volume 22, Issue 107
  8. Archive-name: gawk/patch1
  9.  
  10. This is not really a patch, but is rather some notes about packing.
  11.  
  12. First off, sorry about the problem with the split gawk.texinfo filenames:
  13. if you are on a system that doesn't have long filenames, you will have to
  14. edit the shar fles before unpacking them.  I just fixed my tools to do
  15. something about that.
  16.  
  17. Second, some people could not easily determine what part in the gawk.texinfo
  18. file had control characters in it.  Here it is:
  19.  
  20. \catcode `\^^@=\other
  21. \catcode `\^A=\other
  22.         This should be the character 01, CTRL-A
  23. \catcode `\^B=\other
  24.         This should be the character 02, CTRL-B
  25. \catcode `\^^C=\other
  26. \catcode `\^^D=\other
  27. \catcode `\^^E=\other
  28. \catcode `\^^F=\other
  29. \catcode `\^^G=\other
  30. \catcode `\^^H=\other
  31. \catcode `\ =\other
  32. \catcode `\^^L=\other
  33. \catcode `\^N=\other
  34.        This should be the character 016, CTRL-N
  35. \catcode `\^O=\other
  36.        This should be the character 017, CTRL-O
  37. \catcode `\^P=\other
  38.        This should be the character 020, CTRL-P
  39. \catcode `\^Q=\other
  40.        This should be the character 021, CTRL-Q
  41. \catcode `\^R=\other
  42.        This should be the character 022, CTRL-R
  43. \catcode `\^S=\other
  44.        This should be the character 023, CTRL-S
  45. \catcode `\^T=\other
  46.        This should be the character 024, CTRL-T
  47. \catcode `\^U=\other
  48.        This should be the character 025, CTRL-U
  49. \catcode `\^V=\other
  50.        This should be the character 026, CTRL-V
  51. \catcode `\^W=\other
  52.        This should be the character 027, CTRL-W
  53. \catcode `\^X=\other
  54.        This should be the character 030, CTRL-X
  55. \catcode `\^Y=\other
  56.        This should be the character 031, CTRL-Y
  57. \catcode `\^Z=\other
  58.        This should be the character 032, CTRL-Z
  59. \catcode `\^^[=\other
  60. \catcode `\^^\=\other
  61. \catcode `\^^]=\other
  62. \catcode `\^^^=\other
  63. \catcode `\^^_=\other
  64. \catcode `\@=\other
  65. \catcode `\^=\other
  66. exit 0 # Just in case...
  67.