CVS log for xc/programs/Xserver/hw/xnest/Init.c |
 |
|
Up to [XFree86 CVS] / xc / programs / Xserver / hw / xnest
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Current tag: MAIN
Revision
3.32
/
(view)
- annotate
- [select for diffs]
, Mon Apr 2 23:21:13 2007 UTC (6 years, 1 month ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_8_0-bindist,
xf-4_8_0,
xf-4_8-branch,
xf-4_7_99_9,
xf-4_7_99_8,
xf-4_7_99_7,
xf-4_7_99_6,
xf-4_7_99_5,
xf-4_7_99_4,
xf-4_7_99_31,
xf-4_7_99_30,
xf-4_7_99_3,
xf-4_7_99_29,
xf-4_7_99_28,
xf-4_7_99_27,
xf-4_7_99_26,
xf-4_7_99_25,
xf-4_7_99_24,
xf-4_7_99_23,
xf-4_7_99_22,
xf-4_7_99_21,
xf-4_7_99_20,
xf-4_7_99_2,
xf-4_7_99_19,
xf-4_7_99_18,
xf-4_7_99_17,
xf-4_7_99_16,
xf-4_7_99_15,
xf-4_7_99_14,
xf-4_7_99_13,
xf-4_7_99_12,
xf-4_7_99_11,
xf-4_7_99_10,
xf-4_7_99_1,
xf-4_7_0,
xf-4_7-branch,
xf-4_6_99_29,
xf-4_6_99_28,
xf-4_6_99_27,
xf-4_6_99_26,
xf-4_6_99_25,
xf-4_6_99_24,
xf-4_6_99_23,
xf-4_6_99_22,
xf-4_6_99_21,
HEAD
Changes since 3.31: +3 -2 lines
Diff to previous 3.31
128. Update Darwin port with selected changes from X.Org and a liberal
sprinkling of build fixes (Marc La France, with help from
Frank J. R. Hanstick).
Revision
3.31
/
(view)
- annotate
- [select for diffs]
, Tue Jan 23 18:03:12 2007 UTC (6 years, 4 months ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_6_99_20,
xf-4_6_99_19,
xf-4_6_99_18,
xf-4_6_99_17
Changes since 3.30: +3 -3 lines
Diff to previous 3.30
IRIX-engendered build fixes.
Revision
3.30
/
(view)
- annotate
- [select for diffs]
, Thu Jan 4 02:48:13 2007 UTC (6 years, 4 months ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_6_99_16,
xf-4_6_99_15
Changes since 3.29: +3 -3 lines
Diff to previous 3.29
Build fixes
Revision
3.29
/
(view)
- annotate
- [select for diffs]
, Sat Sep 2 15:44:23 2006 UTC (6 years, 8 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_9,
xf-4_6_99_8,
xf-4_6_99_7,
xf-4_6_99_14,
xf-4_6_99_13,
xf-4_6_99_12,
xf-4_6_99_11,
xf-4_6_99_10
Changes since 3.28: +3 -3 lines
Diff to previous 3.28
69. Make X server argv strings constant (David Dawes).
Revision
3.28
/
(view)
- annotate
- [select for diffs]
, Sun Feb 19 15:51:30 2006 UTC (7 years, 3 months ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_6_99_6,
xf-4_6_99_5,
xf-4_6_99_4,
xf-4_6_99_3,
xf-4_6_99_2,
xf-4_6_99_1,
xf-4_6_0,
xf-4_6-branch,
xf-4_5_99_904,
xf-4_5_99_903,
xf-4_5_99_902,
xf-4_5_99_901,
xf-4_5_99_22
Changes since 3.27: +1 -30 lines
Diff to previous 3.27
217. A rework of the way extension support is built into servers to allow for
servers with different sets of extensions in the same build. This starts
with an idea introduced in David Dawes's TinyX work, and extends it to
also apply to the Xprt, Xnest, Xvfb, Xdmx and Xsun* servers. The changes
include:
- Add, as a comment, a definition for what makes an extension pervasive.
- TOGCUP is not a pervasive extension, but XSYNC, BIGREQS and XRES are.
- Consolidate #define's for the Xv, XvMC and XRES extensions.
- Flip, in favour of the majority case, MITSHM's default decision WRT
whether or not a framebuffer stores pixmap data in the server's virtual
address space. MI is now independent of MITSHM and MITSHM is no longer
a pervasive extension.
- Add a DIX helper to determine whether Xinerama is active and use it
instead of #ifdef'ed code in all loadable modules. Re-implement, as
a screen wrapper, Xinerama's PaintWindow*() hacks. Move down to DIX
Xinerama's only MI hook. Both MI and loadable module objects are now
independent of Xinerama.
- Add more XCSECURITY-related DIX helpers. Loadable module objects that
provide their own extensions (e.g. apm) are now independent of the core
binary's support for XCSECURITY.
- Extend DBE to allow for front and back buffer revalidations (to be used
in future changes to restore the only existing example of DBE hardware
acceleration after converting the sunffb driver to fb, XAA & Render).
This is the change that chronologically started all this.
- Separate Xv and XvMC extensions more cleanly.
- Move Xserver/*/tiny directories under Xserver/hw/tinyx.
- Fix !PrintOnlyServer builds.
- Clean up Xserver/Imakefile.
- Remove remaining traces of Xdec* servers.
- Fix parallel make bug in Xserver/Imakefile caused by unintentional
symbol re-use.
- Accomodate XWin more cleanly by not "skipping" over Xserver/hw.
- Remove all extension stub code (no longer needed).
`make World` is required to correctly build these changes. In fact, I
recommend staring from a fresh checkout. These changes are bundled as
one commit due to module versioning considerations. (Marc La France)
Revision
3.27
/
(view)
- annotate
- [select for diffs]
, Fri Oct 14 14:17:15 2005 UTC (7 years, 7 months ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_5_99_21,
xf-4_5_99_20,
xf-4_5_99_19,
xf-4_5_99_18,
xf-4_5_99_17,
xf-4_5_99_16,
xf-4_5_99_15,
xf-4_5_99_14
Changes since 3.26: +4 -4 lines
Diff to previous 3.26
161. Implement a major #include rework throughout the tree. Also enforce it
for all non-external builds (i.e. in-tree & SDK) (Marc La France).
160. Rework the building of hw/xfree86/parser to be more in line with the
building of other server subdirectories (such as common/)
(Marc La France).
159. ANSIfy /xc/lib/font/builtins/, and fix warnings, whitespace & formatting
(Marc La France).
Notes:
- `make World` highly recommended ;-)
- This will be further tested in the next few days.
Revision
3.26
/
(view)
- annotate
- [select for diffs]
, Wed Jun 2 21:43:05 2004 UTC (8 years, 11 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_5_99_9,
xf-4_5_99_8,
xf-4_5_99_7,
xf-4_5_99_6,
xf-4_5_99_5,
xf-4_5_99_4,
xf-4_5_99_3,
xf-4_5_99_2,
xf-4_5_99_13,
xf-4_5_99_12,
xf-4_5_99_11,
xf-4_5_99_10,
xf-4_5_99_1,
xf-4_5_0,
xf-4_5-branch,
xf-4_4_99_903,
xf-4_4_99_902,
xf-4_4_99_901,
xf-4_4_99_9,
xf-4_4_99_8,
xf-4_4_99_7,
xf-4_4_99_22,
xf-4_4_99_21,
xf-4_4_99_20,
xf-4_4_99_19,
xf-4_4_99_18,
xf-4_4_99_17,
xf-4_4_99_16,
xf-4_4_99_15,
xf-4_4_99_14,
xf-4_4_99_13,
xf-4_4_99_12,
xf-4_4_99_11,
xf-4_4_99_10
Changes since 3.25: +52 -2 lines
Diff to previous 3.25
115. Integrate the TinyX servers into the standard XFree86 build:
- Numerous build and warning fixes.
- Eliminate unnecessary requirement differences at the DIX level
for the XFree86 and TinyX servers.
- Eliminate unnecessary wrapper-related hacks for non-XFree86 servers.
- Fix libglx module build.
- Support for building "tiny" sets of some device-independent modules,
allowing control over which pervasive extensions are included in
the TinyX servers.
- Support for omitting extensions and font backends from TinyX.
- Add per-server usage message support.
- Numerous build/config cleanups.
(X-Oz Technologies).
Revision
3.25
/
(view)
- annotate
- [select for diffs]
, Sun Nov 16 05:05:20 2003 UTC (9 years, 6 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_4_99_6,
xf-4_4_99_5,
xf-4_4_99_4,
xf-4_4_99_3,
xf-4_4_99_2,
xf-4_4_99_1,
xf-4_4_0,
xf-4_4-branch,
xf-4_3_99_903,
xf-4_3_99_902,
xf-4_3_99_901,
xf-4_3_99_16
Changes since 3.24: +14 -13 lines
Diff to previous 3.24
fix build warnings
Revision
3.24
/
(view)
- annotate
- [select for diffs]
, Wed Jan 15 02:34:14 2003 UTC (10 years, 4 months ago) by torrey
Branch:
MAIN
CVS Tags:
xf-4_3_99_9,
xf-4_3_99_8,
xf-4_3_99_7,
xf-4_3_99_6,
xf-4_3_99_5,
xf-4_3_99_4,
xf-4_3_99_3,
xf-4_3_99_2,
xf-4_3_99_15,
xf-4_3_99_14,
xf-4_3_99_13,
xf-4_3_99_12,
xf-4_3_99_11,
xf-4_3_99_10,
xf-4_3_99_1,
xf-4_3_0_2,
xf-4_3_0_1,
xf-4_3_0,
xf-4_3-branch,
xf-4_2_99_902,
xf-4_2_99_901,
xf-4_2_99_4
Changes since 3.23: +17 -1 lines
Diff to previous 3.23
XDarwin now loads GLX support dynamically. Current options are Apple's
OpenGL framework or Mesa. This fixes broken GLX in full screen mode where
Apple's OpenGL framework is not supported.
Revision
3.23
/
(view)
- annotate
- [select for diffs]
, Tue Jul 31 23:44:57 2001 UTC (11 years, 9 months ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_2_99_3,
xf-4_2_99_2,
xf-4_2_99_1,
xf-4_2_1_2,
xf-4_2_1_1,
xf-4_2_1,
xf-4_2_0_1,
xf-4_2_0-bindist-1,
xf-4_2_0-bindist,
xf-4_2_0,
xf-4_2-branch,
xf-4_1_99_7,
xf-4_1_99_6,
xf-4_1_99_5,
xf-4_1_99_4,
xf-4_1_99_3,
xf-4_1_99_2,
xf-4_1_99_1,
Domain-branch
Changes since 3.22: +4 -2 lines
Diff to previous 3.22
168. Fix 16bpp colour maps on Mach64's (Marc La France).
167. Fix Mach64 DPMS bug (Marc La France).
166. Fix bug that prevented hardware cursors on Mach64 CT's (Marc La France).
165. Document what a ChipAdjustFrame() function should to to prevent moving
of hardware cursors during mode switches (Marc La France).
164. -Wimplicit warning cleanup [`make World` >required<] (Marc La France).
163. Ensure installed headers can find the headers they, in turn, #include
(Marc La France).
162. Make imake pass its -W* flags to cpp (Marc La France).
161. More accomodations for newer GCC's (Mike A. Harris).
Revision
3.22
/
(view)
- annotate
- [select for diffs]
, Mon Jun 11 15:59:03 2001 UTC (11 years, 11 months ago) by dawes
Branch:
MAIN
Changes since 3.21: +1 -10 lines
Diff to previous 3.21
Remove long-redundant XFree86-specific hack.
Revision
3.21
/
(view)
- annotate
- [select for diffs]
, Sun Mar 4 17:40:13 2001 UTC (12 years, 2 months ago) by herrb
Branch:
MAIN
CVS Tags:
xf-4_1_0_2,
xf-4_1_0_1,
xf-4_1_0-bindist,
xf-4_1_0,
xf-4_1-branch,
xf-4_0_99_902,
xf-4_0_99_901,
xf-4_0_99_900,
xf-4_0_99_3,
xf-4_0_99_2
Changes since 3.20: +8 -1 lines
Diff to previous 3.20
241. Make the X server and the Mac OS X front end run in a single process.
Other build fixes for Darwin (#4500, #4501, the XonX team).
Revision
3.20
/
(view)
- annotate
- [select for diffs]
, Wed Jan 17 22:36:55 2001 UTC (12 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_0_99_1
Changes since 3.19: +2 -2 lines
Diff to previous 3.19
R6.5.1 merge for xc/programs/Xserver (part 2)
Revision
3.19
/
(view)
- annotate
- [select for diffs]
, Mon Nov 27 17:45:56 2000 UTC (12 years, 5 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_0_3b,
xf-4_0_3a,
xf-4_0_3,
xf-4_0_2c,
xf-4_0_2b,
xf-4_0_2a,
xf-4_0_2-branch,
xf-4_0_2-bindist,
xf-4_0_2,
xf-4_0_1h,
xf-4_0_1g,
xf-4_0_1Zc,
xf-4_0_1Zb,
xf-4_0_1Za,
xf-4_0_1Z,
pre-R651-import
Changes since 3.18: +2 -1 lines
Diff to previous 3.18
993. Updates to Big5 encodings for the TrueType font backends (#4265,
Jacky Bryant).
992. Fixes for Thai (th_TH) locale support in Xlib (#4264,
Theppitak Karoonboonyanan)
991. Fix a segv in Xnest caused by overflowing the pixmap formats array
(based on #4262, Matthieu Herrb).
990. Fix an xdm problem that prevents the chooser from working (#4261,
Matthieu Herrb).
989. Update the Cards file (#4260, Paulo Cesar Pereira de Andrade).
988. Update Macedonian xkb symbols, and add mk_MK.utf8 to locale.alias
(#4258, 4259, Damjan Georgievski).
Revision
3.18
/
(view)
- annotate
- [select for diffs]
, Fri May 14 13:11:22 1999 UTC (14 years ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_0g,
xf-4_0f,
xf-4_0e,
xf-4_0d,
xf-4_0c,
xf-4_0b,
xf-4_0a,
xf-4_0_1f,
xf-4_0_1e,
xf-4_0_1d,
xf-4_0_1c,
xf-4_0_1b,
xf-4_0_1a,
xf-4_0_1-bindist,
xf-4_0_1,
xf-4_0Z,
xf-4_0-bindist,
xf-4_0,
xf-3_9_18b,
xf-3_9_18a,
xf-3_9_18Za,
xf-3_9_18Z,
xf-3_9_18,
xf-3_9_17f,
xf-3_9_17e,
xf-3_9_17d,
xf-3_9_17c,
xf-3_9_17b,
xf-3_9_17a,
xf-3_9_17Z,
xf-3_9_17,
xf-3_9_16f,
xf-3_9_16e,
xf-3_9_16d,
xf-3_9_16c,
xf-3_9_16b,
xf-3_9_16a,
xf-3_9_16Za,
xf-3_9_16Z,
xf-3_9_16,
xf-3_9_15d,
xf-3_9_15c,
xf-3_9_15b,
xf-3_9_15a,
xf-3_9_15,
xf-3_9Py,
xf-3_9Px,
xf-3_9Pw,
xf-3_9Pv,
xf-3_9Pu,
xf-3_9Pt,
xf-3_9Ps,
xf-3_9Pr,
xf-3_9Pq,
xf-3_9Pp,
xf-3_9Po,
xf-3_9Pn
Changes since 3.17: +1 -7 lines
Diff to previous 3.17
Fix the va_list problems related to the new logging
Update xf86Pci.h with some new classes defined in the PCI 2.2 spec
put the sysmouse protocol handling in the core part of the reworked mouse driver
Revision
3.17
/
(view)
- annotate
- [select for diffs]
, Wed Apr 28 04:36:16 1999 UTC (14 years, 1 month ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9Pm,
xf-3_9Pl
Changes since 3.16: +7 -1 lines
Diff to previous 3.16
Add logfile support
Revision
3.16
/
(view)
- annotate
- [select for diffs]
, Sun Dec 20 11:57:54 1998 UTC (14 years, 5 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9Pk,
xf-3_9Pj,
xf-3_9Pi,
xf-3_9Phb,
xf-3_9Pha,
xf-3_9Ph-branch,
xf-3_9Ph,
xf-3_9Pg,
xf-3_9Pf,
xf-3_9Pe,
xf-3_9Pd,
xf-3_9Pc,
xf-3_9Pb,
xf-3_9Pa,
xf-3_9P,
xf-3_9Nz,
xf-3_9Ny,
xf-3_9Nx,
xf-3_9Nw,
xf-3_9Nva,
xf-3_9Nv-branch,
xf-3_9Nv,
xf-3_9Nu,
xf-3_9Nt,
xf-3_9Ns,
xf-3_9Nr
Changes since 3.15: +3 -2 lines
Diff to previous 3.15
initial 3.9Nr patches
Revision
3.15
/
(view)
- annotate
- [select for diffs]
, Sun Oct 4 08:38:53 1998 UTC (14 years, 7 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9Nq,
xf-3_9Np,
xf-3_9No,
xf-3_9Nn,
xf-3_9Nm,
xf-3_9Nl,
xf-3_9Nk,
xf-3_9Nj,
xf-3_9Ni,
xf-3_9Nh
Changes since 3.14: +2 -2 lines
Diff to previous 3.14
R6.4 merge for xc/programs
Revision
3.14
/
(view)
- annotate
- [select for diffs]
, Sat Nov 22 09:58:12 1997 UTC (15 years, 6 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9z,
xf-3_9y,
xf-3_9x,
xf-3_9Ng,
xf-3_9Nf,
xf-3_9Ne,
xf-3_9Nd,
xf-3_9Nc,
xf-3_9Nb,
xf-3_9Na,
xf-3_9N,
xf-3_9Ak,
xf-3_9Aj,
xf-3_9Ai,
xf-3_9Ah,
xf-3_9Ag,
xf-3_9Af,
xf-3_9Ae,
xf-3_9Ad,
xf-3_9Ac,
xf-3_9Ab,
xf-3_9Aa
Changes since 3.13: +1 -18 lines
Diff to previous 3.13
some more build fixes
Revision
3.13
/
(view)
- annotate
- [select for diffs]
, Sat Nov 22 06:50:31 1997 UTC (15 years, 6 months ago) by dawes
Branch:
MAIN
Changes since 3.12: +27 -1 lines
Diff to previous 3.12
Fix-trackers from 16 Nov 1997 to 21 Nov 1997.
Revision
3.12
/
(view)
- annotate
- [select for diffs]
, Sat Mar 22 09:36:26 1997 UTC (16 years, 2 months ago) by hohndel
Branch:
MAIN
CVS Tags:
xf-3_9w,
xf-3_9v,
xf-3_9u,
xf-3_9t,
xf-3_9s,
xf-3_9r,
xf-3_9q,
xf-3_9p,
xf-3_9o,
xf-3_9n,
xf-3_9m,
xf-3_9l,
xf-3_9k,
xf-3_9jw,
xf-3_9jv,
xf-3_9ju,
xf-3_9jt,
xf-3_9js,
xf-3_9jr,
xf-3_9jq,
xf-3_9jp,
xf-3_9jo,
xf-3_9jn,
xf-3_9jm,
xf-3_9jl,
xf-3_9jk,
xf-3_9jj,
xf-3_9ji,
xf-3_9jh,
xf-3_9jg,
xf-3_9jf,
xf-3_9je,
xf-3_9jd,
xf-3_9jc,
xf-3_9jb,
xf-3_9ja,
xf-3_9j-branch,
xf-3_9j,
xf-3_9i,
xf-3_9h,
xf-3_9g,
xf-3_9f,
xf-3_9e,
xf-3_9d,
xf-3_9c,
xf-3_9b,
xf-3_9a,
xf-3_2At,
xf-3_2As,
xf-3_2Ar,
xf-3_2Aq,
xf-3_2Ap,
xf-39ja
Changes since 3.11: +2 -2 lines
Diff to previous 3.11
patches 172-182, preparing for 3.2Ap
Revision
3.11
/
(view)
- annotate
- [select for diffs]
, Thu Feb 27 16:45:50 1997 UTC (16 years, 2 months ago) by hohndel
Branch:
MAIN
CVS Tags:
xf-3_2Ao,
xf-3_2An,
xf-3_2Am,
xf-3_2Al,
xf-3_2Ak,
xf-3_2Aj
Changes since 3.10: +10 -1 lines
Diff to previous 3.10
fix some build problems
Revision
3.10
/
(view)
- annotate
- [select for diffs]
, Sun Jan 12 10:48:33 1997 UTC (16 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_3g,
xf-3_3f,
xf-3_3e,
xf-3_3d,
xf-3_3c,
xf-3_3b,
xf-3_3a,
xf-3_3_2i,
xf-3_3_2h,
xf-3_3_2g,
xf-3_3_2f,
xf-3_3_2e,
xf-3_3_2d,
xf-3_3_2c,
xf-3_3_2b,
xf-3_3_2a,
xf-3_3_2_4,
xf-3_3_2_3,
xf-3_3_2_2,
xf-3_3_2_1,
xf-3_3_2,
xf-3_3_1z,
xf-3_3_1g,
xf-3_3_1f,
xf-3_3_1e,
xf-3_3_1d,
xf-3_3_1c,
xf-3_3_1b,
xf-3_3_1a,
xf-3_3_1,
xf-3_3,
xf-3_2y,
xf-3_2x,
xf-3_2w,
xf-3_2v,
xf-3_2u,
xf-3_2t,
xf-3_2s,
xf-3_2r,
xf-3_2q,
xf-3_2Zc,
xf-3_2Zb,
xf-3_2Za,
xf-3_2Z,
xf-3_2Xn,
xf-3_2Xm,
xf-3_2Xl,
xf-3_2Xk,
xf-3_2Xj,
xf-3_2Xi,
xf-3_2Xh,
xf-3_2Xg,
xf-3_2Xf,
xf-3_2Xe,
xf-3_2Xd,
xf-3_2Xc,
xf-3_2Xb,
xf-3_2Xa,
xf-3_2Ai,
xf-3_2Ah,
xf-3_2Ag,
xf-3_2Af,
xf-3_2Ae,
xf-3_2Ad,
xf-3_2Ac,
xf-3_2Ab,
xf-3_2Aa,
xf-3_2A
Branch point for:
xf-3_3-branch,
xf-3_2A-branch
Changes since 3.9: +19 -1 lines
Diff to previous 3.9
updates
Revision
3.9
/
(view)
- annotate
- [select for diffs]
, Mon Dec 23 07:09:16 1996 UTC (16 years, 5 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_2p,
xf-3_2o,
xf-3_2n,
xf-3_2m,
xf-3_2l,
xf-3_2k,
xf-3_2j
Changes since 3.8: +8 -9 lines
Diff to previous 3.8
R6.3 integration
Revision
3.8
/
(view)
- annotate
- [select for diffs]
, Sun Nov 24 09:58:39 1996 UTC (16 years, 6 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_2i,
xf-3_2h,
xf-3_2g,
xf-3_2f,
xf-3_2e,
xf-3_2d,
xf-3_2c
Changes since 3.7: +5 -1 lines
Diff to previous 3.7
updates
Revision
3.7
/
(view)
- annotate
- [select for diffs]
, Mon Jun 10 08:17:20 1996 UTC (16 years, 11 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_2b,
xf-3_2a,
xf-3_2-p2,
xf-3_2-p1,
xf-3_2-branch,
xf-3_2,
xf-3_1_2Zd,
xf-3_1_2Zc,
xf-3_1_2Zb,
xf-3_1_2Za,
xf-3_1_2Z,
xf-3_1_2Gq,
xf-3_1_2Gp,
xf-3_1_2Go,
xf-3_1_2Gn,
xf-3_1_2Gm,
xf-3_1_2Gl,
xf-3_1_2Gk,
xf-3_1_2Gj,
xf-3_1_2Gi,
xf-3_1_2Gh,
xf-3_1_2Gg,
xf-3_1_2Gf,
xf-3_1_2Ge,
xf-3_1_2Gd,
xf-3_1_2Gc,
xf-3_1_2Gb,
xf-3_1_2Ga,
xf-3_1_2G,
xf-3_1_2Fc,
xf-3_1_2Fb,
xf-3_1_2Fa,
xf-3_1_2F,
xf-3_1_2Eo,
xf-3_1_2En,
xf-3_1_2Em,
xf-3_1_2El,
xf-3_1_2Ek,
xf-3_1_2Ej,
xf-3_1_2Ei,
xf-3_1_2Eh,
xf-3_1_2Eg,
xf-3_1_2Ef,
xf-3_1_2Ee,
xf-3_1_2Ed,
xf-3_1_2Ec,
xf-3_1_2Eb,
xf-3_1_2Ea
Changes since 3.6: +1 -6 lines
Diff to previous 3.6
updates
Revision
3.6
/
(view)
- annotate
- [select for diffs]
, Sun Mar 10 12:10:50 1996 UTC (17 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2E,
xf-3_1_2Dj,
xf-3_1_2Di,
xf-3_1_2Dh,
xf-3_1_2Dg,
xf-3_1_2Df,
xf-3_1_2De,
xf-3_1_2Dd,
xf-3_1_2Dc
Changes since 3.5: +2 -6 lines
Diff to previous 3.5
updates
Revision
3.5
/
(view)
- annotate
- [select for diffs]
, Sun Feb 18 03:45:03 1996 UTC (17 years, 3 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Db,
xf-3_1_2Da,
xf-3_1_2D,
xf-3_1_2Ch,
xf-3_1_2Cg,
xf-3_1_2Cf,
xf-3_1_2Ce
Changes since 3.4: +5 -1 lines
Diff to previous 3.4
updates
Revision
3.4
/
(view)
- annotate
- [select for diffs]
, Tue Jan 30 15:27:31 1996 UTC (17 years, 3 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Cd,
xf-3_1_2Cc,
xf-3_1_2Cb,
xf-3_1_2Ca,
xf-3_1_2C,
xf-3_1_2Bo
Changes since 3.3: +6 -1 lines
Diff to previous 3.3
updates
Revision
3.3
/
(view)
- annotate
- [select for diffs]
, Wed Jan 24 22:04:15 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Bn,
xf-3_1_2Bm
Changes since 3.2: +3 -3 lines
Diff to previous 3.2
updates
Revision
3.2
/
(view)
- annotate
- [select for diffs]
, Wed Jan 17 12:47:32 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Bl,
xf-3_1_2Bk
Changes since 3.1: +2 -27 lines
Diff to previous 3.1
updates
Revision
3.1
/
(view)
- annotate
- [select for diffs]
, Fri Jan 5 13:19:07 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Bj,
xf-3_1_2Bi,
xf-3_1_2Bh,
xf-3_1_2Bg,
xf-3_1_2Bf,
xf-3_1_2Be,
xf-3_1_2Bd,
xf-3_1_2Bc,
xf-3_1_2Bb
Changes since 3.0: +29 -6 lines
Diff to previous 3.0
R6.1beta merge
Revision
3.0
/
(view)
- annotate
- [select for diffs]
, Sat Mar 11 14:18:57 1995 UTC (18 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2e,
xf-3_1_2d,
xf-3_1_2c,
xf-3_1_2b,
xf-3_1_2a,
xf-3_1_2Ba,
xf-3_1_2B,
xf-3_1_2Af,
xf-3_1_2Ae,
xf-3_1_2Ad,
xf-3_1_2Ac,
xf-3_1_2Ab,
xf-3_1_2Aa,
xf-3_1_2A,
xf-3_1_2-branch,
xf-3_1_2-S,
xf-3_1_2,
xf-3_1_1h,
xf-3_1_1g,
xf-3_1_1f,
xf-3_1_1e,
xf-3_1_1d,
xf-3_1_1c,
xf-3_1_1Z,
xf-3_1_1Dc,
xf-3_1_1Db,
xf-3_1_1Da,
xf-3_1_1D,
xf-3_1_1Cd,
xf-3_1_1Cc,
xf-3_1_1Cb,
xf-3_1_1Ca,
xf-3_1_1C,
xf-3_1_1Bi,
xf-3_1_1Bh,
xf-3_1_1Bg,
xf-3_1_1Bf,
xf-3_1_1Be,
xf-3_1_1Bd,
xf-3_1_1Bc,
xf-3_1_1Bb,
xf-3_1_1Ba,
xf-3_1_1B,
xf-3_1_1Ad,
xf-3_1_1Ac,
xf-3_1_1Ab,
xf-3_1_1Aa,
xf-3_1_1A
updates
This form allows you to request diffs 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.