Up to [local] / OpenXM / src / util
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 6 00:03:58 2013 UTC (11 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.8: +7 -6
lines
Diff to previous 1.8 (colored)
Implicit int declarations are chenged to an explicit one.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 31 13:44:08 2013 UTC (11 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.7: +4 -6
lines
Diff to previous 1.7 (colored)
Now oxreplace uses rename() a standard library function instead of invoking cp(1).
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 2 06:39:51 2011 UTC (13 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.6: +14 -3
lines
Diff to previous 1.6 (colored)
oxreplace --old word --newfile fname abc.txt replaces the "word" in abc.txt by the contents of fname.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 15 01:31:51 2009 UTC (15 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12
Changes since 1.5: +8 -6
lines
Diff to previous 1.5 (colored)
Improved the performance.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 3 08:27:38 2005 UTC (19 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add some header files
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 14 07:11:58 2005 UTC (19 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +36 -12
lines
Diff to previous 1.3 (colored)
Link to other html documents are generated in cman* by fix-link.sh.
Revision 1.3 / (download) - annotate - [select for diffs], Sat May 31 03:05:00 2003 UTC (21 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.2: +39 -1
lines
Diff to previous 1.2 (colored)
oxreplace accepts words written in hexadecimal codes; oxreplace --oldx 'String given in the hexidecial code' ...
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 26 04:56:44 2003 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Fixed a bug : added exit(0);
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 26 04:45:37 2003 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
oxreplace replaces a given string in a file by a given new string. It overwrites the file.