DELTA
SVN   iii/***********************************************************************
 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/

#ifndef FC__DIRENT_H
#define FC__DIRENT_H

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#include <freeciv_config.h>

#ifdef FREECIV_HAVE_DIRENT_H
#include <dirent.h>
#endif

DIR *fc_opendir(const char *dir_to_open);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif  /* FC__DIRENT_H */
ENDREP
DELTA 34524 199 83
SVN  ¸A¸C
5  ĩ ą5fc_dirent.h"
#include "mem.h"
#include "string_vectorENDREP
DELTA 34524 308 85
SVN  ŽfŽh
5  ĩ §15fc_dirent.h"
#include "mem.h"
#include "string_vectorENDREP
DELTA 34524 418 2573
SVN  Ŗ}¤

 C  G6_dirent.h"ENDREP
DELTA 34602 0 43
SVN  /F P  o@_direntENDREP
DELTA 33123 0 48
SVN  m
 7  @-dirent.c	\
		fc_direntENDREP
DELTA 34524 3125 80
SVN  Ž"Ž$
5  ĩ Ļm5fc_dirent.h"
#include "mem.h"
#include "string_vectorENDREP
DELTA 33948 0 1557
SVN  °4Ģe
  ōd  š÷3ENDREP
DELTA
SVN   SSS/***********************************************************************
 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/

#ifdef HAVE_CONFIG_H
#include <fc_config.h>
#endif

#include "fc_dirent.h"

/******************************************************************
  Wrapper function for opendir() with filename conversion to local
  encoding on Windows.
******************************************************************/
DIR *fc_opendir(const char *dir_to_open)
{
#ifdef FREECIV_MSWINDOWS
  DIR *result;
  char *dirname_in_local_encoding =
    internal_to_local_string_malloc(dir_to_open);

  result = opendir(dirname_in_local_encoding);
  free(dirname_in_local_encoding);
  return result;
#else  /* FREECIV_MSWINDOWS */
  return opendir(dir_to_open);
#endif /* FREECIV_MSWINDOWS */
}
ENDREP
DELTA 34524 0 75
SVN  ŽK­h  *  nc P{ENDREP
id: 34x.5ck.r34643/2998
type: file
pred: 34x.5ck.r34524/3355
count: 15
text: 34643 1028 74 7235 ac663154f73045aa1661760290dceb3e
props: 10945 10388 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/gui-gtk-2.0/themes.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file zu.5ck.r32536/10687
K 15
action_dialog.c
V 23
file 36n.5oy.r34040/351
K 8
canvas.c
V 24
file 2y6.5ck.r31279/2206
K 8
canvas.h
V 23
file 2y7.0.r10096/14437
K 10
chatline.c
V 24
file zw.5ck.r33529/49122
K 10
chatline.h
V 24
file zx.5ck.r25812/10835
K 15
choice_dialog.c
V 24
file 377.5ck.r30569/5236
K 15
choice_dialog.h
V 24
file 378.5ck.r30569/5495
K 14
citizensinfo.c
V 23
file 6n1.5ck.r29072/647
K 14
citizensinfo.h
V 26
file 6n2.5ck.r26905/108640
K 9
citydlg.c
V 24
file zy.5ck.r33689/63572
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 25
file 100.5ck.r34271/43050
K 9
cityrep.h
V 25
file 101.5ck.r18101/91562
K 8
cma_fe.c
V 24
file 102.5ck.r32658/4386
K 8
cma_fe.h
V 25
file 103.5ck.r19385/17470
K 8
colors.c
V 25
file 104.5ck.r33689/64086
K 8
colors.h
V 24
file 105.5ck.r16180/3087
K 12
connectdlg.c
V 25
file 106.5ck.r27275/19376
K 12
connectdlg.h
V 25
file 107.5ck.r19154/49180
K 9
dialogs.c
V 24
file 108.5ck.r34596/3541
K 9
dialogs.h
V 25
file 109.5ck.r23882/49527
K 10
diplodlg.c
V 25
file 10a.5ck.r32526/79353
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 9
editgui.c
V 25
file 4ej.5ck.r33226/60771
K 9
editgui.h
V 26
file 4ek.5ck.r26905/109556
K 10
editprop.c
V 24
file 4el.5ck.r34601/1130
K 10
editprop.h
V 25
file 3bj.5cl.r21141/52087
K 9
finddlg.c
V 25
file 10c.5ck.r32526/79610
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 25
file 10d.5ck.r33689/64341
K 10
gamedlgs.h
V 27
file 197j.5ck.r26905/108948
K 9
gotodlg.c
V 25
file 10e.5ck.r33386/50521
K 9
gotodlg.h
V 25
file 10f.5ck.r19505/20989
K 10
graphics.c
V 23
file 10g.5ck.r34440/681
K 10
graphics.h
V 23
file 10h.5ck.r34440/935
K 12
gtkpixcomm.c
V 24
file 10i.5ck.r34548/3772
K 12
gtkpixcomm.h
V 24
file 10j.5ck.r19779/2644
K 10
gui_main.c
V 25
file 10k.5ck.r34516/59487
K 10
gui_main.h
V 24
file 10l.5ck.r30413/4074
K 11
gui_stuff.c
V 25
file 10m.5ck.r33765/18915
K 11
gui_stuff.h
V 25
file 10n.5ck.r20622/22320
K 11
happiness.c
V 25
file 10o.5ck.r29689/64520
K 11
happiness.h
V 23
file 10p.0.r9577/106064
K 9
helpdlg.c
V 25
file 10q.5ck.r34516/59746
K 9
helpdlg.h
V 23
file 10r.0.r4313/267882
K 10
inputdlg.c
V 25
file 10s.5ck.r19683/46961
K 10
inputdlg.h
V 24
file 10t.5ck.r19651/6762
K 10
inteldlg.c
V 25
file 10u.5ck.r32526/80122
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 12
luaconsole.c
V 25
file 75w.5ck.r30210/37126
K 12
luaconsole.h
V 26
file 75x.5ck.r26905/108333
K 9
mapctrl.c
V 25
file 10v.5ck.r33689/65118
K 9
mapctrl.h
V 25
file 10w.5bk.r14157/11089
K 9
mapview.c
V 24
file 10x.5ck.r34440/1187
K 9
mapview.h
V 24
file 10y.5ck.r17351/2736
K 6
menu.c
V 24
file 10z.5ck.r34368/1186
K 6
menu.h
V 25
file 110.5ck.r16067/65085
K 12
messagedlg.c
V 25
file 111.5ck.r29689/65554
K 12
messagedlg.h
V 22
file 2d2.0.r5989/22693
K 12
messagewin.c
V 25
file 112.5ck.r30210/38157
K 12
messagewin.h
V 25
file 113.5ck.r18082/27153
K 11
optiondlg.c
V 24
file 4js.5ck.r30374/8466
K 11
optiondlg.h
V 25
file 114.5ck.r17037/29773
K 7
pages.c
V 25
file 2pi.5ck.r34516/60004
K 7
pages.h
V 24
file 2pj.5ck.r24718/1982
K 8
plrdlg.c
V 24
file 115.5ck.r31190/3210
K 8
plrdlg.h
V 24
file 116.5ck.r31190/3465
K 10
ratesdlg.h
V 22
file 2d3.0.r5989/22018
K 4
rc2c
V 23
file 117.0.r4313/274431
K 10
repodlgs.c
V 25
file 118.5ck.r33226/61282
K 10
repodlgs.h
V 24
file 119.5ck.r18439/2365
K 11
resources.c
V 26
file 11a.5ck.r19259/423360
K 11
resources.h
V 23
file 11b.5ck.r22128/110
K 14
soundset_dlg.c
V 24
file kcq.5ck.r33330/3300
K 14
spaceshipdlg.c
V 25
file 11c.5ck.r33689/65374
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 23
file 2y8.5ck.r34329/317
K 8
sprite.h
V 23
file 2y9.0.r10141/29270
K 11
theme_dlg.c
V 25
file 47d.5ck.r30210/38933
K 8
themes.c
V 24
file 34x.5ck.r34643/2998
K 13
tileset_dlg.c
V 24
file 45i.5ck.r33330/3558
K 12
unitselect.c
V 25
file 6pa.5ck.r33386/51294
K 12
unitselect.h
V 26
file 6pb.5ck.r26905/107108
K 14
voteinfo_bar.c
V 23
file 4h8.5ck.r30886/128
K 14
voteinfo_bar.h
V 26
file 4h9.5ck.r26905/110792
K 7
wldlg.c
V 25
file 11e.5ck.r33226/61541
K 7
wldlg.h
V 25
file 11f.5ck.r16285/86707
END
ENDREP
id: zs.5ck.r34643/7320
type: dir
pred: zs.5ck.r34601/5456
count: 1989
text: 34643 3251 4056 0 74076d623016184c408082c67b965134
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-2.0
copyroot: 15280 /trunk

id: 34x.5g7.r34643/7561
type: file
pred: 34x.5g7.r34524/7918
count: 25
text: 34643 1128 74 5992 1d80fe8ce1b6828dcf7221702e976d59
props: 10945 10388 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/gui-gtk-3.0/themes.c
copyroot: 19694 /trunk/client/gui-gtk-3.0

PLAIN
K 11
Makefile.am
V 23
file zu.5g7.r33389/7672
K 15
action_dialog.c
V 24
file 36n.5oz.r34040/4955
K 8
canvas.c
V 24
file 2y6.5g7.r31279/6773
K 8
canvas.h
V 25
file 2y7.5g7.r31100/19103
K 10
chatline.c
V 24
file zw.5g7.r33529/53693
K 10
chatline.h
V 23
file zx.5g7.r25812/5717
K 15
choice_dialog.c
V 25
file 377.5g7.r33765/23489
K 15
choice_dialog.h
V 24
file 378.5g7.r31040/7614
K 14
citizensinfo.c
V 24
file 6n1.5g7.r29072/5229
K 14
citizensinfo.h
V 24
file 6n2.5g7.r31040/7889
K 9
citydlg.c
V 23
file zy.5g7.r34438/1532
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 25
file 100.5g7.r34271/47621
K 9
cityrep.h
V 25
file 101.5ck.r18101/91562
K 8
cma_fe.c
V 24
file 102.5g7.r32658/8948
K 8
cma_fe.h
V 25
file 103.5g7.r28713/21190
K 8
colors.c
V 25
file 104.5g7.r33689/70504
K 8
colors.h
V 25
file 105.5g7.r21920/14399
K 12
connectdlg.c
V 25
file 106.5g7.r27275/44221
K 12
connectdlg.h
V 25
file 107.5ck.r19154/49180
K 9
dialogs.c
V 24
file 108.5g7.r34596/8108
K 9
dialogs.h
V 24
file 109.5g7.r31040/8710
K 10
diplodlg.c
V 24
file 10a.5g7.r33014/2718
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 9
editgui.c
V 24
file 4ej.5g7.r34014/2436
K 9
editgui.h
V 24
file 4ek.5g7.r32577/2209
K 10
editprop.c
V 24
file 4el.5g7.r34601/5697
K 10
editprop.h
V 25
file 3bj.5jh.r32441/26601
K 9
finddlg.c
V 25
file 10c.5g7.r32526/85805
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 24
file 10d.5g7.r32597/5220
K 10
gamedlgs.h
V 26
file 197l.5g7.r26905/69711
K 9
gotodlg.c
V 25
file 10e.5g7.r33386/56146
K 9
gotodlg.h
V 25
file 10f.5ck.r19505/20989
K 10
graphics.c
V 24
file 10g.5g7.r34440/5746
K 10
graphics.h
V 24
file 10h.5g7.r34440/6018
K 10
gui_main.c
V 25
file 10k.5g7.r34516/64573
K 10
gui_main.h
V 25
file 10l.5g7.r31100/20765
K 11
gui_stuff.c
V 23
file 10m.5g7.r34245/116
K 11
gui_stuff.h
V 24
file 10n.5g7.r32137/5405
K 11
happiness.c
V 24
file 10o.5g7.r33084/1999
K 11
happiness.h
V 24
file 10p.5g7.r33084/2273
K 9
helpdlg.c
V 24
file 10q.5g7.r34014/2708
K 9
helpdlg.h
V 23
file 10r.0.r4313/267882
K 10
inputdlg.c
V 25
file 10s.5g7.r20464/72142
K 10
inputdlg.h
V 24
file 10t.5ck.r19651/6762
K 10
inteldlg.c
V 25
file 10u.5g7.r32526/86355
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 12
luaconsole.c
V 25
file 76e.5g7.r31040/10626
K 12
luaconsole.h
V 25
file 76f.5g7.r26905/71334
K 9
mapctrl.c
V 25
file 10v.5g7.r33689/71336
K 9
mapctrl.h
V 23
file 10w.5g7.r21978/547
K 9
mapview.c
V 23
file 10x.5g7.r34468/213
K 9
mapview.h
V 24
file 10y.5g7.r34438/2349
K 6
menu.c
V 24
file 10z.5g7.r34368/5747
K 6
menu.h
V 25
file 110.5ck.r16067/65085
K 12
messagedlg.c
V 25
file 111.5g7.r29689/74504
K 12
messagedlg.h
V 22
file 2d2.0.r5989/22693
K 12
messagewin.c
V 25
file 112.5g7.r30413/11680
K 12
messagewin.h
V 25
file 113.5ck.r18082/27153
K 11
optiondlg.c
V 25
file 4js.5g7.r30374/13313
K 11
optiondlg.h
V 25
file 114.5ck.r17037/29773
K 7
pages.c
V 25
file 2pi.5g8.r34516/64852
K 7
pages.h
V 25
file 2pj.5g7.r31040/11459
K 8
plrdlg.c
V 24
file 115.5g7.r31190/8312
K 8
plrdlg.h
V 24
file 116.5g7.r31190/8588
K 10
ratesdlg.h
V 22
file 2d3.0.r5989/22018
K 10
repodlgs.c
V 25
file 118.5g7.r33226/67198
K 10
repodlgs.h
V 24
file 119.5ck.r18439/2365
K 14
soundset_dlg.c
V 24
file cku.5g7.r33330/8121
K 14
spaceshipdlg.c
V 25
file 11c.5g7.r33689/71612
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 24
file 2y8.5g7.r34329/4876
K 8
sprite.h
V 24
file 2y9.5g7.r32148/4416
K 11
theme_dlg.c
V 25
file 47d.5g7.r30413/12243
K 8
themes.c
V 24
file 34x.5g7.r34643/7561
K 13
tileset_dlg.c
V 24
file 45i.5g7.r33330/8398
K 14
transportdlg.c
V 25
file 2gec.5g7.r33917/1451
K 14
transportdlg.h
V 26
file 2gee.5g7.r32487/55664
K 12
unitselect.c
V 24
file 6pa.5g7.r33675/1101
K 12
unitselect.h
V 24
file 6pb.5g7.r33675/1375
K 16
unitselunitdlg.c
V 25
file 2gef.5wy.r33917/1671
K 16
unitselunitdlg.h
V 25
file 2mx8.5g7.r33917/1911
K 14
voteinfo_bar.c
V 25
file 4h8.5g7.r31922/20781
K 14
voteinfo_bar.h
V 25
file 4h9.5g7.r26905/71982
K 7
wldlg.c
V 25
file 11e.5g7.r33226/67702
K 7
wldlg.h
V 25
file 11f.5g7.r31040/13371
END
ENDREP
id: zs.5g7.r34643/11873
type: dir
pred: zs.5g7.r34601/10013
count: 2204
text: 34643 7833 4027 0 f924db822a468e69ceb63e8fb22d40c8
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-3.0
copyroot: 19694 /trunk/client/gui-gtk-3.0

id: 34x.5x8.r34643/12135
type: file
pred: 34x.5x8.r34524/12492
count: 29
text: 34643 1409 74 5924 07ecac786b8cc5d88ad1853b555790fc
props: 10945 10388 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/client/gui-gtk-3.22/themes.c
copyroot: 33982 /trunk/client/gui-gtk-3.22

PLAIN
K 11
Makefile.am
V 24
file zu.5u2.r33389/13006
K 15
action_dialog.c
V 22
file 36n.5xc.r34585/51
K 8
canvas.c
V 25
file 2y6.5x8.r34363/15683
K 8
canvas.h
V 25
file 2y7.5x8.r34363/15960
K 10
chatline.c
V 24
file zw.5x8.r34363/16234
K 10
chatline.h
V 24
file zx.5x8.r34363/16511
K 15
choice_dialog.c
V 25
file 377.5x8.r34363/16786
K 15
choice_dialog.h
V 25
file 378.5x8.r34363/17068
K 14
citizensinfo.c
V 25
file 6n1.5x8.r34363/17348
K 14
citizensinfo.h
V 24
file 6n2.5g7.r31040/7889
K 9
citydlg.c
V 23
file zy.5x8.r34438/6919
K 9
citydlg.h
V 24
file zz.5x8.r34363/17903
K 9
cityrep.c
V 25
file 100.5x8.r34363/18169
K 9
cityrep.h
V 25
file 101.5x8.r34363/18448
K 8
cma_fe.c
V 25
file 102.5x8.r34363/18722
K 8
cma_fe.h
V 25
file 103.5x8.r34363/18998
K 8
colors.c
V 25
file 104.5x8.r34363/19274
K 8
colors.h
V 25
file 105.5x8.r34363/19550
K 12
connectdlg.c
V 25
file 106.5x8.r34363/19822
K 12
connectdlg.h
V 25
file 107.5x8.r34363/20101
K 9
dialogs.c
V 25
file 108.5x8.r34596/12687
K 9
dialogs.h
V 25
file 109.5x8.r34363/20655
K 10
diplodlg.c
V 25
file 10a.5x8.r34363/20930
K 10
diplodlg.h
V 25
file 10b.5x8.r34363/21207
K 9
editgui.c
V 25
file 4ej.5x8.r34363/21482
K 9
editgui.h
V 24
file 4ek.5u2.r32577/7331
K 10
editprop.c
V 25
file 4el.5x8.r34601/10275
K 10
editprop.h
V 25
file 3bj.5xp.r34363/22038
K 9
finddlg.c
V 25
file 10c.5x8.r34363/22333
K 9
finddlg.h
V 25
file 2d0.5x8.r34363/22609
K 10
gamedlgs.c
V 25
file 10d.5x8.r34363/22880
K 10
gamedlgs.h
V 26
file 197l.5x8.r34363/23159
K 9
gotodlg.c
V 25
file 10e.5x8.r34363/23436
K 9
gotodlg.h
V 25
file 10f.5x8.r34363/23715
K 10
graphics.c
V 25
file 10g.5x8.r34440/10863
K 10
graphics.h
V 25
file 10h.5x8.r34440/11140
K 10
gui_main.c
V 25
file 10k.5x8.r34516/69438
K 10
gui_main.h
V 25
file 10l.5x8.r34242/20909
K 11
gui_stuff.c
V 25
file 10m.5x8.r34363/24820
K 11
gui_stuff.h
V 25
file 10n.5x8.r34363/25098
K 11
happiness.c
V 25
file 10o.5x8.r34363/25376
K 11
happiness.h
V 25
file 10p.5x8.r34363/25655
K 9
helpdlg.c
V 25
file 10q.5x8.r34363/25932
K 9
helpdlg.h
V 25
file 10r.5x8.r34363/26210
K 10
inputdlg.c
V 25
file 10s.5x8.r34363/26483
K 10
inputdlg.h
V 25
file 10t.5x8.r34363/26758
K 10
inteldlg.c
V 25
file 10u.5x8.r34363/27032
K 10
inteldlg.h
V 25
file 2d1.5x8.r34363/27309
K 12
luaconsole.c
V 25
file 76e.5x8.r34363/27583
K 12
luaconsole.h
V 25
file 76f.5x8.r34363/27863
K 9
mapctrl.c
V 25
file 10v.5x8.r34363/28140
K 9
mapctrl.h
V 25
file 10w.5x8.r34363/28417
K 9
mapview.c
V 24
file 10x.5x8.r34468/4781
K 9
mapview.h
V 24
file 10y.5x8.r34438/7750
K 6
menu.c
V 25
file 10z.5x8.r34368/10316
K 6
menu.h
V 25
file 110.5x8.r34363/29522
K 12
messagedlg.c
V 25
file 111.5x8.r34363/29793
K 12
messagedlg.h
V 25
file 2d2.5x8.r34363/30072
K 12
messagewin.c
V 25
file 112.5x8.r34363/30346
K 12
messagewin.h
V 25
file 113.5x8.r34363/30626
K 11
optiondlg.c
V 25
file 4js.5x8.r34363/30904
K 11
optiondlg.h
V 25
file 114.5x8.r34363/31183
K 7
pages.c
V 25
file 2pi.5xj.r34516/69717
K 7
pages.h
V 25
file 2pj.5x8.r34363/31741
K 8
plrdlg.c
V 25
file 115.5x8.r34363/32017
K 8
plrdlg.h
V 25
file 116.5x8.r34363/32295
K 10
ratesdlg.h
V 25
file 2d3.5x8.r34363/32570
K 10
repodlgs.c
V 25
file 118.5x8.r34363/32841
K 10
repodlgs.h
V 25
file 119.5x8.r34363/33121
K 14
soundset_dlg.c
V 25
file cku.5x8.r34363/33395
K 14
spaceshipdlg.c
V 25
file 11c.5x8.r34363/33676
K 14
spaceshipdlg.h
V 25
file 11d.5x8.r34363/33957
K 8
sprite.c
V 25
file 2y8.5x8.r34363/34235
K 8
sprite.h
V 25
file 2y9.5x8.r34363/34511
K 11
theme_dlg.c
V 25
file 47d.5x8.r34363/34785
K 8
themes.c
V 25
file 34x.5x8.r34643/12135
K 13
tileset_dlg.c
V 25
file 45i.5x8.r34363/35338
K 14
transportdlg.c
V 26
file 2gef.5x8.r34363/35618
K 14
transportdlg.h
V 26
file 2geh.5x8.r34363/35842
K 12
unitselect.c
V 25
file 6pa.5x8.r34363/36066
K 12
unitselect.h
V 24
file 6pb.5u2.r33675/6562
K 16
unitselunitdlg.c
V 26
file 2gef.5xq.r34363/36345
K 16
unitselunitdlg.h
V 25
file 2mxa.5u2.r33917/7294
K 14
voteinfo_bar.c
V 25
file 4h8.5x8.r34363/36587
K 14
voteinfo_bar.h
V 25
file 4h9.5x8.r34363/36868
K 7
wldlg.c
V 25
file 11e.5x8.r34363/37147
K 7
wldlg.h
V 25
file 11f.5x8.r34363/37422
END
ENDREP
id: zs.5x8.r34643/16506
type: dir
pred: zs.5x8.r34601/14647
count: 2225
text: 34643 12411 4082 0 96fea61bf3d47f4c62eb311e2b56a844
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-3.22
copyroot: 33982 /trunk/client/gui-gtk-3.22

id: 38p.5l8.r34643/16771
type: file
pred: 38p.5l8.r34524/17131
count: 33
text: 34643 1228 31 4628 034b51296e4ef7271990074a40052a90
props: 12670 109742 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /trunk/client/gui-sdl2/themes.c
copyroot: 23136 /trunk/client/gui-sdl2

PLAIN
K 11
Makefile.am
V 25
file 16u.5l8.r32536/27890
K 15
action_dialog.c
V 25
file 3bn.5ox.r34018/36236
K 8
canvas.c
V 25
file 39i.5l8.r32402/35056
K 8
canvas.h
V 25
file 39j.5l8.r32402/35326
K 10
chatline.c
V 25
file 16y.5l8.r33529/66820
K 10
chatline.h
V 23
file 16z.5l8.r33322/315
K 9
citydlg.c
V 23
file 170.5l8.r34344/146
K 9
citydlg.h
V 25
file 171.5l8.r32402/36138
K 9
cityrep.c
V 26
file 172.5l8.r32526/102590
K 9
cityrep.h
V 26
file 173.5ck.r18101/104032
K 8
cma_fe.c
V 26
file 174.5l8.r32526/102861
K 8
cma_fe.h
V 25
file 175.5l8.r27385/13568
K 8
colors.c
V 25
file 176.5l8.r32402/36952
K 8
colors.h
V 25
file 177.5l8.r32402/37222
K 12
connectdlg.c
V 25
file 178.5l8.r32402/37492
K 12
connectdlg.h
V 25
file 179.5l8.r27385/19249
K 9
dialogs.c
V 25
file 17a.5l8.r34596/21796
K 9
dialogs.h
V 25
file 17b.5l8.r32402/38041
K 10
diplodlg.c
V 25
file 17c.5l8.r34304/23465
K 10
diplodlg.h
V 25
file 17d.5l8.r27385/19789
K 9
finddlg.c
V 26
file 17e.5l8.r32526/103679
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 22
file 17f.5l8.r33878/77
K 9
gotodlg.h
V 25
file 17g.5l8.r27385/17910
K 10
graphics.c
V 25
file 17h.5l8.r34516/78570
K 10
graphics.h
V 23
file 17i.5l8.r34403/491
K 11
gui_iconv.c
V 25
file 17l.5l8.r32402/39677
K 11
gui_iconv.h
V 25
file 17m.5l8.r32402/39950
K 8
gui_id.h
V 23
file 17n.5l8.r31891/846
K 10
gui_main.c
V 25
file 17o.5l8.r33653/21575
K 10
gui_main.h
V 25
file 17p.5l8.r33386/66694
K 11
gui_mouse.c
V 25
file 3ca.5l8.r32402/40766
K 11
gui_mouse.h
V 24
file 3cb.0.r12670/112397
K 12
gui_string.c
V 25
file 17r.5l8.r32402/41038
K 12
gui_string.h
V 25
file 17s.5l8.r32402/41312
K 14
gui_tilespec.c
V 25
file 191.5l8.r33689/87526
K 14
gui_tilespec.h
V 25
file 192.5l8.r33226/82519
K 9
helpdlg.c
V 25
file 17z.5l8.r33765/34257
K 9
helpdlg.h
V 24
file 180.5l8.r31891/1379
K 10
inteldlg.c
V 26
file 183.5l8.r32526/104222
K 10
inteldlg.h
V 25
file 2d9.5l8.r27385/10613
K 12
luaconsole.c
V 26
file 768.5l8.r26905/126647
K 12
luaconsole.h
V 26
file 769.5l8.r26905/126964
K 9
mapctrl.c
V 25
file 184.5l8.r34084/59147
K 9
mapctrl.h
V 25
file 185.5l8.r32402/42950
K 9
mapview.c
V 25
file 186.5l8.r34516/78841
K 9
mapview.h
V 25
file 187.5l8.r32402/43494
K 6
menu.c
V 25
file 188.5l8.r34084/59417
K 6
menu.h
V 25
file 189.5l8.r27385/18174
K 12
messagedlg.c
V 26
file 18a.5ck.r19259/474489
K 12
messagedlg.h
V 25
file 2da.5l8.r27385/18982
K 12
messagewin.c
V 23
file 18b.5l8.r33322/580
K 12
messagewin.h
V 25
file 18c.5ck.r18082/39362
K 11
optiondlg.c
V 25
file 18d.5l8.r32402/44308
K 11
optiondlg.h
V 24
file 18e.5l8.r28841/9123
K 7
pages.c
V 23
file 2qg.5l8.r33322/850
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 25
file 18f.5l8.r32402/44580
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 25
file 2db.5l8.r27385/10877
K 10
repodlgs.c
V 25
file 18i.5l8.r32402/44851
K 10
repodlgs.h
V 25
file 18j.5l8.r32402/45122
K 14
spaceshipdlg.c
V 26
file 18m.5l8.r29668/138008
K 14
spaceshipdlg.h
V 25
file 18n.5l8.r27385/13298
K 8
sprite.c
V 25
file 39k.5l8.r32402/45393
K 8
sprite.h
V 25
file 39l.5l8.r27385/11141
K 18
themebackgrounds.c
V 24
file 3ff.5l8.r29461/2276
K 18
themebackgrounds.h
V 25
file 3fg.5l8.r32402/45663
K 13
themecolors.c
V 24
file 392.5l8.r29461/2551
K 13
themecolors.h
V 25
file 393.5l8.r27385/12215
K 8
themes.c
V 25
file 38p.5l8.r34643/16771
K 11
themespec.c
V 23
file 390.5l8.r34360/557
K 11
themespec.h
V 24
file 391.5l8.r29983/7581
K 11
unistring.c
V 25
file 18o.5l8.r32402/45941
K 11
unistring.h
V 25
file 18p.5l8.r32402/46213
K 12
utf8string.c
V 26
file 1l7w.5l8.r32402/46484
K 12
utf8string.h
V 26
file 1l7y.5l8.r32402/46758
K 14
voteinfo_bar.c
V 26
file 4ha.5l8.r26905/127282
K 14
voteinfo_bar.h
V 26
file 4hb.5l8.r26905/127601
K 8
widget.c
V 25
file 3fu.5l8.r32402/47032
K 8
widget.h
V 26
file 3fv.5l8.r29668/138556
K 15
widget_button.c
V 25
file 3fh.5l8.r32402/47302
K 15
widget_button.h
V 24
file 3g7.5l8.r29697/7622
K 17
widget_checkbox.c
V 25
file 3fi.5l8.r32402/47580
K 17
widget_checkbox.h
V 25
file 3g8.5l8.r29580/14508
K 14
widget_combo.c
V 25
file 4k3.5l8.r32402/47859
K 14
widget_combo.h
V 26
file 4k4.5l8.r27997/208928
K 13
widget_core.c
V 25
file 3fj.5l8.r32402/48135
K 13
widget_edit.c
V 23
file 3fk.5l8.r33779/256
K 13
widget_edit.h
V 26
file 3g9.5l8.r27997/210605
K 13
widget_icon.c
V 23
file 3fl.5l8.r33779/525
K 13
widget_icon.h
V 25
file 3ga.5l8.r27385/19517
K 14
widget_label.c
V 25
file 3fm.5l8.r32402/48960
K 14
widget_label.h
V 26
file 3gb.5l8.r27997/204527
K 10
widget_p.h
V 26
file 3fn.5l8.r29668/139941
K 18
widget_scrollbar.c
V 23
file 3fo.5lj.r33779/795
K 18
widget_scrollbar.h
V 25
file 3gc.5l8.r27385/14638
K 15
widget_window.c
V 25
file 3fp.5l8.r32402/49535
K 15
widget_window.h
V 26
file 3gd.5l8.r27997/203147
K 7
wldlg.c
V 23
file 18q.5l8.r33107/257
K 7
wldlg.h
V 26
file 18r.5l8.r29668/141067
END
ENDREP
id: 16t.5l8.r34643/21847
type: dir
pred: 16t.5l8.r34596/26878
count: 1118
text: 34643 17039 4795 0 dd65519a98c8ba7eecc64de5d82930a9
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-sdl2
copyroot: 23136 /trunk/client/gui-sdl2

PLAIN
K 11
Makefile.am
V 23
file 5f.5ck.r34163/4810
K 6
agents
V 22
dir zf.5ck.r34598/1217
K 11
attribute.c
V 24
file xh.5ck.r28218/30713
K 11
attribute.h
V 24
file xi.5ck.r18863/23649
K 7
audio.c
V 22
file 139.5ck.r34470/49
K 7
audio.h
V 25
file 13a.5ck.r31663/17756
K 12
audio_none.c
V 25
file 13d.5ck.r24916/15731
K 12
audio_none.h
V 25
file 13e.5ck.r18863/20841
K 11
audio_sdl.c
V 24
file 13f.5ck.r33312/2269
K 11
audio_sdl.h
V 25
file 13g.5ck.r18863/23885
K 17
chatline_common.c
V 23
file 14q.5ck.r31577/631
K 17
chatline_common.h
V 23
file 14r.5ck.r31577/881
K 16
citydlg_common.c
V 21
file z4.5ck.r33788/68
K 16
citydlg_common.h
V 24
file z5.5ck.r32721/48869
K 13
cityrepdata.c
V 24
file mb.5ck.r34271/42557
K 13
cityrepdata.h
V 24
file mc.5ck.r34271/42807
K 13
client_main.c
V 23
file 2f.5cp.r34101/2959
K 13
client_main.h
V 23
file hz.5cq.r33653/3811
K 8
climap.c
V 24
file 197.5ck.r20232/3008
K 8
climap.h
V 23
file 198.5ck.r32540/658
K 9
climisc.c
V 21
file d5.5ck.r33583/96
K 9
climisc.h
V 22
file i0.5ck.r33583/334
K 8
clinet.c
V 23
file hc.5ck.r33478/2436
K 8
clinet.h
V 24
file i1.5ck.r18863/24866
K 15
colors_common.c
V 24
file 33a.5ck.r34548/3527
K 15
colors_common.h
V 25
file 33b.5ck.r31848/23505
K 19
connectdlg_common.c
V 24
file 2fw.5ck.r33547/5741
K 19
connectdlg_common.h
V 22
file 2fx.5ck.r31709/95
K 9
control.c
V 24
file gz.5ck.r34516/59002
K 9
control.h
V 23
file i2.5ck.r33542/3572
K 7
dummy.c
V 26
file 4f9.5ck.r26905/141682
K 12
dummycxx.cpp
V 26
file 6kr.5ck.r26905/106211
K 8
editor.c
V 24
file 3bg.5ck.r33144/4965
K 8
editor.h
V 23
file 3bh.5ck.r32374/890
K 17
global_worklist.c
V 25
file 4i6.5ck.r32721/49607
K 17
global_worklist.h
V 26
file 4i7.5ck.r26905/126022
K 6
goto.c
V 24
file vu.5ck.r34516/59245
K 6
goto.h
V 22
file vv.5ck.r31300/734
K 11
gui-gtk-2.0
V 22
dir zs.5ck.r34643/7320
K 11
gui-gtk-3.0
V 23
dir zs.5g7.r34643/11873
K 12
gui-gtk-3.22
V 23
dir zs.5x8.r34643/16506
K 6
gui-qt
V 23
dir 6ie.5ck.r34642/7510
K 8
gui-sdl2
V 24
dir 16t.5l8.r34643/21847
K 8
gui-stub
V 22
dir mh.5ck.r34632/3235
K 14
gui_cbsetter.c
V 24
file a3c.5ck.r34632/3472
K 14
gui_cbsetter.h
V 25
file a3d.5ck.r32487/79303
K 15
gui_interface.c
V 25
file 6jm.5ir.r34596/30348
K 15
gui_interface.h
V 25
file 6jn.5is.r34596/30623
K 10
helpdata.c
V 23
file h1.5ck.r34549/8817
K 10
helpdata.h
V 24
file i3.5ck.r33953/21730
K 7
include
V 23
dir b8.5ck.r34596/32762
K 19
luaconsole_common.c
V 26
file 75z.5ck.r26905/100821
K 19
luaconsole_common.h
V 26
file 760.5ck.r26905/106500
K 9
luascript
V 24
dir 761.5ck.r32536/37000
K 16
mapctrl_common.c
V 25
file 15m.5ck.r33549/19683
K 16
mapctrl_common.h
V 24
file 15n.5ck.r32343/1012
K 16
mapview_common.c
V 22
file z2.5ck.r33929/164
K 16
mapview_common.h
V 21
file z3.5ck.r32427/66
K 19
messagewin_common.c
V 24
file 14s.5ck.r33325/9366
K 19
messagewin_common.h
V 24
file 14t.5ck.r33325/9620
K 7
music.c
V 25
file zmc.5ck.r30210/64954
K 7
music.h
V 25
file zme.5ck.r27127/11513
K 9
options.c
V 22
file dc.5ck.r34425/285
K 9
options.h
V 22
file i4.5ck.r34425/523
K 17
overview_common.c
V 25
file 2yk.5ck.r33483/57541
K 17
overview_common.h
V 24
file 2yl.5ck.r29833/4964
K 10
packhand.c
V 23
file n.5ck.r34596/33000
K 10
packhand.h
V 24
file i5.5ck.r18863/20596
K 15
plrdlg_common.c
V 25
file 14u.5ck.r30328/73502
K 15
plrdlg_common.h
V 25
file 14v.5ck.r18863/21328
K 17
repodlgs_common.c
V 25
file 11i.5ck.r30568/61953
K 17
repodlgs_common.h
V 25
file 11j.5ck.r19589/11861
K 9
reqtree.c
V 25
file 2ym.5ck.r33226/87883
K 9
reqtree.h
V 24
file 2yn.5ck.r24150/6004
K 9
servers.c
V 25
file 33x.5ck.r33529/78031
K 9
servers.h
V 25
file 33y.5ck.r20478/36372
K 6
text.c
V 25
file 2g3.5ck.r33908/24993
K 6
text.h
V 24
file 2g4.5ck.r32343/1257
K 15
themes_common.c
V 25
file 352.5ck.r31663/18995
K 15
themes_common.h
V 25
file 353.5ck.r31663/19241
K 10
tilespec.c
V 23
file hl.5ck.r34431/3007
K 10
tilespec.h
V 22
file i6.5ck.r34355/804
K 19
unitselect_common.c
V 26
file 76v.5ck.r30060/143258
K 19
unitselect_common.h
V 26
file 76w.5ck.r26905/117548
K 14
update_queue.c
V 25
file 4jw.5ck.r33575/26601
K 14
update_queue.h
V 25
file 4jx.5ck.r33575/26850
K 10
voteinfo.c
V 25
file 4fe.5ck.r30210/66670
K 10
voteinfo.h
V 26
file 4ff.5ck.r26905/142263
K 6
zoom.c
V 24
file 2120.5ck.r33335/200
K 6
zoom.h
V 25
file 2122.5ck.r30913/1856
END
ENDREP
id: d.5ck.r34643/26396
type: dir
pred: d.5ck.r34642/12037
count: 7628
text: 34643 22106 4277 0 d8fe0e8bcda3e81ab84124c4cc292ed0
props: 28036 11094 400 0 bbe1d6769a94f3af2a54f7dc91fc9c71
cpath: /trunk/client
copyroot: 15280 /trunk

id: 2gg.5ck.r34643/26627
type: file
pred: 2gg.5ck.r33123/76
count: 41
text: 34643 1342 43 1677 a582b19bf9ca2756cbf22c3b815f88aa
props: 10768 10862 110 0 2297367bb62237eae251d6a189335c2c
cpath: /trunk/utility/Makefile.am
copyroot: 15280 /trunk

id: 2vfu.5ck.r34643/26871
type: file
count: 0
text: 34643 1559 1377 1363 435a1664c9b836924c6ab784a1c4296a
cpath: /trunk/utility/fc_dirent.c
copyroot: 15280 /trunk

id: 2vfw.5ck.r34643/27035
type: file
count: 0
text: 34643 0 1015 1001 a68d20f50a4762f05d9bce12c78f9bd4
cpath: /trunk/utility/fc_dirent.h
copyroot: 15280 /trunk

id: 55.5ck.r34643/27196
type: file
pred: 55.5ck.r34602/70
count: 235
text: 34643 1287 31 69318 591d81ab0451a603b94933271aa900ee
props: 10717 469 112 0 62f136c4e8601b29898c811272b88b7d
cpath: /trunk/utility/shared.c
copyroot: 15280 /trunk

id: m9.5ck.r34643/27435
type: file
pred: m9.5ck.r33948/2876
count: 87
text: 34643 1510 23 38373 38cbc0dc02aff16c38128daa1ddc7a24
props: 10006 230 111 0 b4233197920770c602c29330b7f7c623
cpath: /trunk/utility/support.c
copyroot: 15280 /trunk

id: ma.5ck.r34643/27676
type: file
pred: ma.5ck.r34524/27974
count: 58
text: 34643 2949 25 5864 8ec0325427635351b9fad0bf5cfa745f
props: 7602 5819 111 0 df9f31216c5039327c376b7fe82756f5
cpath: /trunk/utility/support.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 2gg.5ck.r34643/26627
K 9
astring.c
V 23
file h5.5ck.r31574/1812
K 9
astring.h
V 23
file h6.5ck.r20479/1668
K 11
bitvector.c
V 25
file 4un.5ck.r31685/19478
K 11
bitvector.h
V 25
file 4uo.5ck.r33725/43819
K 12
capability.c
V 24
file 7p.5ck.r31685/19723
K 12
capability.h
V 24
file 7q.5ck.r18858/85852
K 14
deprecations.c
V 23
file 2bun.5ck.r32382/69
K 14
deprecations.h
V 26
file 2bup.5ck.r32112/41087
K 12
distribute.c
V 25
file 2lp.5ck.r33386/96032
K 12
distribute.h
V 25
file 2lq.5ck.r18858/87951
K 12
fc_cmdline.c
V 26
file 2jx0.5ck.r33059/45952
K 12
fc_cmdline.h
V 26
file 2jx2.5ck.r33059/46146
K 11
fc_dirent.c
V 26
file 2vfu.5ck.r34643/26871
K 11
fc_dirent.h
V 26
file 2vfw.5ck.r34643/27035
K 12
fc_prehdrs.h
V 25
file 29ps.5ck.r31574/2053
K 9
fc_utf8.c
V 23
file 4ku.5ck.r26944/198
K 9
fc_utf8.h
V 25
file 4kv.5ck.r26905/46695
K 13
fcbacktrace.c
V 25
file 731.5ck.r33386/96278
K 13
fcbacktrace.h
V 23
file 732.5ck.r31451/150
K 9
fciconv.c
V 25
file 2g7.5ck.r33386/96527
K 9
fciconv.h
V 25
file 2g8.5ck.r18858/89144
K 8
fcintl.c
V 21
file k3.5ck.r32929/49
K 8
fcintl.h
V 23
file fw.5ck.r32634/1508
K 10
fcthread.c
V 25
file 6hv.5ck.r27705/54306
K 10
fcthread.h
V 25
file 6hw.5ck.r31685/20211
K 20
generate_specenum.py
V 22
file 4ia.5ck.r30101/51
K 9
genhash.c
V 25
file 57v.5ck.r33386/96775
K 9
genhash.h
V 25
file 57w.5ck.r26905/43784
K 9
genlist.c
V 23
file 51.5ck.r32066/1065
K 9
genlist.h
V 23
file 52.5ck.r32066/1307
K 11
inputfile.c
V 25
file h9.5ck.r34516/106012
K 11
inputfile.h
V 24
file ha.5ck.r31200/34806
K 5
ioz.c
V 23
file uh.5ck.r32447/7180
K 5
ioz.h
V 24
file ui.5ck.r29107/16532
K 10
iterator.c
V 25
file 4h5.5ck.r26905/44951
K 10
iterator.h
V 25
file 4f3.5ck.r26905/45830
K 5
log.c
V 24
file 53.5ck.r33725/44310
K 5
log.h
V 22
file 54.5ck.r32419/386
K 5
md5.c
V 22
file 33q.5ck.r25082/54
K 5
md5.h
V 25
file 33r.5ck.r19849/16287
K 5
mem.c
V 22
file d9.5ck.r34444/307
K 5
mem.h
V 24
file da.5ck.r33725/44545
K 11
net_types.h
V 24
file 2a0n.5ck.r31691/178
K 9
netfile.c
V 24
file 6m8.5ck.r33292/3580
K 9
netfile.h
V 25
file 6m9.5ck.r26905/41734
K 9
netintf.c
V 22
file t6.5ck.r33593/145
K 9
netintf.h
V 22
file t7.5ck.r33586/202
K 6
rand.c
V 24
file m5.5ck.r33765/57881
K 6
rand.h
V 22
file m6.5ck.r29825/385
K 10
registry.c
V 23
file agw.5ck.r33992/271
K 10
registry.h
V 25
file 7po.5ck.r26905/40851
K 14
registry_ini.c
V 23
file dh.5io.r33948/2356
K 14
registry_ini.h
V 22
file di.5ip.r32009/994
K 14
registry_xml.c
V 26
file 16x3.5ck.r32858/18429
K 14
registry_xml.h
V 25
file 16x5.5ck.r31687/1825
K 14
section_file.c
V 24
file bw9.5ck.r33948/2629
K 14
section_file.h
V 24
file axo.5ck.r31643/3842
K 8
shared.c
V 24
file 55.5ck.r34643/27196
K 8
shared.h
V 22
file 1d.5ck.r33368/333
K 10
spechash.h
V 25
file 57x.5ck.r26905/46987
K 10
speclist.h
V 22
file gb.5ck.r31489/171
K 8
specpq.h
V 26
file 1brp.5ck.r26905/42320
K 9
specvec.h
V 23
file z9.5ck.r34165/1018
K 15
string_vector.c
V 23
file 4hy.5ck.r34094/558
K 15
string_vector.h
V 23
file 4hz.5ck.r34094/804
K 9
support.c
V 24
file m9.5ck.r34643/27435
K 9
support.h
V 24
file ma.5ck.r34643/27676
K 8
timing.c
V 25
file el.5ck.r34516/106504
K 8
timing.h
V 24
file em.5ck.r28012/43360
END
ENDREP
id: 1c.5ck.r34643/31121
type: dir
pred: 1c.5ck.r34602/3405
count: 1046
text: 34643 27917 3191 0 6934b5e3142250e119c3e9bfc8fa6909
props: 17175 331 84 0 5447a85ba28edec0d4a8f6120070e2b2
cpath: /trunk/utility
copyroot: 15280 /trunk

PLAIN
K 9
ABOUT-NLS
V 24
file fu.5ck.r33136/31347
K 7
AUTHORS
V 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 22
file 1h.5ck.r29454/952
K 9
ChangeLog
V 26
file 6l.5ck.r31297/7697235
K 7
INSTALL
V 21
file 6.5ck.r34244/281
K 11
Makefile.am
V 23
file 59.5ck.r34099/1112
K 4
NEWS
V 24
file 6m.5ck.r25634/30702
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 21
dir 8.5ck.r34582/5904
K 10
autogen.sh
V 23
file 12o.5ck.r33470/442
K 9
bootstrap
V 23
dir 2p5.5ck.r34163/4577
K 6
client
V 22
dir d.5ck.r34643/26396
K 6
common
V 21
dir p.5ck.r34604/5672
K 12
configure.ac
V 23
file 149.5ck.r34605/236
K 4
data
V 23
dir w.5ck.r34535/156897
K 12
dependencies
V 23
dir 2yu.5ck.r34342/3546
K 3
doc
V 22
dir k7.5ck.r34636/4556
K 10
fc_version
V 25
file 2lo.5en.r34494/38830
K 11
gen_headers
V 23
dir 1hsw.5ck.r34605/792
K 3
lua
V 24
dir 2c5e.5ck.r31919/4841
K 2
m4
V 23
dir 12p.5ck.r34489/5086
K 7
scripts
V 23
dir 2yo.5ck.r31852/3843
K 6
server
V 22
dir z.5ck.r34622/13068
K 5
tests
V 22
dir 2g9.5ck.r32361/591
K 5
tools
V 24
dir 4pj.5js.r34494/45704
K 12
translations
V 25
dir t0a.5ck.r34574/126507
K 7
utility
V 23
dir 1c.5ck.r34643/31121
K 7
windows
V 23
dir 2eu.5x1.r34561/1072
END
ENDREP
id: 3.5ck.r34643/32524
type: dir
pred: 3.5ck.r34642/13438
count: 22341
text: 34643 31351 1160 0 39943f20c5dc35442b1dc3e6c8a8e86d
props: 28036 14655 292 0 9e1d5de0253c723466868990c52c129f
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 20
dir 1.0.r34641/13983
K 4
tags
V 19
dir 2.0.r34572/6701
K 5
trunk
V 22
dir 3.5ck.r34643/32524
K 7
website
V 20
dir 3ge.0.r34597/802
END
ENDREP
id: 0.0.r34643/32915
type: dir
pred: 0.0.r34642/13829
count: 34643
text: 34643 32749 153 0 9e06d2d65ff02d940ebd27f160e1637a
cpath: /
copyroot: 0 /

34x.5ck.t34642-1 modify true false /trunk/client/gui-gtk-2.0/themes.c

34x.5g7.t34642-1 modify true false /trunk/client/gui-gtk-3.0/themes.c

34x.5x8.t34642-1 modify true false /trunk/client/gui-gtk-3.22/themes.c

38p.5l8.t34642-1 modify true false /trunk/client/gui-sdl2/themes.c

2gg.5ck.t34642-1 modify true false /trunk/utility/Makefile.am

_2.5ck.t34642-1 add true false /trunk/utility/fc_dirent.c

_4.5ck.t34642-1 add true false /trunk/utility/fc_dirent.h

55.5ck.t34642-1 modify true false /trunk/utility/shared.c

m9.5ck.t34642-1 modify true false /trunk/utility/support.c

ma.5ck.t34642-1 modify true false /trunk/utility/support.h


32915 33063
