CVS log for xc/Imakefile |
 |
|
Up to [XFree86 CVS] / xc
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
3.37
/
(view)
- annotate
- [select for diffs]
, Sun Mar 4 16:33:30 2007 UTC (6 years, 2 months 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,
xf-4_6_99_20,
xf-4_6_99_19,
HEAD
Changes since 3.36: +2 -1 lines
Diff to previous 3.36
Pacify `ld` implementations that warning when an -L directory doesn't exist.
Revision
3.36
/
(view)
- annotate
- [select for diffs]
, Wed Jun 28 02:20:26 2006 UTC (6 years, 10 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_6,
xf-4_6_99_5,
xf-4_6_99_4,
xf-4_6_99_3,
xf-4_6_99_18,
xf-4_6_99_17,
xf-4_6_99_16,
xf-4_6_99_15,
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.35: +6 -2 lines
Diff to previous 3.35
42. Avoid memory leaks in command line processing (David Dawes).
41. Improve support for the XFree86CustomVersion imake parmeter,
and customisation of some initial server messages (David Dawes).
plus some typo fixes
Revision
3.35
/
(view)
- annotate
- [select for diffs]
, Tue May 16 15:01:49 2006 UTC (7 years ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_6_99_2,
xf-4_6_99_1
Changes since 3.34: +15 -15 lines
Diff to previous 3.34
10. On OpenBSD, don't pass $(MFLAGS) on recursive make command lines, as
doing so causes its contents to be repeatedly duplicated
(Marc La France).
Revision
3.34
/
(view)
- annotate
- [select for diffs]
, Thu Mar 2 03:00:34 2006 UTC (7 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
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
Changes since 3.33: +6 -2 lines
Diff to previous 3.33
229. XFree86 loader enhancments:
- Per-module export symbol lists.
- Improved symbol hash.
- A mechanism for specifying the scope of symbols.
- Keep track of relocations, and undo them when they become unresolved
on module unload, and recalculate them when they change on module
load.
- Check relocations on each module load/unload, ensuring that function
references that are unresolved at any time are always mapped to the
catch-all function preventing calls into nowhere.
- Efficient handling of invariant relocations.
- Cleanup/update the memleak stack trace code, and print a stack
trace when an unresolved function is called or when XFree86 aborts.
- Update the catch-all function to identify the unresolved function.
- Read the XFree86 executable's symbol table in order to get the
most useful stack traces, and use dladdr(), where available,
for shared library references.
- Cleanup and unify debug messages for the loader components.
- Allow for module-instance-specific referenced and required
symbols lists, so that a module's requirements can be removed
when it is unloaded.
- Update the ati driver to make use of some of the new loader
functionality.
- General loader cleanups, including removing some redundancies.
- Don't build the coff loader on platforms that it doesn't support.
(X-Oz Technologies, David Dawes).
Revision
3.33
/
(view)
- annotate
- [select for diffs]
, Tue Jun 7 07:02:13 2005 UTC (7 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_22,
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,
xf-4_5_99_13,
xf-4_5_99_12,
xf-4_5_99_11,
xf-4_5_99_10
Changes since 3.32: +2 -7 lines
Diff to previous 3.32
67. Improve the support for selecting which library components get built
(David Dawes).
+ some cleanups and build/warning fixes
Revision
3.32
/
(view)
- annotate
- [select for diffs]
, Wed Jun 23 16:04:13 2004 UTC (8 years, 11 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_5_99_4,
xf-4_5_99_3,
xf-4_5_99_2,
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_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.31: +1 -3 lines
Diff to previous 3.31
Reset vendor strings.
Revision
3.31
/
(view)
- annotate
- [select for diffs]
, Fri Jun 4 16:16:12 2004 UTC (8 years, 11 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_4_99_7
Changes since 3.30: +9 -2 lines
Diff to previous 3.30
Fix osrel handling.
Revision
3.30
/
(view)
- annotate
- [select for diffs]
, Sun Aug 24 19:31:43 2003 UTC (9 years, 9 months ago) by tsi
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,
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,
ah-20020329-postdri
Changes since 3.29: +5 -1 lines
Diff to previous 3.29
Fix for non-XFree86 builds
Revision
3.29
/
(view)
- annotate
- [select for diffs]
, Wed Feb 26 09:21:31 2003 UTC (10 years, 2 months ago) by dawes
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_10,
xf-4_3_99_1,
xf-4_3_0_2,
xf-4_3_0_1,
xf-4_3_0,
xf-4_3-branch
Changes since 3.28: +5 -1 lines
Diff to previous 3.28
960. Move the XF86_DATE definition to a separate file so that bumping it
doesn't trigger almost everything to be rebuilt (David Dawes).
Revision
3.28
/
(view)
- annotate
- [select for diffs]
, Tue Jan 21 15:32:58 2003 UTC (10 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_2_99_902,
xf-4_2_99_901
Changes since 3.27: +10 -5 lines
Diff to previous 3.27
Second part of printing the XFree86 version in build logs instead of the
X11 version.
Revision
3.27
/
(view)
- annotate
- [select for diffs]
, Tue Jan 21 04:56:23 2003 UTC (10 years, 4 months ago) by dawes
Branch:
MAIN
Changes since 3.26: +6 -5 lines
Diff to previous 3.26
A first cut at allowing the XFree86 version to be printed in the build
log instead of the mostly irrelevant X11 version.
Revision
3.26
/
(view)
- annotate
- [select for diffs]
, Fri May 31 17:45:38 2002 UTC (10 years, 11 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_2_99_4,
xf-4_2_99_3,
xf-4_2_99_2,
xf-4_2_99_1
Changes since 3.25: +7 -49 lines
Diff to previous 3.25
148. Major OS/2 support update (#5119, Holger Veit).
Revision
3.25
/
(view)
- annotate
- [select for diffs]
, Wed Mar 21 17:36:43 2001 UTC (12 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
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,
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,
Domain-branch
Changes since 3.24: +3 -1 lines
Diff to previous 3.24
285. Make extension headers available when the extension is enabled but the
extension's client library is disabled (David Dawes).
284. Make it possible to enable building selected extension libraries
when BuildServersOnly is set, and allow independent control of
building docs and clients (David Dawes).
Revision
3.24
/
(view)
- annotate
- [select for diffs]
, Wed Feb 7 18:53:11 2001 UTC (12 years, 3 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_0_99_1
Changes since 3.23: +2 -2 lines
Diff to previous 3.23
Set RELEASE from the .cf files
Revision
3.23
/
(view)
- annotate
- [select for diffs]
, Wed Jan 24 17:28:53 2001 UTC (12 years, 3 months ago) by tsi
Branch:
MAIN
Changes since 3.22: +8 -6 lines
Diff to previous 3.22
80. Implement a distclean make target (Marc La France).
NOTE: To correctly install this change, either `make Everything` or
`rm xmakefile; make World`.
Revision
3.22
/
(view)
- annotate
- [select for diffs]
, Mon Jan 22 22:23:29 2001 UTC (12 years, 4 months ago) by dawes
Branch:
MAIN
Changes since 3.21: +8 -3 lines
Diff to previous 3.21
R6.5.1 merge
Revision
1.1.1.7
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Jan 16 21:51:52 2001 UTC (12 years, 4 months ago) by dawes
Branch:
X11R6
CVS Tags:
X11R6-5-1
Changes since 1.1.1.6: +2 -2 lines
Diff to previous 1.1.1.6
X11R6.5.1
Revision
3.21
/
(view)
- annotate
- [select for diffs]
, Fri Jan 12 19:28:18 2001 UTC (12 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
pre-R651-import
Changes since 3.20: +9 -1 lines
Diff to previous 3.20
- Allow DefaultCCOptions to be overriden in host.def
- Fix drm build on FreeBSD
- Experiment with getting the XFree86Version setting from the data in
xf86Version.h
- Modify xdpyinfo to show the server version for XFree86 servers as x.y.z.
Revision
3.20
/
(view)
- annotate
- [select for diffs]
, Fri Jul 7 19:06:55 2000 UTC (12 years, 10 months ago) by tsi
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_1f,
xf-4_0_1e,
xf-4_0_1d,
xf-4_0_1c,
xf-4_0_1b,
xf-4_0_1a,
xf-4_0_1Zc,
xf-4_0_1Zb,
xf-4_0_1Za,
xf-4_0_1Z
Changes since 3.19: +5 -1 lines
Diff to previous 3.19
417. Make ATI driver tolerate relocation of conflicting resources
(Marc La France).
416. Make Mach64 FIFO handling available to GATOS (Marc La France).
415. Fix bug in Mach64 scissor handling (Marc La France).
414. Implement Mark Vojkovich's suggestions in the ATI driver
(LSB ordering of monochrome data and host transfer burst modes)
(Marc La France).
413. More fixes to ATI DSP register calculation (Marc La France).
412. ATI DGA support fixes for VGA Wonder capable adapters and the
setting of the DGA_CONCURRENT_ACCESS flag (Marc La France).
411. Change imake to generate symbols for the GCC version used to
compile it (Marc La France).
Revision
3.19
/
(view)
- annotate
- [select for diffs]
, Wed May 31 14:02:54 2000 UTC (12 years, 11 months ago) by eich
Branch:
MAIN
CVS Tags:
xf-4_0g,
xf-4_0f,
xf-4_0e,
xf-4_0d,
xf-4_0c,
xf-4_0_1-bindist,
xf-4_0_1,
xf-4_0Z
Changes since 3.18: +0 -0 lines
Diff to previous 3.18
Oops! Messed this up!
Revision
3.18
/
(view)
- annotate
- [select for diffs]
, Tue Mar 21 21:08:05 2000 UTC (13 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_0b,
xf-4_0a
Changes since 3.17: +5 -1 lines
Diff to previous 3.17
generate index files for the html man pages, and fix some minor man page
formatting problems.
Revision
3.17
/
(view)
- annotate
- [select for diffs]
, Tue Oct 6 08:55:46 1998 UTC (14 years, 7 months ago) by dawes
Branch:
MAIN
CVS Tags:
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,
xf-3_9Pm,
xf-3_9Pl,
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,
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
Changes since 3.16: +4 -2 lines
Diff to previous 3.16
config-related updates
Revision
3.16
/
(view)
- annotate
- [select for diffs]
, Fri Oct 2 04:05:34 1998 UTC (14 years, 7 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9Nh
Changes since 3.15: +3 -3 lines
Diff to previous 3.15
start of R6.4 merge. toplevel files
Revision
1.1.1.6
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Sun Sep 27 06:47:54 1998 UTC (14 years, 7 months ago) by dawes
Branch:
X11R6
CVS Tags:
X11R6-4_3,
X11R6-4_2,
X11R6-4_1,
X11R6-4_0
Changes since 1.1.1.5: +2 -2 lines
Diff to previous 1.1.1.5
X11R6.4 public patch 0
Revision
3.15
/
(view)
- annotate
- [select for diffs]
, Sun Aug 2 04:16:47 1998 UTC (14 years, 9 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9Ng,
xf-3_9Nf,
xf-3_9Ne,
xf-3_9Nd,
xf-3_9Nc,
xf-3_9Nb,
xf-3_9Na,
xf-3_9N
Changes since 3.14: +6 -2 lines
Diff to previous 3.14
#1850
DESIGN doc updates
bring in some xc/config/cf changes from the 3.3 branch
Revision
3.11.2.2
/
(view)
- annotate
- [select for diffs]
, Sat Feb 28 04:47:00 1998 UTC (15 years, 2 months ago) by dawes
Branch:
xf-3_3-branch,
xf-3_2A-branch
CVS Tags:
xf-3_3_6b,
xf-3_3_6a,
xf-3_3_6,
xf-3_3_5c,
xf-3_3_5b,
xf-3_3_5a,
xf-3_3_5Za,
xf-3_3_5Z,
xf-3_3_5,
xf-3_3_4d,
xf-3_3_4c,
xf-3_3_4b,
xf-3_3_4a,
xf-3_3_4Z,
xf-3_3_4,
xf-3_3_3b,
xf-3_3_3a,
xf-3_3_3_1f,
xf-3_3_3_1e,
xf-3_3_3_1d,
xf-3_3_3_1c,
xf-3_3_3_1b,
xf-3_3_3_1a,
xf-3_3_3_1Z,
xf-3_3_3_1,
xf-3_3_3Z,
xf-3_3_3,
xf-3_3_2j,
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_2Zc,
xf-3_3_2Zb,
xf-3_3_2Za,
xf-3_3_2Z,
xf-3_3_2,
xf-3_3_1z,
xf-3331_shark
Changes since 3.11.2.1: +5 -1 lines
Diff to previous 3.11.2.1
to branch point 3.11
to next main 3.12
1559-1561
Revision
3.11.2.1
/
(view)
- annotate
- [select for diffs]
, Sun Feb 8 11:19:23 1998 UTC (15 years, 3 months ago) by dawes
Branch:
xf-3_3-branch,
xf-3_2A-branch
CVS Tags:
xf-3_3_1g,
xf-3_3_1f,
xf-3_3_1e,
xf-3_3_1d,
xf-3_3_1c
Changes since 3.11: +2 -2 lines
Diff to previous 3.11
Fix xqueue/osmouse problems with XF86Setup
update formatted docs
Revision
3.14
/
(view)
- annotate
- [select for diffs]
, Thu Jan 1 14:51:29 1998 UTC (15 years, 4 months ago) by robin
Branch:
MAIN
CVS Tags:
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
Changes since 3.13: +2 -2 lines
Diff to previous 3.13
Cleanup parallel make
Revision
3.13
/
(view)
- annotate
- [select for diffs]
, Wed Jun 4 12:43:43 1997 UTC (15 years, 11 months ago) by hohndel
Branch:
MAIN
CVS Tags:
xf-3_9z,
xf-3_9y,
xf-3_9x,
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_9Ab,
xf-3_9Aa,
xf-39ja
Changes since 3.12: +1 -37 lines
Diff to previous 3.12
oops, how did that happen
Revision
3.12
/
(view)
- annotate
- [select for diffs]
, Tue Jun 3 13:11:01 1997 UTC (15 years, 11 months ago) by hohndel
Branch:
MAIN
CVS Tags:
xf-3_9c
Changes since 3.11: +36 -1 lines
Diff to previous 3.11
all the 3.3 stuff for 3.9 (I won't list all the patch numbers...)
Revision
3.11
/
(view)
- annotate
- [select for diffs]
, Mon Dec 23 05:49:49 1996 UTC (16 years, 5 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_9b,
xf-3_9a,
xf-3_3g,
xf-3_3f,
xf-3_3e,
xf-3_3d,
xf-3_3c,
xf-3_3b,
xf-3_3a,
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_2p,
xf-3_2o,
xf-3_2n,
xf-3_2m,
xf-3_2l,
xf-3_2k,
xf-3_2j,
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_2At,
xf-3_2As,
xf-3_2Ar,
xf-3_2Aq,
xf-3_2Ap,
xf-3_2Ao,
xf-3_2An,
xf-3_2Am,
xf-3_2Al,
xf-3_2Ak,
xf-3_2Aj,
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.10: +5 -3 lines
Diff to previous 3.10
R6.3 integration
Revision
1.1.1.5
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Sun Dec 22 03:14:16 1996 UTC (16 years, 5 months ago) by dawes
Branch:
X11R6
CVS Tags:
seq-4321,
seq-4316,
seq-4304,
seq-4282,
X11R6-3_2,
X11R6-3_1,
X11R6-3_0
Changes since 1.1.1.4: +4 -2 lines
Diff to previous 1.1.1.4
X11R6 pre-R6.3 seq-4282
Revision
3.10
/
(view)
- annotate
- [select for diffs]
, Mon Mar 4 04:19:15 1996 UTC (17 years, 2 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,
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,
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,
xf-3_1_2Db
Changes since 3.9: +4 -1 lines
Diff to previous 3.9
updates
Revision
3.9
/
(view)
- annotate
- [select for diffs]
, Sat Feb 10 10:35:13 1996 UTC (17 years, 3 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Da,
xf-3_1_2D,
xf-3_1_2Ch,
xf-3_1_2Cg,
xf-3_1_2Cf,
xf-3_1_2Ce,
xf-3_1_2Cd,
xf-3_1_2Cc
Changes since 3.8: +3 -3 lines
Diff to previous 3.8
updates
Revision
1.1.1.4
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Sat Feb 10 05:15:35 1996 UTC (17 years, 3 months ago) by dawes
Branch:
X11R6
CVS Tags:
X11R6-1_1,
X11R6-1_0
Changes since 1.1.1.3: +2 -2 lines
Diff to previous 1.1.1.3
X11R6.1 public patch 0
Revision
3.8
/
(view)
- annotate
- [select for diffs]
, Sun Jan 21 01:47:05 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Cb,
xf-3_1_2Ca,
xf-3_1_2C,
xf-3_1_2Bo,
xf-3_1_2Bn,
xf-3_1_2Bm,
xf-3_1_2Bl
Changes since 3.7: +8 -3 lines
Diff to previous 3.7
updates
Revision
1.1.1.3
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Sun Jan 21 00:58:18 1996 UTC (17 years, 4 months ago) by dawes
Branch:
X11R6
CVS Tags:
seq-4114,
seq-4104,
seq-4086,
seq-4084,
seq-4081,
seq-4074,
seq-4060
Changes since 1.1.1.2: +7 -2 lines
Diff to previous 1.1.1.2
X11R6.1 beta (seq-4060)
Revision
3.7
/
(view)
- annotate
- [select for diffs]
, Sat Jan 6 05:19:33 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_2Bk,
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.6: +3 -2 lines
Diff to previous 3.6
updates
Revision
3.6
/
(view)
- annotate
- [select for diffs]
, Fri Jan 5 13:06:06 1996 UTC (17 years, 4 months ago) by dawes
Branch:
MAIN
Changes since 3.5: +36 -97 lines
Diff to previous 3.5
R6.1beta merge
Revision
1.1.1.2
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Wed Jan 3 05:57:53 1996 UTC (17 years, 4 months ago) by dawes
Branch:
X11R6
CVS Tags:
seq-4057,
seq-4055,
seq-4052,
seq-4039,
seq-4035,
seq-4031,
seq-4024,
seq-4010,
R6_1-BETA
Changes since 1.1.1.1: +33 -67 lines
Diff to previous 1.1.1.1
X11R6.1 beta (seq-4010)
Revision
1.1.1.1.2.1
/
(view)
- annotate
- [select for diffs]
, Fri Oct 20 14:35:29 1995 UTC (17 years, 7 months ago) by dawes
Branch:
XC
CVS Tags:
seq-3977
Changes since 1.1.1.1: +5 -1 lines
Diff to previous 1.1.1.1
to next main 1.1.1.2
fix-trackers 3637-3977
Revision
3.5
/
(view)
- annotate
- [select for diffs]
, Sat Jun 24 12:40:03 1995 UTC (17 years, 11 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_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
Changes since 3.4: +4 -5 lines
Diff to previous 3.4
updates
Revision
3.4
/
(view)
- annotate
- [select for diffs]
, Sat Jun 24 09:20:51 1995 UTC (17 years, 11 months ago) by dawes
Branch:
MAIN
Changes since 3.3: +9 -2 lines
Diff to previous 3.3
updates
Revision
3.3
/
(view)
- annotate
- [select for diffs]
, Sat May 27 00:53:06 1995 UTC (18 years ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_1h,
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
Changes since 3.2: +8 -2 lines
Diff to previous 3.2
updates
Revision
3.2
/
(view)
- annotate
- [select for diffs]
, Sat Mar 11 14:02:22 1995 UTC (18 years, 2 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_1g,
xf-3_1_1f,
xf-3_1_1e,
xf-3_1_1d,
xf-3_1_1c
Changes since 3.1: +2 -2 lines
Diff to previous 3.1
updates
Revision
3.1
/
(view)
- annotate
- [select for diffs]
, Thu Oct 20 04:57:10 1994 UTC (18 years, 7 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1_Zd,
xf-3_1_1b,
xf-3_1_1a,
xf-3_1_1-u1,
xf-3_1_1-u,
xf-3_1_1,
xf-3_1_0g,
xf-3_1_0f,
xf-3_1_0e,
xf-3_1_0d,
xf-3_1_0c,
xf-3_1_0b,
xf-3_1_0a,
xf-3_1_0Zg,
xf-3_1_0Zf,
xf-3_1_0Ze,
xf-3_1_0Zd,
xf-3_1_0Zc,
xf-3_1_0Zb,
xf-3_1_0Za,
xf-3_1_0Z,
xf-3_1_0Ce,
xf-3_1_0Cd,
xf-3_1_0Cc,
xf-3_1_0Cb,
xf-3_1_0Ca,
xf-3_1_0C,
xf-3_1_0Bf,
xf-3_1_0Be,
xf-3_1_0Bd,
xf-3_1_0Bc,
xf-3_1_0Bb,
xf-3_1_0Ba,
xf-3_1_0B,
xf-3_1_0Ae,
xf-3_1_0Ad,
xf-3_1_0Ac,
xf-3_1_0Ab,
xf-3_1_0Aa,
xf-3_1_0A
Changes since 3.0: +73 -3 lines
Diff to previous 3.0
updates
Revision
3.0
/
(view)
- annotate
- [select for diffs]
, Sun Jul 24 10:38:17 1994 UTC (18 years, 10 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-3_1,
xf-3_0Z,
xf-3_0Fe,
xf-3_0Fd,
xf-3_0Fc,
xf-3_0Fb,
xf-3_0Fa,
xf-3_0F,
xf-3_0Ec,
xf-3_0Eb,
xf-3_0Ea,
xf-3_0E,
xf-3_0Dl,
xf-3_0Dk,
xf-3_0Dj,
xf-3_0Di,
xf-3_0Dh,
xf-3_0Dg,
xf-3_0Df,
xf-3_0De,
xf-3_0Dd,
xf-3_0Dc,
xf-3_0Db,
xf-3_0Da,
xf-3_0D,
xf-3_0Ce
update for BuildServersOnly
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Wed Apr 27 06:07:15 1994 UTC (19 years, 1 month ago) by dawes
Branch:
X11R6
CVS Tags:
xf-3_0d,
xf-3_0c,
xf-3_0b,
xf-3_0a,
xf-3_0_0e,
xf-3_0_0d,
xf-3_0_0c,
xf-3_0_0b,
xf-3_0_0a,
xf-3_0_0-branch,
xf-3_0Cd,
xf-3_0Cc,
xf-3_0Cb,
xf-3_0Ca,
xf-3_0C,
xf-3_0Bc,
xf-3_0Bb,
xf-3_0Ba,
xf-3_0B,
xf-3_0Ac,
xf-3_0Ab,
xf-3_0Aa,
xf-3_0A,
xf-3_0,
seq-3637,
seq-3600,
seq-3583,
X11R6_PRE_11,
X11R6_9,
X11R6_8,
X11R6_7,
X11R6_6,
X11R6_5,
X11R6_4,
X11R6_3,
X11R6_2,
X11R6_13,
X11R6_12,
X11R6_11,
X11R6_10,
X11R6_1,
X11R6_0
Branch point for:
XC
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
X11R6 Public Patch 0
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Wed Apr 27 06:07:14 1994 UTC (19 years, 1 month ago) by dawes
Initial revision
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.