home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0458.ZIP
/
CCE_0458.PD
/
PAT12U7B
/
README.TOS
< prev
Wrap
Internet Message Format
|
1992-07-10
|
1KB
Date: Thu, 7 May 92 10:44:15 DST
From: Frank Ridderbusch <uunet!sni.de!ridderbusch.pad>
Patch to 2.0 12u6 for atariST/TT TOS:
A little patch to patch, to make sure that
the original and the reject files don't get lost in the 8+3
filesystem.
Here is patch 2.0 12u6 for atariST/TT TOS
- Major differences from (my) earlier port of patch:
-- handles unified diffs
-- uses big buffers (your harddisk does not sound like a sawmill)
- ***Do not run Configure*** (i know this is not kosher,
but for now i have just hand configured,
and the makefile will copy configt.h to config.h)
- the makefile is `Makefile.tos'
- The executable is included in the floppy distribution only.
- I have'nt tried compiling it with anything but tos-gcc 32
(32 bit ints)
- Adjust CC in Makefile.tos and let her rip.
- TOS version will not try to get RCS or SCCS files
- TOS version will not handle ed scripts. Only context diffs
(anyone who sends you ed scripts for diffs, you know
what to to h[im|er] :-).
- When prompted for a response, hitting control chars or tabs
will do you no good.
- This is not very throughly tested for stuff like cd and patch
etc, but is solid for patching files in the current directory.
- Normal usage:
patch < diffs
(of course from a shell that re-directs).
enjoy,
bammi
Here is patch 2.0 12u7 for atariST/TT TOS
- Differences are listed in ChangeLog, mostly for unified context
diff. [++ts]