Powered by Apache

CVS log for OpenXM/rc/repl.c

[BACK] Up to [local] / OpenXM / rc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Wed Oct 7 23:57:57 2020 UTC (3 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.3 (colored)

bug fix: %d --> %s

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 29 02:49:48 2019 UTC (5 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored) to selected 1.3 (colored)

bugfix for "..."

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 20 04:55:32 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.16: +21 -8 lines
Diff to previous 1.16 (colored) to selected 1.3 (colored)

New targets
   install-under-prefix,  copy-non-free, copy-free
They relocate  OpenXM under ${prefix}/OpenXM.
This is a preparation for generating Debian and Fink package
  openxm-non-free.deb  and openxm-free.deb

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 14 11:10:40 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.15: +7 -3 lines
Diff to previous 1.15 (colored) to selected 1.3 (colored)

Fixed a bug in case that pstoimg is not found.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 13 03:10:19 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.14: +5 -10 lines
Diff to previous 1.14 (colored) to selected 1.3 (colored)

Too secure coding (for which compliler cannot build the binary on older
operating systems) is changed.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 2 01:52:50 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.13: +19 -12 lines
Diff to previous 1.13 (colored) to selected 1.3 (colored)

It no longer uses /tmp as a working directory.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 17 01:01:04 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.12: +6 -2 lines
Diff to previous 1.12 (colored) to selected 1.3 (colored)

fclose(3) will fail on the heavily loaded machine.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 17 00:53:09 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.11: +14 -4 lines
Diff to previous 1.11 (colored) to selected 1.3 (colored)

Clean up the code to unlink files.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 17 00:41:05 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.10: +22 -13 lines
Diff to previous 1.10 (colored) to selected 1.3 (colored)

Sigh. Don't use the existing file. It's dangerous and vulnerable.

Fix exit status code by macros.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 16 08:27:23 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored) to selected 1.3 (colored)

If the current working directory is /, OpenXM_HOME will be empty.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 16 07:57:42 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (colored) to selected 1.3 (colored)

getcwd(3) fails if the current directory was removed.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 16 07:50:57 2003 UTC (21 years, 3 months ago) by maekawa
Branch: MAIN
Changes since 1.7: +6 -5 lines
Diff to previous 1.7 (colored) to selected 1.3 (colored)

make this compile with some warning options.

	-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual
	-Wchar-subscripts -Werror -Winline -Wmissing-prototypes
	-Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow
	-Wstrict-prototypes -Wwrite-strings

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 5 01:55:59 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored) to selected 1.3 (colored)

Use the existing /tmp/repl_test.ps if we have an open error.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 5 01:49:09 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)

removing /tmp/repl_test.ps after testing pstoimg.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 18 08:29:26 2001 UTC (22 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored) to selected 1.3 (colored)

export V=xxx can be used only in bash. It is rewritten to
V=xxx ; export V

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 29 11:18:58 2001 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.3: +40 -2 lines
Diff to previous 1.3 (colored)

Automatic configuration of graphic format (png or gif) for
print_???_form in httpd-asir.sm1

Revision 1.3 / (download) - annotate - [selected], Thu Jan 20 02:34:49 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.2: +8 -3 lines
Diff to previous 1.2 (colored)

Shortened the directory names generated by repl.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 19 06:10:33 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

Added 'exit(0)' on exit.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 18 09:38:58 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Diff to selected 1.3 (colored)

Automatically generate dot.cshrc and dot.bashrc.
You can put OpenXM at any place.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>