CVS log for xc/programs/Xserver/hw/xfree86/parser/configProcs.h

(logo)

Help

(back) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / parser

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Aug 9 19:53:16 2006 UTC (6 years, 9 months ago) by dawes
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_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, 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, 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, HEAD
Changes since 1.20: +14 -10 lines
Diff to previous 1.20
  63. Fix a case where X server audit messages do not get printed (David Dawes).
  62. Initialise the allocator even earlier in the X server startup, and use
      it for the logging functions (David Dawes).
  61. Parser option handling cleanups/fixes:
       - Ensure that option data is allocated by the parser, rather than
         externally allocated or static.
       - Free replaced option data.
       - Make xf86ParseOption's handling of multiple options of the same
         name consistent with all other cases (last occurrence is used).
       - Fix a bug in the handling of the Keyboard section "xleds" keyword.
      (David Dawes).

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Jan 26 05:31:50 2005 UTC (8 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: 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_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_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_2, 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, 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_22
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
 283. First phase of dynamic configuration (David Dawes, S. Lussos,
      Michael Dawes, J. D. Darling, X-Oz Technologies).

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Jan 7 23:03:14 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_21
Changes since 1.18: +46 -25 lines
Diff to previous 1.18
 257. Automatic configuration updates, including:
       - Modify the parser/config support to allow multiple configuration
         sources to be combined.
       - Modify the parser/config support to allow multiple ServerFlags,
         Files, and Module sections.
       - Allow the automatically-generated configuration to be appended to
         a partial static configuration.
       - Use a more complete set of the probed EDID information in determining
         the monitor parameters.
       - Add a "preferred" mode type, which can be obtained from the probed
         EDID information or from the configuration.
       - Some parser interface cleanups.
      (David Dawes, X-Oz Technologies).

Revision 1.18 / (view) - annotate - [select for diffs] , Fri Feb 13 23:58:50 2004 UTC (9 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_20, xf-4_4_99_2, 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, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903
Changes since 1.17: +43 -23 lines
Diff to previous 1.17
 802. Licence update.
(except client-side libraries)

Revision 1.17 / (view) - annotate - [select for diffs] , Sun Aug 24 16:37:08 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: 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
Changes since 1.16: +27 -1 lines
Diff to previous 1.16
Add/update copyright and license notices.

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Aug 6 19:51:15 2001 UTC (11 years, 9 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, xf-4_2_99_902, xf-4_2_99_901, xf-4_2_99_4, 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 1.15: +3 -1 lines
Diff to previous 1.15
 178. Fix some more mi build warnings (David Dawes).
 177. Fix some mi build warnings (#4716-4719,4721-4724, Adam Sulmicki).
 176. Port for Linux/SuperH (Jornada680/690 and SEGA Dreamcast) (#4680, 4681,
      ISHIKAWA Mutsumi).
 175. Support for mouse wheel emulation (#A.506, Henry T. So).

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Jul 2 14:38:34 2001 UTC (11 years, 10 months ago) by paulo
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
These changes should make the parser behaviour identical do before my
previous commit and still keep saving comments.

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Nov 2 19:58:20 2000 UTC (12 years, 6 months ago) by anderson
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, xf-4_0_99_1, 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_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
Add support for SubSections to the Vendor section

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Oct 20 13:59:03 2000 UTC (12 years, 7 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_0_1d
Changes since 1.12: +70 -69 lines
Diff to previous 1.12
 775. Pass depth/bpp correctly, scan all fb devices, misc fb fixes.
      (#4179, Michel Danzer).
 774. Add generic Vesa driver, fixes for xf86cfg plus changes to parser to
      reflect xf86cfg changes (#4174,#4175, Paulo Cesar Pereira de Andrade).

Revision 1.12 / (view) - annotate - [select for diffs] , Sat Sep 4 12:04:54 1999 UTC (13 years, 8 months 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_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
Changes since 1.11: +1 -13 lines
Diff to previous 1.11
Remove the "old input" code

Revision 1.11 / (view) - annotate - [select for diffs] , Sun Jun 27 13:08:31 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: 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
Changes since 1.10: +7 -1 lines
Diff to previous 1.10
2797. Xaw and xedit updates (#2932, Paulo Cesar Pereira de Andrade).
2796. Make the "fifo_conservative" memory settings default for the s3virge
      accelerator (#2931, Kevin Brosius).
2795. Preliminary DGA2 code for the s3virge driver (#2931, Kevin Brosius).
2794. Updates to PI's DRI sample implementation, including:
      - Dynamic loading of the OpenGL client driver is implemented
      - 3D client death while holding the drawable lock does not cause deadlock
      - The kernel module works with Linux 2.2.x [x <= 10] and 2.3.y [y <= 8]
      - A better authentication mechanism has been implemented
      - XF86Config options for the DRI are supported
      (#2929, Precision Insight).
2793. Add functions to the FBManager to query the largest size available and
      to purge all areas that aren't nailed down (#2928, Mark Vojkovich).
2792. Fix some serious performance problems with Xinerama when the number
      of resource IDs becomes large (#2927, Carsten Haitzler).
2791. Remove the significant RGB bits check from Xinerama visual eliminations
      (#2926, Mark Vojkovich).
2790. Fix a typo in xmodmap and xstdcmap (#2924, Matthieu Herrb).
2789. Fix the type of the OverclockMem Option in the MGA driver (#2922,
      Andrew Aitchison).
2788. Fix PCI resource handling problems that were showing up with the
      glint driver (#2918, Egbert Eich).
2787. Fix a problem building some Makefiles when JoystickSupport is enabled
      (#2917, Todd Fries).
2786. Fix a typo in the RAC support for the glint driver (#2915, Jens Owen).
2785. Fix a RAC-related build problem on 64-bit machines (#2913,
      Matt Grossman).
2784. Some afb-related updates (#2911, Sven Luther).
2783. Fix race condition in xinit (Nate Eldredge, Mark Montague).

Revision 1.10 / (view) - annotate - [select for diffs] , Sun Jun 6 14:23:04 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pt, xf-3_9Ps, xf-3_9Pr, xf-3_9Pq
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
2719. Change the parser's error message printing so that they will end
      up in the log file (David Dawes).

Revision 1.9 / (view) - annotate - [select for diffs] , Sun May 30 06:18:29 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pp
Changes since 1.8: +7 -3 lines
Diff to previous 1.8
2696. Close input devices while VT switched away (David Dawes).
2695. Prevent the input device "PreInit" from being called in subsequent
      server generations (David Dawes).
2694. Handle the Keyboard config information as an InputDevice section
      (but the keyboard driver isn't converted yet) (David Dawes).
2693. Add basic accessEnable calls to the Tseng driver so that it will at
      least work single head with an ET6000 (David Dawes).

Revision 1.8 / (view) - annotate - [select for diffs] , Sun May 23 13:38:09 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Po
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
Enable the new input code (NewInput) by default in xfree86.cf.
Add compatibilty support for interpreting "Pointer" sections as
"InputDevice" sections in the reworked input device code.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Apr 29 04:13:02 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pn, xf-3_9Pm, xf-3_9Pl
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
remove the legacy keyboard options, and move the vtinit and vtsysreq
keywords to the serverflags section.

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Apr 5 06:13:17 1999 UTC (14 years, 1 month 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
Changes since 1.5: +14 -9 lines
Diff to previous 1.5
#2642-2646
Support for InputDevice config file sections (not used yet)
some DGA library cleanups

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Mar 29 09:41:35 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pg
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
Allow the screen numbering to be specified in the config file.
Install OS-specific modules in OS-specific subdirectories, and update the
loader to search subdirectories.
Cleanup a few warnings.

Revision 1.4 / (view) - annotate - [select for diffs] , Sun Mar 21 07:35:27 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pf
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
2409. Updates to s3virge driver to get it working under Linux/Alpha
      (#2586, Matt Grossman).
2408. Fix getline() clash (#2585, Alan Hourihane).
2407. Have the s3virge driver use the new XAA rop helper functions (#2584,
      Mark Vojkovich).
2406. Add code to SuperProbe to detect the S3 Trio3D and Savage3D
      (2583, Eric Molitor).
2405. Add some XAA helper functions that drivers can call for help
      converting X rops into MS rops (#2582, Mark Vojkovich).
2404. Resync the overlay support in the glint driver (#2580, 2581,
      Mark Vojkovich).
2403. Add support for changing the overlay color key to the MGA driver
      (#2579, Mark Vojkovich).
2402. Preallocate the color key in the default colormap and set it to
      something already in the default man (black) so that AllocColor will
      never allocate it (#2578, Mark Vojkovich).
2401. Use the color key field in the ScrnInfoRec for the overlay layers
      (#2578, Mark Vojkovich).
2400. Preliminary loader support for Linux/PPC ELF objects (#2577 (2570),
      Stuart Anderson).
2399. Fix some XAA offscreen pixmap problmes (#2576, Mark Vojkovich).
2398. DGA fixes.  Old apps should now run with the new driver interface,
      and event handling should work better than before (#2575,
      Mark Vojkovich).
2397. Fix most remaining signed/unsigned and prototype warnings in the
      following directories: lib/Xaw, lib/Xmu, programs/xclipboard,
      programs/xconsole, programs/xmag, and programs/xvidtune (#2574,
      Thomas Dickey).
2396. Restore the interface of XmuConvertStandardSelection() to use
      XPointer rather than XtPointer (#2574, Thomas Dickey).
2395. Fix an malloc size bug in libICE (#2572, Christopher Sekiya).
2394. Make MIT-SHM resource types non-static so that other extensions
      (like Xv) can access client shared memory segments (#2571,
      Mark Vojkovich).
2393. First cut at altering the C&T user docs for 4.0 (#2569, David Bateman).
2392. Fix a C&T problem affecting the colourmap setup for 1bpp modes, and some
      other minor C&T driver fixes (#2569, David Bateman).
2391. Fix an buffer overflow in os/connection.c (#2568, Gerd Knorr).
2390. Add support for Modes sections and the UseModes keyword for Monitor
      sections to the parser (the data isn't used yet) (#2564, Dirk Hohndel).
2389. Fix xfree86.cf for Alpha (#2567, Dirk Hohndel).
2388. Fix XAAFillPolygonStippled to obey the flag NO_TRANSPARENCY in
      Mono8x8PatternFill (#2566, Xavier Ducoin).
2387. Only allow the shadowfb layer in the C&T driver when linear addressing
      is enabled (#2565 (2561), David Bateman).
2386. Fix some problems with the xf8_16bpp layer, and allow it to work
      with depth 15 as well as 16 (#2565 (2561, 2562), David Bateman).
2385. Implement TrueColor with PseudoColor Overlays (8+16) for the
      C&T driver for HiQV chipsets (#2565 (2561), David Bateman).
2384. Add a -quiet option to xgamma (#2565 (2561), David Bateman).
2383. Add TrueColor Gamma Correction for C&T HiQV chipsets (#2565 (2561),
      David Bateman).
2382. Fix Permedia 2 HW cursor lockup (#2563, Alan Hourihane).
2381. Initial XAA support for SiS530 and SiS620 (#2560, Xavier Ducoin).
2380. Add SuperProbe for SiS (#2559, Xavier Ducoin).
2379. Fix the InstalMultipleMan and InstallMultipleManSuffix rules for
      NetBSD and OpenBSD (#2558 (2557), Matthieu Herrb).
2378. Add Cards entry for Number Nine FX Reality 772 (#2556, Harald Koenig).
2377. Make XF86Setup build again (not fully functional yet) (#2555, Joe Moss).
2376. Update the apm (Alliance Promotion) to the 4.0 interface (#2554,
      Loic Grenie, Henrik Harmsen).

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Mar 7 11:40:43 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pe, xf-3_9Pd
Changes since 1.2: +9 -1 lines
Diff to previous 1.2
#2520-2527

Revision 1.2 / (view) - annotate - [select for diffs] , Sat Jul 25 15:57:14 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: 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, xf-3_9Nh, 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 1.1: +69 -0 lines
Diff to previous 1.1
First pass merge of xc/programs/Xserver/hw/xfree86

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Thu Jun 4 16:36:13 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: 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
Changes since 1.1.2.6: +4 -15 lines
Diff to previous 1.1.2.6 to branch point 1.1 to next main 1.2
Clean out common_hw
Update the PCI code, and put it in os-support/bus/.
Continue the cleanup of headers and prototyping

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Tue Jun 2 13:49:21 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jk
Changes since 1.1.2.5: +7 -7 lines
Diff to previous 1.1.2.5 to branch point 1.1
loader updates

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Sat May 30 14:19:06 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jj
Changes since 1.1.2.4: +2 -4 lines
Diff to previous 1.1.2.4 to branch point 1.1
Some cleanups

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Mon May 25 14:01:35 1998 UTC (15 years ago) by dawes
Branch: xf-3_9j-branch
Changes since 1.1.2.3: +3 -6 lines
Diff to previous 1.1.2.3 to branch point 1.1
Some (experimental) option handling code

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Fri Jan 30 07:31:45 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9ji, xf-3_9jh, xf-3_9jg, xf-3_9jf, xf-3_9je, xf-3_9jd
Changes since 1.1.2.2: +72 -67 lines
Diff to previous 1.1.2.2 to branch point 1.1
resync parser with Metro's recent patches and add some missing processing
of the parser output

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Thu Jul 24 11:46:17 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jc, xf-3_9jb, xf-3_9ja, xf-39ja
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 to branch point 1.1
some code for ScreenInit plus more config stuff

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Mon Jul 21 09:17:48 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
Changes since 1.1: +80 -0 lines
Diff to previous 1.1
new parser and first attempts to use it

Revision 1.1 , Mon Jul 21 09:17:48 1997 UTC (15 years, 10 months ago) by hohndel
Branch: MAIN
Branch point for: xf-3_9j-branch
FILE REMOVED
file configProcs.h was initially added on branch xf-3_9j-branch.

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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2