1999-12-03 |
Gurusamy Sarathy |
patchls tweak from Andreas Koenig |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
don't mess with the umask() |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
support -a switch to append bytecode to an existing... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
document incompatible perl4 vec() vs bitwise ops intera... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
use PerlIO abstraction rather than straight stdio ... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
avoid warning in IO::Select::exists() if socket doesn... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
two small patches from Peter Prymmer <pvhp@forte.com> |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Peter Prymmer |
implement /[:ascii:]/ on ebcdic machines |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
Windows build tweaks due to change#4623 |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
add missing file |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Ilya Zakharevich |
applied suggested patch; removed $VERSION = $VERSION... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Gurusamy Sarathy |
revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
caveat about thread-safety of extensions |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
XS documentation patches suggested by Ilya, severally... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
re-add missing Unicode database master |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Ilya Zakharevich |
applied suggested patch with prototype changes |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
fixes for bugs in change#4586 and OS/2 pod tweak, from... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
various documentation tweaks suggested by M. J. T. Guy |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Paul Moore |
various File::Glob fixes for DOSISH platforms |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
allow XSUBs and prototyped subroutines to be used with... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
ignore yet another known scalar leak |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Gurusamy Sarathy |
avoid potential stack extension bug in pp_unpack()... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Ilya Zakharevich |
a somewhat tweaked version of suggested patch |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
more accurate require() pseudocode (from James P. Williams |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
avoid "Callback called exit" error on intentional exit() |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
find_byclass() prototype was incoherent |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
better documentation for goto ... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
avoid PTR->IV cast warnings |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
email address changes |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
minor USE_ITHREADS tweaks |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Graham TerMarsch |
rudimentary support for remote debugging, from aeons... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Jarkko Hietaniemi |
Small VMS nits from Craig A. Berry, <craig.berry@metamo... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Jarkko Hietaniemi |
Replace #4596 with the change done in 5.005_03. |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Jarkko Hietaniemi |
Skip processing a file if the file to be opened is '-' |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Jarkko Hietaniemi |
VMS patches from Peter Prymmer. |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Chip Salzenberg |
Document known limitations of fdopen() on some systems, |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Chip Salzenberg |
Undef printf before redirecting it to PerlIO_stdoutf. |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Jarkko Hietaniemi |
The find_byclass prototype is already in proto.h. |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Jarkko Hietaniemi |
Regen Configure. |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Gurusamy Sarathy |
Pod::Parser updates (v1.091) from Brad Appleton <bradap... |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Gurusamy Sarathy |
add a synchronous stub fork() for USE_ITHREADS to prove... |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Gurusamy Sarathy |
cloning the stack (part 1) |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Jarkko Hietaniemi |
Ilya's "hopscotch" patch, reworked by Ilya to fit. |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Gurusamy Sarathy |
tweak for win32 build |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Gurusamy Sarathy |
cosmetic tweaks |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Gurusamy Sarathy |
fix problem pointer casts |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Jarkko Hietaniemi |
The separation of 64-bitness and largefileness continues |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Jarkko Hietaniemi |
Another Unicode update. |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Gurusamy Sarathy |
sundry cleanups for cloned interpreters (only known... |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Gurusamy Sarathy |
fix bug in change#4515 (STOP blocks now see @ARGV like... |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Change #4576 accidentally leaked also parts of |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
typos in change#4561 and change#4565 |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
revert non-kosher parts of change#4562 (sort order... |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
integrate cfgperl changes into mainline |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Craig A. Berry |
updates to README.vms |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jan Dubois |
[5.005_62 PATCH] support link() on WinNT and NTFS |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Ilya Zakharevich |
makedef.pl goof |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Michael G.... |
[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Paul Moore |
DynaLoader_pm.PL patch (backslashes in strings) |
commit | commitdiff | tree | snapshot |
1999-11-13 |
JD Laub |
[ID 19991112.002] patch: Exporter.pm not reporting... |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Bernard Quatermass |
small patch for perldoc |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Scott Gifford |
[ID 19991112.004] Bug in IO::Socket (patch included) |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Craig A. Berry |
Applied manually: |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Regen Unicode tables to include a warning: |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Peter Prymmer |
was Re: [ID 19991102.003] perl on os390 |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
$Config{myarchname} is not a good architecture identifier |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Continue largefileness separation from quadness; |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Try to fix largefileness so that it "works" without... |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Undo drift from mainline. |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
typo |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
integrate cfgperl contents (op.[ch] needed manual resolve) |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Gurusamy Sarathy |
cloned interpreters now actually run and pass all but... |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Jarkko Hietaniemi |
Turn on largefileness always if available and |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Jarkko Hietaniemi |
Fix a thinko in 4548. |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Jarkko Hietaniemi |
Try to do something if st_size, st_uid, st_gid are... |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Gurusamy Sarathy |
avoid stash pointers in optree under USE_ITHREADS |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Gurusamy Sarathy |
another change towards a shareable optree: avoid pointe... |
commit | commitdiff | tree | snapshot |
1999-11-10 |
Gurusamy Sarathy |
more cleanups for change#4539 |
commit | commitdiff | tree | snapshot |
1999-11-10 |
Gurusamy Sarathy |
remove dead branch/infinite looper in change#3612 |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Gurusamy Sarathy |
IoDIRP may be fake when used in source filters, mark... |
commit | commitdiff | tree | snapshot |
1999-11-09 |
Gurusamy Sarathy |
small nits in changes#4538,4539 |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
win32 symbol export tweak |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for GVOP indirection via pad |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
more thorough cleanup in perl_destroy() |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
win32 internal data must be interpreter-local |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Gurusamy Sarathy |
tweak change#4502 |
commit | commitdiff | tree | snapshot |
1999-11-07 |
Jarkko Hietaniemi |
Four special class subs, not three. |
commit | commitdiff | tree | snapshot |
1999-11-07 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-11-07 |
Jarkko Hietaniemi |
More test program maintenance. |
commit | commitdiff | tree | snapshot |
1999-11-07 |
Jarkko Hietaniemi |
Tidy up the metaconfig test programs. |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Jarkko Hietaniemi |
So many printfs, so little time. |
commit | commitdiff | tree | snapshot |
next |