# New Ticket Created by  Jerry Gay 
# Please include the string:  [perl #41267]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41267 >


the original intent of the 'clip' directory (docs/pdds/clip/) was as a
location for quick review of pdds. it seems that this directory is
instead used as a location for draft documents. therefore, it should
be renamed to better reflect it's use.

a quick search for all files with 'clip' results in the list below.
make sure all the relevant references in this list are modified, and
that the website is updated.
~jerry


c:\usr\local\parrot>ack --all clip
docs\pdds\clip\pdd24_events.pod
6:docs/pdds/clip/pdd24_events.pod - Parrot Events

docs\pdds\clip\pdd25_concurrency.pod
6:docs/pdds/clip/pdd25_concurrency.pod - Parrot Concurrency

docs\pdds\README
8:the "clip" directory.  That directory is for PDDs that have not yet been
10:section of a clip PDD is discarded, renamed, edited, and/or retained, it
11:will be clipped out (thus the name) and inserted into a PDD in this
12:directory.  In the end, the clip directory will evaporate.
17:of any documents, it would be OK to add notes to the clip PDDs.  Think

languages\dotnet\t\conditional.t
18:        public int clip(int x)
53:is( run_pir(<<'PIR'), <<'OUTPUT', 'clip' );
58:     $I0 = obj.clip(0)
61:     $I0 = obj.clip(1)
64:     $I0 = obj.clip(-1)
67:     $I0 = obj.clip(-500)
70:     $I0 = obj.clip(42)

lib\Test\More.pm
1015:        chop $msg;   # clip off newline so carp() will put in line/file

.\MANIFEST
360:docs/pdds/clip/pdd01_overview.pod                           [main]doc
361:docs/pdds/clip/pdd02_vtables.pod                            [main]doc
362:docs/pdds/clip/pdd04_datatypes.pod                          [main]doc
363:docs/pdds/clip/pdd05_opfunc.pod                             [main]doc
364:docs/pdds/clip/pdd06_pasm.pod                               [main]doc
365:docs/pdds/clip/pdd08_keys.pod                               [main]doc
366:docs/pdds/clip/pdd09_gc.pod                                 [main]doc
367:docs/pdds/clip/pdd10_embedding.pod                          [main]doc
368:docs/pdds/clip/pdd11_extending.pod                          [main]doc
369:docs/pdds/clip/pdd12_assembly.pod                           [main]doc
370:docs/pdds/clip/pdd14_bignum.pod                             [main]doc
371:docs/pdds/clip/pdd15_objects.pod                            [main]doc
372:docs/pdds/clip/pdd16_native_call.pod                        [main]doc
373:docs/pdds/clip/pdd17_basic_types.pod                        [main]doc
374:docs/pdds/clip/pdd18_security.pod                           [main]doc
375:docs/pdds/clip/pdd19_pir.pod                                [main]doc
376:docs/pdds/clip/pdd24_events.pod                             [main]doc
377:docs/pdds/clip/pdd25_concurrency.pod                        [main]doc
378:docs/pdds/clip/pddXX_cstruct.pod                            [main]doc
379:docs/pdds/clip/pddXX_pmc.pod                                [main]doc

runtime\parrot\library\SDL.pir
490:    set layout[ 'clip_rect' ], .DATATYPE_STRUCT

src\bignum.c
3143:F<docs/docs/pdds/clip/pdd14_bignum.pod>,

src\bignum.h
21:F<docs/docs/pdds/clip/pdd14_bignum.pod>,

t\pmc\bignum.t
27:F<docs/docs/pdds/clip/pdd14_bignum.pod>,

.\tags
12475:clip_excess_lines .\tools\dev\extract_file_descriptions.pl        /^sub cl
ip_excess_lines {$/;"   s

tools\dev\extract_file_descriptions.pl
133:    &clip_excess_lines( $top, 15 );
178:        &clip_excess_lines($desc);
229:    &clip_excess_lines($_);
252:sub clip_excess_lines {

Reply via email to