p5sagit/p5-mst-13.2.git
1999-12-17 Helmut Jarausch applied suggested patch with whitespace adjustments
1999-12-17 Gurusamy Sarathy avoid warnings due to symbols unintroduced by XSLoader...
1999-12-17 Gurusamy Sarathy fix bug when one of the operands is +0E+0 (from Ronald...
1999-12-16 Gurusamy Sarathy spell out how to get 4-digit year (from Micheal G Schwern
1999-12-16 Gurusamy Sarathy type mismatch for %c format argument (spotted by Robin...
1999-12-16 Gurusamy Sarathy mingw32 doesn't have anonymous union (from Benjamin...
1999-12-16 Gurusamy Sarathy missing backslash (spotted by Johan Vromans)
1999-12-16 Gurusamy Sarathy avoid coredump on diagnostics when STDERR is closed
1999-12-10 Gurusamy Sarathy interpreter structure should be nulled under -DMULTIPLICITY
1999-12-09 Gurusamy Sarathy update Changes
1999-12-09 Gurusamy Sarathy fix File::Find testsuite bugs in symlink-less places
1999-12-09 Gurusamy Sarathy USE_ITHREADS tweaks and notes
1999-12-09 Gurusamy Sarathy allow new style sort subs to work under usethreads
1999-12-09 Gurusamy Sarathy document compatibility issue with literal list slices...
1999-12-09 Gurusamy Sarathy avoid mismatched expectation <-> int types for C++...
1999-12-09 Gurusamy Sarathy newer version of File::Find with support for following...
1999-12-09 Gurusamy Sarathy avoid initializing GvCV slot for autovivified filehandles
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-08 Larry Wall patch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-08 Gurusamy Sarathy patch to fix aix hints from ortmann@vnet.ibm.com
1999-12-08 Gurusamy Sarathy documentation tweaks from M. J. T. Guy, Micheal Schwern...
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-08 Gurusamy Sarathy use SAVEINT() rather than SAVEDESTRUCTOR() for saving...
1999-12-08 Gurusamy Sarathy longstanding typo in lexer: PL_lex_expect was not properly
1999-12-07 Gurusamy Sarathy typos in change#4546
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-06 Gurusamy Sarathy allow IRIX 6.5 to build perl (from Helmut Jarausch
1999-12-06 Gurusamy Sarathy fix for -Dp via $^D (suggested by Stephane Payrard
1999-12-06 Gurusamy Sarathy change#4641 needs perldiag.pod edit
1999-12-06 Gurusamy Sarathy Makefile tweak for change#4649
1999-12-05 Gurusamy Sarathy change#4653 was missing a patch reject
1999-12-05 Gurusamy Sarathy windows build tweaks for Borland compiler
1999-12-05 Benjamin Stuhl applied somewhat modified version of suggested patch
1999-12-05 Mike Hopkirk... [ID 19991104.005] modified hints file for UnixWare7...
1999-12-05 Gurusamy Sarathy on dosish platforms, avoid infinite recursion in File...
1999-12-05 Gurusamy Sarathy windows build tweaks for change#4649
1999-12-05 Gurusamy Sarathy make File::Glob::glob() the default for CORE::glob()
1999-12-05 Gurusamy Sarathy fix bug in processing L<> tags (from j.vavruska@post.cz)
1999-12-05 Gurusamy Sarathy remove outdated entry
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathy readability tweak suggested by GRommel@sears.com
1999-12-04 Gurusamy Sarathy Configure tweak from Peter Prymmer
1999-12-04 Gurusamy Sarathy make weak keyword check look for defined(&lock), not
1999-12-04 Gurusamy Sarathy make eof() open ARGV if it isn't open already; also...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-04 Gurusamy Sarathy provide explicit functions timegm_nocheck() and timeloc...
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-03 Gurusamy Sarathy pod nits
1999-12-03 Gurusamy Sarathy change#4431 was flawed
1999-12-03 Gurusamy Sarathy pod embellishments from Nathan Torkington
1999-12-03 Gurusamy Sarathy perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1999-12-03 Gurusamy Sarathy test tweak for VMS (from Craig A. Berry)
1999-12-03 Gurusamy Sarathy patchls tweak from Andreas Koenig
1999-12-03 Gurusamy Sarathy don't mess with the umask()
1999-12-03 Gurusamy Sarathy support -a switch to append bytecode to an existing...
1999-12-03 Gurusamy Sarathy document incompatible perl4 vec() vs bitwise ops intera...
1999-12-03 Gurusamy Sarathy use PerlIO abstraction rather than straight stdio ...
1999-12-03 Gurusamy Sarathy avoid warning in IO::Select::exists() if socket doesn...
1999-12-03 Gurusamy Sarathy two small patches from Peter Prymmer <pvhp@forte.com>
1999-12-03 Peter Prymmer implement /[:ascii:]/ on ebcdic machines
1999-12-03 Gurusamy Sarathy Windows build tweaks due to change#4623
1999-12-03 Gurusamy Sarathy add missing file
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Gurusamy Sarathy caveat about thread-safety of extensions
1999-12-02 Gurusamy Sarathy XS documentation patches suggested by Ilya, severally...
1999-12-02 Gurusamy Sarathy re-add missing Unicode database master
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-12-02 Gurusamy Sarathy fixes for bugs in change#4586 and OS/2 pod tweak, from...
1999-12-02 Gurusamy Sarathy various documentation tweaks suggested by M. J. T. Guy
1999-12-02 Paul Moore various File::Glob fixes for DOSISH platforms
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-12-02 Gurusamy Sarathy ignore yet another known scalar leak
1999-12-02 Gurusamy Sarathy avoid potential stack extension bug in pp_unpack()...
1999-12-02 Ilya Zakharevich a somewhat tweaked version of suggested patch
1999-12-01 Gurusamy Sarathy more accurate require() pseudocode (from James P. Williams
1999-12-01 Gurusamy Sarathy avoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathy find_byclass() prototype was incoherent
1999-12-01 Gurusamy Sarathy better documentation for goto ...
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy avoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathy email address changes
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-12-01 Graham TerMarsch rudimentary support for remote debugging, from aeons...
1999-11-22 Jarkko Hietaniemi Small VMS nits from Craig A. Berry, <craig.berry@metamo...
1999-11-21 Jarkko Hietaniemi Replace #4596 with the change done in 5.005_03.
1999-11-21 Jarkko Hietaniemi Skip processing a file if the file to be opened is '-'
1999-11-21 Jarkko Hietaniemi VMS patches from Peter Prymmer.
1999-11-19 Chip Salzenberg Document known limitations of fdopen() on some systems,
1999-11-19 Chip Salzenberg Undef printf before redirecting it to PerlIO_stdoutf.
1999-11-18 Jarkko Hietaniemi The find_byclass prototype is already in proto.h.
1999-11-16 Jarkko Hietaniemi Regen Configure.
1999-11-16 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-16 Gurusamy Sarathy Pod::Parser updates (v1.091) from Brad Appleton <bradap...
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Gurusamy Sarathy cloning the stack (part 1)
1999-11-15 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
next