update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
[p5sagit/p5-mst-13.2.git] / pod /
1999-07-26 Gurusamy Sarathy update to perlport-1.44 from Chris Nandor <pudge@pobox...
1999-07-26 Gurusamy Sarathy INSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-25 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-25 Jarkko Hietaniemi First steps of making builds outside the source
1999-07-23 Gurusamy Sarathy emit warning about function calls that were encountered...
1999-07-22 Jarkko Hietaniemi Update history records.
1999-07-21 oracle@pcr8.pcr.com Use Errno more extensively so that error
1999-07-20 Gurusamy Sarathy move DProf things around to where they are supposed...
1999-07-19 Gurusamy Sarathy remove several doubled (and tripled!) entries
1999-07-19 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-18 Gurusamy Sarathy missing perldiag entry (from Dan Sugalski <sugalskd...
1999-07-18 Gurusamy Sarathy ensure __END__ appears on a line by itself in wrapped
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-17 Gurusamy Sarathy pod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-07-11 Jarkko Hietaniemi More manual sync.
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathy integrate cfgperl contents
1999-07-07 Charles Bailey applied new parts of suggested patch
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Gurusamy Sarathy mention C<foreach VAR (LIST) BLOCK continue BLOCK>...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Mention EPOC and SOCKS.
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 Gurusamy Sarathy remove misleading info on defined(...
1999-07-04 Gurusamy Sarathy newer version of perlxstut from Jeff Okamoto (slightly...
1999-06-28 Gurusamy Sarathy regen perltoc
1999-06-27 Jarkko Hietaniemi Integrate from mainperl.
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Jarkko Hietaniemi Integrate from mainperl.
1999-06-11 Gurusamy Sarathy various little tweaks; most globals are now in intrpvar...
1999-06-11 Gurusamy Sarathy implement C<use caller 'encoding'>
1999-06-02 Jarkko Hietaniemi Integrate from mainperl.
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-05-28 Mark-Jason Dominus PATCH (5.005_57): defined(@a) now deprecated
1999-05-28 Paul Johnson Fixes related to working local $.
1999-05-25 Jarkko Hietaniemi Integrate from mainperl.
1999-05-25 Gurusamy Sarathy up patchlevel &c
1999-05-25 Gurusamy Sarathy perlport 1.43 update from Chris Nandor and Tom Christiansen
1999-05-25 Gurusamy Sarathy perlref update from Tom Christiansen
1999-05-25 Gurusamy Sarathy avoid enumerating @INC contents in diagnostic if @INC...
1999-05-25 Gurusamy Sarathy add caveat about close(PIPE) carelessness
1999-05-24 Gurusamy Sarathy more pod updates from Tom Christiansen; regen perltoc
1999-05-24 Gurusamy Sarathy perlmod notes from Damian Conway (via Tom Christiansen)
1999-05-24 Gurusamy Sarathy major pod update from Tom Christiansen
1999-05-24 Gurusamy Sarathy perlfaq update from Tom Christiansen
1999-05-21 Jarkko Hietaniemi Integrate from mainperl.
1999-05-20 Gurusamy Sarathy perlport 1.41 update from Chris Nandor <pudge@pobox...
1999-05-20 Gurusamy Sarathy various little nits
1999-05-17 Jarkko Hietaniemi Integrate from mainperl.
1999-05-17 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-05-17 Gurusamy Sarathy emit more appropriate diagnostic for failed glob (variant
1999-05-16 Mark-Jason Dominus DOC PATCH (5.005_55): Error message missing from perldi...
1999-05-11 Jarkko Hietaniemi Integrate from mainperl.
1999-05-11 Gurusamy Sarathy update embedvar.h
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Jarkko Hietaniemi Integrate from mainperl.
1999-05-10 Jan Dubois Win32 and VC++ 98 doesn't support CASTI
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Jan Dubois Add POLLUTE=1 option to MakeMaker
1999-05-10 Jan Dubois documentation for Win32 builtins (somewhat modified)
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-08 Jarkko Hietaniemi Integrate from mainperl.
1999-05-08 Gurusamy Sarathy mention unpack('pP',...) footshot (from Albert Dvornik...
1999-05-08 William Mann applied suggested patch, added tests
1999-05-08 Nick Ing-Simmons Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-05-07 Gurusamy Sarathy From: Dan Sugalski <sugalskd@osshe.edu>
1999-05-07 Paul Marquess DBM Filters (via private mail)
1999-05-06 Jarkko Hietaniemi Integrate from mainperl.
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-05-05 Gurusamy Sarathy make perldoc use backslashed pathnames within system...
1999-05-04 Gurusamy Sarathy pod2man outputs switched date and revision label (fix...
1999-04-30 Jarkko Hietaniemi Integrate from mainperl.
1999-04-24 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-04-19 Robin Barker PATCH wrong faq reference in perlbook.pod
1999-04-15 Tom Christiansen PATCH: 5.005_56: perldata.pod (UPDATE)
1999-04-04 Jarkko Hietaniemi Integrate from mainperl.
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-26 Jarkko Hietaniemi Integrate from mainperl.
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
1999-03-26 Gurusamy Sarathy better description of "Integer overflow" diagnostic
1999-03-25 Gurusamy Sarathy clarify what a "comment" means (due to Mark-Jason Dominus
1999-03-25 Gurusamy Sarathy describe current behavior on local($foo{nothere}) ...
1999-03-25 Gurusamy Sarathy fix a few places that said 'int', but meant 'STRLEN'
1999-03-25 Russ Allbery [5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-03-24 Jarkko Hietaniemi Integrate from mainperl.
1999-03-24 Gurusamy Sarathy doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1999-03-24 Gurusamy Sarathy add note about map in scalar context
1999-03-24 Gurusamy Sarathy document OO exceptions (based on a suggestion by Andrea...
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-23 Jan Dubois perldelta.pod changes for Win32::* functions
1999-03-23 Gurusamy Sarathy File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1999-03-23 Gurusamy Sarathy integrate cfgperl changes into mainline
next