DELTA 458646 1145 87 SVNE*)D Ud o`3Bt+n,33.9.1:docs PKGNAMEPREFIX= rexx- DISTNAME= regina-rexx${DISTNAMELDCONFIG= yes USE_RC_SUBR= rxstack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-addon-dir=${PREFIX}/lib/Regina-REXX/addons CONFIGURE_ENV= ac_cv_c_char_unsigned=yes MAKE_JOBS_UNSAFE= yes CONFLICTS= rexx-imc-[0-0]* oorexx-[0-9]*post-stage: @${LN} -f ${STAGEDIR}/${PREFIX}/man/man1/regina.1.gz \ ${STAGEDIR}/${PREFIX}/man/man1/rexx.1.gzENDREP DELTA 421087 642 457 SVN77 ( &3&610659498 SHA256 (regina/regina-rexx-3.9.3.tar.gz) = 1712aabee5978fdf57aeac82cd5a1a112b8980db8c5d7d045523f6a8b74b0531 SIZE (regina/regina-rexx-3.9.3.tar.gz) = 2672320ENDREP DELTA 421087 1417 332 SVN<okSwAfAm9-10-06 06:19:40 UTC +++ builtin.c @@ -1037,7 +1037,7 @@ streng *std_time( tsd_t *TSD, cparamboxptr parms )6,7 +1066,7 @@ streng *std_time( tsd_t *TSD, cparamboxptr parms )2,7 +1302,7 @@ streng *std_date( tsd_t *TSD, cparamboxptr parms )ENDREP DELTA 458638 61 365 SVNSJ:dC) vR9-10-06 06:19:40 UTC +++ configure @@ -3521,13 +352186,6 +629710,7 +872360,7 +9480ENDREP DELTA 421087 2044 494 SVNJOIHsEGrFEqa18a17a1.a1=b0-pGǤB@$w\;S?BR֬ҤڊK0XeWG)loq^o̯p7Lg?lNpV䫲\,hü!UL!a;f{HFx '|Zu޴V:]7c@t*#Mקy9 S^C;^Q 2 O 5J8:x ā?c (SkρUo M\S7#aj3ӶW޶Go)xu~HXse-ݖt1[D5Q{nk?p@hϜцޱ^n9w٭Y N#;Em j>(z~~E<<6k߻m$(7ZflazAgYr(ާt%떔p1@`:72hy,6RkrDK\앗CQHT܄_@:\>8WOʹa \@p&u܁j5B ˽ujNVgl$pE& \Ud2Bl$#];eFH%*B!}YL3KSENDREP DELTA 421087 2551 284 SVN  nmum9-10-06 06:09:39 UTC +++ options.c @@ -125,7 +125,7 @@ void do_options( const tsd_t *TSD, proclevel pl, strenENDREP DELTA 421087 2848 655 SVNX.9-10-06 06:09:42ENDREP DELTA 421087 3516 260 SVNss!B19-10-06 06:19:40ENDREP DELTA 421087 3789 213 SVND j -Xh9-10-06 06:19:40@@ -547,10 +548,10 @@ rxfunc(sysqueryprocess) result->strlength = 6; } else if (!strcmp(arg, "PTIME")) { - result->strlength = sprintf(result->strptr, "%lu", clock()); + result->strlength = sprintf(result->strptr, "%u", clock()); } else if (!strcmp(arg, "TTIME")) { - result->strlength = sprintf(result->strptr, "%lu", clock()); + result->strlength = sprintf(result->strptr, "%u", clock()); } else return BADARGS; ENDREP DELTA 421087 4015 453 SVN//#{419-10-06 06:09:42ENDREP DELTA 421087 4481 499 SVN#E 8 "6mU69-10-06 06:19:40 UTC +++ regutil/regscreenux.c @@ -21,6 +21,9 @@ * $Header: /opt/cvs/Regina/regutil/regscreenux.c,v 1.10 2016/01/20 00:07:46 mark Exp $ */ #include "regutil.h" +ENDREP DELTA 421087 4993 280 SVNAO  W.<9-10-06 06:09:42igned long preENDREP DELTA 421087 5286 284 SVN % !k0[0$9-10-06 06:19:45 2019/07/03 22:39:28ENDREP DELTA 421087 5583 424 SVN$  X-9-10-06 06:09:4 char *name )ENDREP DELTA 421087 6020 732 SVNfG8o}wG-QNJB$x^TMo0 WpRرڒ Cvii Ŧ!I2lɭ5aa>D E>>"'0cp2iy(u} pfϞZEl}eQFF)Wи%* u`?3EY5gǨОΜ~y1*6 Z,x?{1>G4lᬻn]\/ưX x5./ð~qQ`Q,ENDREP DELTA SVN///x^_k0şOq(ʠc}gq1]S26@M8p dZ] ]1"fo/}b$-([(\̈p`tx966A Yk wu] ,m&- 9dyeW> Ps*sǵT5?~'H)}@?b|O&GGHJ-Բpp1ϗBTZ􄣞pt+~r4vfF 5/ RL>LENDREP DELTA 421087 6765 337 SVN@N nmKum9-10-06 06:09:40 UTC +++ strmath.c @@ -296,7 +296,7 @@ int descr_to_int( const tsd_t *TSD, const num_descr *iENDREP DELTA SVN--- threader.c.orig 2021-01-14 22:06:20 UTC +++ threader.c @@ -22,6 +22,9 @@ * * This example works with Win32 as with OS/2 or Posix threads. */ + +#pragma clang diagnostic ignored "-Wint-to-void-pointer-cast" + #include #include #include ENDREP DELTA SVN5755--- yaccsrc.c.orig 2021-01-14 22:34:08 UTC +++ yaccsrc.c @@ -96,6 +96,8 @@ static char *RCSid = "$Id: yaccsrc.c,v 1.47 2019/04/06 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#pragma clang diagnostic ignored "-Wint-to-pointer-cast" + #include "rexx.h" #include ENDREP DELTA SVN5755--- yaccsrc.y.orig 2021-01-14 22:26:31 UTC +++ yaccsrc.y @@ -23,6 +23,8 @@ static char *RCSid = "$Id: yaccsrc.y,v 1.44 2019/04/06 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#pragma clang diagnostic ignored "-Wint-to-pointer-cast" + #include "rexx.h" #include ENDREP DELTA 448258 175 25 SVN4  `6_libdata/pkgconfig/libregina.pcENDREP id: 5-93554.0.r561960/5803 type: file pred: 5-93554.0.r458646/501635 count: 31 text: 561960 0 454 1565 afcf95cee7f5973e52570e088390e129 898aa53b1fea0479481022b4b8319124d27460a8 561959-c1m0/_4 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/rexx-regina/Makefile copyroot: 0 / id: 8-93554.0.r561960/6105 type: file pred: 8-93554.0.r421087/7747 count: 12 text: 561960 482 191 439 a377c98ef5076a28a5baea3d85d886eb 84705c4310f218941e7222dfcb183323137edb50 561959-c1m0/_5 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/distinfo copyroot: 0 / id: 9-421087.0.r561960/6407 type: file pred: 9-421087.0.r421087/8338 count: 1 text: 561960 701 274 1084 b91c28acd90da8ad7130e12d52fba36c 02b728b15761c689163bc0f14e01858e2f2c1846 561959-c1m0/_7 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-builtin.c copyroot: 0 / id: 6-312857.0.r561960/6724 type: file pred: 6-312857.0.r458638/755 count: 8 text: 561960 1004 120 2307 e349446d58a49977024c9948d74a4f75 9d7b22163fe76df2c3b2e6879fde0c7d2b5ac002 561959-c1m0/_8 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-configure copyroot: 0 / id: c-421087.0.r561960/7041 type: file pred: c-421087.0.r421087/8943 count: 1 text: 561960 1151 1061 6430 9de271bf13da636531789a7ca03e919b ca39982c12f144503c164fb9b65ecf97323a7e8e 561959-c1m0/_9 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-files.c copyroot: 0 / id: e-421087.0.r561960/7358 type: file pred: e-421087.0.r421087/9229 count: 1 text: 561960 2241 130 281 bda362aa31a2c11b8cafc076dfaf0dfe 99f14a97a15edeb59b9c528781d61cebadd0b928 561959-c1m0/_a props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-options.c copyroot: 0 / id: g-421087.0.r561960/7675 type: file pred: g-421087.0.r421087/9516 count: 1 text: 561960 2400 36 1414 42de81d76d098e8914a288d3aad4290c 5d98b6f0e0decf6e0447238e76d587f440fc65d4 561959-c1m0/_b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_inifile.c copyroot: 0 / id: i-421087.0.r561960/8000 type: file pred: i-421087.0.r421087/9812 count: 1 text: 561960 2465 36 243 d83a1347fb31b8c3351bf513b14e4b0d ae66b97d35ed561696fcdf4034503575a46143ba 561959-c1m0/_c props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regfilesys.c copyroot: 0 / id: k-421087.0.r561960/8327 type: file pred: k-421087.0.r421087/10110 count: 1 text: 561960 2530 513 668 dcadf66ef836328025de570f70d9f38c 81929ba0c35fc48fc48274d689e606d8dbad81b2 561959-c1m0/_d props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regini.c copyroot: 0 / id: m-421087.0.r561960/8652 type: file pred: m-421087.0.r421087/10405 count: 1 text: 561960 3072 37 1711 308529b8162003dd418921e5e22e397e e67b2117b71d1d0c154b33ce316e8a6e7a4213e9 561959-c1m0/_e props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regmacrospace.c copyroot: 0 / id: o-421087.0.r561960/8984 type: file pred: o-421087.0.r421087/10708 count: 1 text: 561960 3138 206 325 f34776883c658162ff05dc9154357ad8 fb45524e740e1cd4a79217e02b2c04f8f3843586 561959-c1m0/_f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regscreenux.c copyroot: 0 / id: q-421087.0.r561960/9314 type: file pred: q-421087.0.r421087/11009 count: 1 text: 561960 3373 55 591 0174d64adec290354972ab989b33b589 ad70ddab36c46b874926a2360e09de7cc6c2635c 561959-c1m0/_g props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regtrig.c copyroot: 0 / id: s-421087.0.r561960/9639 type: file pred: s-421087.0.r421087/11305 count: 1 text: 561960 3457 60 267 9ca7e368c55b8bb41714d5bbbc79db9d 6cd1c1d8de02cc39cde70c1febf67c18910f1ad0 561959-c1m0/_h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regunicode.c copyroot: 0 / id: u-421087.0.r561960/9967 type: file pred: u-421087.0.r421087/11604 count: 1 text: 561960 3546 53 420 7640b61edc5cf86f1762411ef8d098cb a1d3a9184c0ef9d55e8920085df80167712de1db 561959-c1m0/_i props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-regutil_regutil.c copyroot: 0 / id: w-421087.0.r561960/10292 type: file pred: w-421087.0.r421087/11900 count: 1 text: 561960 3628 610 3271 22f5c69b40eed8ea0babfba370a81dc3 dec87bf428e927bfb8050f5e1556f839ab923bb3 561959-c1m0/_j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-rxstack.c copyroot: 0 / id: k-561960.0.r561960/10612 type: file count: 0 text: 561960 4267 296 815 bd949319e72dd0cd0a988c59e4966bc4 afffc76550db9aca853b23dd88518498cce13010 561959-c1m0/_l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-stack.c copyroot: 0 / id: y-421087.0.r561960/10898 type: file pred: y-421087.0.r421087/12189 count: 1 text: 561960 4576 130 334 4f044ab9dcbc7493463833c9510ecbaf dbf4b924ebb3bf07aa39c18040a92934e549c0fc 561959-c1m0/_m props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-strmath.c copyroot: 0 / id: n-561960.0.r561960/11217 type: file count: 0 text: 561960 4735 297 280 cee61c951b7caa45c9ae31a203ecf1bc 83b362a938b9ceaf1aa9da556bd5bfe98d0403cc 561959-c1m0/_o props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-threader.c copyroot: 0 / id: p-561960.0.r561960/11506 type: file count: 0 text: 561960 5045 326 309 ca545f3d1b857f9db71be8d502b4de63 e2ae9eee96343593fcd0d80711b1b7aaf0625bcd 561959-c1m0/_q props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-yaccsrc.c copyroot: 0 / id: r-561960.0.r561960/11794 type: file count: 0 text: 561960 5384 326 309 0144ca2b76a5dd70b4d5dc424b056dea 6c0dbaf83ae0f3c1ca5db1bb094235067e84d4b5 561959-c1m0/_s props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/files/patch-yaccsrc.y copyroot: 0 / PLAIN K 15 patch-builtin.c V 28 file 9-421087.0.r561960/6407 K 15 patch-configure V 28 file 6-312857.0.r561960/6724 K 13 patch-files.c V 28 file c-421087.0.r561960/7041 K 15 patch-options.c V 28 file e-421087.0.r561960/7358 K 23 patch-regutil_inifile.c V 28 file g-421087.0.r561960/7675 K 26 patch-regutil_regfilesys.c V 28 file i-421087.0.r561960/8000 K 22 patch-regutil_regini.c V 28 file k-421087.0.r561960/8327 K 29 patch-regutil_regmacrospace.c V 28 file m-421087.0.r561960/8652 K 27 patch-regutil_regscreenux.c V 28 file o-421087.0.r561960/8984 K 23 patch-regutil_regtrig.c V 28 file q-421087.0.r561960/9314 K 26 patch-regutil_regunicode.c V 28 file s-421087.0.r561960/9639 K 23 patch-regutil_regutil.c V 28 file u-421087.0.r561960/9967 K 15 patch-rxstack.c V 29 file w-421087.0.r561960/10292 K 13 patch-stack.c V 29 file k-561960.0.r561960/10612 K 15 patch-strmath.c V 29 file y-421087.0.r561960/10898 K 16 patch-threader.c V 29 file n-561960.0.r561960/11217 K 15 patch-yaccsrc.c V 29 file p-561960.0.r561960/11506 K 15 patch-yaccsrc.y V 29 file r-561960.0.r561960/11794 K 10 rxstack.in V 29 file 8-263050.0.r421087/12477 END ENDREP id: a-93554.0.r561960/13222 type: dir pred: a-93554.0.r458638/2049 count: 15 text: 561960 12082 1127 0 96c9118af79a47c20fa99b5e0f67d698 cpath: /head/lang/rexx-regina/files copyroot: 0 / id: i-93554.0.r561960/13409 type: file pred: i-93554.0.r448258/528 count: 11 text: 561960 5723 53 948 a6a8b7b13ef43e3cc623f2384031414f 8ca3ac264e1def0eddb7f2e24e331a54cdeaf005 561959-c1m0/_t props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/rexx-regina/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 27 file 5-93554.0.r561960/5803 K 8 distinfo V 27 file 8-93554.0.r561960/6105 K 5 files V 27 dir a-93554.0.r561960/13222 K 9 pkg-descr V 30 file g-93554.0.r340718/7662545 K 9 pkg-plist V 28 file i-93554.0.r561960/13409 END ENDREP id: 4-93554.0.r561960/13962 type: dir pred: 4-93554.0.r458646/502187 count: 44 text: 561960 13712 237 0 588ab9f43e5cbe1743327a37c8348489 cpath: /head/lang/rexx-regina copyroot: 0 / PLAIN K 5 Gofer V 26 dir 2-909.0.r498476/733165 K 1 J V 29 dir 2-466786.0.r527679/500249 K 8 Makefile V 23 file 3-15.0.r561765/706 K 4 abcl V 27 dir 4-168699.0.r537879/1046 K 10 adacontrol V 30 dir 4-323392.0.r464084/1136107 K 12 alchemist.el V 29 dir 4-390618.0.r544763/639852 K 8 algol68g V 29 dir 4-260883.0.r516778/425042 K 11 angelscript V 26 dir 4-324616.0.r561079/503 K 20 apache-commons-jelly V 36 dir 4-140673.a-513899.r518482/927852 K 4 asis V 30 dir 4-323389.0.r464084/1136854 K 5 asn1c V 28 dir 4-119385.0.r508882/30921 K 6 atlast V 24 dir 2-8677.0.r421413/575 K 4 awka V 29 dir 4-43359.0.r405891/1048276 K 7 bas2tap V 26 dir 4-195429.0.r521651/574 K 8 basic256 V 27 dir 4-283355.0.r540898/1727 K 4 bf2c V 27 dir 4-89524.0.r557083/11870 K 3 bsh V 25 dir g-53793.0.r559189/537 K 7 bwbasic V 25 dir 2-2047.0.r457765/3380 K 1 c V 26 dir 4-383790.0.r527341/506 K 8 cbmbasic V 27 dir 4-474290.0.r547170/1368 K 3 ccl V 26 dir 4-247065.0.r549608/670 K 6 ceylon V 28 dir 4-361333.0.r536694/12815 K 8 cfortran V 26 dir 4-223812.0.r491933/573 K 10 chaiscript V 30 dir 4-486495.0.r507372/2470318 K 11 chez-scheme V 29 dir 4-454923.0.r517008/640575 K 12 chibi-scheme V 27 dir 4-383717.0.r552510/2387 K 8 chicken5 V 35 dir 4-78219.0-477802.r550400/701210 K 3 cim V 34 dir 2-4791.0-457835.r484628/891844 K 3 cjs V 28 dir v8-372768.0.r561344/1074 K 5 cling V 26 dir 4-430442.0.r557321/698 K 5 clips V 36 dir 7-180132.0-501789.r516997/509661 K 5 clisp V 32 dir 4-25732.0-498199.r553323/706 K 7 clojure V 27 dir 4-201700.0.r504428/1064 K 15 clojure-mode.el V 29 dir 4-224790.0.r544763/640611 K 6 clover V 29 dir 2p-397198.0.r556929/67430 K 5 cmucl V 24 dir 2-7340.0.r504341/619 K 11 cmucl-extra V 26 dir 4-73371.0.r504341/1288 K 5 cocor V 28 dir 4-73388.0.r424411/994093 K 12 coffeescript V 27 dir 4-467243.0.r525158/1079 K 7 cparser V 29 dir 4-223322.0.r534792/442909 K 7 crystal V 26 dir 4-462317.0.r552036/661 K 14 csharp-mode.el V 29 dir 4-165762.0.r544763/641324 K 6 cython V 26 dir 4-222650.0.r553628/508 K 11 dlang-tools V 27 dir 4-446449.0.r494893/1060 K 3 dlv V 26 dir 4-192545.0.r551724/521 K 7 duktape V 27 dir 4-373582.0.r552860/3411 K 11 duktape-lib V 27 dir 4-467333.0.r552860/4932 K 3 ecl V 29 dir 4-114633.0.r556569/386904 K 6 elixir V 27 dir 4-362657.0.r541223/1911 K 14 elixir-mode.el V 29 dir 4-390617.0.r544763/642031 K 3 elk V 27 dir 2-1112.0.r500604/399305 K 3 elm V 26 dir 4-506703.0.r560705/611 K 16 emacs-lisp-intro V 28 dir 2-10709.0.r484628/892567 K 6 erlang V 25 dir 2-15596.0.r556851/581 K 10 erlang-doc V 26 dir 4-466960.0.r509497/602 K 11 erlang-java V 27 dir 4-379504.0.r551274/1088 K 10 erlang-man V 27 dir 7-498799.0.r523923/4614 K 11 erlang-riak V 26 dir 4-397706.0.r497670/901 K 16 erlang-runtime20 V 32 dir 2-15596.0-444168.r556827/625 K 16 erlang-runtime21 V 32 dir 2-15596.0-473434.r558885/725 K 16 erlang-runtime22 V 33 dir 2-15596.0-498566.r561755/1394 K 16 erlang-runtime23 V 33 dir 2-15596.0-527344.r561756/1220 K 9 erlang-wx V 27 dir e-379504.0.r551273/1091 K 8 execline V 26 dir 4-92085.0.r561274/1427 K 6 expect V 23 dir 2-383.0.r525268/984 K 3 f2c V 26 dir 2-18115.0.r557139/5127 K 4 fasm V 26 dir 4-185688.0.r545628/976 K 6 ferite V 25 dir 4-48755.0.r552997/641 K 4 ficl V 26 dir 4-95409.0.r550617/3961 K 3 fpc V 28 dir 4-51265.0.r561593/610073 K 8 fpc-base V 29 dir 4-106838.0.r561593/610664 K 8 fpc-docs V 29 dir 4-103327.0.r556252/591862 K 7 fpc-lua V 29 dir 4-259374.0.r466532/674239 K 11 fpc-pastojs V 27 dir 2-556244.0.r556244/2194 K 8 fpc-rexx V 29 dir 4-259382.0.r466532/674888 K 15 fpc-rtl-console V 30 dir 7u-403082.0.r466532/675504 K 13 fpc-rtl-extra V 30 dir 80-403082.0.r561593/611270 K 16 fpc-rtl-generics V 29 dir 2-556245.0.r561593/611877 K 14 fpc-rtl-objpas V 30 dir 86-403082.0.r561593/612491 K 15 fpc-rtl-unicode V 30 dir 8c-403082.0.r466532/677359 K 10 fpc-source V 29 dir 4-509005.0.r556252/593438 K 9 fpc-units V 29 dir 4-165963.0.r561593/613098 K 9 fpc-utils V 29 dir 2-168608.0.r561593/613703 K 6 fsharp V 29 dir 4-233574.0.r558398/511025 K 3 fth V 27 dir 4-460057.0.r524155/1383 K 8 gambit-c V 27 dir e-182819.0.r543589/1815 K 6 gauche V 26 dir 4-65934.0.r559258/6143 K 4 gawk V 26 dir 2-14148.0.r531836/1067 K 3 gcc V 28 dir n-9316.0.r507372/2475968 K 9 gcc-ecj45 V 26 dir 4-310694.0.r470444/664 K 5 gcc10 V 33 dir an-9316.0-537509.r560731/1941 K 11 gcc10-devel V 33 dir an-9316.0-500934.r561474/1197 K 11 gcc11-devel V 33 dir an-9316.0-534030.r561677/1199 K 5 gcc48 V 25 dir an-9316.0.r555437/783 K 8 gcc6-aux V 34 dir 4-381294.0-403127.r518335/2230 K 4 gcc7 V 32 dir an-9316.0-447971.r558343/646 K 4 gcc8 V 33 dir an-9316.0-474650.r559432/1374 K 10 gcc8-devel V 33 dir an-9316.0-439342.r561816/1382 K 4 gcc9 V 32 dir an-9316.0-503247.r561727/732 K 10 gcc9-devel V 33 dir an-9316.0-469251.r561947/1191 K 6 gforth V 28 dir 4-34082.0.r541232/584656 K 3 ghc V 28 dir 2-23008.0.r559832/416440 K 3 gjs V 28 dir ff-244923.0.r550422/3692 K 9 gnat_util V 26 dir 4-323388.0.r453264/670 K 26 gnatcross-binutils-aarch64 V 27 dir a-433191.0.r514446/2049 K 25 gnatcross-sysroot-aarch64 V 27 dir i-433191.0.r514446/3357 K 18 gnatdroid-binutils V 27 dir 4-281288.0.r473865/2265 K 22 gnatdroid-binutils-x86 V 29 dir f-402635.0.r439129/485942 K 17 gnatdroid-sysroot V 27 dir 4-281235.0.r473865/2968 K 21 gnatdroid-sysroot-x86 V 29 dir n-402635.0.r439129/487374 K 7 gnu-apl V 29 dir 4-505095.0.r559890/416673 K 9 gnu-cobol V 33 dir 4-64104.0-353174.r559705/1132 K 12 gnustep-base V 28 dir r-18728.0.r553940/793959 K 2 go V 27 dir 2-248419.0.r556935/1025 K 8 go-devel V 34 dir 2-248419.0-504941.r558856/2070 K 7 gomacro V 29 dir 4-502082.0.r517745/597511 K 7 gprolog V 33 dir 4-44911.0-556106.r556106/4694 K 7 gravity V 27 dir 4-487096.0.r556942/1131 K 6 groovy V 27 dir 4-129464.0.r557221/1219 K 7 gscheme V 29 dir 4-177497.0.r492056/712291 K 5 guile V 27 dir 2-2131.0.r515634/415280 K 6 guile1 V 32 dir 2-2131.0-526077.r526077/1156 K 6 guile2 V 29 dir 4-355255.0.r541232/587864 K 6 halide V 27 dir 4-536178.0.r558957/1243 K 15 haskell-mode.el V 36 dir 4-103137.0-411004.r544763/642805 K 6 hermes V 27 dir 4-548229.0.r558254/2887 K 3 hla V 26 dir 4-214196.0.r536201/634 K 12 hs-brainfuck V 29 dir 4-247098.0.r541232/588518 K 11 hs-unlambda V 29 dir 4-247100.0.r541232/589179 K 3 huc V 27 dir 4-96863.0.r508882/61859 K 3 icc V 27 dir 4-56705.0.r508882/64281 K 21 intel-compute-runtime V 34 dir 16-519222.0-519964.r561657/640 K 8 intercal V 28 dir 2-10547.0.r556569/387631 K 2 io V 29 dir 4-147215.0.r550824/641237 K 8 io-devel V 34 dir 4-147215.0-476631.r536598/3470 K 4 itcl V 26 dir 2-188.0.r504096/517135 K 5 itcl4 V 27 dir 4-366511.0.r516621/1133 K 5 janet V 27 dir 4-502352.0.r561919/1444 K 6 jimtcl V 27 dir 4-341712.0.r557728/1051 K 5 jruby V 26 dir 4-48007.0.r487097/2480 K 6 jython V 28 dir 4-40996.0.r518482/931216 K 4 kawa V 26 dir 4-57655.0.r532227/1089 K 9 kf5-kross V 30 dir 9u-426118.0.r561913/525802 K 6 kotlin V 27 dir 2-508435.0.r558437/1444 K 18 kross-interpreters V 29 dir 5-466868.0.r560805/832082 K 7 kturtle V 37 dir c2-283641.0-466868.r560805/832859 K 10 lafontaine V 27 dir 4-65712.0.r517072/92124 K 3 lci V 29 dir 4-377881.0.r558397/384303 K 3 ldc V 26 dir 4-435057.0.r561399/708 K 3 lfe V 30 dir 4-395524.0.r479406/1208776 K 5 libhx V 27 dir 4-236402.0.r544051/1592 K 8 libobjc2 V 26 dir 4-283935.0.r557152/669 K 6 librep V 28 dir 2-23023.0.r541232/589874 K 22 libstdc++_stldoc_4.2.2 V 30 dir 4-205799.0.r386312/1444778 K 14 linux-c7-tcl85 V 38 dir dw-368845.2z-424259.r503741/643984 K 16 linux-dotnet-cli V 28 dir 4-473600.0.r508882/69303 K 20 linux-dotnet-runtime V 29 dir a-473600.0.r473600/138310 K 16 linux-dotnet-sdk V 29 dir k-473600.0.r473600/140054 K 22 linux-dotnet10-runtime V 29 dir w-473600.0.r473600/141249 K 22 linux-dotnet11-runtime V 30 dir 14-473600.0.r473600/142454 K 18 linux-dotnet11-sdk V 27 dir 1c-473600.0.r473601/526 K 7 linux-j V 28 dir 4-51787.0.r518482/932733 K 7 lua-ada V 29 dir 4-389905.0.r531700/708447 K 5 lua51 V 36 dir 4-309973.0-355360.r531700/709249 K 5 lua52 V 27 dir 4-309973.0.r548161/1346 K 5 lua53 V 27 dir 7-377213.0.r552431/3159 K 5 lua54 V 34 dir 7-377213.0-552438.r558061/1156 K 6 luajit V 29 dir 7-289477.0.r559904/612845 K 16 luajit-openresty V 26 dir 4-511608.0.r561401/689 K 8 malbolge V 28 dir 4-301017.0.r395395/94118 K 5 maude V 26 dir 4-158902.0.r510181/821 K 4 mawk V 25 dir 2-16169.0.r527387/521 K 3 mdk V 28 dir 4-40716.0.r505200/503326 K 11 micropython V 29 dir 4-356895.0.r541232/590521 K 10 mit-scheme V 24 dir 2-1202.0.r536828/618 K 5 mixal V 24 dir 2-5088.0.r418417/561 K 5 mlton V 30 dir 2-150108.0.r507372/2495116 K 4 mmix V 26 dir 4-34829.0.r549681/2200 K 4 mono V 27 dir 4-63383.0.r560425/73304 K 10 mono-basic V 28 dir 4-236512.0.r472555/15521 K 8 mono5.10 V 34 dir 4-63383.0-558399.r560425/74123 K 8 mono5.20 V 33 dir 4-63383.0-557882.r560789/7007 K 7 mono6.8 V 33 dir 4-63383.0-557879.r558405/2602 K 4 mosh V 26 dir 4-218727.0.r557797/668 K 5 mosml V 32 dir 2-3442.0-414999.r524249/1168 K 5 mtasc V 29 dir 4-219973.0.r426827/529775 K 4 mujs V 26 dir 4-464830.0.r534863/665 K 6 munger V 27 dir 4-123447.0.r535808/1871 K 7 myrddin V 29 dir 4-436084.0.r550400/702662 K 4 nawk V 25 dir 2-11712.0.r514617/794 K 3 nbc V 29 dir 4-213151.0.r561593/614349 K 4 nbfc V 29 dir 4-213890.0.r374492/567137 K 4 neko V 29 dir 4-426533.0.r517560/637254 K 6 nesasm V 28 dir 4-198903.0.r371587/82680 K 7 newlisp V 29 dir 4-172946.0.r541232/591263 K 5 nhc98 V 29 dir 1l-51940.0.r508085/350478 K 6 nickle V 26 dir 4-41507.0.r560689/1375 K 3 nim V 33 dir 4-333788.0-383175.r559586/681 K 3 nml V 25 dir 4-46419.0.r512209/727 K 3 nqc V 26 dir 2-20726.0.r478781/1707 K 4 nwcc V 29 dir 4-201502.0.r415738/847098 K 2 nx V 26 dir 4-333508.0.r516623/967 K 4 nyan V 30 dir 4-474537.0.r507372/2498767 K 5 ocaml V 25 dir 2-5189.0.r560007/1768 K 14 ocaml-autoconf V 26 dir 4-251436.0.r361856/760 K 13 ocaml-camlidl V 36 dir 4-172189.0-480802.r505020/448248 K 11 ocaml-nox11 V 26 dir 4-102263.0.r507378/359 K 4 onyx V 26 dir 2-45214.0.r517240/1157 K 4 oo2c V 28 dir 4-30006.0.r516744/644758 K 12 opencoarrays V 34 dir 4-436025.0-436029.r542623/1273 K 3 ott V 27 dir 4-479963.0.r479963/2767 K 8 owl-lisp V 27 dir 4-454076.0.r551217/1432 K 18 p5-Data-JavaScript V 28 dir 4-48613.0.r536768/683774 K 8 p5-Error V 26 dir 2-29774.0.r524870/1028 K 9 p5-Expect V 29 dir 2-26066.0.r481365/1837629 K 15 p5-ExtUtils-F77 V 26 dir 2-23645.0.r530994/1061 K 16 p5-Interpolation V 30 dir 4-150644.0.r481365/1838350 K 7 p5-JSAN V 30 dir 4-180684.0.r481365/1839071 K 26 p5-JavaScript-SpiderMonkey V 26 dir 4-139352.0.r554206/644 K 20 p5-JavaScript-Squish V 30 dir 4-144931.0.r470993/2884385 K 26 p5-JavaScript-Value-Escape V 30 dir 4-274317.0.r470993/2885126 K 17 p5-List-MoreUtils V 27 dir 4-132339.0.r558625/1133 K 20 p5-List-MoreUtils-XS V 34 dir 4-132339.0-437351.r554207/1244 K 8 p5-Marpa V 26 dir 4-285695.0.r554208/606 K 11 p5-Marpa-PP V 26 dir 4-285696.0.r554209/607 K 11 p5-Marpa-XS V 26 dir 4-285697.0.r554210/589 K 14 p5-Modern-Perl V 27 dir 4-252285.0.r525931/1065 K 13 p5-Perl6-Subs V 29 dir 4-153027.0.r536768/684491 K 11 p5-Promises V 29 dir 4-378069.0.r536752/549456 K 21 p5-Pugs-Compiler-Rule V 29 dir 4-169273.0.r474242/888721 K 25 p5-Quantum-Superpositions V 30 dir 4-164142.0.r481365/1843359 K 20 p5-Scalar-List-Utils V 26 dir 4-51840.0.r532328/1071 K 9 p5-Switch V 28 dir 4-42006.0.r536768/685239 K 6 p5-Tcl V 25 dir 2-6948.0.r477914/1050 K 13 p5-Test-XPath V 27 dir 4-253232.0.r471083/1069 K 12 p5-Try-Catch V 26 dir 4-391259.0.r526819/918 K 11 p5-Try-Tiny V 26 dir 4-240668.0.r483520/562 K 17 p5-Try-Tiny-Retry V 30 dir 4-364793.0.r481365/1844835 K 11 p5-TryCatch V 26 dir 4-253190.0.r526820/563 K 8 p5-ePerl V 26 dir 2-7531.0.r508882/72653 K 13 p5-signatures V 27 dir 4-238876.0.r500877/1398 K 5 p5-v6 V 30 dir 4-169285.0.r470993/2895402 K 6 parrot V 29 dir 4-133434.0.r553940/795434 K 6 pbasic V 26 dir 2-2103.0.r473183/48337 K 3 pcc V 27 dir 4-199646.0.r549043/2413 K 11 perl5-devel V 33 dir 1f-1419.0-384103.r560295/5150 K 8 perl5.28 V 33 dir 1f-1419.0-470540.r557091/1800 K 8 perl5.30 V 33 dir 1f-1419.0-501523.r557091/2737 K 8 perl5.32 V 33 dir 1f-1419.0-538219.r557091/3621 K 11 petite-chez V 29 dir 5-234360.0.r428150/699967 K 3 pfe V 28 dir 4-34438.0.r559904/614292 K 5 pharo V 28 dir 4-296452.0.r536694/13459 K 11 php-mode.el V 26 dir 4-61701.0.r544916/1853 K 5 php73 V 35 dir 26-432324.y-481525.r560905/1367 K 16 php73-extensions V 35 dir 4-114187.z-481525.r520345/64414 K 5 php74 V 35 dir 26-432324.w-512406.r560906/1853 K 16 php74-extensions V 35 dir 4-114187.x-512406.r520345/66151 K 5 php80 V 34 dir 26-432324.w-552906.r560908/846 K 16 php80-extensions V 34 dir 4-114187.z-552906.r553429/8633 K 5 picoc V 29 dir 4-260484.0.r559890/417352 K 6 plexil V 30 dir 4-503604.0.r507372/2503149 K 4 pocl V 26 dir 4-426722.0.r561641/732 K 6 polyml V 27 dir 4-140373.0.r541238/1375 K 5 ponyc V 27 dir 4-462537.0.r533119/1101 K 4 ptoc V 26 dir 2-10325.0.r516915/9930 K 10 purescript V 29 dir 6-512797.0.r545088/559564 K 5 py-hy V 30 dir 4-433765.0.r559531/1604640 K 7 py-lupa V 30 dir 4-530562.0.r559531/1605285 K 10 py-qt5-qml V 30 dir 3j-403693.0.r561958/557371 K 8 py-textX V 30 dir 4-515733.0.r559531/1605931 K 4 pypy V 35 dir 4-287302.1n-559822.r559974/1073 K 5 pypy3 V 35 dir 8-419600.1o-559822.r559974/1867 K 6 python V 24 dir 2-2042.0.r522489/879 K 15 python-doc-html V 26 dir 2-19180.0.r558913/2780 K 17 python-doc-pdf-a4 V 29 dir 2-19181.0.r340722/3834679 K 21 python-doc-pdf-letter V 29 dir 2-19182.0.r340722/3835245 K 15 python-doc-text V 30 dir 4-275799.0.r340722/3835812 K 14 python-mode.el V 28 dir 4-147020.0.r508882/79923 K 12 python-tools V 29 dir 4-365326.0.r561252/556547 K 7 python2 V 27 dir 6-324864.0.r522489/1456 K 8 python27 V 28 dir 5l-2042.0.r541232/594423 K 7 python3 V 27 dir i-324864.0.r522489/2040 K 8 python36 V 35 dir d-350610.0-429438.r552351/11785 K 8 python37 V 35 dir d-350610.0-473992.r552351/13789 K 8 python38 V 34 dir d-350610.0-516377.r558913/4675 K 8 python39 V 34 dir d-350610.0-552126.r557285/3396 K 5 qmasm V 26 dir 4-503935.0.r558802/991 K 7 qscheme V 28 dir 4-62108.0.r446847/328292 K 7 quickjs V 27 dir 4-512604.0.r556299/2511 K 6 racket V 27 dir m-216546.0.r556586/6919 K 14 racket-minimal V 34 dir 14-216546.0-341390.r557877/648 K 6 ratfor V 25 dir 2-32030.0.r549833/567 K 23 referenceassemblies-pcl V 26 dir 4-423976.0.r424052/851 K 7 retro12 V 27 dir 4-460323.0.r553270/1002 K 8 rexx-imc V 25 dir 2-3847.0.r555572/2108 K 11 rexx-regina V 27 dir 4-93554.0.r561960/13962 K 12 rexx-regutil V 27 dir 4-264001.0.r498396/2077 K 12 rexx-wrapper V 28 dir 4-93563.0.r415499/502010 K 5 rhino V 29 dir 4-206297.0.r518482/934764 K 6 ruby25 V 38 dir 40-210636.0-457387.r560752/1149584 K 6 ruby26 V 38 dir 40-210636.0-501068.r560752/1150851 K 6 ruby27 V 38 dir 40-210636.0-524061.r560752/1151776 K 6 ruby30 V 38 dir 40-210636.0-552092.r560752/1152704 K 6 runawk V 27 dir 4-252135.0.r493138/1059 K 4 rust V 27 dir 4-289669.0.r560736/2391 K 14 rust-bootstrap V 27 dir 4-527099.0.r561826/1455 K 12 rust-nightly V 27 dir 4-392106.0.r556054/1040 K 18 sagittarius-scheme V 27 dir 4-360853.0.r546932/1999 K 20 sather-specification V 26 dir 4-169984.0.r424242/738 K 15 sather-tutorial V 27 dir 4-169986.0.r424242/1448 K 4 sbcl V 26 dir 4-73159.0.r559727/1254 K 5 scala V 27 dir 4-233950.0.r514445/1533 K 10 scala-docs V 26 dir 4-306314.0.r555815/993 K 8 scheme48 V 25 dir 2-736.0.r382211/20402 K 3 scm V 26 dir 2-329.0.r559890/418115 K 4 sdcc V 34 dir 4-108778.0-537038.r558074/5858 K 3 see V 26 dir 6-133435.0.r558883/604 K 5 seed7 V 27 dir 4-216938.0.r561230/2192 K 4 silq V 26 dir 4-539528.0.r549598/551 K 4 siod V 25 dir 2-18176.0.r558882/660 K 4 sisc V 28 dir 4-78210.0.r518482/935455 K 7 sketchy V 27 dir 4-135413.0.r418015/1003 K 4 slib V 26 dir 2-12844.0.r526261/1372 K 10 slib-guile V 28 dir 9-95811.0.r412347/448717 K 11 slib-guile2 V 35 dir 9-95811.0-370066.r505200/504024 K 5 slisp V 28 dir 4-47091.0.r484628/910739 K 9 smalltalk V 26 dir 2-925.0.r541232/601095 K 5 smlnj V 33 dir f-11924.0-363509.r543956/7647 K 7 snobol4 V 27 dir 4-179157.0.r550618/1102 K 8 solidity V 27 dir 4-459751.0.r558291/3015 K 14 spidermonkey17 V 35 dir 4-79724.0-303570.r559890/418874 K 15 spidermonkey185 V 37 dir 4-305994.1p-559822.r559904/615080 K 14 spidermonkey52 V 37 dir 4-305994.1r-559822.r559822/658848 K 14 spidermonkey60 V 37 dir 4-305994.1s-559822.r559822/659081 K 14 spidermonkey78 V 36 dir 4-305994.0-548684.r560492/712652 K 3 spl V 29 dir 4-55419.0.r405891/1051143 K 6 squeak V 26 dir 5-110728.0.r550374/603 K 8 squirrel V 30 dir 7-195571.0.r507372/2512779 K 6 swi-pl V 25 dir 2-4155.0.r559337/7818 K 7 tauthon V 28 dir 4-557705.0.r557705/31864 K 7 tcbasic V 27 dir 4-384187.0.r449572/1532 K 3 tcc V 29 dir 4-223624.0.r484628/912181 K 10 tcl-manual V 25 dir 4-51858.0.r426996/562 K 11 tcl-wrapper V 28 dir 4-188523.0.r508882/93276 K 5 tcl85 V 28 dir 4-183590.0.r504021/59946 K 5 tcl86 V 27 dir u-183590.0.r561204/6073 K 5 tcl87 V 33 dir u-183590.0-416250.r557029/750 K 4 tclX V 25 dir 2-7879.0.r475999/1544 K 5 tolua V 27 dir 4-122062.0.r402742/1039 K 7 tolua++ V 37 dir 4-154200.1t-559822.r559822/659314 K 14 tuareg-mode.el V 29 dir 4-207676.0.r544763/644302 K 5 twelf V 30 dir 4-149566.0.r507372/2514181 K 3 ucc V 27 dir 4-219172.0.r505154/1189 K 5 urweb V 26 dir 4-294290.0.r551726/615 K 1 v V 34 dir 4-517881.0-519316.r544955/1059 K 2 v8 V 27 dir 4-274006.0.r559002/4562 K 4 vala V 29 dir 4-195359.0.r550041/392765 K 11 visualworks V 27 dir 4-62087.0.r508882/94292 K 3 voc V 26 dir 4-520652.0.r535697/658 K 7 yabasic V 26 dir 4-24050.0.r556813/1007 K 3 yap V 34 dir 4-322261.0-556108.r561201/1517 K 6 yorick V 26 dir 2-8794.0.r516915/14026 K 7 ypsilon V 30 dir 2-218073.0.r507372/2516409 K 3 zig V 27 dir 4-512489.0.r558178/2243 END ENDREP id: 1-15.0.r561960/31843 type: dir pred: 1-15.0.r561958/575258 count: 20196 text: 561960 14144 17686 0 73936ebaea368df715b327bdf1bc2473 cpath: /head/lang copyroot: 0 / PLAIN K 10 .arcconfig V 25 file 1-354154.0.r556086/0 K 14 .gitattributes V 26 file 1-411777.0.r467740/54 K 11 .gitauthors V 26 file 1-467739.0.r560355/72 K 10 .gitignore V 26 file 1-348322.0.r458023/77 K 11 .gitmessage V 27 file 3-457790.0.r457790/987 K 7 CHANGES V 26 file 1-99373.0.r556820/186 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 26 file 1-146787.0.r559746/49 K 4 GIDs V 29 file 1-168311.0.r560497/15055 K 8 Keywords V 27 dir 1-314142.0.r552967/1308 K 5 LEGAL V 24 file 1-748.0.r561906/771 K 5 MOVED V 26 file 1-69878.0.r561814/788 K 8 Makefile V 23 file 1-6.0.r516635/2409 K 2 Mk V 23 dir 1-5.0.r561958/10478 K 6 README V 25 file 1-2408.0.r494236/641 K 9 Templates V 24 dir 1-2932.0.r544150/817 K 5 Tools V 26 dir 3-15302.0.r561907/3209 K 4 UIDs V 29 file 4-168311.0.r560497/15337 K 8 UPDATING V 28 file 1-102685.0.r561572/3380 K 13 accessibility V 26 dir 1-42583.0.r561768/2670 K 6 arabic V 27 dir 1-38973.0.r558365/51295 K 9 archivers V 25 dir 1-242.0.r561913/44496 K 5 astro V 24 dir 1-301.0.r561803/7428 K 5 audio V 25 dir 1-148.0.r561924/45953 K 4 base V 27 dir 1-420954.0.r542956/1557 K 10 benchmarks V 23 dir 1-62.0.r561869/5898 K 7 biology V 25 dir 1-9066.0.r561748/9215 K 3 cad V 25 dir 1-276.0.r561958/18452 K 7 chinese V 25 dir 1-3770.0.r561937/9049 K 5 comms V 24 dir 1-76.0.r561958/30185 K 10 converters V 26 dir 1-1561.0.r560727/15156 K 9 databases V 25 dir 1-771.0.r561958/89088 K 9 deskutils V 27 dir 1-2098.0.r561958/103581 K 5 devel V 25 dir 1-73.0.r561959/385766 K 3 dns V 27 dir 1-6145.0.r561913/463989 K 7 editors V 23 dir 4-6.0.r561808/16397 K 9 emulators V 25 dir 1-181.0.r561835/11312 K 7 finance V 25 dir 1-4110.0.r561800/7806 K 6 french V 26 dir 1-25673.0.r561843/1766 K 3 ftp V 24 dir 1-199.0.r561547/5379 K 5 games V 25 dir 1-104.0.r561952/57732 K 6 german V 25 dir 1-7451.0.r560638/2282 K 8 graphics V 25 dir 1-94.0.r561958/556719 K 6 hebrew V 28 dir 3-31142.0.r558365/145889 K 9 hungarian V 29 dir 1p-38973.0.r558365/147160 K 3 irc V 23 dir 1-42.0.r561905/7120 K 8 japanese V 25 dir 1-410.0.r561938/15701 K 4 java V 27 dir 1-2798.0.r560492/708763 K 6 korean V 25 dir 1-5873.0.r561939/3517 K 4 lang V 24 dir 1-15.0.r561960/31843 K 4 mail V 24 dir 1-57.0.r561946/39698 K 4 math V 26 dir 1-162.0.r561958/627113 K 4 misc V 25 dir 7-35.0.r561958/654979 K 10 multimedia V 26 dir d-333.0.r561958/680572 K 3 net V 25 dir 1-22.0.r561958/763242 K 6 net-im V 28 dir 15-11144.0.r561836/13932 K 8 net-mgmt V 26 dir r-1011.0.r561894/22247 K 7 net-p2p V 26 dir g-29106.0.r561917/7050 K 4 news V 24 dir 1-145.0.r561783/3940 K 6 polish V 27 dir tv-38973.0.r560639/1963 K 10 ports-mgmt V 28 dir 1-5132.0.r559531/2070829 K 10 portuguese V 26 dir 1-17842.0.r558593/1801 K 5 print V 25 dir 1-79.0.r561958/777401 K 7 russian V 27 dir 1-1559.0.r561593/666484 K 7 science V 26 dir n-5356.0.r561881/18830 K 8 security V 25 dir 1-269.0.r561953/70885 K 6 shells V 22 dir w-6.0.r561918/4401 K 8 sysutils V 25 dir b-339.0.r561922/80747 K 8 textproc V 26 dir 1-322.0.r561958/883107 K 9 ukrainian V 28 dir g-39704.0.r558365/172502 K 10 vietnamese V 27 dir 1-4812.0.r558365/174201 K 3 www V 27 dir 1-114.0.r561958/1020185 K 3 x11 V 26 dir 1-16.0.r561958/1047983 K 10 x11-clocks V 27 dir 1-931.0.r560805/1439164 K 11 x11-drivers V 27 dir 1-157567.0.r561840/4121 K 6 x11-fm V 24 dir 1-691.0.r561897/2654 K 9 x11-fonts V 25 dir 1-543.0.r561744/17409 K 11 x11-servers V 25 dir 1n-710.0.r560826/1925 K 10 x11-themes V 29 dir 1-14410.0.r561913/1125798 K 12 x11-toolkits V 27 dir 1-120.0.r561958/1064184 K 6 x11-wm V 23 dir 1-40.0.r561832/7163 END ENDREP id: 2-1.0.r561960/35595 type: dir pred: 2-1.0.r561959/389521 count: 551475 text: 561960 32012 3570 0 768ec02693574d29e2b79157257f2dfe props: 458023 3927 157 0 4d85142843815bcc29c89469bccb873c cpath: /head copyroot: 0 / PLAIN K 8 branches V 24 dir 0-1.0.r561955/141586 K 4 head V 23 dir 2-1.0.r561960/35595 K 8 projects V 24 dir 0-377393.0.r441387/0 K 8 svnadmin V 22 dir 3-1.0.r560353/1633 K 4 tags V 22 dir 8-1.0.r551657/5646 END ENDREP id: 0.0.r561960/36034 type: dir pred: 0.0.r561959/389964 count: 561960 text: 561960 35815 206 0 21a1dfdc1bc10b1500da4e8d7ed5ee86 props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 62 5-93554.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/Makefile 8-93554.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/distinfo 6-421087.0.r421087/8049 delete-file false false /head/lang/rexx-regina/files/patch-Makefile.in 9-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-builtin.c 6-312857.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-configure c-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-files.c e-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-options.c g-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_inifile.c i-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regfilesys.c k-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regini.c m-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regmacrospace.c o-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regscreenux.c q-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regtrig.c s-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regunicode.c u-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-regutil_regutil.c w-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-rxstack.c _k.0.t561959-c1m0 add-file true true /head/lang/rexx-regina/files/patch-stack.c y-421087.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/files/patch-strmath.c _n.0.t561959-c1m0 add-file true true /head/lang/rexx-regina/files/patch-threader.c _p.0.t561959-c1m0 add-file true true /head/lang/rexx-regina/files/patch-yaccsrc.c _r.0.t561959-c1m0 add-file true true /head/lang/rexx-regina/files/patch-yaccsrc.y i-93554.0.t561959-c1m0 modify-file true false /head/lang/rexx-regina/pkg-plist 36034 36259