• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

1.5.0_gcc27.diffH A D27-Aug-20006.5 KiB241207

READMEH A D01-Jul-2001840 2719

README

1These are patches for Yadex that have for some reason not made
2it in the stable version. Some were written by me, some by
3others.
4
5Please note :
6
7- These patches are not part of the stable version; they come
8  with NO WARRANTY (as if the stable version came with any sort
9  of warranty). They may not have been given even the slightest
10  amount of testing. How long since your last backup ?
11
12- These diffs are against various versions of Yadex, not
13  necessarily the latest one or the one you have. Sometimes a
14  patch against version X works against version Y, sometimes
15  not. While patching, keep an eye open for error messages such
16  as "Hunk #n FAILED".
17
18- To apply, try this :
19
20    $ cd yadex-$VERSION
21    $ patch -p1 <foo.diff
22
23  You may have to tweak the arguments to patch but -p1 should
24  work with most diffs.
25
26-- AYM 2001-07-01
27