summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-2837-9537/+5228
| | | | | | | Stuhl <sho_pi@hotmail.com>); fix the markup format to be more flexible for better readability; add missing docs in sv.c; regenerate perltoc p4raw-id: //depot/perl@4915
* document unimplemented status of forking pipe open() on windowsGurusamy Sarathy2000-01-272-0/+114
| | | p4raw-id: //depot/perl@4914
* add missing flag in change#4892Gurusamy Sarathy2000-01-271-2/+8
| | | | | p4raw-link: @4892 on //depot/perl: 9e5f57defb0d4fe4a23e6e24c3d57478465aea87 p4raw-id: //depot/perl@4911
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-2717-339/+2303
| | | | | unresolved links) p4raw-id: //depot/perl@4910
* typoGurusamy Sarathy2000-01-261-1/+1
| | | p4raw-id: //depot/perl@4909
* update p4 toolGurusamy Sarathy2000-01-261-5/+6
| | | p4raw-id: //depot/perl@4908
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-268-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 Sarathy2000-01-263-5/+5
| | | p4raw-id: //depot/perl@4906
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-2624-58/+56
| | | p4raw-id: //depot/perl@4905
* tweak exports list on WindowsGurusamy Sarathy2000-01-263-12/+11
| | | p4raw-id: //depot/perl@4902
* allow '--' to terminate argument processing (suggested byGurusamy Sarathy2000-01-261-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 theGurusamy Sarathy2000-01-262-3/+71
| | | | | | | other way around p4raw-link: @3744 on //depot/perl: 4e4e412b11cee5b4d44ee0d29943215db93eb350 p4raw-id: //depot/perl@4897
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-2613-1616/+3422
|\ | | | | p4raw-id: //depot/perl@4896
| * Misedit in #4888.Jarkko Hietaniemi2000-01-251-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4889
| * UNICOS/mk patches. Removing the _CRAYMPP test may beJarkko Hietaniemi2000-01-254-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 Hietaniemi2000-01-2523-1023/+1434
| |\ | | | | | | p4raw-id: //depot/cfgperl@4887
| * | <patch> avoid division by 0 in Benchmark.pmStephane Payrard2000-01-241-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 Hietaniemi2000-01-241-4/+6
| | | | | | | | | p4raw-id: //depot/cfgperl@4877
| * | Updates on the large file support status.Jarkko Hietaniemi2000-01-241-7/+11
| | | | | | | | | p4raw-id: //depot/cfgperl@4876
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-01-247-14/+16
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@4875
| * | | Create a tool for converting a config_h.SH into a VOS config.h.Jarkko Hietaniemi2000-01-245-1601/+3273
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4872
| * | | Sync metaconfig units to comply with the typo fixes of #4869.Jarkko Hietaniemi2000-01-241-1/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4870
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-24121-1513/+2140
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4869
* | | | | fix parse failure of (my $foo : bar) and similar (from SpiderGurusamy Sarathy2000-01-261-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | Boardman) p4raw-id: //depot/perl@4895
* | | | | avoid failure if directories already read by rmtree() areGurusamy Sarathy2000-01-261-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | deleted by another process p4raw-id: //depot/perl@4894
* | | | | typo in change#4892Gurusamy Sarathy2000-01-251-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 CRTGurusamy Sarathy2000-01-255-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 Sarathy2000-01-254-21/+73
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4891
* | | | | update Makefile notes on the now deprecated USE_5005THREADS andGurusamy Sarathy2000-01-252-45/+62
| |_|_|/ |/| | | | | | | | | | | | | | | USE_OBJECT p4raw-id: //depot/perl@4890
* | | | consistently use MAX_PATH+1 buffer sizesGurusamy Sarathy2000-01-251-19/+19
| | | | | | | | | | | | p4raw-id: //depot/perl@4886
* | | | workaround for rename('x','X') bug in Windows NTGurusamy Sarathy2000-01-252-27/+45
| | | | | | | | | | | | p4raw-id: //depot/perl@4885
* | | | windows build fixups from uniform DLL name change to perl56.dllGurusamy Sarathy2000-01-253-86/+39
| | | | | | | | | | | | p4raw-id: //depot/perl@4884
* | | | more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4840 on //depot/perl: 2a28b791c040b17cd26931dd9a159635db5fe244 p4raw-id: //depot/perl@4883
* | | | assorted little nitsGurusamy Sarathy2000-01-245-19/+19
| | | | | | | | | | | | p4raw-id: //depot/perl@4882
* | | | add new warnings to perldeltaGurusamy Sarathy2000-01-243-7/+313
| | | | | | | | | | | | p4raw-id: //depot/perl@4881
* | | | force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-244-4/+81
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b p4raw-id: //depot/perl@4879
* | | | enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-2411-859/+914
| |_|/ |/| | | | | | | | | | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878
* | | fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-244-10/+10
| | | | | | | | | | | | | | | warnings now) p4raw-id: //depot/perl@4874
* | | avoid warnings when there's no subs to autosplitGurusamy Sarathy2000-01-241-2/+4
| | | | | | | | | p4raw-id: //depot/perl@4873
* | | typos in change#4623Gurusamy Sarathy2000-01-242-2/+2
| |/ |/| | | | | | | p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df p4raw-id: //depot/perl@4871
* | on windows, set seek position to end for files opened in append modeGurusamy Sarathy2000-01-231-4/+16
| | | | | | | | | | (improves compatibility with Unix, avoids buffering issues) p4raw-id: //depot/perl@4868
* | change#4866 was flawed; revert and add better fix for warningGurusamy Sarathy2000-01-232-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 Sarathy2000-01-231-1/+9
| | | | | | p4raw-id: //depot/perl@4866
* | DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>Gurusamy Sarathy2000-01-234-82/+154
| | | | | | p4raw-id: //depot/perl@4865
* | system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patchGurusamy Sarathy2000-01-231-1/+1
| | | | | | | | | | suggested by Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@4864
* | fix misclassified warningsGurusamy Sarathy2000-01-231-3/+3
| | | | | | p4raw-id: //depot/perl@4863
* | document bareword prototype incompatibilityGurusamy Sarathy2000-01-232-3/+21
| | | | | | p4raw-id: //depot/perl@4862
* | faulty editGurusamy Sarathy2000-01-231-0/+1
| | | | | | p4raw-id: //depot/perl@4861
* | s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-2366-120/+140
| | | | | | p4raw-id: //depot/perl@4860
* | fix diagnostics to report "our" vs "my" correctlyGurusamy Sarathy2000-01-232-20/+35
| | | | | | p4raw-id: //depot/perl@4859