DELTA 366050 589 40 SVN$)#fAel|#Q`N2[E*d>x^Ao0Wz k;DԋȆv;Y@F2Q!lִR5N׎г}JY[LKO+Gh`P& 4 }6Hiu(UQ#͐iCߞlhO* %jKMSJ0QDxͷhC8I>z)UױTݲ6E)^\hчJz{f]gUʹG]ym?ջ~:PQck. fn_4hENDREP DELTA SVN--- ./src/BuiltIn/stringOpSymbol.cc.orig 2014-09-03 02:36:06.000000000 +0200 +++ ./src/BuiltIn/stringOpSymbol.cc 2014-09-03 02:32:45.000000000 +0200 @@ -472,7 +472,7 @@ const mpz_class& n0 = succSymbol->getNat(a0); if (n0 <= 255) { - char c = n0.get_si(); + char c[2] = { n0.get_si(), 0 }; return rewriteToString(subject, context, crope(c)); } } ENDREP DELTA SVNprpp--- ./src/Mixfix/bottom.yy.orig 2014-09-03 02:49:14.000000000 +0200 +++ ./src/Mixfix/bottom.yy 2014-09-03 02:50:56.000000000 +0200 @@ -23,7 +23,7 @@ %% static void -yyerror(char *s) +yyerror(UserLevelRewritingContext::ParseResult *parseResult, char *s) { if (!(UserLevelRewritingContext::interrupted())) IssueWarning(LineNumber(lineNumber) << ": " << s); ENDREP DELTA SVN q x^Oo@ϳbXP]k6=*!QhH0^zisxIc!] 5bӒtL>0T JJB)ҿ!2\_aHP  | ~20V51RoOyI1Rm2 ͣK@Q(:@T}pT  )\ok!18%Panq@7j>ϽԀOZ4x;(՛S 9?QT'²o>?a3qvH9)˲N\Muӹ)PM1M"6:7f"h8NI XQ;ɯ\nvߐn/Ӕs?pgp8 !Q~/n:M+yKzUܘhqZMwqD{}Ӫ{^[>X7ixa!|jhʁEENDREP DELTA SVNxzxx--- ./src/ObjectSystem/configSymbol.hh.orig 2014-09-03 02:37:37.000000000 +0200 +++ ./src/ObjectSystem/configSymbol.hh 2014-09-03 02:38:05.000000000 +0200 @@ -50,7 +50,7 @@ private: struct symbolLt { - bool operator()(const Symbol* d1, const Symbol* d2) + bool operator()(const Symbol* d1, const Symbol* d2) const { return d1->compare(d2) < 0; } ENDREP DELTA SVNuwuu--- ./src/ObjectSystem/objectMap.cc.orig 2014-09-03 02:39:09.000000000 +0200 +++ ./src/ObjectSystem/objectMap.cc 2014-09-03 02:39:20.000000000 +0200 @@ -50,7 +50,7 @@ struct ConfigSymbol::dagNodeLt { - bool operator()(const DagNode* d1, const DagNode* d2) + bool operator()(const DagNode* d1, const DagNode* d2) const { return d1->compare(d2) < 0; } ENDREP DELTA SVN--- ./src/ObjectSystem/objectSystemRewritingContext.hh.orig 2014-09-03 02:40:31.000000000 +0200 +++ ./src/ObjectSystem/objectSystemRewritingContext.hh 2014-09-03 02:40:48.000000000 +0200 @@ -62,7 +62,7 @@ private: struct dagNodeLt { - bool operator()(const DagNode* d1, const DagNode* d2) + bool operator()(const DagNode* d1, const DagNode* d2) const { return d1->compare(d2) < 0; } ENDREP DELTA SVN-/----- ./src/Utility/ropeStuff.hh.orig 2014-09-03 02:27:15.000000000 +0200 +++ ./src/Utility/ropeStuff.hh 2014-09-03 02:28:58.000000000 +0200 @@ -25,6 +25,11 @@ // #ifndef _ropeStuff_hh_ #define _ropeStuff_hh_ +#include +#ifdef _LIBCPP_VERSION +#include +typedef std::string crope; +#else #ifdef __GNUC__ #if __GNUC__ < 3 #include @@ -50,3 +55,5 @@ #include #endif #endif + +#endif ENDREP id: 5-158902.0.r367223/5099 type: file pred: 5-158902.0.r366050/403455 count: 23 text: 367223 0 473 2077 b95f61f9008fbe72da9c4717b3a8c8a7 8c0891b2e258f7e9efce7a25acb3d3999e94c86f 367222-7vcw/_4 props: 323088 520512 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lang/maude/Makefile copyroot: 0 / id: 5-367223.0.r367223/5401 type: file count: 0 text: 367223 500 386 798 67b8a1f81500a700a7230cb25dfde75c 8135753af45371c1feb56526823b8cc17200bded 367222-7vcw/_7 props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/extra-patch-Mixfix-lexerAux copyroot: 0 / id: 8-367223.0.r367223/5693 type: file count: 0 text: 367223 899 404 387 a7b2ae1d6150ce1c090029bfb9bd6398 a543d17ae6fc291ff3db0fe5dec7c48c8890968a 367222-7vcw/_9 props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__BuiltIn__stringOpSymbol.cc copyroot: 0 / id: a-367223.0.r367223/5995 type: file count: 0 text: 367223 1316 385 368 dba0eb2ad0d587a7c559c67fb4330dc9 f1c2d819514cc92b58bcc34aaf81a107ad775395 367222-7vcw/_b props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__bottom.yy copyroot: 0 / id: c-367223.0.r367223/6289 type: file count: 0 text: 367223 1714 256 524 ffc1fd517f877e5b37ed0e5296442613 336bb6a16420785cd45562a6afe7567cdbf234fb 367222-7vcw/_d props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__commands.yy copyroot: 0 / id: e-367223.0.r367223/6585 type: file count: 0 text: 367223 1983 276 537 5f50982e1d253f79cc5802e98632e978 d53aae21079dfaec39758db22b61ed9e381bd165 367222-7vcw/_f props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__interact.cc copyroot: 0 / id: g-367223.0.r367223/6881 type: file count: 0 text: 367223 2272 328 311 ee57a68afb7b4de187c52ff9dfea36df da1cf4b29cf490a8d140f166b358cc141b5e812f 367222-7vcw/_h props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__modules.yy copyroot: 0 / id: i-367223.0.r367223/7176 type: file count: 0 text: 367223 2613 312 295 a51645be932c2d8367b44fa9e8f0892b 9b04acaa2b4232ec50e185cf88fd9580d41b34de 367222-7vcw/_j props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__token.cc copyroot: 0 / id: k-367223.0.r367223/7469 type: file count: 0 text: 367223 2938 437 817 b5e84e9ce4d2bad8b1b13f6d48ccf9e0 2a243d0a0b707099aa8db87efdac706bfc3b34f7 367222-7vcw/_l props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Mixfix__top.yy copyroot: 0 / id: m-367223.0.r367223/7760 type: file count: 0 text: 367223 3388 393 376 2144a003644b60a469a8743c3d7b2077 9825a99b2ef4326e21065c92c5c27b2f2377d2ad 367222-7vcw/_n props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__ObjectSystem__configSymbol.hh copyroot: 0 / id: o-367223.0.r367223/8066 type: file count: 0 text: 367223 3794 390 373 24400c1658a153437aa44b7b1911ac2d 6884bcf8a7f02746f27ae7e8779abfb6903da16a 367222-7vcw/_p props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__ObjectSystem__objectMap.cc copyroot: 0 / id: q-367223.0.r367223/8369 type: file count: 0 text: 367223 4197 430 413 76be0db5ea1d0544662375834e98f83b a6d9d70b85aee378541a2bace98d72be8c5a4159 367222-7vcw/_r props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__ObjectSystem__objectSystemRewritingContext.hh copyroot: 0 / id: s-367223.0.r367223/8691 type: file count: 0 text: 367223 4640 446 429 b7e7f95a8623011c3ba140fa6f6d44a1 5f9b1dfdd3c7a5853c933695557e0cd2018611ab 367222-7vcw/_t props: 334546 1627 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/lang/maude/files/patch-src__Utility__ropeStuff.hh copyroot: 0 / PLAIN K 27 extra-patch-Mixfix-lexerAux V 28 file 5-367223.0.r367223/5401 K 37 patch-src__BuiltIn__stringOpSymbol.cc V 28 file 8-367223.0.r367223/5693 K 24 patch-src__Main__main.cc V 31 file 7-286822.0.r340725/6538296 K 28 patch-src__Mixfix__bottom.yy V 28 file a-367223.0.r367223/5995 K 30 patch-src__Mixfix__commands.yy V 28 file c-367223.0.r367223/6289 K 28 patch-src__Mixfix__global.cc V 31 file 9-286822.0.r340725/6538622 K 28 patch-src__Mixfix__global.hh V 31 file b-286822.0.r340725/6538953 K 30 patch-src__Mixfix__interact.cc V 28 file e-367223.0.r367223/6585 K 29 patch-src__Mixfix__modules.yy V 28 file g-367223.0.r367223/6881 K 27 patch-src__Mixfix__token.cc V 28 file i-367223.0.r367223/7176 K 25 patch-src__Mixfix__top.yy V 28 file k-367223.0.r367223/7469 K 40 patch-src__ObjectSystem__configSymbol.hh V 28 file m-367223.0.r367223/7760 K 37 patch-src__ObjectSystem__objectMap.cc V 28 file o-367223.0.r367223/8066 K 56 patch-src__ObjectSystem__objectSystemRewritingContext.hh V 28 file q-367223.0.r367223/8369 K 32 patch-src__Utility__ropeStuff.hh V 28 file s-367223.0.r367223/8691 END ENDREP id: a-158902.0.r367223/10093 type: dir pred: a-158902.0.r340725/6539510 count: 6 text: 367223 8989 1091 0 ebbe509dc8d5b15f7c4b060469387edf cpath: /head/lang/maude/files copyroot: 0 / PLAIN K 8 Makefile V 28 file 5-158902.0.r367223/5099 K 8 distinfo V 31 file 8-158902.0.r340717/7058073 K 5 files V 28 dir a-158902.0.r367223/10093 K 9 pkg-descr V 31 file e-158902.0.r340718/7578673 K 9 pkg-plist V 31 file g-158902.0.r340714/4888984 END ENDREP id: 4-158902.0.r367223/10537 type: dir pred: 4-158902.0.r366050/404024 count: 28 text: 367223 10277 247 0 79c5cbb3c551fca7a322cebcf04c0b47 cpath: /head/lang/maude copyroot: 0 / PLAIN K 5 Gofer V 25 dir 2-909.0.r364397/41612 K 8 Makefile V 24 file 3-15.0.r366903/1081 K 4 abcl V 26 dir 4-168699.0.r365376/642 K 10 adacontrol V 27 dir 4-323392.0.r364321/1360 K 5 afnix V 28 dir 4-39147.0.r363374/786005 K 8 algol68g V 29 dir 4-260883.0.r365182/136577 K 5 alisp V 28 dir 4-89650.0.r363960/511847 K 11 angelscript V 27 dir 4-324616.0.r360037/1010 K 5 arena V 28 dir 4-165505.0.r362049/26165 K 4 asis V 27 dir 4-323389.0.r354164/2355 K 5 asn1c V 27 dir 4-119385.0.r347203/1001 K 6 atlast V 24 dir 2-8677.0.r345249/673 K 3 ats V 29 dir 4-283527.0.r363374/786791 K 4 awka V 26 dir 4-43359.0.r345456/1075 K 7 bas2tap V 27 dir 4-195429.0.r347773/2893 K 8 basic256 V 27 dir 4-283355.0.r365967/2640 K 4 bf2c V 27 dir 4-89524.0.r348414/59248 K 6 bigloo V 28 dir 4-73600.0.r360738/476131 K 3 bsh V 25 dir g-53793.0.r356013/715 K 7 bwbasic V 24 dir 2-2047.0.r365274/982 K 10 caml-light V 25 dir 2-12180.0.r366054/924 K 3 ccl V 27 dir 4-247065.0.r353960/1391 K 5 cdent V 28 dir 4-253196.0.r360810/67481 K 5 cduce V 29 dir 4-137728.0.r366215/354774 K 6 ceylon V 27 dir 4-361333.0.r361333/3116 K 8 cfortran V 27 dir 4-223812.0.r344096/1036 K 7 chicken V 26 dir 4-78219.0.r363073/1003 K 4 cint V 27 dir 4-198050.0.r366856/1709 K 11 clang-cheri V 27 dir 4-351727.0.r364983/1079 K 11 clang-devel V 29 dir x-243274.0.r365552/263382 K 7 clang32 V 29 dir d-330777.0.r359185/665280 K 7 clang33 V 36 dir i-243274.1-320628.r359185/666094 K 7 clang34 V 36 dir i-243274.1-334531.r364332/258009 K 7 clang35 V 36 dir i-243274.1-363768.r364844/265981 K 4 clay V 26 dir 4-289844.0.r365645/712 K 7 clojure V 27 dir 4-201700.0.r351708/1203 K 15 clojure-mode.el V 27 dir 4-224790.0.r354454/1469 K 5 cmucl V 25 dir 2-7340.0.r356015/1434 K 11 cmucl-extra V 25 dir 4-73371.0.r356016/685 K 5 cocor V 28 dir 4-73388.0.r363374/787525 K 7 cparser V 26 dir 4-223322.0.r349112/976 K 14 csharp-mode.el V 30 dir 4-165762.0.r340719/1521272 K 6 cython V 26 dir 4-222650.0.r363760/956 K 14 diveintopython V 26 dir 4-41970.0.r363839/3999 K 3 dlv V 26 dir 4-192545.0.r358101/573 K 4 dmd1 V 33 dir 4-265368.0-351280.r356179/654 K 4 dmd2 V 27 dir g-265368.0.r365338/3473 K 3 ecl V 26 dir 4-114633.0.r363842/596 K 4 elan V 26 dir 4-152225.0.r360496/600 K 6 elixir V 27 dir 4-362657.0.r362657/4523 K 3 elk V 25 dir 2-1112.0.r360299/2004 K 16 emacs-lisp-intro V 26 dir 2-10709.0.r363266/4172 K 6 embryo V 29 dir 4-115644.0.r363371/792418 K 6 erlang V 26 dir 2-15596.0.r366461/1327 K 16 erlang-runtime15 V 33 dir 2-15596.0-317410.r366461/3591 K 16 erlang-runtime16 V 33 dir 2-15596.0-317415.r366461/5427 K 16 erlang-runtime17 V 33 dir 2-15596.0-350789.r366461/6995 K 8 execline V 28 dir 4-92085.0.r364152/392590 K 6 expect V 24 dir 2-383.0.r346491/9052 K 4 ezm3 V 28 dir 4-52472.0.r363371/793206 K 3 f2c V 28 dir 2-18115.0.r359185/669223 K 4 fasm V 26 dir 4-185688.0.r356455/957 K 6 ferite V 27 dir 4-48755.0.r360810/69656 K 4 ficl V 26 dir 4-95409.0.r348227/1271 K 3 fpc V 28 dir 4-51265.0.r352986/715285 K 8 fpc-base V 29 dir 4-106838.0.r352815/414350 K 8 fpc-docs V 29 dir 4-103327.0.r349217/415558 K 7 fpc-lua V 29 dir 4-259374.0.r355419/114951 K 8 fpc-rexx V 29 dir 4-259382.0.r341492/500631 K 7 fpc-tcl V 29 dir 4-165955.0.r341492/501242 K 9 fpc-units V 29 dir 4-165963.0.r362473/313727 K 9 fpc-utils V 29 dir 2-168608.0.r349217/416778 K 6 fsharp V 27 dir 4-233574.0.r363372/2034 K 8 gambit-c V 27 dir e-182819.0.r366381/2722 K 6 gauche V 26 dir 4-65934.0.r363290/4773 K 4 gawk V 26 dir 2-14148.0.r359957/1167 K 3 gcc V 25 dir n-9316.0.r362259/1040 K 7 gcc-aux V 27 dir 4-301801.0.r366395/1513 K 9 gcc-ecj45 V 30 dir 4-310694.0.r340722/3790161 K 5 gcc46 V 25 dir 9j-9316.0.r362472/699 K 5 gcc47 V 25 dir a3-9316.0.r361643/689 K 9 gcc47-aux V 27 dir 4-347679.0.r366448/1044 K 5 gcc48 V 26 dir an-9316.0.r366832/1050 K 5 gcc49 V 33 dir an-9316.0-315178.r365730/1152 K 4 gcc5 V 33 dir an-9316.0-365695.r366985/1206 K 3 gcl V 26 dir 2-956.0.r359353/275964 K 6 gforth V 26 dir 4-34082.0.r361959/1796 K 3 ghc V 28 dir 2-23008.0.r366123/330550 K 3 gjs V 30 dir ff-244923.0.r351936/703015 K 9 gnat_util V 26 dir 4-323388.0.r355093/736 K 15 gnatdroid-armv5 V 27 dir 4-281353.0.r350794/1641 K 15 gnatdroid-armv7 V 27 dir 4-281378.0.r366395/2204 K 18 gnatdroid-binutils V 27 dir 4-281288.0.r350752/9787 K 17 gnatdroid-sysroot V 29 dir 4-281235.0.r357070/607957 K 9 gnu-cobol V 35 dir 4-64104.0-353174.r365599/490682 K 12 gnustep-base V 25 dir r-18728.0.r363680/626 K 2 go V 27 dir 2-248419.0.r365057/1453 K 7 gprolog V 26 dir 4-44911.0.r361959/2472 K 6 groovy V 29 dir 4-129464.0.r352986/724250 K 7 gscheme V 29 dir 4-177497.0.r364143/595848 K 5 guile V 27 dir 2-2131.0.r366777/464278 K 6 guile2 V 29 dir 4-355255.0.r366467/258163 K 7 harbour V 26 dir 4-98525.0.r361959/3157 K 3 hla V 27 dir 4-214196.0.r363481/1795 K 4 hope V 26 dir 4-48875.0.r354465/3904 K 12 hs-brainfuck V 29 dir 4-247098.0.r364579/965269 K 7 hs-epic V 29 dir 5-291107.0.r364579/966029 K 11 hs-unlambda V 29 dir 4-247100.0.r364579/966690 K 3 huc V 28 dir 4-96863.0.r361986/383460 K 4 hugs V 24 dir 2-8779.0.r359953/621 K 3 icc V 28 dir 4-56705.0.r363362/908117 K 3 ici V 27 dir 2-15439.0.r360810/71639 K 4 icon V 27 dir 2-1298.0.r362457/335330 K 3 ifc V 28 dir 4-62630.0.r363362/909905 K 9 intel2gas V 26 dir 2-19416.0.r356102/1726 K 8 intercal V 29 dir 2-10547.0.r340722/3804758 K 2 io V 29 dir 4-147215.0.r362796/404399 K 10 ironpython V 26 dir 4-322866.0.r351588/591 K 4 itcl V 24 dir 2-188.0.r350168/1678 K 5 itcl4 V 27 dir 4-366511.0.r366511/4117 K 21 jakarta-commons-jelly V 27 dir 4-140673.0.r356104/1394 K 6 jimtcl V 27 dir 4-341712.0.r364004/1363 K 5 jruby V 26 dir 4-48007.0.r361959/3835 K 11 js_of_ocaml V 27 dir 4-349330.0.r349330/3732 K 6 jython V 27 dir 4-40996.0.r360810/72998 K 4 kawa V 25 dir 4-57655.0.r364023/498 K 4 kroc V 29 dir 4-153644.0.r352933/177639 K 7 kturtle V 30 dir c2-283641.0.r365038/845544 K 10 lafontaine V 25 dir 4-65712.0.r356106/690 K 5 libhx V 26 dir 4-236402.0.r366203/999 K 6 libjit V 27 dir 4-107945.0.r355510/1242 K 8 libobjc2 V 29 dir 4-283935.0.r363371/795669 K 6 librep V 28 dir 2-23023.0.r359353/276687 K 22 libstdc++_stldoc_4.2.2 V 26 dir 4-205799.0.r363622/828 K 16 linux-f10-libg2c V 30 dir 4-167011.0.r340722/3808290 K 15 linux-f10-tcl85 V 30 dir 4-231702.0.r340722/3808966 K 7 linux-j V 27 dir 4-51787.0.r360810/73782 K 11 lua-mode.el V 26 dir 4-103683.0.r356107/849 K 5 lua51 V 33 dir 4-309973.0-355360.r359939/667 K 5 lua52 V 26 dir 4-309973.0.r359938/596 K 6 luajit V 27 dir 7-289477.0.r365088/2266 K 8 malbolge V 28 dir 4-301017.0.r360810/75163 K 5 maude V 28 dir 4-158902.0.r367223/10537 K 4 mawk V 25 dir 2-16169.0.r366833/507 K 3 mdk V 28 dir 4-40716.0.r366777/464956 K 11 micropython V 29 dir 4-356895.0.r364518/420038 K 10 mit-scheme V 27 dir 2-1202.0.r359185/677945 K 5 mixal V 27 dir 2-5088.0.r363960/512527 K 5 mlton V 29 dir 2-150108.0.r363513/257932 K 4 mmix V 28 dir 4-34829.0.r365614/451063 K 7 modula3 V 29 dir 4-338413.0.r353029/335063 K 4 mono V 26 dir 4-63383.0.r359212/2223 K 10 mono-basic V 29 dir 4-236512.0.r363371/796420 K 9 moscow_ml V 27 dir 2-3442.0.r363362/918925 K 4 mosh V 28 dir 4-218727.0.r360810/76610 K 5 mtasc V 27 dir 4-219973.0.r349472/1295 K 6 munger V 26 dir 4-123447.0.r366010/722 K 4 nawk V 25 dir 2-11712.0.r348085/843 K 3 nbc V 29 dir 4-213151.0.r363374/790376 K 4 nbfc V 29 dir 4-213890.0.r366784/367413 K 4 neko V 27 dir 4-198007.0.r362717/8278 K 6 nesasm V 27 dir 4-198903.0.r360495/7730 K 7 newlisp V 29 dir 4-172946.0.r365182/137320 K 13 newlisp-devel V 36 dir 4-172946.0-313772.r365182/138150 K 5 nhc98 V 27 dir 1l-51940.0.r360014/3662 K 6 nickle V 28 dir 4-41507.0.r362452/416612 K 6 nimrod V 27 dir 4-333788.0.r351413/2051 K 3 nml V 28 dir 4-46419.0.r363960/513257 K 3 nqc V 28 dir 2-20726.0.r363374/791803 K 4 nwcc V 26 dir 4-201502.0.r366413/555 K 2 nx V 26 dir 4-333508.0.r339933/802 K 5 ocaml V 27 dir 2-5189.0.r365614/451783 K 14 ocaml-autoconf V 26 dir 4-251436.0.r361856/763 K 11 ocaml-nox11 V 26 dir 4-102263.0.r361857/363 K 3 ofc V 27 dir 4-166219.0.r366486/3880 K 5 ohugs V 25 dir 4-76948.0.r365138/602 K 4 onyx V 26 dir 2-45214.0.r366505/2966 K 4 oo2c V 26 dir 4-30006.0.r366240/2051 K 9 opendylan V 29 dir 4-203941.0.r363399/668027 K 4 otcl V 27 dir 2-18224.0.r362717/12506 K 3 p2c V 24 dir 2-164.0.r343545/1373 K 18 p5-Data-JavaScript V 28 dir 4-48613.0.r363374/792505 K 8 p5-Error V 26 dir 2-29774.0.r342647/1073 K 9 p5-Expect V 26 dir 2-26066.0.r366325/1098 K 15 p5-ExtUtils-F77 V 29 dir 2-23645.0.r347809/1023810 K 16 p5-Interpolation V 30 dir 4-150644.0.r340718/7613784 K 7 p5-JSAN V 30 dir 4-180684.0.r340718/7614501 K 26 p5-JavaScript-SpiderMonkey V 26 dir 4-139352.0.r363626/661 K 20 p5-JavaScript-Squish V 30 dir 4-144931.0.r340718/7616011 K 26 p5-JavaScript-Value-Escape V 28 dir 4-274317.0.r341765/84925 K 17 p5-List-MoreUtils V 29 dir 4-132339.0.r357300/853314 K 8 p5-Marpa V 30 dir 4-285695.0.r340718/7618213 K 11 p5-Marpa-PP V 30 dir 4-285696.0.r340718/7618925 K 11 p5-Marpa-XS V 29 dir 4-285697.0.r357300/854035 K 14 p5-Modern-Perl V 27 dir 4-252285.0.r363539/1625 K 13 p5-Parse-Perl V 29 dir 4-265054.0.r357300/854751 K 13 p5-Perl6-Subs V 28 dir 4-153027.0.r341765/87001 K 21 p5-Pugs-Compiler-Rule V 30 dir 4-169273.0.r340718/7622534 K 25 p5-Quantum-Superpositions V 26 dir 4-164142.0.r353424/684 K 20 p5-Scalar-List-Utils V 28 dir 4-51840.0.r357300/855460 K 9 p5-Switch V 26 dir 4-42006.0.r363704/2148 K 6 p5-Tcl V 27 dir 2-6948.0.r357300/856208 K 13 p5-Test-XPath V 28 dir 4-253232.0.r342156/11174 K 11 p5-Try-Tiny V 28 dir 4-240668.0.r341765/89027 K 17 p5-Try-Tiny-Retry V 27 dir 4-364793.0.r364793/2923 K 11 p5-TryCatch V 29 dir 4-253190.0.r357300/856899 K 8 p5-ePerl V 27 dir 2-7531.0.r357300/857689 K 13 p5-signatures V 29 dir 4-238876.0.r357300/858392 K 5 p5-v6 V 30 dir 4-169285.0.r340718/7629118 K 6 parrot V 27 dir 4-133434.0.r361482/1274 K 6 pbasic V 25 dir 2-2103.0.r363266/5559 K 3 pcc V 29 dir 4-199646.0.r363374/793212 K 9 pecl-perl V 29 dir 4-186385.0.r363374/793904 K 8 perl5.14 V 27 dir 13-1419.0.r357875/18722 K 8 perl5.16 V 27 dir 1f-1419.0.r357875/19456 K 8 perl5.18 V 34 dir 1f-1419.0-324662.r357875/20263 K 8 perl5.20 V 34 dir 1f-1419.0-355497.r357875/21105 K 11 petite-chez V 27 dir 5-234360.0.r356715/1272 K 3 pfe V 26 dir 4-34438.0.r360897/1594 K 9 phantomjs V 30 dir 4-272954.0.r351411/1051000 K 5 pharo V 26 dir 4-296452.0.r358112/651 K 3 phc V 28 dir 4-167718.0.r360810/80202 K 11 php-mode.el V 25 dir 4-61701.0.r357260/990 K 4 php5 V 26 dir u-81722.0.r366491/2341 K 15 php5-extensions V 28 dir 4-114187.0.r360810/80806 K 5 php53 V 27 dir 1k-81722.0.r366491/3185 K 16 php53-extensions V 29 dir 5p-296760.0.r360810/81428 K 5 php55 V 34 dir u-81722.10-321684.r366491/4182 K 16 php55-extensions V 36 dir 4-114187.11-321684.r360810/82112 K 7 php_doc V 25 dir 4-41872.0.r363754/515 K 5 picoc V 27 dir 4-260484.0.r365030/2067 K 6 pike78 V 28 dir 4-234153.0.r360810/82871 K 6 polyml V 27 dir 4-140373.0.r363649/1315 K 4 ptoc V 26 dir 2-10325.0.r360495/8755 K 4 pure V 27 dir 4-271378.0.r349166/4432 K 10 py-clojure V 26 dir 4-353721.0.r353922/499 K 10 py-mx-base V 26 dir 2-19008.0.r350450/1633 K 9 py-prolog V 29 dir 4-83793.0.r340725/6636993 K 4 pypy V 29 dir 4-287302.0.r359586/568904 K 10 pypy-devel V 36 dir 4-287302.0-324601.r359586/569717 K 11 pypy3-devel V 36 dir 4-287302.0-324602.r359586/570591 K 6 python V 26 dir 2-2042.0.r366875/36742 K 15 python-doc-html V 26 dir 2-19180.0.r362399/1417 K 17 python-doc-pdf-a4 V 29 dir 2-19181.0.r340722/3845683 K 21 python-doc-pdf-letter V 29 dir 2-19182.0.r340722/3846252 K 15 python-doc-text V 30 dir 4-275799.0.r340722/3846822 K 14 python-mode.el V 27 dir 4-147020.0.r356113/1368 K 12 python-tools V 27 dir 4-365326.0.r365326/1914 K 7 python2 V 28 dir 6-324864.0.r366875/37329 K 8 python27 V 25 dir 5l-2042.0.r365709/749 K 7 python3 V 28 dir i-324864.0.r366875/37922 K 8 python32 V 26 dir 73-2042.0.r364557/1655 K 8 python33 V 33 dir 73-2042.0-309312.r365709/1604 K 8 python34 V 27 dir d-350610.0.r366040/2120 K 4 qore V 27 dir 4-244193.0.r360269/1036 K 7 qscheme V 26 dir 4-62108.0.r366679/4838 K 7 qt5-qml V 30 dir 60-346930.0.r362251/401068 K 6 racket V 28 dir m-216546.0.r364139/21680 K 14 racket-minimal V 36 dir 14-216546.0-341390.r364139/23220 K 6 ratfor V 25 dir 2-32030.0.r366507/800 K 8 rexx-imc V 24 dir 2-3847.0.r356116/584 K 11 rexx-regina V 26 dir 4-93554.0.r365549/1420 K 12 rexx-regutil V 27 dir 4-264001.0.r362438/1389 K 12 rexx-wrapper V 27 dir 4-93563.0.r360810/85112 K 5 rhino V 27 dir 4-206297.0.r357419/1376 K 8 rubinius V 27 dir 4-262839.0.r363123/3190 K 6 ruby19 V 28 dir 40-210636.0.r366970/3999 K 6 ruby20 V 35 dir 40-210636.0-312871.r366970/5299 K 6 ruby21 V 35 dir 40-210636.0-344909.r366970/6847 K 6 runawk V 27 dir 4-252135.0.r363443/1020 K 4 rust V 27 dir 4-289669.0.r363270/1750 K 5 s9fes V 27 dir 4-230036.0.r363028/1144 K 18 sagittarius-scheme V 27 dir 4-360853.0.r365162/4324 K 20 sather-specification V 26 dir 4-169984.0.r356119/765 K 15 sather-tutorial V 26 dir 4-169986.0.r356120/766 K 4 sbcl V 26 dir 4-73159.0.r364741/1338 K 5 scala V 26 dir 4-233950.0.r363385/951 K 10 scala-docs V 26 dir 4-306314.0.r364001/963 K 8 scheme48 V 26 dir 2-736.0.r363374/796215 K 3 scm V 24 dir 2-329.0.r357742/5506 K 4 scsh V 26 dir 2-5173.0.r360810/86642 K 4 sdcc V 29 dir 4-108778.0.r357070/608703 K 10 sdcc-devel V 27 dir i-108778.0.r365039/1240 K 3 see V 27 dir 6-133435.0.r361044/2889 K 5 seed7 V 26 dir 4-216938.0.r366390/999 K 4 siod V 26 dir 2-18176.0.r356122/3299 K 4 sisc V 27 dir 4-78210.0.r360810/87325 K 7 sketchy V 29 dir 4-135413.0.r363960/514259 K 4 slib V 27 dir 2-12844.0.r362018/43050 K 10 slib-guile V 29 dir 9-95811.0.r340718/7685695 K 5 slisp V 25 dir 4-47091.0.r345787/546 K 9 smalltalk V 26 dir 2-925.0.r360588/576138 K 5 smlnj V 33 dir f-11924.0-363509.r366742/6660 K 7 snobol4 V 28 dir 4-179157.0.r360810/90183 K 14 spidermonkey17 V 32 dir 4-79724.0-303570.r365103/637 K 15 spidermonkey170 V 33 dir 4-305994.0-315532.r363537/713 K 15 spidermonkey185 V 27 dir 4-305994.0.r359987/1032 K 14 spidermonkey24 V 36 dir 4-305994.0-336683.r363371/799282 K 3 spl V 26 dir 4-55419.0.r360495/9726 K 6 squeak V 27 dir 5-110728.0.r363463/2667 K 8 squirrel V 27 dir 7-195571.0.r356127/1273 K 6 stalin V 29 dir 4-243256.0.r363399/668782 K 8 starlogo V 25 dir 6-24230.0.r356983/839 K 6 stldoc V 25 dir 4-56852.0.r344867/648 K 6 swi-pl V 25 dir 2-4155.0.r356214/1335 K 3 tcc V 29 dir 4-223624.0.r365746/270035 K 10 tcl-manual V 29 dir 4-51858.0.r340718/7700253 K 11 tcl-wrapper V 27 dir 4-188523.0.r353003/1792 K 5 tcl84 V 28 dir 1f-7628.0.r365614/452509 K 5 tcl85 V 27 dir 4-183590.0.r366295/5937 K 5 tcl86 V 27 dir u-183590.0.r366876/1729 K 4 tclX V 27 dir 2-7879.0.r365614/454705 K 6 tinypy V 29 dir 4-231456.0.r361989/326735 K 5 tolua V 27 dir 4-122062.0.r341134/2007 K 7 tolua++ V 28 dir 4-154200.0.r360810/93099 K 14 tuareg-mode.el V 27 dir 4-207676.0.r365974/1432 K 5 twelf V 26 dir 4-149566.0.r362672/588 K 3 ucc V 27 dir 4-219172.0.r354423/1048 K 5 urweb V 29 dir 4-294290.0.r363374/797631 K 2 v8 V 26 dir 4-274006.0.r364907/634 K 8 v8-devel V 33 dir 4-274006.0-337829.r364908/705 K 4 vala V 29 dir 4-195359.0.r363392/506998 K 12 vala-vapigen V 27 dir cp-264837.0.r348599/935 K 11 visualworks V 27 dir 4-62087.0.r360810/94532 K 10 whitespace V 29 dir 4-163999.0.r363374/798327 K 3 x10 V 29 dir 4-288064.0.r363399/669520 K 7 yabasic V 28 dir 4-24050.0.r354619/316893 K 3 yap V 26 dir 4-322261.0.r361644/874 K 9 yap-devel V 26 dir 4-330001.0.r361645/703 K 6 yorick V 27 dir 2-8794.0.r359327/306715 K 7 ypsilon V 29 dir 2-218073.0.r359185/684015 END ENDREP id: 1-15.0.r367223/26244 type: dir pred: 1-15.0.r366985/16940 count: 13226 text: 367223 10715 15516 0 5dbea72a97b8d06222bee4eb5533b41f cpath: /head/lang copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r364854/48 K 10 .gitignore V 26 file 1-348322.0.r348482/68 K 7 CHANGES V 27 file 1-99373.0.r366875/9777 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 25 file 1-146787.0.r345912/0 K 4 GIDs V 28 file 1-168311.0.r365334/3813 K 8 Keywords V 27 dir 1-314142.0.r367153/1764 K 5 LEGAL V 25 file 1-748.0.r366983/1002 K 5 MOVED V 27 file 1-69878.0.r367069/1438 K 8 Makefile V 22 file 1-6.0.r365265/122 K 2 Mk V 22 dir 1-5.0.r367214/5800 K 6 README V 25 file 1-2408.0.r340854/960 K 9 Templates V 24 dir 1-2932.0.r366283/760 K 5 Tools V 26 dir 3-15302.0.r365612/3637 K 4 UIDs V 28 file 4-168311.0.r365334/4095 K 8 UPDATING V 27 file 1-102685.0.r367208/144 K 13 accessibility V 26 dir 1-42583.0.r367096/2523 K 6 arabic V 27 dir 1-38973.0.r365038/50181 K 9 archivers V 25 dir 1-242.0.r367222/11189 K 5 astro V 24 dir 1-301.0.r367212/7741 K 5 audio V 25 dir 1-148.0.r367182/40787 K 10 benchmarks V 23 dir 1-62.0.r366964/9468 K 7 biology V 25 dir 1-9066.0.r366995/5390 K 3 cad V 25 dir 1-276.0.r366964/14325 K 7 chinese V 26 dir 1-3770.0.r366865/12217 K 5 comms V 23 dir 1-76.0.r367178/9759 K 10 converters V 25 dir 1-1561.0.r366946/9418 K 9 databases V 25 dir 1-771.0.r367211/51035 K 9 deskutils V 27 dir 1-2098.0.r366938/134804 K 5 devel V 25 dir 1-73.0.r367216/255335 K 3 dns V 27 dir 1-6145.0.r366881/277231 K 7 editors V 23 dir 4-6.0.r367168/14145 K 9 emulators V 25 dir 1-181.0.r367149/13509 K 7 finance V 26 dir 1-4110.0.r366890/15353 K 6 french V 27 dir 1-25673.0.r366890/17105 K 3 ftp V 26 dir 1-199.0.r367212/269272 K 5 games V 25 dir 1-104.0.r367207/56962 K 6 german V 26 dir 1-7451.0.r366897/59468 K 8 graphics V 24 dir 1-94.0.r367218/55372 K 6 hebrew V 28 dir 3-31142.0.r365746/269354 K 9 hungarian V 29 dir 1p-38973.0.r365038/816128 K 3 irc V 23 dir 1-42.0.r367205/7626 K 8 japanese V 25 dir 1-410.0.r367151/18526 K 4 java V 26 dir 1-2798.0.r366899/30332 K 6 korean V 26 dir 1-5873.0.r366755/50361 K 4 lang V 24 dir 1-15.0.r367223/26244 K 4 mail V 24 dir 1-57.0.r367201/37405 K 4 math V 25 dir 1-162.0.r367220/35035 K 4 misc V 24 dir 7-35.0.r367203/24907 K 10 multimedia V 25 dir d-333.0.r367026/24002 K 3 net V 24 dir 1-22.0.r367183/64299 K 6 net-im V 27 dir 15-11144.0.r367174/8980 K 8 net-mgmt V 27 dir r-1011.0.r366995/383300 K 7 net-p2p V 27 dir g-29106.0.r367204/27702 K 4 news V 25 dir 1-145.0.r366967/75104 K 4 palm V 25 dir 1-6646.0.r366968/1545 K 6 polish V 29 dir tv-38973.0.r366659/569085 K 10 ports-mgmt V 25 dir 1-5132.0.r367217/5461 K 10 portuguese V 27 dir 1-17842.0.r366621/31303 K 5 print V 24 dir 1-79.0.r366968/19232 K 7 russian V 25 dir 1-1559.0.r366976/5749 K 7 science V 26 dir n-5356.0.r367221/10079 K 8 security V 25 dir 1-269.0.r367198/53503 K 6 shells V 22 dir w-6.0.r366450/4172 K 8 sysutils V 25 dir b-339.0.r367219/52672 K 8 textproc V 25 dir 1-322.0.r367190/83973 K 9 ukrainian V 29 dir g-39704.0.r365038/1398516 K 10 vietnamese V 26 dir 1-4812.0.r366981/85142 K 3 www V 26 dir 1-114.0.r367206/126813 K 3 x11 V 24 dir 1-16.0.r367176/25358 K 10 x11-clocks V 24 dir 1-931.0.r367143/3992 K 11 x11-drivers V 27 dir 1-157567.0.r366988/4187 K 6 x11-fm V 24 dir 1-691.0.r367161/2473 K 9 x11-fonts V 25 dir 1-543.0.r367209/11649 K 11 x11-servers V 25 dir 1n-710.0.r367159/1355 K 10 x11-themes V 26 dir 1-14410.0.r366990/9814 K 12 x11-toolkits V 25 dir 1-120.0.r367157/14405 K 6 x11-wm V 23 dir 1-40.0.r367128/9027 END ENDREP id: 2-1.0.r367223/29826 type: dir pred: 2-1.0.r367222/14775 count: 366060 text: 367223 26412 3401 0 bf43fb26ee8bf61f270135e1d1abceb1 props: 308235 235189 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 21 dir 0-1.0.r366873/716 K 4 head V 23 dir 2-1.0.r367223/29826 K 8 svnadmin V 22 dir 3-1.0.r366838/1306 K 4 tags V 22 dir 8-1.0.r366872/4820 END ENDREP id: 0.0.r367223/30219 type: dir pred: 0.0.r367222/15168 count: 367223 text: 367223 30046 160 0 5c8c1717fbd996f21200d1db9f268be6 props: 341041 7140 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 13 5-158902.0.t367222-7vcw modify-file true false /head/lang/maude/Makefile _5.0.t367222-7vcw add-file true true /head/lang/maude/files/extra-patch-Mixfix-lexerAux _8.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__BuiltIn__stringOpSymbol.cc _a.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__bottom.yy _c.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__commands.yy _e.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__interact.cc _g.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__modules.yy _i.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__token.cc _k.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Mixfix__top.yy _m.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__ObjectSystem__configSymbol.hh _o.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__ObjectSystem__objectMap.cc _q.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__ObjectSystem__objectSystemRewritingContext.hh _s.0.t367222-7vcw add-file true true /head/lang/maude/files/patch-src__Utility__ropeStuff.hh 30219 30443