Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove FileHandle from list of PodParser dependencies (the | Gurusamy Sarathy | 1999-10-17 | 4 | -7/+7 |
* | make installperl ignore RCS files (from Michael G Schwern | Gurusamy Sarathy | 1999-10-17 | 2 | -6/+8 |
* | another bug in change#3386 (CATCH_SET wasn't reverted correctly) | Gurusamy Sarathy | 1999-10-16 | 1 | -1/+1 |
* | assumption about @_ always being non-REAL doesn't hold when | Gurusamy Sarathy | 1999-10-16 | 1 | -1/+7 |
* | OS/2 support bits (from Ilya Zakharevich) | Gurusamy Sarathy | 1999-10-16 | 4 | -5/+12 |
* | here be 5.005_62 | Gurusamy Sarathy | 1999-10-15 | 3 | -3/+31 |
* | lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>; | Gurusamy Sarathy | 1999-10-15 | 4 | -5/+10 |
* | disable internal globbing for miniperl (or build breaks out | Gurusamy Sarathy | 1999-10-15 | 4 | -4/+18 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-15 | 5 | -7/+249 |
|\ | |||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-14 | 17 | -177/+238 |
| |\ | |||||
| * | | Warn inside character classes about unknown backslash escapes | Jarkko Hietaniemi | 1999-10-14 | 4 | -7/+44 |
* | | | various little goofs in change#4385 | Gurusamy Sarathy | 1999-10-15 | 2 | -10/+11 |
* | | | win32_*dir() cleanup; win32_readdir() iterates as necessary | Gurusamy Sarathy | 1999-10-15 | 2 | -72/+101 |
* | | | Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>) | Gurusamy Sarathy | 1999-10-15 | 2 | -6/+53 |
* | | | include info about Perl Mongers in perlfaq2 (from David H. Adler | Gurusamy Sarathy | 1999-10-15 | 1 | -2/+20 |
* | | | Prevent "Out of memory" error in POSIX's strftime() | Jan Dubois | 1999-10-15 | 1 | -9/+16 |
| |/ |/| | |||||
* | | clarify significance of parens for "x" (from M.J.T. Guy | Gurusamy Sarathy | 1999-10-14 | 1 | -4/+5 |
* | | make timelocal work better when time is close to the epoch | Gurusamy Sarathy | 1999-10-14 | 1 | -1/+1 |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-14 | 12 | -440/+597 |
|\ \ | |/ | |||||
| * | Warn about false ranges like \d-\w (see the change #4355). | Jarkko Hietaniemi | 1999-10-14 | 5 | -319/+465 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 2 | -19/+8 |
| |\ | |||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 3 | -37/+98 |
| |\ \ | |||||
| * | | | [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 | Vlad Harchev | 1999-10-13 | 1 | -1/+1 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 27 | -30/+1911 |
| |\ \ \ | |||||
| * | | | | [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file | Mike Hopkirk (hops) | 1999-10-13 | 1 | -95/+100 |
| * | | | | Add DB_File hint for SCO ODT. | Mike Hopkirk | 1999-10-13 | 2 | -0/+3 |
| * | | | | Revert the parts of #3926 that outlawed character ranges | Jarkko Hietaniemi | 1999-10-12 | 4 | -17/+25 |
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-12 | 33 | -302/+1212 |
| |\ \ \ \ | |||||
| * | | | | | Sparc Linux -Duseshrplib fix. | Brian Jepson | 1999-10-11 | 1 | -0/+9 |
| * | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-11 | 29 | -365/+1548 |
| |\ \ \ \ \ | |||||
| * | | | | | | The 2.5th cut at the AIX C++ extension problems. | Jarkko Hietaniemi | 1999-10-11 | 1 | -23/+9 |
* | | | | | | | fix POPSTACK panics that ensued from bad interaction between | Gurusamy Sarathy | 1999-10-14 | 5 | -15/+19 |
* | | | | | | | avoid warnings | Gurusamy Sarathy | 1999-10-14 | 1 | -83/+83 |
* | | | | | | | File::Glob fixes for Windows | Gurusamy Sarathy | 1999-10-14 | 4 | -25/+61 |
* | | | | | | | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 9 | -50/+70 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | misc tweaks | Gurusamy Sarathy | 1999-10-13 | 2 | -19/+8 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | pod nits from various perl porters | Gurusamy Sarathy | 1999-10-13 | 3 | -4/+61 |
* | | | | | typos and language goofs pointed out by Hugo van der Sanden | Gurusamy Sarathy | 1999-10-13 | 2 | -33/+37 |
| |_|_|/ |/| | | | |||||
* | | | | debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 1 | -1/+1 |
* | | | | PL_numeric_radix used without being defined (from Ilya | Gurusamy Sarathy | 1999-10-13 | 1 | -2/+0 |
* | | | | use libdbm.nfs.a if available (libdbm.a is missing dbmclose()) | Mike Hopkirk | 1999-10-13 | 3 | -4/+9 |
* | | | | various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 5 | -14/+24 |
* | | | | perldelta updates | Gurusamy Sarathy | 1999-10-12 | 1 | -5/+11 |
* | | | | update perldelta for change#4356 | Gurusamy Sarathy | 1999-10-12 | 2 | -0/+55 |
* | | | | add File::BSDGlob as File::Glob and load it at compile-time | Gurusamy Sarathy | 1999-10-12 | 16 | -4/+1811 |
| |_|/ |/| | | |||||
* | | | apply parts of LynxOS patches from Alan Johnson | Gurusamy Sarathy | 1999-10-12 | 5 | -7/+48 |
* | | | allow any unpack specifier to take a count via '/' | Gurusamy Sarathy | 1999-10-12 | 2 | -8/+23 |
* | | | avoid warnings | Gurusamy Sarathy | 1999-10-12 | 1 | -2/+4 |
* | | | various cleanups | Gurusamy Sarathy | 1999-10-12 | 16 | -206/+545 |
* | | | update Changes, patchlevel etc. | Gurusamy Sarathy | 1999-10-12 | 8 | -42/+210 |