2000-08-02 |
Gurusamy Sarathy |
Remove the extraneous "main::" prefix from all the |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jarkko Hietaniemi |
memcpy has n o in it, as pinted ut by Sarathy. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Simon Cozens |
Document in one place the memory abstractions used... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Jarkko Hietaniemi |
regen_headers, regen perltoc. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Simon Cozens |
"This little thing tests for a file .patch, and if... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Paul Saab |
FreeBSD 3.* updates from |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Paul Saab |
In new BSDs changes to argv[] do not show up in ps... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Tom Hughes |
The test from this |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jeff Okamoto |
[Proposed PATCH] Let Perl define QUAD_MIN and _MAX... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jarkko Hietaniemi |
Make p4desc to skip non-mainperl branches by default. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jarkko Hietaniemi |
If gccosandvers is equal to osname, clear gccosandvers. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jarkko Hietaniemi |
BOM patching from Simon Cozens. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jarkko Hietaniemi |
Stash away the largefiles flags and libswanted. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Gurusamy Sarathy |
various syntax errors and such (not fixed: comp/require... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Simon Cozens |
Make chr() for values >127 to create utf8 when under... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jarkko Hietaniemi |
In Digital UNIX warn if gcc explicitly chosen because... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Maurizio Loreti |
Make the safety catch for buggy gccs work with triple... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Brian Clarke |
fix and question re: waitpid() under win32 |
commit | commitdiff | tree | snapshot |
2000-08-01 |
M. J. T. Guy |
allow non-variable as lhs of non-updating tr/// |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Milton Hankins... |
Document the problem with -P in HP-UX and its workaround. |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jarkko Hietaniemi |
The swallow_bom() saga continues. The #23 of require.t |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jens Thomsen |
Find green threads before native threads. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jarkko Hietaniemi |
Fix the HALF_UPGRADE() macro introduced in #6263. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Jarkko Hietaniemi |
A new version of the "remove UPPERACSE string comparison" |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Simon Cozens |
Do not upgrade SVs into utf8 just because they participate |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jarkko Hietaniemi |
UTF8 concat |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Jarkko Hietaniemi |
Tune the comments and hopefully stop a memory leak. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
root |
The problem described in this |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jarkko Hietaniemi |
Tiny fixes for #6460. |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Kurt D. Starsinic |
Warn if the version of the operating system used to... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jarkko Hietaniemi |
In DEC OSF aka Digital UNIX aka Tru64 add the version |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Jarkko Hietaniemi |
Back out #6454, doesn't seem to work. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Jeffrey Friedl |
Use setproctitle() if available to modify $0. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Jarkko Hietaniemi |
Allow "no AutoLoader;", based on change #6444, |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Robert Spier |
[ID 19990709.002] [DOCUMENTATION PATCH] perldiag |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Jarkko Hietaniemi |
Remove EQ, NE, GT, LT, GE, LE (they have been deprecated |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Michael Stevens |
fixes bug 20000508.004 |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
Further File::Temp patches from Yitzchak Scott-Thoennes |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tim Jenness |
Be wary of close()s, too. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Daniel Muiño |
Minor doc patch: handy.h |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Michael Stevens |
minor doc change - perlguts |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Michael Stevens |
open() wariness in perlbug. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
File::Temp patches for VMS and OS/2 from Tim Jenness. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
docfix from Peter Scott <Peter@PSDT.com>. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
Fix *foo{FORMAT}. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
More split() doc and test patches from Mike Guy. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jarkko Hietaniemi |
MacOS nits from Matthias Neeracher. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
M. J. T. Guy |
split /^/ |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Peter Prymmer |
bug fix for munchconfig (turned up by CXX) |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeffrey Friedl |
Make the unimplemented POSIX regex features [[.cc.... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Simon Cozens |
av.c apidoc |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Stephen P.... |
[ID 20000724.003] Documentation changes for perllocale.pod |
commit | commitdiff | tree | snapshot |
2000-07-25 |
M. J. T. Guy |
Make large file tests deal with SIGXFSZ |
commit | commitdiff | tree | snapshot |
2000-07-25 |
M. J. T. Guy |
Get UTF16 BOMs working. Patch from |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Jarkko Hietaniemi |
Make the "uninit variable" warning to say "concat or... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jarkko Hietaniemi |
File::Spec::VMS fixup for tmpdir from Craig Berry. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
Test cases for #6431. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
Bind op fix. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Yitzchak Scott... |
[ID 20000716.023] syslog test fails without sockets |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Ben Tilly |
Add an optimization for map-maps-a-list-element-to... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Gurusamy Sarathy |
Documentation to explain the behaviour of map(). |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Hugo van der... |
Add tests for |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Stephen P.... |
A missing 'break' after the [[:space:]] switch case. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
The output might have been produced in the wrong order. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
Use STDOUT consistently. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
Protect against "wild next"s, that is, callbacks doing... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Robert Spier |
Out-of-date note removed. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
M. J. T. Guy |
Send all installperl messages to STDERR and be -w clean. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Soderberg |
Decutandpasto. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jeff Pinyan |
A cleaner abs_path(). |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Richard Soderberg |
Detypo. |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Mark-Jason... |
SDBM_File documentation |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Jarkko Hietaniemi |
MPE/ix updates for perl 5.6.0 from Mark Bixby. |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jarkko Hietaniemi |
Fix the bitvector ops for utf8 (tricky since past 7... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jarkko Hietaniemi |
another VMS build tweak from Peter Prymmer |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jarkko Hietaniemi |
perlvms.pod whitespace cleanup to keep pod utils happy. |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jarkko Hietaniemi |
More docs for sv functions. |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jarkko Hietaniemi |
lib/b test fixes from Peter Prymmer. |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Hugo van der... |
[docpatch] Re: [ID 19991002.011] perldoc -f shift |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jarkko Hietaniemi |
thinko fix in vms/descrip_mms.template, the win32.pod... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jarkko Hietaniemi |
The bug report |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jarkko Hietaniemi |
Fix AutoSplit to use File::Spec the right way in VMS, |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Simon Cozens |
Merge perlhacktut into perlhack, update perlguts. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
PERL_OBJECT build tweaks |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
inconsistent types needs casts |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
typos in change#6399, regen headers |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
typecasts needed for change#6394 |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
enable UTF-16 filter by default if relevant BOM is... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
rename totally bletcherous SvLOCK() thingy (doesn't... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
move new variables to the end of the interpreter struct... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Gurusamy Sarathy |
MakeMaker should not remove editor backups (*~) on... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Hugo van der... |
Replace change #6337 with a better one. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jarkko Hietaniemi |
Fix the BOM bug: not a byteorder bug, a signedness... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jarkko Hietaniemi |
remove discarded test |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Hugo van der... |
The {multiplier} of a fixed substring was overlooked... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jarkko Hietaniemi |
typo fix from Craig Berry |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jarkko Hietaniemi |
Detypo from Peter Prymmer, part of #6388. |
commit | commitdiff | tree | snapshot |
next |