Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename Changes and perldelta.pod | Gurusamy Sarathy | 2000-03-28 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@5903 | ||||
* | add README.machten (from Dominic Dunlop) | Gurusamy Sarathy | 2000-03-22 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5889 | ||||
* | rename tests to more appropriate names | Gurusamy Sarathy | 2000-03-22 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@5875 | ||||
* | patches for many bugs in the debugger; documentation updates for | Gurusamy Sarathy | 2000-03-14 | 1 | -0/+1 |
| | | | | | | perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from Tom Christiansen) p4raw-id: //depot/perl@5723 | ||||
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5702 | ||||
* | shore up pod2latex shortcomings, and a Pod::Parser fix (from | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+1 |
| | | | | | Robin Barker) p4raw-id: //depot/perl@5612 | ||||
* | add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug | Gurusamy Sarathy | 2000-03-05 | 1 | -0/+2 |
| | | | | | in Pod::InputObjects (from Russ Allbery) p4raw-id: //depot/perl@5549 | ||||
* | add support for Env arrays (from Gregor N. Purdy | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+1 |
| | | | | | <gregor@focusresearch.com>) p4raw-id: //depot/perl@5405 | ||||
* | update Todo-5.6, add stub open.pm | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5392 | ||||
* | add perlnumber.pod (from Ilya Zakharevich); substantially edited | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+1 |
| | | | | | prose p4raw-id: //depot/perl@5380 | ||||
* | add OO tutorial for beginners (from Randal L. Schwartz | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+1 |
| | | | | | <merlyn@stonehenge.com>) p4raw-id: //depot/perl@5347 | ||||
* | Rhapsody/Darwin patches from Wilfredo Sanchez. | Jarkko Hietaniemi | 2000-02-26 | 1 | -2/+3 |
| | | | p4raw-id: //depot/cfgperl@5262 | ||||
* | cygwin port | Fifer, Eric | 2000-02-24 | 1 | -0/+1 |
| | | | | | | To: "'perl5-porters@perl.org'" <perl5-porters@perl.org> Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1> p4raw-id: //depot/cfgperl@5241 | ||||
* | See http://www.unicode.org/unicode/reports/tr15/ | Jarkko Hietaniemi | 2000-02-22 | 1 | -2/+0 |
| | | | | | for in-depth description of the problem. p4raw-id: //depot/cfgperl@5216 | ||||
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -1/+1 |
| | | | | | | | | now); avoid the word "tuple" to describe strings represented as character ordinals; usurp $PERL_VERSION for $^V as suggested by Larry, deprecate $] ; adjust the documentation and testsuite accordingly p4raw-id: //depot/perl@5186 | ||||
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+1 |
| | | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170 | ||||
* | README.vms and related updates (from Peter Prymmer <pvhp@best.com>) | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5158 | ||||
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5133 | ||||
* | add XS version of Sys::Hostname (from Greg Bacon | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+3 |
| | | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110 | ||||
* | rename Todo-5.005 to Todo-5.6 | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5026 | ||||
* | add exetype.pl (from Jan Dubois) | Gurusamy Sarathy | 2000-02-07 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5016 | ||||
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+1 |
| | | | | | fact); add tests for version tuples p4raw-id: //depot/perl@4998 | ||||
* | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>) | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@4980 | ||||
* | PodParser-1.092 update via CPAN (from Brad Appleton) | Gurusamy Sarathy | 2000-02-02 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@4961 | ||||
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -0/+1 |
| | | | | | perlunicode.pod that reflects changes to unicode support so far p4raw-id: //depot/perl@4941 | ||||
* | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 1 | -1/+0 |
| | | | | | p4raw-link: @3534 on //depot/perl: f3aa04c29a85dd63d563ae8e27316ff34501ccd5 p4raw-id: //depot/perl@4929 | ||||
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+2 |
| | | | | | | | 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 | ||||
* | Create a tool for converting a config_h.SH into a VOS config.h. | Jarkko Hietaniemi | 2000-01-24 | 1 | -1/+3 |
| | | | p4raw-id: //depot/cfgperl@4872 | ||||
* | new test (from Michael G Schwern <schwern@pobox.com>) | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@4855 | ||||
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@4827 | ||||
* | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>) | Gurusamy Sarathy | 2000-01-10 | 1 | -6/+4 |
| | | | p4raw-id: //depot/perl@4782 | ||||
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@4769 | ||||
* | os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes | Gurusamy Sarathy | 2000-01-07 | 1 | -1/+0 |
| | | | | | <sthoenna@efn.org>) p4raw-id: //depot/perl@4766 | ||||
* | add workaround for dlopen() bug on OpenBSD (relative paths that | Gurusamy Sarathy | 2000-01-06 | 1 | -0/+1 |
| | | | | | match /^lib/ won't load properly) p4raw-id: //depot/perl@4765 | ||||
* | Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -4/+1 |
| | | | p4raw-id: //depot/perl@4729 | ||||
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+2 |
| | | | | | p4raw-link: @4721 on //depot/perl: 59af875452bab7830a612945a2ac1c23c411527f p4raw-id: //depot/perl@4727 | ||||
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@4717 | ||||
* | applied somewhat modified version of suggested patch | Benjamin Stuhl | 1999-12-05 | 1 | -1/+4 |
| | | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653 | ||||
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -0/+1 |
| | | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623 | ||||
* | various File::Glob fixes for DOSISH platforms | Paul Moore | 1999-12-02 | 1 | -0/+1 |
| | | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 1 | -3/+5 |
|\ | | | | | p4raw-id: //depot/perl@4606 | ||||
| * | The separation of 64-bitness and largefileness continues | Jarkko Hietaniemi | 1999-11-14 | 1 | -3/+5 |
| | | | | | | | | | | (with a setback, see hpux.sh). p4raw-id: //depot/cfgperl@4581 | ||||
* | | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+4 |
|/ | | | p4raw-id: //depot/perl@4602 | ||||
* | Regen Unicode tables to include a warning: | Jarkko Hietaniemi | 1999-11-13 | 1 | -15/+33 |
| | | | | | | | Thou Shalt Not Edit Them By Hand; add missing (Unicode 2.0 -introduced) tables to MANIFEST; convert the equivalence tables to be valid Perl code. p4raw-id: //depot/cfgperl@4563 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -0/+1 |
|\ | | | | | p4raw-id: //depot/cfgperl@4513 | ||||
| * | make nested ARGV/$^I loops work correctly; fixes several bugs | Gurusamy Sarathy | 1999-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | in the way ARGV state was handled in readline(); writing a subroutine to do inplace edits is now possible, provided *ARGV, *ARGVOUT, $^I and $_ are localized where needed p4raw-id: //depot/perl@4502 | ||||
* | | Patch for EPOC Support | Olaf Flebbe | 1999-11-01 | 1 | -0/+4 |
|/ | | | | | | To: perl5-porters@perl.org Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de> p4raw-id: //depot/cfgperl@4506 | ||||
* | Re: [PATCH 5.005_62] OS/2 improvements | Ilya Zakharevich | 1999-10-24 | 1 | -0/+6 |
| | | | | | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4432 | ||||
* | added intro to source filters from Paul Marquess | Gurusamy Sarathy | 1999-10-18 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@4406 | ||||
* | here be 5.005_62 | Gurusamy Sarathy | 1999-10-15 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@4391 |