| Commit message (Expand) | Author | Age | Files | Lines |
* | pod/pod2man.PL Fix use of < inside C<> | Abigail | 1998-07-15 | 1 | -5/+8 |
* | rename some long file names to be 8.3 truncation-safe | Gurusamy Sarathy | 1998-07-15 | 1 | -0/+0 |
* | minor tweaks to docs on qr// | Gurusamy Sarathy | 1998-07-15 | 3 | -6/+11 |
* | doc patches from Gisle Aas <gisle@aas.no> | Gurusamy Sarathy | 1998-07-14 | 2 | -4/+12 |
* | unsubmitted _74 tweaks | Gurusamy Sarathy | 1998-07-14 | 2 | -9/+3 |
* | up patchlevel to 74; introduce distinct archname for PERL_OBJECT | Gurusamy Sarathy | 1998-07-14 | 1 | -0/+1 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 3 | -6/+45 |
* | doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM) | Gurusamy Sarathy | 1998-07-14 | 2 | -40/+20 |
* | add files and tweaks needed for MPE/iX port (via PM) | Jarkko Hietaniemi | 1998-07-14 | 1 | -0/+2 |
* | consistently refer to functions as C<foo()> | Abigail | 1998-07-14 | 1 | -83/+83 |
* | minor tweaks to perldelta and README.win32 | Gurusamy Sarathy | 1998-07-14 | 1 | -0/+7 |
* | up patchlevel to 73, update Changes &c. | Gurusamy Sarathy | 1998-07-13 | 1 | -0/+2 |
* | update perldelta | Gurusamy Sarathy | 1998-07-13 | 1 | -16/+64 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+3 |
* | export newRV_noinc on win32, deprecate AvFILL in favor of av_len() | Gurusamy Sarathy | 1998-07-11 | 1 | -1/+1 |
* | applied patch for perlfunc tweaks, removed reference to system qsort() | Abigail | 1998-07-11 | 1 | -546/+566 |
* | pod/pod2man.PL | Abigail | 1998-07-11 | 1 | -1/+4 |
* | applied patch, reformatted long lines in places | Dominic Dunlop | 1998-07-11 | 1 | -0/+12 |
* | applied patch, tweaked doc and code that does labels/indentation | Ilya Zakharevich | 1998-07-11 | 1 | -0/+276 |
* | add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com> | Gurusamy Sarathy | 1998-07-11 | 2 | -0/+1161 |
* | Re: perldelta.pod [PATCH] | Andy Dougherty | 1998-07-10 | 1 | -11/+25 |
* | misc tweaks to docs and qsortsv() warning | Gurusamy Sarathy | 1998-07-10 | 2 | -2/+2 |
* | update Changes, perlhist.pod, beginnings of perldelta.pod | Gurusamy Sarathy | 1998-07-09 | 2 | -4/+574 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+11 |
* | patch for more flexible initialization of xsub parameters | Tye McQueen | 1998-07-09 | 1 | -6/+26 |
* | Switch modifiers in RE off | Ilya Zakharevich | 1998-07-08 | 1 | -1/+14 |
* | add extension to support SysV IPC | Jarkko Hietaniemi | 1998-07-08 | 2 | -38/+61 |
* | added patch for -i'foo*bar', made code somewhat simpler, tweaked doc | Colin Kuskie | 1998-07-08 | 1 | -6/+30 |
* | applied patch to clarify m//g | M. J. T. Guy | 1998-07-08 | 1 | -9/+7 |
* | 5.004_70 bug in perlfaq.pod | M. J. T. Guy | 1998-07-08 | 1 | -1/+1 |
* | applied tweak (via private mail) | Jarkko Hietaniemi | 1998-07-08 | 1 | -0/+8 |
* | remove dup entry in perldiag | Gurusamy Sarathy | 1998-07-06 | 1 | -7/+3 |
* | more reasonable diagnostic on keyword vs. sub ambiguity | Gurusamy Sarathy | 1998-07-06 | 1 | -15/+16 |
* | per Larry suggestion, toss change#1327 and fix the documentation | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | update Changes | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+2 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 2 | -5/+25 |
* | add Symbol::delete_package() | Gurusamy Sarathy | 1998-07-06 | 1 | -17/+1 |
* | make read() return undef on errors as documented, and clarify docs | Gurusamy Sarathy | 1998-07-05 | 1 | -13/+15 |
* | applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod | Tom Christiansen | 1998-07-05 | 13 | -298/+819 |
* | added patch with tweak to doc | Chip Salzenberg | 1998-07-05 | 1 | -1/+16 |
* | allow a flags args to fbm_instr() for future needs | Ilya Zakharevich | 1998-07-04 | 1 | -2/+2 |
* | cleaner page headers from pod2man | Gurusamy Sarathy | 1998-07-04 | 1 | -2/+6 |
* | added patch, with tweaks | Gisle Aas | 1998-07-04 | 1 | -0/+32 |
* | applied patch with tweaks to prose | Gisle Aas | 1998-07-04 | 1 | -0/+17 |
* | tweak doc for ".." | M. J. T. Guy | 1998-07-04 | 1 | -1/+1 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 2 | -1/+4 |
* | deprecate use of reserved word "our" (Larry's idea) | Larry Wall | 1998-07-04 | 1 | -0/+9 |
* | document perltrap on precedence of keys/values/each | Gurusamy Sarathy | 1998-06-30 | 1 | -1/+26 |
* | Re: [PATCH] Simplified magic_setisa() and improved fields.pm | Gisle Aas | 1998-06-30 | 1 | -0/+12 |
* | update Changes and perlhist.pod | Gurusamy Sarathy | 1998-06-29 | 1 | -0/+2 |