Published patches to Babel releases
|
Babel Release | Issue | Patch File |
1.0.0 | issue399 | patch399.txt |
1.0.0 | issue402 | issue402.txt |
1.0.0 | issue403 | patch403.txt |
1.0.0 | issue405 | issue405.txt |
1.0.0 | issue410 | issue410_patch.txt |
1.0.0 | issue411 | issue411.txt |
1.0.0 | issue413 | issue413.txt |
1.0.0 | issue416 | issue416_patch.txt |
1.0.2 | issue440 | issue440_babel102.txt |
1.0.2 | issue450 | issue450_patch.txt |
1.0.4 | issue464 | issue464_104_p2.txt |
1.0.4 | issue468 | issue468_patch.txt |
1.0.4 | issue451 | issue451_patch2.txt |
1.0.4 | issue473 | issue473_104_patch5.txt |
1.0.4 | issue478 | issue478_104.txt |
1.1.0 | issue473 | issue473_110_patch2.txt |
1.1.0 | issue478 | issue478_110.txt |
% cd babel-1.0.0
% patch -p0 --verbose < patch399.txt
% cd babel-1.0.0
% wget --quiet -O - https://www.cca-forum.org/bugs/babel/file305/patch403.txt | patch -p0 --verbose
#!/bin/sh # # $Id: fix_timestamps.sh 5991 2007-04-26 15:23:51Z epperly $ # Unfortunately, when you "cvs commit" after running ./autotools_rebuild.sh # the timestamps end up screwed up. When you run "make", it reruns all # kinds of autotools tools because it thinks files are out of date. # # This script tries to fix the time stamps. touch -c acinclude.m4 touch -c runtime/m4/*.m4 touch -c runtime/acinclude.m4 touch -c runtime/configure.ac configure.ac touch -c aclocal.m4 touch -c runtime/aclocal.m4 touch -c runtime/configure configure touch -c `find . \( -name .svn -prune \) -o \( -name "Makefile.am" -print \)` touch -c `find . \( -name .svn -prune \) -o \( -name "Makefile.in" -print \)` touch -c runtime/sidl/ignore_me.h.in runtime/sidl/babel_internal.h.in
Created by: tepperly last modification: Thursday 10 of May, 2007 [22:36:26 UTC] by tepperly
The original document is available at http://www.cca-forum.org/wiki/tiki-index.php?page=Babel%20Patches