From: Jarkko Hietaniemi Date: Wed, 23 Jan 2002 15:04:06 +0000 (+0000) Subject: Small update on todo. Could use a lot more. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1626a787a73b5e5bc46d212f7e5f71605435a7f9;p=p5sagit%2Fp5-mst-13.2.git Small update on todo. Could use a lot more. p4raw-id: //depot/perl@14388 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index afc45f1..16e2fac 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -54,8 +54,8 @@ Possible options, controlled by the flags: - append a "..." to the produced string if the maximum length is exceeded - really fancy: print unicode characters as \N{...} -NOTE: pv_display(), pv_uni_display(), sv_uni_display() are doing -something like the above. +NOTE: pv_display(), pv_uni_display(), sv_uni_display() are already +doing something like the above. =head2 Overloadable regex assertions @@ -480,10 +480,6 @@ garbage detector into Perl; Alan Burlison has some ideas about this. Mark-Jason Dominus has the beginnings of one of these. -=head2 pack/unpack tutorial - -Simon Cozens has the beginnings of one of these. - =head2 Rewrite perldoc There are a few suggestions for what to do with C: maybe a @@ -887,4 +883,11 @@ One can emulate ftruncate() using F_FREESP and F_CHSIZ fcntls (see the UNIX FAQ for details). This needs to go somewhere near pp_sys.c:pp_truncate(). +One can emulate truncate() easily if one has ftruncate(). +This emulation should also go near pp_sys.pp_truncate(). + +=head2 pack/unpack tutorial + +Wolfgang Laun finished what Simon Cozens started. + =cut