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 |
2000-07-13 |
Gurusamy Sarathy | typos (spotted by Peter Prymmer) |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Gurusamy Sarathy | new selfloader.t in change#6183 doesn't close DATA... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | sprintf test tweaks (from Dominic Dunlop) |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | fix bugs in processing %v-*d and similar format specs... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | readd missing perldelta.pod changes from changes#6339... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | don't clobber *.orig files on *clean targets |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | fix broken integrations in cfgperl |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | integrate cfgperl changes into mainline |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | get sprintf.t to adjust properly for 3-digit exponents |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Gurusamy Sarathy | change#6174 needs corresponding change in win32/config_... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jarkko Hietaniemi | Do the cc sanity check both before the hints and |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jarkko Hietaniemi | Fix nits noticed by Boston.pm. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jarkko Hietaniemi | Configure cosmetics and perldelta. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | windows build tweaks (op/sprintf.t still fails tests... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | tweak for build failure under multiplicity |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6325..6373 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jarkko Hietaniemi | Reintroduce perlbook (updated for Mk III), introduce... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jarkko Hietaniemi | Minor cleanups on the booklist. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jarkko Hietaniemi | mjd's tr patches "broke" tr/z-Z/z-Z/ |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6293..6324 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | skip integrate of problematic change#6292 from cfgperl... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6288..6290 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6268..6282 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | delete new accidentally branched file |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | skip integrate of change#6267 from cfgperl into mainlin... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6261..6266 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6252..6260 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | skip integrate of problematic change#6251 from cfgperl... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl change#6250 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6242..6249 into mainline |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | skip integrate of problematic change#6241 from cfgperl... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Roderick Schertler | Fix for |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jarkko Hietaniemi | Typo in #6341. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Gurusamy Sarathy | integrate cfgperl changes#6231..6240 into mainline |
commit | commitdiff | tree | snapshot |
next |