DELTA 55 42 213
SVN  ††) „: ² _‚-€^ > null
	@move *.mod $(DLIB)\module > null

clean:clean-exec
clean-exec:
    @$(RM) MkInclude config.h > null
	@$(RM) *.mod *.lib *.bak > null

ENDREP
DELTA 47 521 339
SVN  ƒ „)‚  w € 1€b#‚}nologo /MD
FCVER = 111
CC    = cl.exe /MD
CCVER = 100
FTOL  = FTOL
RM    = ERASE 

SUFFIX = .obj .f90

#DWBIN = c:\dcl-fortran\bin
#DLIB  = c:\dcl-fortran\lib@echo Entering $@
	nmake /NOLOGO /S /$(MAKEFLAGS) /f makefile.win subdirs
	cd ..
	@echo Leaving $@ENDREP
DELTA 65 2654 458
SVN  †	…@
. ƒL ® F„C
	call DclDrawLine( A, B, 1, 1, ISGRGB(I,J,0))ENDREP
DELTA 47 873 347
SVN  „_„<Q ‚  ‚&† W‚.€K
cleanRETARGET=clean-exec
clean-exec:
    @$(RM) *.mod *.obj *.lib *.bak > null

ENDREP
DELTA 59 2226 154
SVN  ‘+‘X‚Z Œ] ­ oŒi€z YŒi€q YŒi€BF_OBJ       = $(FSRC:.f90=.obj)

build:
    @ $(F_OBJ)
	@$(FC) /c /Fo$(OBJDIR)\ dcl_f77.f90

.f90.obj:
	@echo $*.f90
    @$(FC) /c /Fo$(OBJDIR)\ $*.f90

install:
    @install-exec

install-exec: 
	@lib /out:$(ROOTDIR)\dcl_f77.lib *.obj
	@copy *.mod $(ROOTDIR) > null

clean:
    @clean-exec
clean-exec:
    @$(RM) *.mod *.obj *.lib *.bak > null

ENDREP
DELTA 63 0 992
SVN  ‹u%‡ - › ƒy+€‚
 o…<€ƒ' Mˆ? Y…<€r Y…<€BDCL_COMMON = dcl_common.f90DCL_PARM = dcl_parm.f90

DCL_F90  = dcl.f90

DCL_COMMON_OBJ = $(DCL_COMMON:.f90=.obj)
F90_PACK_OBJ   = $(F90_PACK:.f90=.obj)
F90_LIB_OBJ    = $(F90_LIB:.f90=.obj)
DCL_PARM_OBJ   = $(DCL_PARM:.f90=.obj)
DCL_F90_OBJ    = $(DCL_F90:.f90=.obj)


F77=..\f77

build:
    @  $(DCL_COMMON_OBJ) $(F90_PACK_OBJ) $(F90_LIB_OBJ) $(DCL_PARM_OBJ) $(DCL_F90_OBJ)

.f90.obj:
	@echo $*.f90
    @$(FC) /c $*.f90 /Fo:$(OBJDIR)\ /include:$(F77)\module
#	$(FC) -c dcl_common.f90 /Fo:$(OBJDIR)/ /include:$(F77)\module
#	$(FC) -c $(F90_PACK)    /Fo:$(OBJDIR)/ /include:$(F77)\module
#	$(FC) -c $(F90_LIB)     /Fo:$(OBJDIR)/ /include:$(F77)\module
#	$(FC) -c dcl_parm.f90   /Fo:$(OBJDIR)/ /include:$(F77)\module
#@install-exec
install-exec:
    @lib /out:$(ROOTDIR)\dcl_f90.lib *.obj
	@copy *.mod $(ROOTDIR) > null

clean:
    @clean-exec
clean-exec:
    @$(RM) *.mod *.obj *.lib *.bak > null

ENDREP
DELTA 39 26265 1090
SVN  ãX‚ƒ(ƒN³" ¨[ ‡ }¨[€k ‚W¶}€‚ ­w‡ ¯€  ‚¶}€‚< ~­w¥ k¨m€J ‚5½c D¹ €Z ~Àx€K E¯?€T ƒ"½3€Z Àxˆ k¨m€J ‚4Ê9 T¹  oÆ>€‚ Q™¬ jÕ=€C ƒÊ€‚ M™ ’jÎBˆ k¨m‡ pó>‡ bë:‡ Y¸wˆ E¹ ‚{î €‚ KÖ@¸ k¨m‡ pó>‡ …Ië:€d &ñ+‰ k¨m‡ pó>‡ bë: Y¸w ƒ|õx€d ŽRú‰ r‘t€ „B‹T€‚ KÖ@€E t‘r€ „L”X€‚ YÔ?€@ t‘r€	 „Kp€x “¢m‡ 	µx€G U¸w‹ eÂ<€j KÖ@ª dÀ:€Q U¸w“ gÂ:€F ¿‡ dÀ:› ƒÁ€F ‡Ä:‡ jÕ=€Q \íw‚ ~åk€‚
 Ï#‡ jÕ=¦ ‚=Ñ;€^  Ô‡ jÕ=¦ ‚<Ö>€^ Š-Ù€w,icolor,icolor
      integer                             :: type0, index0,icolor0
        call sgoopn('DclDrawLine', 'Length of x and y don''t match.')
        n = min(nx, ny)
        if(present(icolor)) then
			icolor0 = icolor
	        call sgplxu(n,x,y,type0,index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
	        call sgplzu(n,x,y,type0,index0)
        end if
,icolor, icolor
      integer                             :: type0, index0, icolor0
      real,      dimension(2)             :: x, y

        call sgoopn('DclDrawLinex(1) = x1 ; y(1) = y1
        x(2) = x2 ; y(2) = y2

        if(present(icolor)) then
			icolor0 = icolor
	        call sgplxu(2,x,y,type0,index0,icolor0)
!                           else ; call sgqpli(icolor0)
		else
!	        call sgplzu(n,x,y,type0,index0)
	        call sgplzu(2,x,y,type0,index0)
        end if
Normalized1(x, y, type, index,icolor),icolor
      integer                             :: type0, index0,icolor0if(present(icolor)) then
			icolor0 = icolor
        call sgplxv(n, x, y, type0, index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgplzv(n, x, y, type0, index0)
        end ifNormalized2(x1, y1, x2, y2, type, index,icolor)
      real,      intent(in):: type, index,icolor
      integer                          :: type0, index0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgplxv(2, x, y, type0, index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgplzv(2, x, y, type0, index0)
        end if,icolor),icolor
      integer                             :: type0, index0,icolor0if(present(icolor)) then
			icolor0 = icolor
        call sgplxr(n, x, y, type0, index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgplzr(n, x, y, type0, index0)
        end if
        call sgocls('DclDrawLineProjectLineProjected2(x1,y1,x2,y2,type,index,icolor,icolor
      integer                       :: type0, index0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgplxr(2, x, y, type0, index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgplzr(2, x, y, type0, index0)
        end if
        call sgocls('DclDrawLineProject,icolor),icolor,icolor', ' ')Marker',
        if(present(icolor)) then
			icolor0 = icolor
        call sgpmxu(n,x,y,type0,index0, height0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgpmzu(n,x,y,type0,index0, height0)
        end if
        call sgocls('DclDrawMarkerDrawMarkerNormalized(x, y, type, index, height,icolor) 
,icolor,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgpmxv(n,x,y,type0,index0, height0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgpmzv(n,x,y,type0,index0, height0)
        end if,icolor)
,icolor,icolorProjected', ' ')if(present(icolor)) then
			icolor0 = icolor
        call sgpmxr(n,x,y,type0,index0, height0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sgpmzr(n,x,y,type0,index0, height0)
        end if,icolor) ,icolor

      optional :: height, angle, centering,index,icolor

      real    :: height0
      integer :: angle0, cent0, index0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgtxxu(x,y,text,height0,angle0,cent0,index0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtxzu(x,y,text,height0,angle0,cent0,index0) 
        end if
        call sgocls('DclDrawTextDrawTextNormalized(x, y, text, height, angle, centering, index,icolor,icolor

      optional :: height, angle, centering,index,icolor

      real    :: height0
      integer :: angle0, cent0, index0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgtxxv(x,y,text,height0,angle0,cent0,index0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtxzv(x,y,text,height0,angle0,cent0,index0) 
        end if
        call sgocls('DclDrawTextTextProjected(x, y, text, height, angle, centering, index,icolor,icolor

      optional :: height, angle, centering,index,icolor

      real    :: height0 
      integer :: angle0, cent0, index0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sgtxxr(x,y,text,height0,angle0,cent0,index0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtxzr(x,y,text,height0,angle0,cent0,index0) 
        end if,icolor,icolor
	integer :: icolor0

        call sgoopn('DclShadeRegion', ' ')ShadeRegionif(present(icolor)) then
			icolor0 = icolor
        call sgtnxu(n,x,y,ipat0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtnzu(n,x,y,ipat0) 
        end if
        call sgocls('DclShadeRegionShadeRegionNormalized(x, y, pattern,icolor,icolor
	integer :: icolor0

        call sgoopn('DclShadeRegionNormalized', ' ')ShadeRegionNormalizif(present(icolor)) then
			icolor0 = icolor
        call sgtnxv(n,x,y,ipat0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtnzv(n,x,y,ipat0) 
        end if,icolor,icolor
	integer :: icolor0if(present(icolor)) then
			icolor0 = icolor
        call sgtnxr(n,x,y,ipat0,icolor0) 
		else
!                           else ; call sgqpli(icolor0)
        call sgtnzr(n,x,y,ipat0) 
        end if,icolor,icolor

      integer :: type0,icolor0

        call sgoopn('DclDrawArrow', ' ')lalai(index0)
        end if
        
        if(present(icolor)) then
			icolor0 = icolor
        call sglaxu(x1,y1,x2,y2,type0,index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sglazu(x1,y1,x2,y2,type0,index0)
        end if,icolor,icolor

      integer :: type0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sglaxv(x1,y1,x2,y2,type0,index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sglazv(x1,y1,x2,y2,type0,index0)
        end if,icolor,icolor

      integer :: type0,icolorif(present(icolor)) then
			icolor0 = icolor
        call sglaxr(x1,y1,x2,y2,type0,index0,icolor0)
		else
!                           else ; call sgqpli(icolor0)
        call sglazr(x1,y1,x2,y2,type0,index0)
        end if
    subroutine DclSetGT2DViewPort(xmin, xmax, ymin, ymax) 
      call sgscwd(xmin,xmax,ymin,ymax) 
	end subroutine
    subroutine DclGetGT2DViewPort(xmin, xmax, ymin, ymax) 
      call sgqcwd(xmin,xmax,ymin,ymax) 
    end subroutine

end module

ENDREP
id: 2pl.3.r66/9162
type: file
pred: 2pl.3.r59/3426
count: 3
text: 66 722 381 2264 1b652e97e811288504edad91f7477f3a
props: 47 3286 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/develop/src/f77/Makefile.win
copyroot: 46 /branches/develop

PLAIN
K 8
Makefile
V 19
file 2mt.3.r59/3182
K 12
Makefile.win
V 19
file 2pl.3.r66/9162
K 17
bit_interface.f90
V 20
file 2lj.0.r39/45912
K 17
blk_interface.f90
V 20
file 2nk.0.r39/40905
K 7
bug.txt
V 20
file 3q.0.r2/3404303
K 17
chg_interface.f90
V 20
file 2lz.0.r39/53667
K 17
chk_interface.f90
V 20
file 2nr.0.r39/40222
K 17
chn_interface.f90
V 20
file 2n7.0.r39/48417
K 17
chr_interface.f90
V 20
file 2nd.0.r39/49102
K 17
clc_interface.f90
V 20
file 2me.0.r39/53439
K 17
ctr_interface.f90
V 20
file 2lf.0.r39/50469
K 17
dat_interface.f90
V 20
file 2mr.0.r39/45455
K 11
dcl_f77.f90
V 21
file 11h.0.r2/3403096
K 17
fft_interface.f90
V 20
file 2m5.0.r39/42953
K 17
fio_interface.f90
V 20
file 2nx.0.r39/52524
K 17
fmt_interface.f90
V 20
file 2m0.0.r39/46824
K 17
fnc_interface.f90
V 20
file 2nj.0.r39/47735
K 17
gnm_interface.f90
V 20
file 2lh.0.r39/49785
K 16
gr_interface.f90
V 20
file 2ni.0.r39/41133
K 21
gt2dlib_interface.f90
V 19
file 2ps.3.r60/3988
K 17
hex_interface.f90
V 20
file 2mj.0.r39/46596
K 17
ifa_interface.f90
V 20
file 2n5.0.r39/47281
K 17
ind_interface.f90
V 20
file 2mg.0.r39/41815
K 17
int_interface.f90
V 20
file 2n0.0.r39/44545
K 18
intr_interface.f90
V 20
file 2mq.0.r39/52296
K 13
lower_routine
V 21
file 1x1.0.r2/3399472
K 17
lrl_interface.f90
V 20
file 2lm.0.r39/44317
K 17
map_interface.f90
V 20
file 2mn.0.r39/45683
K 17
mis_interface.f90
V 20
file 2ms.0.r39/52982
K 17
ode_interface.f90
V 20
file 2mp.0.r42/11294
K 16
os_interface.f90
V 20
file 2mz.0.r39/50013
K 17
ran_interface.f90
V 20
file 2my.0.r39/46368
K 17
rea_interface.f90
V 20
file 2ml.0.r39/52069
K 17
rfa_interface.f90
V 20
file 2lo.0.r39/48190
K 17
rfb_interface.f90
V 20
file 2na.0.r39/41587
K 17
rnm_interface.f90
V 20
file 2nh.0.r39/51383
K 16
sc_interface.f90
V 20
file 2mm.0.r39/47506
K 16
sg_interface.f90
V 19
file 2nm.3.r65/3971
K 17
sht_interface.f90
V 20
file 2nb.0.r39/51839
K 16
sl_interface.f90
V 20
file 2nw.0.r39/42726
K 16
st_interface.f90
V 20
file 2lx.0.r39/43408
K 17
sub_interface.f90
V 20
file 2ng.0.r39/47052
K 16
sw_interface.f90
V 20
file 2mo.0.r42/13339
K 17
sys_interface.f90
V 19
file 2mi.3.r48/1448
K 16
sz_interface.f90
V 20
file 2ma.0.r39/45000
K 17
tim_interface.f90
V 20
file 2le.0.r39/53210
K 16
uc_interface.f90
V 20
file 2m1.0.r39/40450
K 16
ud_interface.f90
V 20
file 2mb.0.r42/12659
K 16
ue_interface.f90
V 20
file 2m2.0.r42/11522
K 16
ug_interface.f90
V 20
file 2ln.0.r42/11749
K 16
uh_interface.f90
V 20
file 2m4.0.r39/48874
K 16
ul_interface.f90
V 20
file 2lv.0.r42/13112
K 16
um_interface.f90
V 20
file 2lr.0.r42/12204
K 16
us_interface.f90
V 20
file 2m7.0.r42/12431
K 16
uu_interface.f90
V 20
file 2lk.0.r39/44090
K 16
uv_interface.f90
V 20
file 2m3.0.r39/50927
K 16
uw_interface.f90
V 20
file 2lq.0.r39/44773
K 16
ux_interface.f90
V 20
file 2ls.0.r39/51155
K 16
uy_interface.f90
V 20
file 2lt.0.r39/45228
K 16
uz_interface.f90
V 20
file 2ll.0.r42/13568
K 17
via_interface.f90
V 20
file 2lg.0.r39/52753
K 17
vib_interface.f90
V 20
file 2np.0.r39/46140
K 17
vra_interface.f90
V 20
file 2li.0.r39/50241
K 17
vrb_interface.f90
V 20
file 2nq.0.r39/43862
K 17
vst_interface.f90
V 20
file 2ld.0.r39/42270
K 17
xfc_interface.f90
V 20
file 2mu.0.r39/49558
END
ENDREP
id: 3p.3.r66/12603
type: dir
pred: 3p.3.r65/7421
count: 15
text: 66 9408 3182 3182 66cba7f115f741033ddc7a89e6c254a0
cpath: /branches/develop/src/f77
copyroot: 46 /branches/develop

id: 2pk.3.r66/12784
type: file
pred: 2pk.3.r47/6974
count: 1
text: 66 590 108 572 7c7bcfebd061c42a7225bb7b7a3b740b
props: 47 6927 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/develop/src/Makefile.win
copyroot: 46 /branches/develop

id: 2n4.3.r66/13026
type: file
pred: 2n4.3.r64/1673
count: 6
text: 66 2096 7039 33192 03044c58c427ffc423f600dd33ca0b70
props: 2 3421102 81 0 685faf6a4230ea531a31a12e4b3cb565
cpath: /branches/develop/src/f90/sgpack.f90
copyroot: 46 /branches/develop

id: 2pe.3.r66/13276
type: file
pred: 2pe.3.r63/4554
count: 5
text: 66 1128 946 1941 378969d461d3fa19b9f70856e8f833f7
cpath: /branches/develop/src/f90/Makefile.win
copyroot: 46 /branches/develop

PLAIN
K 8
Makefile
V 19
file 2n9.3.r59/7049
K 12
Makefile.win
V 20
file 2pe.3.r66/13276
K 10
blklib.f90
V 21
file 1hk.0.r2/3418820
K 10
chglib.f90
V 20
file 2m8.0.r39/60950
K 10
chklib.f90
V 20
file 2nc.0.r39/61833
K 10
ctrlib.f90
V 20
file 2no.0.r39/59626
K 11
datelib.f90
V 20
file 2n8.0.r39/57857
K 7
dcl.f90
V 17
file z.3.r63/4315
K 14
dcl_common.f90
V 21
file 28k.0.r2/3422086
K 12
dcl_parm.f90
V 19
file 2ec.3.r63/4062
K 9
entry.lst
V 21
file 264.0.r2/3420305
K 10
fftlib.f90
V 20
file 2md.0.r39/62875
K 10
gnmlib.f90
V 20
file 2nn.0.r39/63542
K 10
grpack.f90
V 21
file 2h9.0.r2/3420602
K 11
gt2dlib.f90
V 19
file 2pt.3.r60/7620
K 11
indxlib.f90
V 21
file 2dk.0.r2/3425944
K 10
intlib.f90
V 20
file 2n1.0.r39/60068
K 11
intrlib.f90
V 20
file 2mh.0.r39/62653
K 10
lrllib.f90
V 21
file 29y.0.r2/3430653
K 10
maplib.f90
V 20
file 2ly.0.r39/57635
K 9
oslib.f90
V 20
file 2n3.0.r39/63321
K 10
rfalib.f90
V 20
file 2mv.0.r39/57192
K 10
rfblib.f90
V 20
file 2pb.0.r39/62275
K 10
rnmlib.f90
V 20
file 2lw.0.r39/60289
K 10
scpack.f90
V 20
file 2m6.0.r39/57412
K 10
sgpack.f90
V 20
file 2n4.3.r66/13026
K 11
shtrlib.f90
V 20
file 2mk.0.r39/63098
K 10
slpack.f90
V 20
file 2ns.0.r39/59404
K 10
syslib.f90
V 20
file 2mc.0.r39/58079
K 11
timelib.f90
V 20
file 2lu.0.r39/60508
K 10
udpack.f90
V 20
file 2nt.0.r39/58299
K 10
uepack.f90
V 19
file 2nl.3.r63/3566
K 10
ugpack.f90
V 20
file 2mf.0.r39/58963
K 10
uhpack.f90
V 20
file 2ny.0.r39/59183
K 10
uipack.f90
V 19
file 2pg.3.r64/1920
K 10
umpack.f90
V 19
file 2nf.3.r63/3814
K 10
uspack.f90
V 20
file 2m9.0.r39/60728
K 10
uupack.f90
V 20
file 2ne.0.r39/61170
K 10
uvpack.f90
V 20
file 2nv.0.r39/61391
K 10
uwpack.f90
V 20
file 2nu.0.r39/61612
K 10
uzpack.f90
V 20
file 2lp.0.r39/62055
END
ENDREP
id: d.3.r66/15210
type: dir
pred: d.3.r64/3848
count: 22
text: 66 13471 1726 1726 07cbbdade919eed02449392407b3d4f7
cpath: /branches/develop/src/f90
copyroot: 46 /branches/develop

PLAIN
K 12
Makefile.win
V 20
file 2pk.3.r66/12784
K 3
f77
V 18
dir 3p.3.r66/12603
K 3
f90
V 17
dir d.3.r66/15210
END
ENDREP
id: c.3.r66/15514
type: dir
pred: c.3.r65/7722
count: 25
text: 66 15390 111 111 f424451d3c3f9b8811c131516ce4e1ec
cpath: /branches/develop/src
copyroot: 46 /branches/develop

id: 2pv.3.r66/15688
type: file
pred: 2pv.3.r65/8424
count: 1
text: 66 498 67 704 3027b79fcdfa0a127b700f3ebb08858e
props: 65 8377 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/develop/doc/uipk01.f90
copyroot: 46 /branches/develop

PLAIN
K 7
HISTORY
V 18
file 2pu.3.r61/560
K 2
en
V 14
dir 1q.9.r53/0
K 10
g2pk01.f90
V 19
file 2pq.3.r65/7894
K 10
g2pk02.f90
V 19
file 2pr.3.r65/8134
K 2
jp
V 16
dir 10.a.r53/185
K 8
tutorial
V 17
dir 4.6.r54/20765
K 10
uipk01.f90
V 20
file 2pv.3.r66/15688
K 10
uipk02.f90
V 19
file 2pw.3.r65/8690
END
ENDREP
id: 2pn.3.r66/16237
type: dir
pred: 2pn.3.r65/9218
count: 8
text: 66 15927 297 297 07397078286ccd9a0b37778bcc7ba847
cpath: /branches/develop/doc
copyroot: 46 /branches/develop

id: 2pj.3.r66/16414
type: file
pred: 2pj.3.r49/337
count: 2
text: 66 190 284 553 a1f97a0088f2a68a7e0124440e587235
props: 47 10029 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/develop/MkInclude.win
copyroot: 46 /branches/develop

id: 2pi.3.r66/16653
type: file
pred: 2pi.3.r55/512
count: 5
text: 66 0 167 809 8fc37fc3007c565c40b9aaa5fada08ef
props: 47 10295 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/develop/Makefile.win
copyroot: 46 /branches/develop

PLAIN
K 7
INSTALL
V 19
file 2n6.0.r30/6740
K 12
INSTALL.auto
V 19
file 2p3.0.r28/1758
K 8
Makefile
V 18
file 2mx.0.r19/436
K 12
Makefile.win
V 20
file 2pi.3.r66/16653
K 13
MkInclude.win
V 20
file 2pj.3.r66/16414
K 12
Mkinclude.in
V 20
file 2o2.0.r42/11084
K 4
NOTE
V 18
file 2mw.0.r43/928
K 10
aclocal.m4
V 18
file 2o3.0.r7/8783
K 3
bin
V 19
dir 2o7.0.r42/20012
K 11
charconv.mk
V 18
file 2oz.0.r19/230
K 10
chkfort.sh
V 18
file 2p2.0.r25/898
K 9
configure
V 19
file 2o4.0.r26/3541
K 12
configure.in
V 19
file 2o1.0.r26/3751
K 3
doc
V 19
dir 2pn.3.r66/16237
K 10
index.html
V 19
file 2n2.0.r13/1425
K 9
packaging
V 17
dir 2po.3.r52/461
K 3
src
V 17
dir c.3.r66/15514
K 3
sys
V 18
dir 2oo.0.r29/1248
END
ENDREP
id: 1.3.r66/17599
type: dir
pred: 1.3.r65/10097
count: 61
text: 66 16889 697 697 e043b41167319bfa06e45828afb7da72
cpath: /branches/develop
copyroot: 46 /branches/develop

PLAIN
K 7
develop
V 17
dir 1.3.r66/17599
END
ENDREP
id: 2ph.0.r66/17822
type: dir
pred: 2ph.0.r65/10318
count: 20
text: 66 17770 39 39 f4d909a5bc22f9a55e00881103f4a2bc
cpath: /branches
copyroot: 0 /

PLAIN
K 8
branches
V 19
dir 2ph.0.r66/17822
K 4
tags
V 14
dir 3.0.r5/248
K 5
trunk
V 16
dir 1.0.r44/6055
END
ENDREP
id: 0.0.r66/18086
type: dir
pred: 0.0.r65/10581
count: 66
text: 66 17970 103 103 ffefedff0eca67b661fd177049d2ddba
cpath: /
copyroot: 0 /

2pe.3.t65-1 modify true false /branches/develop/src/f90/Makefile.win

2pk.3.t65-1 modify true false /branches/develop/src/Makefile.win

2pl.3.t65-1 modify true false /branches/develop/src/f77/Makefile.win

2pj.3.t65-1 modify true false /branches/develop/MkInclude.win

2pi.3.t65-1 modify true false /branches/develop/Makefile.win

2n4.3.t65-1 modify true false /branches/develop/src/f90/sgpack.f90

2pv.3.t65-1 modify true false /branches/develop/doc/uipk01.f90


18086 18224
