Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

values() documentation needs updating #1935

Closed
p5pRT opened this issue May 4, 2000 · 2 comments
Closed

values() documentation needs updating #1935

p5pRT opened this issue May 4, 2000 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented May 4, 2000

Migrated from rt.perl.org#3205 (status was 'resolved')

Searchable as RT3205$

@p5pRT
Copy link
Author

p5pRT commented May 4, 2000

From dougw@safeguard.net

To​: perlbug@​perl.com
Subject​: values() documentation needs updating
Reply-To​: dougw@​safeguard.net

This is a bug report for perl from dougw@​safeguard.net,
generated with the help of perlbug 1.28 running under perl v5.6.0.


'perldoc -f values' still says that
it gives a copy of values, but it now gives access to
the hash's actual values.
e.g.
# This actually increments the hash values
my %hash = qw(a 1 b 2 c 3);
for (values %hash) {
$_++;
}



Flags​:
  category=docs
  severity=low


Site configuration information for perl v5.6.0​:

Configured by dougw at Thu Mar 30 12​:29​:57 PST 2000.

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration​:
  Platform​:
  osname=hpux, osvers=10.20, archname=PA-RISC1.1
  uname='hp-ux mongo b.10.20 u 9000800 245239331 unlimited-user license '
  config_args='-Dprefix=~/perl -des'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
  useperlio=undef d_sfio=undef uselargefiles=define
  use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler​:
  cc='cc', optimize='-O', gccversion=
  cppflags='-D_HPUX_SOURCE -Aa -I/usr/local/include'
  ccflags =' -D_HPUX_SOURCE -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae'
  stdchar='unsigned char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries​:
  ld='ld', ldflags =' -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
  libs=-lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lsec
  libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
  Dynamic Linking​:
  dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
  cccdlflags='+z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib'

Locally applied patches​:
 


@​INC for perl v5.6.0​:
  /home/dougw/src/Parse-RecDescent-1.77/blib/lib
  /home/dougw/perl/lib/5.6.0/PA-RISC1.1
  /home/dougw/perl/lib/5.6.0
  /home/dougw/perl/lib/site_perl/5.6.0/PA-RISC1.1
  /home/dougw/perl/lib/site_perl/5.6.0
  /home/dougw/perl/lib/site_perl
  .


Environment for perl v5.6.0​:
  HOME=/home/dougw
  LANG (unset)
  LANGUAGE (unset)
  LD_LIBRARY_PATH (unset)
  LOGDIR (unset)
  PATH=/home/dougw/bin​:/home/dougw/perl/bin​:/usr/bin​:/opt/ansic/bin​:/usr/ccs/bin​:/usr/contrib/bin​:/opt/nettladm/bin​:/opt/pd/bin​:/usr/bin/X11​:/usr/contrib/bin/X11​:/opt/upgrade/bin​:/opt/perf/bin​:/opt/hpnp//bin​:/opt/dtcmgr/sbin​:/opt/hparray/bin​:/opt/rdtcmgr/sbin​:/bin​:/opt/langtools/bin​:/opt/imake/bin​:/opt/pred/bin​:/opt/ignite/bin​:/opt/resmon/bin​:/usr/bin​:/usr/ccs/bin​:/usr/contrib/bin​:/opt/nettladm/bin​:/usr/bin/X11​:/usr/contrib/bin/X11​:/opt/upgrade/bin​:/opt/hpnp/bin​:/usr/local/bin​:/opt/perl5/bin​:/scope/cvs/cvsroot/bin​:/opt/fourgen731/bin​:/opt/informix730/bin​:/scope/dev/all.4gm/lib.4gs​:/scope/dev/scripts​:.
  PERL5LIB=/home/dougw/src/Parse-RecDescent-1.77/blib/lib
  PERL_BADLANG (unset)
  SHELL=/usr/bin/sh
  SHLIB_PATH (unset)

@p5pRT
Copy link
Author

p5pRT commented Nov 28, 2003

From The RT System itself

'docs fixed in bleadperl to agree with current behaviour\n'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant