| Commit message (Expand) | Author | Age | Files | Lines |
* | document unimplemented status of forking pipe open() on windows | Gurusamy Sarathy | 2000-01-27 | 2 | -0/+114 |
* | add missing flag in change#4892 | Gurusamy Sarathy | 2000-01-27 | 1 | -2/+8 |
* | various pod nits identified by installhtml (all fixed except | Gurusamy Sarathy | 2000-01-27 | 17 | -339/+2303 |
* | typo | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | update p4 tool | Gurusamy Sarathy | 2000-01-26 | 1 | -5/+6 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 8 | -24/+27 |
* | pod typos and warnings (from Abigail <abigail@delanet.com>) | Gurusamy Sarathy | 2000-01-26 | 3 | -5/+5 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 24 | -58/+56 |
* | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 3 | -12/+11 |
* | allow '--' to terminate argument processing (suggested by | Gurusamy Sarathy | 2000-01-26 | 1 | -39/+50 |
* | change#3744 should have made grep more like map instead of the | Gurusamy Sarathy | 2000-01-26 | 2 | -3/+71 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-26 | 13 | -1616/+3422 |
|\ |
|
| * | Misedit in #4888. | Jarkko Hietaniemi | 2000-01-25 | 1 | -1/+1 |
| * | UNICOS/mk patches. Removing the _CRAYMPP test may be | Jarkko Hietaniemi | 2000-01-25 | 4 | -3/+26 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-25 | 23 | -1023/+1434 |
| |\ |
|
| * | | <patch> avoid division by 0 in Benchmark.pm | Stephane Payrard | 2000-01-24 | 1 | -1/+1 |
| * | | perlhist update. | Jarkko Hietaniemi | 2000-01-24 | 1 | -4/+6 |
| * | | Updates on the large file support status. | Jarkko Hietaniemi | 2000-01-24 | 1 | -7/+11 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-24 | 7 | -14/+16 |
| |\ \ |
|
| * | | | Create a tool for converting a config_h.SH into a VOS config.h. | Jarkko Hietaniemi | 2000-01-24 | 5 | -1601/+3273 |
| * | | | Sync metaconfig units to comply with the typo fixes of #4869. | Jarkko Hietaniemi | 2000-01-24 | 1 | -1/+1 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-24 | 121 | -1513/+2140 |
| |\ \ \ |
|
* | | | | | fix parse failure of (my $foo : bar) and similar (from Spider | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+18 |
* | | | | | avoid failure if directories already read by rmtree() are | Gurusamy Sarathy | 2000-01-26 | 1 | -9/+11 |
* | | | | | typo in change#4892 | Gurusamy Sarathy | 2000-01-25 | 1 | -2/+2 |
* | | | | | eliminate need for perl95.exe on Windows 9x by working around CRT | Gurusamy Sarathy | 2000-01-25 | 5 | -190/+80 |
* | | | | | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 4 | -21/+73 |
* | | | | | update Makefile notes on the now deprecated USE_5005THREADS and | Gurusamy Sarathy | 2000-01-25 | 2 | -45/+62 |
| |_|_|/
|/| | | |
|
* | | | | consistently use MAX_PATH+1 buffer sizes | Gurusamy Sarathy | 2000-01-25 | 1 | -19/+19 |
* | | | | workaround for rename('x','X') bug in Windows NT | Gurusamy Sarathy | 2000-01-25 | 2 | -27/+45 |
* | | | | windows build fixups from uniform DLL name change to perl56.dll | Gurusamy Sarathy | 2000-01-25 | 3 | -86/+39 |
* | | | | more fixes for warnings from change#4840 | Gurusamy Sarathy | 2000-01-25 | 1 | -6/+8 |
* | | | | assorted little nits | Gurusamy Sarathy | 2000-01-24 | 5 | -19/+19 |
* | | | | add new warnings to perldelta | Gurusamy Sarathy | 2000-01-24 | 3 | -7/+313 |
* | | | | force linkage of the function wrappers for globals in change#4878 | Gurusamy Sarathy | 2000-01-24 | 4 | -4/+81 |
* | | | | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 11 | -859/+914 |
| |_|/
|/| | |
|
* | | | fix typos; avoid use constant for lowercase constants (produces | Gurusamy Sarathy | 2000-01-24 | 4 | -10/+10 |
* | | | avoid warnings when there's no subs to autosplit | Gurusamy Sarathy | 2000-01-24 | 1 | -2/+4 |
* | | | typos in change#4623 | Gurusamy Sarathy | 2000-01-24 | 2 | -2/+2 |
| |/
|/| |
|
* | | on windows, set seek position to end for files opened in append mode | Gurusamy Sarathy | 2000-01-23 | 1 | -4/+16 |
* | | change#4866 was flawed; revert and add better fix for warning | Gurusamy Sarathy | 2000-01-23 | 2 | -12/+5 |
* | | optimize away runtime code for our($foo) (also avoid warnings) | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+9 |
* | | DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com> | Gurusamy Sarathy | 2000-01-23 | 4 | -82/+154 |
* | | system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | | fix misclassified warnings | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+3 |
* | | document bareword prototype incompatibility | Gurusamy Sarathy | 2000-01-23 | 2 | -3/+21 |
* | | faulty edit | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+1 |
* | | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 66 | -120/+140 |
* | | fix diagnostics to report "our" vs "my" correctly | Gurusamy Sarathy | 2000-01-23 | 2 | -20/+35 |
* | | set api_version to 5.5.0 (binary compatibility needs to get tested | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+5 |