diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-23 15:04:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-23 15:04:06 +0000 |
commit | 1626a787a73b5e5bc46d212f7e5f71605435a7f9 (patch) | |
tree | 4fa0d331820386b5f5cfa045d153c88dff865962 /pod/perltodo.pod | |
parent | 88fd19e345bb4a13d93eb0557302a9d5ee94e665 (diff) | |
download | perl-1626a787a73b5e5bc46d212f7e5f71605435a7f9.tar.gz |
Small update on todo. Could use a lot more.
p4raw-id: //depot/perl@14388
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index afc45f1dd3..16e2fac21c 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<perldoc>: 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 |