Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-27 | 51 | -445/+2416 |
|\ | | | | | p4raw-id: //depot/cfgperl@4913 | ||||
| * | add missing flag in change#4892 | Gurusamy Sarathy | 2000-01-27 | 1 | -2/+8 |
| | | | | | | | | | | p4raw-link: @4892 on //depot/perl: 9e5f57defb0d4fe4a23e6e24c3d57478465aea87 p4raw-id: //depot/perl@4911 | ||||
| * | various pod nits identified by installhtml (all fixed except | Gurusamy Sarathy | 2000-01-27 | 17 | -339/+2303 |
| | | | | | | | | | | unresolved links) p4raw-id: //depot/perl@4910 | ||||
| * | typo | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4909 | ||||
| * | update p4 tool | Gurusamy Sarathy | 2000-01-26 | 1 | -5/+6 |
| | | | | | | p4raw-id: //depot/perl@4908 | ||||
| * | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 8 | -24/+27 |
| | | | | | | | | | | and C<my $foo : a : b : c> are all valid (from Spider Boardman) p4raw-id: //depot/perl@4907 | ||||
| * | pod typos and warnings (from Abigail <abigail@delanet.com>) | Gurusamy Sarathy | 2000-01-26 | 3 | -5/+5 |
| | | | | | | p4raw-id: //depot/perl@4906 | ||||
| * | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 24 | -58/+56 |
| | | | | | | p4raw-id: //depot/perl@4905 | ||||
| * | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 3 | -12/+11 |
| | | | | | | p4raw-id: //depot/perl@4902 | ||||
* | | Cppsym update continues. | Jarkko Hietaniemi | 2000-01-27 | 1 | -4/+14 |
| | | | | | | p4raw-id: //depot/cfgperl@4912 | ||||
* | | In UNICOS and UNICOS/mk after a successful fcntl F_SETFL | Jarkko Hietaniemi | 2000-01-26 | 1 | -17/+22 |
| | | | | | | | | | | of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. p4raw-id: //depot/cfgperl@4904 | ||||
* | | Continue cpp symbol update. | Jarkko Hietaniemi | 2000-01-26 | 1 | -1/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@4903 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-26 | 14 | -309/+470 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4901 | ||||
| * | allow '--' to terminate argument processing (suggested by | Gurusamy Sarathy | 2000-01-26 | 1 | -39/+50 |
| | | | | | | | | | | Marc Espie <espie@schutzenberger.liafa.jussieu.fr>) p4raw-id: //depot/perl@4898 | ||||
| * | change#3744 should have made grep more like map instead of the | Gurusamy Sarathy | 2000-01-26 | 2 | -3/+71 |
| | | | | | | | | | | | | | | other way around p4raw-link: @3744 on //depot/perl: 4e4e412b11cee5b4d44ee0d29943215db93eb350 p4raw-id: //depot/perl@4897 | ||||
| * | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-26 | 13 | -1616/+3422 |
| |\ | | | | | | | p4raw-id: //depot/perl@4896 | ||||
| * | | fix parse failure of (my $foo : bar) and similar (from Spider | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | Boardman) p4raw-id: //depot/perl@4895 | ||||
| * | | avoid failure if directories already read by rmtree() are | Gurusamy Sarathy | 2000-01-26 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | deleted by another process p4raw-id: //depot/perl@4894 | ||||
| * | | typo in change#4892 | Gurusamy Sarathy | 2000-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | p4raw-link: @4892 on //depot/perl: 9e5f57defb0d4fe4a23e6e24c3d57478465aea87 p4raw-id: //depot/perl@4893 | ||||
| * | | eliminate need for perl95.exe on Windows 9x by working around CRT | Gurusamy Sarathy | 2000-01-25 | 5 | -190/+80 |
| | | | | | | | | | | | | | | | | | | | | | bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified to call the fixed version of open_osfhandle() only on Windows 9x; updated the makefiles and README.win32 to suit p4raw-id: //depot/perl@4892 | ||||
| * | | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 4 | -21/+73 |
| | | | | | | | | | p4raw-id: //depot/perl@4891 | ||||
| * | | update Makefile notes on the now deprecated USE_5005THREADS and | Gurusamy Sarathy | 2000-01-25 | 2 | -45/+62 |
| | | | | | | | | | | | | | | | USE_OBJECT p4raw-id: //depot/perl@4890 | ||||
* | | | s/d_nvpresuv/d_nv_preserves_uv/; | Jarkko Hietaniemi | 2000-01-26 | 5 | -18/+32 |
| | | | | | | | | | | | | | | | plus cosmetic change for #4899. p4raw-id: //depot/cfgperl@4900 | ||||
* | | | Update the scan of the cpp symbols. | Jarkko Hietaniemi | 2000-01-26 | 1 | -66/+70 |
| |/ |/| | | | p4raw-id: //depot/cfgperl@4899 | ||||
* | | Misedit in #4888. | Jarkko Hietaniemi | 2000-01-25 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4889 | ||||
* | | UNICOS/mk patches. Removing the _CRAYMPP test may be | Jarkko Hietaniemi | 2000-01-25 | 4 | -3/+26 |
| | | | | | | | | | | | | | | | | rash but it's the best move I can think of right now. Removing the _CRAYMPP test fixes a legion of pack/unpack failures (hint: shortsize=4,intsize=8,longsize=8). One subtest, t/lib/io_sock.t #14, is still failing. p4raw-id: //depot/cfgperl@4888 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-25 | 23 | -1023/+1434 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4887 | ||||
| * | consistently use MAX_PATH+1 buffer sizes | Gurusamy Sarathy | 2000-01-25 | 1 | -19/+19 |
| | | | | | | p4raw-id: //depot/perl@4886 | ||||
| * | workaround for rename('x','X') bug in Windows NT | Gurusamy Sarathy | 2000-01-25 | 2 | -27/+45 |
| | | | | | | p4raw-id: //depot/perl@4885 | ||||
| * | windows build fixups from uniform DLL name change to perl56.dll | Gurusamy Sarathy | 2000-01-25 | 3 | -86/+39 |
| | | | | | | p4raw-id: //depot/perl@4884 | ||||
| * | more fixes for warnings from change#4840 | Gurusamy Sarathy | 2000-01-25 | 1 | -6/+8 |
| | | | | | | | | | | p4raw-link: @4840 on //depot/perl: 2a28b791c040b17cd26931dd9a159635db5fe244 p4raw-id: //depot/perl@4883 | ||||
| * | assorted little nits | Gurusamy Sarathy | 2000-01-24 | 5 | -19/+19 |
| | | | | | | p4raw-id: //depot/perl@4882 | ||||
| * | add new warnings to perldelta | Gurusamy Sarathy | 2000-01-24 | 3 | -7/+313 |
| | | | | | | p4raw-id: //depot/perl@4881 | ||||
| * | force linkage of the function wrappers for globals in change#4878 | Gurusamy Sarathy | 2000-01-24 | 4 | -4/+81 |
| | | | | | | | | | | p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b p4raw-id: //depot/perl@4879 | ||||
| * | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 11 | -859/+914 |
| | | | | | | | | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878 | ||||
* | | <patch> avoid division by 0 in Benchmark.pm | Stephane Payrard | 2000-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | To: Gurusamy Sarathy <gsar@ActiveState.com> Cc: perl5-porters@perl.org Message-ID: <20000124161538.A995@freesurf.fr> p4raw-id: //depot/cfgperl@4880 | ||||
* | | perlhist update. | Jarkko Hietaniemi | 2000-01-24 | 1 | -4/+6 |
| | | | | | | p4raw-id: //depot/cfgperl@4877 | ||||
* | | Updates on the large file support status. | Jarkko Hietaniemi | 2000-01-24 | 1 | -7/+11 |
| | | | | | | p4raw-id: //depot/cfgperl@4876 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-24 | 7 | -14/+16 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4875 | ||||
| * | fix typos; avoid use constant for lowercase constants (produces | Gurusamy Sarathy | 2000-01-24 | 4 | -10/+10 |
| | | | | | | | | | | warnings now) p4raw-id: //depot/perl@4874 | ||||
| * | avoid warnings when there's no subs to autosplit | Gurusamy Sarathy | 2000-01-24 | 1 | -2/+4 |
| | | | | | | p4raw-id: //depot/perl@4873 | ||||
| * | typos in change#4623 | Gurusamy Sarathy | 2000-01-24 | 2 | -2/+2 |
| | | | | | | | | | | p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df p4raw-id: //depot/perl@4871 | ||||
* | | Create a tool for converting a config_h.SH into a VOS config.h. | Jarkko Hietaniemi | 2000-01-24 | 5 | -1601/+3273 |
| | | | | | | p4raw-id: //depot/cfgperl@4872 | ||||
* | | Sync metaconfig units to comply with the typo fixes of #4869. | Jarkko Hietaniemi | 2000-01-24 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4870 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-24 | 121 | -1513/+2140 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4869 | ||||
| * | on windows, set seek position to end for files opened in append mode | Gurusamy Sarathy | 2000-01-23 | 1 | -4/+16 |
| | | | | | | | | | | (improves compatibility with Unix, avoids buffering issues) p4raw-id: //depot/perl@4868 | ||||
| * | change#4866 was flawed; revert and add better fix for warning | Gurusamy Sarathy | 2000-01-23 | 2 | -12/+5 |
| | | | | | | | | | | p4raw-link: @4866 on //depot/perl: ef8040b067557994d471dfa4e5ac3900907e94ce p4raw-id: //depot/perl@4867 | ||||
| * | optimize away runtime code for our($foo) (also avoid warnings) | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+9 |
| | | | | | | p4raw-id: //depot/perl@4866 | ||||
| * | DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com> | Gurusamy Sarathy | 2000-01-23 | 4 | -82/+154 |
| | | | | | | p4raw-id: //depot/perl@4865 | ||||
| * | system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
| | | | | | | | | | | suggested by Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@4864 |