| Commit message (Expand) | Author | Age | Files | Lines |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 12 | -5/+160 |
* | regen regnodes.h | Gurusamy Sarathy | 1999-05-10 | 2 | -1/+246 |
* | Win32 and VC++ 98 doesn't support CASTI | Jan Dubois | 1999-05-10 | 4 | -10/+12 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 11 | -137/+648 |
* | pp_modulo comment tweak from Ilya | Gurusamy Sarathy | 1999-05-10 | 1 | -11/+6 |
* | Test.pm update [PATCH _56] | Joshua Pritikin | 1999-05-10 | 1 | -5/+10 |
* | Re: Using existing memory for an SV's PV | Jan Dubois | 1999-05-10 | 1 | -3/+11 |
* | Fix -Dm memory debugging for PERL_OBJECT | Jan Dubois | 1999-05-10 | 1 | -1/+5 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 7 | -2/+63 |
* | Cosmetic: data-driven REx-dump | Ilya Zakharevich | 1999-05-10 | 2 | -191/+41 |
* | pod->html VMS fixes | lane@duphy4.physics.drexel.edu | 1999-05-10 | 2 | -1/+2 |
* | testsuite nits | Gurusamy Sarathy | 1999-05-10 | 2 | -3/+6 |
* | Quickier thread-specific data on OS/2 | Ilya Zakharevich | 1999-05-10 | 2 | -3/+14 |
* | do_sv_dump does dump (core) on IO handles | Albert Dvornik | 1999-05-10 | 1 | -4/+10 |
* | shadow password support for Solaris (needs Configure help to | Patrick O'Brien | 1999-05-10 | 1 | -0/+30 |
* | Add POLLUTE=1 option to MakeMaker | Jan Dubois | 1999-05-10 | 3 | -7/+30 |
* | test suite and fix input_line_number() | Paul Johnson | 1999-05-10 | 3 | -0/+83 |
* | fix overeager [:foo:] parsing | Hugo van der Sanden | 1999-05-10 | 2 | -0/+5 |
* | documentation for Win32 builtins (somewhat modified) | Jan Dubois | 1999-05-10 | 2 | -0/+284 |
* | provide File::Copy::syscopy() via Win32::CopyFile() on win32 | Gurusamy Sarathy | 1999-05-10 | 2 | -2/+20 |
* | escape ampersands in <pre> sections | Gurusamy Sarathy | 1999-05-10 | 2 | -2/+150 |
* | AIX hints enhancements (threads build, SOCKS support) | David R. Favor | 1999-05-10 | 1 | -26/+137 |
* | more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com> | Gurusamy Sarathy | 1999-05-10 | 7 | -22/+93 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 41 | -786/+1149 |
* | applied suggested patch, modulo already applied parts | Charles Bailey | 1999-05-10 | 13 | -120/+362 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 22 | -28/+309 |
* | document 'test' attribute (from Andreas Koenig) | Gurusamy Sarathy | 1999-05-10 | 1 | -1/+5 |
* | PATCH for small bug in scan_bin | Paul Marquess | 1999-05-10 | 1 | -1/+1 |
* | more bulletproof workaround for mangled paths (updates changes#3345,3350); | Gurusamy Sarathy | 1999-05-10 | 5 | -18/+130 |
* | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 9 | -21/+33 |
* | perlcc on win32 (correct version of fix suggested by Jean-Louis | Gurusamy Sarathy | 1999-05-09 | 1 | -12/+14 |
* | normalize $^X to full pathname on win32 | Gurusamy Sarathy | 1999-05-09 | 1 | -0/+7 |
* | allow readline($globref), <$globref> already works | Gurusamy Sarathy | 1999-05-09 | 1 | -7/+3 |
* | perldoc cleanups (variant of changes suggested by Christian Lemburg | Gurusamy Sarathy | 1999-05-09 | 1 | -222/+280 |
* | additions to Thread.pm docs from Tuomas J. Lukka | Gurusamy Sarathy | 1999-05-09 | 1 | -4/+28 |
* | Re: pdt: Perl Development Tools? | Stephen McCamant | 1999-05-09 | 1 | -1/+1 |
* | work around mangled archname on win32 while finding privlib/sitelib; | Gurusamy Sarathy | 1999-05-09 | 1 | -8/+20 |
* | fix typo in dbm filters that caused odbm.t to fail | Gurusamy Sarathy | 1999-05-09 | 2 | -2/+4 |
* | tweak test totals | Gurusamy Sarathy | 1999-05-09 | 2 | -1/+284 |
* | import list propagation busted (pointed out by Ton Hospel | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+2 |
* | hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH | Gurusamy Sarathy | 1999-05-09 | 2 | -2/+7 |
* | generate manpages for newly added utils | Gurusamy Sarathy | 1999-05-09 | 1 | -0/+4 |
* | Re: ptr to realloced memory in yylex | Hugo van der Sanden | 1999-05-09 | 1 | -1/+2 |
* | make perldoc -f grok nested =items | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+8 |
* | allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.) | Gurusamy Sarathy | 1999-05-08 | 2 | -2/+16 |
* | update test totals | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+1 |
* | mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>) | Gurusamy Sarathy | 1999-05-08 | 1 | -0/+5 |
* | applied suggested patch, added tests | William Mann | 1999-05-08 | 3 | -7/+136 |
* | avoid temporary files named 'tmp' | Gurusamy Sarathy | 1999-05-08 | 2 | -7/+6 |
* | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods. | Nick Ing-Simmons | 1999-05-08 | 4 | -8/+200 |