summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-10-10 09:22:04 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-10-10 09:22:04 +0000
commit0fbb5388d7c483adeb5ba872dc19b7a3589b1455 (patch)
tree9dcad5e0842ca2d852b87784496dedfddca7d031 /xdelta3
parentc3e680eb87190ce1468b0e6b8fb7b9d9f4f05593 (diff)
3.0r release
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/Makefile2
-rw-r--r--xdelta3/setup.py2
-rw-r--r--xdelta3/xdelta3-fgk.h2
-rw-r--r--xdelta3/xdelta3-main.h2
-rw-r--r--xdelta3/xdelta3.prj43
5 files changed, 28 insertions, 23 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index a3f0658..17fd314 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -60,7 +60,7 @@ SWIG_FLAGS = -DXD3_DEBUG=0 \
60 -O3 60 -O3
61 61
62# $Format: "REL=$Xdelta3Version$" $ 62# $Format: "REL=$Xdelta3Version$" $
63REL=0p_pre3 63REL=0r
64RELDIR = xdelta3$(REL) 64RELDIR = xdelta3$(REL)
65 65
66all: xdelta3-debug xdelta3 66all: xdelta3-debug xdelta3
diff --git a/xdelta3/setup.py b/xdelta3/setup.py
index 6e2bd66..e5b67ad 100644
--- a/xdelta3/setup.py
+++ b/xdelta3/setup.py
@@ -49,7 +49,7 @@ xdelta3_ext = Extension('xdelta3main',
49 ]) 49 ])
50 50
51# $Format: "REL='$Xdelta3Version$'" $ 51# $Format: "REL='$Xdelta3Version$'" $
52REL='0p_0' 52REL='0r'
53 53
54# This provides xdelta3.main(), which calls the xdelta3 command-line main() 54# This provides xdelta3.main(), which calls the xdelta3 command-line main()
55# from python. 55# from python.
diff --git a/xdelta3/xdelta3-fgk.h b/xdelta3/xdelta3-fgk.h
index 34ee3ca..f57731b 100644
--- a/xdelta3/xdelta3-fgk.h
+++ b/xdelta3/xdelta3-fgk.h
@@ -26,7 +26,7 @@
26 * Coding" in Journal of Algorithms 6. */ 26 * Coding" in Journal of Algorithms 6. */
27 27
28/* A 32bit counter (fgk_weight) is used as the frequency counter for nodes in the huffman 28/* A 32bit counter (fgk_weight) is used as the frequency counter for nodes in the huffman
29 * tree. @!@ Need to test for overflow and/or reset stats. */ 29 * tree. TODO: Need to test for overflow and/or reset stats. */
30 30
31typedef struct _fgk_stream fgk_stream; 31typedef struct _fgk_stream fgk_stream;
32typedef struct _fgk_node fgk_node; 32typedef struct _fgk_node fgk_node;
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 6dc6f4b..a371864 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -333,7 +333,7 @@ static int
333main_version (void) 333main_version (void)
334{ 334{
335 /* $Format: " DP(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */ 335 /* $Format: " DP(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */
336 DP(RINT "VERSION=3.0q\n"); 336 DP(RINT "VERSION=3.0r\n");
337 return EXIT_SUCCESS; 337 return EXIT_SUCCESS;
338} 338}
339 339
diff --git a/xdelta3/xdelta3.prj b/xdelta3/xdelta3.prj
index 42ddee9..9b0a99e 100644
--- a/xdelta3/xdelta3.prj
+++ b/xdelta3/xdelta3.prj
@@ -1,33 +1,33 @@
1;; -*- Prcs -*- 1;; -*- Prcs -*-
2(Created-By-Prcs-Version 1 3 4) 2(Created-By-Prcs-Version 1 3 4)
3(Project-Description "") 3(Project-Description "")
4(Project-Version xdelta3 0 32) 4(Project-Version xdelta3 0 34)
5(Parent-Version xdelta3 0 31) 5(Parent-Version xdelta3 0 33)
6(Version-Log "version 3.0q") 6(Version-Log "3.0r Adds recode, fixes non-blocking API bug, fixes -S djw encoder crash.")
7(New-Version-Log "") 7(New-Version-Log "")
8(Checkin-Time "Sat, 24 Mar 2007 06:11:54 -0800") 8(Checkin-Time "Wed, 10 Oct 2007 02:15:52 -0700")
9(Checkin-Login jmacd) 9(Checkin-Login jmacd)
10(Populate-Ignore ("\\.svn")) 10(Populate-Ignore ("\\.svn"))
11(Project-Keywords 11(Project-Keywords
12 (Xdelta3Version "0p_0") 12 (Xdelta3Version "0r")
13 ) 13 )
14(Files 14(Files
15 (COPYING (xdelta3/b/29_COPYING 1.1 744)) 15 (COPYING (xdelta3/b/29_COPYING 1.1 744))
16 16
17 (xdelta3-cfgs.h (xdelta3/9_xdelta3-cf 1.8 744)) 17 (xdelta3-cfgs.h (xdelta3/9_xdelta3-cf 1.8 744))
18 (xdelta3-decode.h (xdelta3/b/30_xdelta3-de 1.6 744)) 18 (xdelta3-decode.h (xdelta3/b/30_xdelta3-de 1.7 744))
19 (xdelta3-djw.h (xdelta3/8_xdelta3-dj 1.7 744)) 19 (xdelta3-djw.h (xdelta3/8_xdelta3-dj 1.8 744))
20 (xdelta3-fgk.h (xdelta3/7_xdelta3-fg 1.3 744)) 20 (xdelta3-fgk.h (xdelta3/7_xdelta3-fg 1.4 744))
21 (xdelta3-list.h (xdelta3/6_xdelta3-li 1.3 744)) 21 (xdelta3-list.h (xdelta3/6_xdelta3-li 1.3 744))
22 (xdelta3-main.h (xdelta3/5_xdelta3-ma 1.19 744)) 22 (xdelta3-main.h (xdelta3/5_xdelta3-ma 1.20 744))
23 (xdelta3-python.h (xdelta3/4_xdelta3-py 1.5 744)) 23 (xdelta3-python.h (xdelta3/4_xdelta3-py 1.5 744))
24 (xdelta3-regtest.py (xdelta3/10_xdelta3-re 1.19 744)) 24 (xdelta3-regtest.py (xdelta3/10_xdelta3-re 1.20 744))
25 (xdelta3-second.h (xdelta3/3_xdelta3-se 1.5 744)) 25 (xdelta3-second.h (xdelta3/3_xdelta3-se 1.6 744))
26 (xdelta3-test.h (xdelta3/2_xdelta3-te 1.15 744)) 26 (xdelta3-test.h (xdelta3/2_xdelta3-te 1.16 744))
27 (xdelta3.c (xdelta3/16_xdelta3.c 1.18 744)) 27 (xdelta3.c (xdelta3/16_xdelta3.c 1.19 744))
28 (xdelta3.h (xdelta3/1_xdelta3.h 1.15 744)) 28 (xdelta3.h (xdelta3/1_xdelta3.h 1.16 744))
29 29
30 (Makefile (xdelta3/0_Makefile 1.12 744)) 30 (Makefile (xdelta3/0_Makefile 1.13 744))
31 (setup.py (xdelta3/11_setup.py 1.5 744)) 31 (setup.py (xdelta3/11_setup.py 1.5 744))
32 32
33 (draft-korn-vcdiff.txt (xdelta3/b/22_draft-korn 1.1 744)) 33 (draft-korn-vcdiff.txt (xdelta3/b/22_draft-korn 1.1 744))
@@ -38,19 +38,24 @@
38 38
39 (README (xdelta3/b/31_README 1.1 744)) 39 (README (xdelta3/b/31_README 1.1 744))
40 (badcopy.vcproj (xdelta3/b/32_badcopy.vc 1.1 744)) 40 (badcopy.vcproj (xdelta3/b/32_badcopy.vc 1.1 744))
41 (xdelta3.vcproj (xdelta3/b/33_xdelta3.vc 1.3 744)) 41 (xdelta3.vcproj (xdelta3/b/33_xdelta3.vc 1.4 744))
42 42
43 (xdelta3.swig (xdelta3/b/27_xdelta3.sw 1.3 744)) 43 (xdelta3.swig (xdelta3/b/27_xdelta3.sw 1.3 744))
44 44
45 (xdelta3-test.py (xdelta3/b/28_xdelta3-te 1.5 744)) 45 (xdelta3-test.py (xdelta3/b/28_xdelta3-te 1.5 744))
46 46
47 (examples/Makefile (xdelta3/b/34_Makefile 1.1 744)) 47 (examples/Makefile (xdelta3/b/34_Makefile 1.2 744))
48 (examples/small_page_test.c (xdelta3/b/35_small_page 1.2 744)) 48 (examples/small_page_test.c (xdelta3/b/35_small_page 1.2 744))
49 49
50 (plot.sh (xdelta3/b/36_plot.sh 1.1 744)) 50 (plot.sh (xdelta3/b/36_plot.sh 1.1 744))
51 51
52 (xdelta3.wxs ()) 52 (xdelta3.wxs (xdelta3/b/37_xdelta3.wx 1.1 744))
53 (xdelta3.wxi ()) 53 (xdelta3.wxi (xdelta3/b/38_xdelta3.wx 1.1 744))
54
55;; Files added by populate at Wed, 10 Oct 2007 02:15:48 -0700,
56;; to version 0.33(w), by jmacd:
57
58 (examples/encode_decode_test.c (xdelta3/b/39_encode_dec 1.1 744))
54) 59)
55(Merge-Parents) 60(Merge-Parents)
56(New-Merge-Parents) 61(New-Merge-Parents)