| Commit message (Expand) | Author | Age | Files | Lines |
* | SYN SYN | Charles Bailey | 2000-10-20 | 950 | -20868/+59694 |
* | YA resync with mainstem, including VMS patches from others | Charles Bailey | 2000-08-04 | 332 | -7298/+25169 |
* | Add fallback to tmpfile for use in cases where user's relying on | Charles Bailey | 2000-05-29 | 2 | -0/+34 |
* | Allow eliminate_macros() and fixpath() to handle space-delimited | Charles Bailey | 2000-05-25 | 1 | -0/+11 |
* | Add missing escape (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -1/+1 |
* | Quiet error messages in vmsish.t (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -0/+1 |
* | Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry) | Charles Bailey | 2000-05-25 | 1 | -43/+34 |
* | Treat sockets as special in sys(read|write) (Charles Lane et al.) | Charles Bailey | 2000-05-25 | 1 | -0/+2 |
* | Miscellaneous cosmetic fixes (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -7/+25 |
* | Add bounds checking for several strings (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -4/+7 |
* | Urk -- undo previous removal of vmsish 'exit' change | Charles Bailey | 2000-05-25 | 2 | -8/+16 |
* | Ugly workaround for version-specific RTL error | Charles Bailey | 2000-05-24 | 1 | -0/+6 |
* | Check for existence of file before trying to delete | Charles Bailey | 2000-05-24 | 1 | -1/+1 |
* | Resync with mainline prior to post-5.6.0 updates | Charles Bailey | 2000-05-23 | 380 | -7510/+50001 |
* | Quick pre-release fixes: clean up results in File::Spec::VMS and | Charles Bailey | 2000-03-17 | 2 | -4/+4 |
* | Make DEBUGGING a configurable option | Charles Bailey | 2000-03-15 | 1 | -1/+18 |
* | Remove obsolete DCL symbol from subconfigure.com | Charles Bailey | 2000-03-15 | 1 | -2/+2 |
* | Add VMS' default to the CGI.pm temp list (should update to File::Spec) | Charles Bailey | 2000-03-15 | 2 | -5/+2 |
* | Change test using obsolete %COnfig element | Charles Bailey | 2000-03-15 | 1 | -1/+1 |
* | Trim out leftover hunk from prior resolve conflict | Charles Bailey | 2000-03-13 | 1 | -7/+0 |
* | Assorted configuration cleanups (Peter Prymmer, and a | Charles Bailey | 2000-03-13 | 2 | -257/+198 |
* | Add vmsish 'hushed' option to suppress error messages at exit | Charles Bailey | 2000-03-13 | 5 | -18/+51 |
* | Fix inverted test conditions for secure lnm translation | Charles Bailey | 2000-03-13 | 1 | -2/+2 |
* | Insulate tests of default display_format from different precision | Charles Bailey | 2000-03-13 | 1 | -4/+6 |
* | Resync with mainline post RC1 | Charles Bailey | 2000-03-13 | 134 | -1290/+3928 |
|\ |
|
| * | set optimize=-O only if not already set | Gurusamy Sarathy | 2000-03-12 | 1 | -6/+9 |
| * | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 4 | -8/+39 |
| * | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-12 | 5 | -45/+310 |
| |\ |
|
| | * | continue flogging the string->int conversion ifdefs | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+5 |
| | * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-12 | 7 | -95/+170 |
| | |\ |
|
| | * | | todo and perldelta updates | Jarkko Hietaniemi | 2000-03-11 | 3 | -44/+59 |
| | * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 0 | -0/+0 |
| | |\ \ |
|
| | * | | | Fixes for #5661. | Jarkko Hietaniemi | 2000-03-11 | 1 | -15/+21 |
| * | | | | don't bother testing if we can flush all handles when fflush(stdin) | Gurusamy Sarathy | 2000-03-12 | 1 | -32/+75 |
| * | | | | fix File::DosGlob for patterns with drive names like c:*.bat | Gurusamy Sarathy | 2000-03-12 | 1 | -4/+9 |
| | |_|/
| |/| | |
|
| * | | | security fixes for perldoc (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-12 | 1 | -88/+154 |
| * | | | Larry's patch to disallow CORE::Snark, with perldiag entry | Gurusamy Sarathy | 2000-03-12 | 3 | -1/+10 |
| * | | | insufficient buffer in change#5317 | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+3 |
| * | | | avoid L<foo|bar> for now, not all the pod2foo support it | Gurusamy Sarathy | 2000-03-12 | 1 | -1/+1 |
| * | | | rework change#5664 | Gurusamy Sarathy | 2000-03-12 | 1 | -15/+18 |
| | |/
| |/| |
|
| * | | fix Strtoul() misdefinition is change#5661 | Gurusamy Sarathy | 2000-03-11 | 1 | -3/+3 |
| * | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-11 | 5 | -53/+62 |
| |\ \
| | |/ |
|
| | * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 5 | -3/+44 |
| | |\
| | |/
| |/| |
|
| * | | another long-standing eval bug: return doesn't reset $@ correctly | Gurusamy Sarathy | 2000-03-11 | 2 | -1/+30 |
| * | | change#3511 was not defensive enough about try blocks, causing | Gurusamy Sarathy | 2000-03-11 | 4 | -2/+14 |
| | * | Use Atof() instead of bare strtod(); ditto for Atol()/Atoul() | Jarkko Hietaniemi | 2000-03-11 | 2 | -21/+11 |
| | * | metaconfig-ify the test for broken fflush(NULL) | Jarkko Hietaniemi | 2000-03-11 | 2 | -26/+46 |
| | * | Rewording. | Jarkko Hietaniemi | 2000-03-11 | 1 | -6/+5 |
| | * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 27 | -440/+289 |
| | |\
| | |/
| |/| |
|
| * | | reword comment | Gurusamy Sarathy | 2000-03-11 | 1 | -6/+6 |