| Commit message (Expand) | Author | Age | Files | Lines |
* | better notes on s///ee (from Simon Cozens <simon@cozens.net>) | Gurusamy Sarathy | 2000-03-19 | 1 | -5/+10 |
* | fixes for broken L<> links (from Wolfgang Laun | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -5/+6 |
* | mention autoflush portability caveat | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+6 |
* | clarify docs on return value from binding operators | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+5 |
* | move doc about v-strings from perlop to perldata (suggested by | Gurusamy Sarathy | 2000-03-02 | 1 | -16/+0 |
* | fix Pod::Html to recognize C<< > >> etc., and convert some pods | Gurusamy Sarathy | 2000-02-29 | 1 | -30/+30 |
* | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 1 | -3/+6 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -12/+3 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-02-24 | 1 | -1/+1 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -0/+3 |
* | remove vestiges of older attribute syntax | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -11/+12 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -8/+9 |
* | pod updates (from David Adler, M J T Guy) | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+1 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -0/+13 |
* | wrong category for exec() warning | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | typo fix | Gurusamy Sarathy | 2000-01-21 | 1 | -3/+3 |
* | pod nits from Simon Cozens <simon@brecon.co.uk> and others | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | typo, doc tweak | Gurusamy Sarathy | 1999-10-24 | 1 | -2/+2 |
* | clarify significance of parens for "x" (from M.J.T. Guy | Gurusamy Sarathy | 1999-10-14 | 1 | -4/+5 |
* | [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 | Vlad Harchev | 1999-10-13 | 1 | -1/+1 |
* | various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 1 | -4/+9 |
* | Undo #4055 (related to #4079). | Jarkko Hietaniemi | 1999-09-05 | 1 | -6/+2 |
* | Time is not yet ripe. | Jarkko Hietaniemi | 1999-09-05 | 1 | -5/+5 |
* | Enable 64-bit clean bit ops. | Jarkko Hietaniemi | 1999-09-04 | 1 | -5/+5 |
* | Document the undefinedness of overshifting. | Jarkko Hietaniemi | 1999-08-30 | 1 | -2/+6 |
* | Use \N{named characters} instead of \C. | Ilya Zakharevich | 1999-08-30 | 1 | -2/+2 |
* | Introduce the charnames pragma. | Jarkko Hietaniemi | 1999-08-04 | 1 | -1/+3 |
* | pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon | Gurusamy Sarathy | 1999-07-17 | 1 | -3/+18 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -404/+425 |
* | Win32 and VC++ 98 doesn't support CASTI | Jan Dubois | 1999-05-10 | 1 | -6/+8 |
* | doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk> | Gurusamy Sarathy | 1999-03-24 | 1 | -4/+6 |
* | correct slurp mode doc | Gurusamy Sarathy | 1999-02-17 | 1 | -1/+2 |
* | undo change#2465 (qw[] is a real list now) | Gurusamy Sarathy | 1999-02-16 | 1 | -4/+0 |
* | applied suggested patch, with several language/readability tweaks | Ilya Zakharevich | 1999-02-14 | 1 | -36/+95 |
* | slurping an empty file should return '' rather than undef, with | Gurusamy Sarathy | 1999-02-14 | 1 | -4/+11 |
* | clarify docs for change#2835 | Gurusamy Sarathy | 1999-02-09 | 1 | -1/+8 |
* | make qw() into a true list at compile time (slightly modified | Gurusamy Sarathy | 1999-02-08 | 1 | -4/+4 |
* | tweak doc on bitwise ops | Gurusamy Sarathy | 1999-02-07 | 1 | -3/+7 |
* | properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) | Gurusamy Sarathy | 1999-02-07 | 1 | -1/+1 |
* | PATCH: perlmodlib.pod | Artur Bergman | 1998-12-28 | 1 | -19/+20 |
* | Document that qw() taints. | Christian Burger | 1998-12-12 | 1 | -0/+4 |
* | additional documentation for qr// | Ilya Zakharevich | 1998-11-28 | 1 | -15/+37 |
* | apply minimal variant of patch (sent via private mail) | Jarkko Hietaniemi | 1998-09-23 | 1 | -0/+8 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -5/+15 |
* | make failed matches return empty list in list context | Gurusamy Sarathy | 1998-07-19 | 1 | -5/+5 |
* | up patchlevel to 75 (Beta, Issue 1), add podpatch | Abigail | 1998-07-15 | 1 | -19/+19 |
* | minor tweaks to docs on qr// | Gurusamy Sarathy | 1998-07-15 | 1 | -3/+8 |
* | doc patches from Gisle Aas <gisle@aas.no> | Gurusamy Sarathy | 1998-07-14 | 1 | -4/+1 |