Ticket #19: pods.patch
| File pods.patch, 4.1 KB (added by jimmy, 4 years ago) |
|---|
-
compilers/pirc/macro/macro.l
635 635 XXX It might be worthwhile to enter the PIR directives as rules; this saves a lot 636 636 of checking; these rules should just return TK_ANY. 637 637 638 =cut 638 639 639 640 */ 640 641 PARROT_PURE_FUNCTION -
compilers/pirc/macro/macrolexer.c
3528 3528 XXX It might be worthwhile to enter the PIR directives as rules; this saves a lot 3529 3529 of checking; these rules should just return TK_ANY. 3530 3530 3531 =cut 3531 3532 3532 3533 */ 3533 3534 PARROT_PURE_FUNCTION -
compilers/pirc/src/pirout.c
68 68 69 69 RT#48260: Not yet documented!!! 70 70 71 =back 72 71 73 =cut 72 74 73 =back74 75 75 */ 76 76 77 77 static void -
languages/APL/src/pmc/aplvector.pmc
19 19 20 20 =item INTVAL size_of_shape(INTERP, PMC) 21 21 22 =cut 23 22 24 */ 23 25 24 26 #include "parrot/parrot.h" -
src/encodings/utf8.c
378 378 The UTF-8 implementation of the string iterator's C<get_and_advance> 379 379 function. 380 380 381 =cut 382 381 383 */ 382 384 383 385 static UINTVAL -
src/extend.c
1162 1162 1163 1163 Set the value of an S register. 1164 1164 1165 =cut 1166 1165 1167 */ 1166 1168 1167 1169 PARROT_EXPORT -
src/io/buffer.c
703 703 support the Strings PDD, but is left as-is for now, for a smooth transition to 704 704 the new architecture. 705 705 706 =cut 707 706 708 */ 707 709 708 710 static INTVAL -
src/parrot_debugger.c
244 244 245 245 Adds a default exception handler to PDB. 246 246 247 =cut 248 247 249 */ 248 250 249 251 static void -
src/pmc/capture.pmc
461 461 462 462 =over 4 463 463 464 =cut 465 464 466 */ 465 467 466 468 METHOD list() { -
src/pmc/eventhandler.pmc
153 153 154 154 Frees any memory held by this PMC. 155 155 156 =cut 157 156 158 */ 157 159 158 160 VTABLE void destroy() { -
src/pmc/fixedpmcarray.pmc
709 709 This throws an exception if any of the spliced in values are out of the range 710 710 of this array. 711 711 712 =cut 713 712 714 */ 713 715 714 716 void splice(PMC *value, INTVAL offset, INTVAL count) { -
src/pmc/pmcproxy.pmc
47 47 48 48 NOTE: No doubt we will need other things later; this is a start. 49 49 50 =cut 51 50 52 */ 51 53 52 54 #include "parrot/parrot.h" -
src/sub.c
634 634 635 635 Verifies that the provided continuation is sane. 636 636 637 =cut 638 637 639 */ 638 640 639 641 void … … 661 663 662 664 Restores the appropriate context for the continuation. 663 665 666 =cut 667 664 668 */ 665 669 666 670 void
