summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-302-10/+11
* Re: [PATCH 5.005_60] fix @DB::typeaheadIlya Zakharevich1999-08-291-2/+2
* sub : attrlistSpider Boardman1999-08-293-4/+399
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-28/+10
* Create the equivalence tables based onJarkko Hietaniemi1999-08-293-159/+621
* add missing Is/Syl*.pl filesGurusamy Sarathy1999-08-2012-0/+24
* Warn about small spherical distances.Jarkko Hietaniemi1999-08-181-1/+10
* overload.pm str/num confuAndreas König1999-08-171-4/+4
* Fix most of the pod2man moanings reported inLarry W. Virden1999-08-164-2/+30
* fix MM_VMS.pm for space-delimited listsCraig A. Berry1999-08-131-4/+5
* Regenerate Unicode tables based on new syllable listsJarkko Hietaniemi1999-08-122-428/+1331
* Remove blathering.Jarkko Hietaniemi1999-08-101-22/+0
* lexwarn maintenance: new warning class unsafeJarkko Hietaniemi1999-08-091-32/+38
* Regenerate the Unicode tables after having updated the UnicodeJarkko Hietaniemi1999-08-0963-1210/+6192
* Unicode data updated to be the latest beta of the Unicode 3.0.Jarkko Hietaniemi1999-08-091-2076/+5758
* Ethiopic changes via private email from Daniel Yacob,Jarkko Hietaniemi1999-08-094-377/+446
* Move the equivalence class creation last.Jarkko Hietaniemi1999-08-091-68/+67
* Compute equivalence classes (diacritics stripping) onlyJarkko Hietaniemi1999-08-092-202/+125
* Todo update.Jarkko Hietaniemi1999-08-061-2/+2
* Character class equivalence tables.Jarkko Hietaniemi1999-08-063-1/+342
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-042-3/+136
* Change #3790 redemption: with a little additionalJarkko Hietaniemi1999-08-032-1/+39
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-017-27/+34
* Undo #3790 and the patches that attempted to fix itJarkko Hietaniemi1999-08-012-37/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-281-2/+2
|\
| * fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'Gurusamy Sarathy1999-07-281-2/+2
* | Fix a typo, un-shout, and reformat the installation output.Jarkko Hietaniemi1999-07-281-3/+1
|/
* Pod::Html tweakJan Dubois1999-07-281-2/+2
* decrease memory footprint of standard modulesIlya Zakharevich1999-07-272-7/+13
* recognize more constructs such as C<$-> in pod (from Russ AllberyGurusamy Sarathy1999-07-271-2/+4
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-272-1/+37
* replace Pod::Text with Pod::SimpleText v0.01 (thanksGurusamy Sarathy1999-07-273-565/+825
* don't quit if =head* wasn't found (suggested by Roland BauerGurusamy Sarathy1999-07-271-3/+2
* avoid infinite recursion when Thread.pm croaks duringGurusamy Sarathy1999-07-261-2/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-263-177/+209
* ~ isn't valid in VMS filenamesGurusamy Sarathy1999-07-261-2/+3
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-2620-6/+171
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-262-4/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-251-2/+4
|\
| * warn rather than die when parse_version() can't cut it (fromGurusamy Sarathy1999-07-251-2/+4
* | First steps of making builds outside the sourceJarkko Hietaniemi1999-07-251-1/+1
* | MakeMaker doc fix.Kurt D. Starsinic1999-07-221-1/+1
* | Use Errno more extensively so that errororacle@pcr8.pcr.com1999-07-212-2/+4
|/
* don't display tid from main thread (or testsuite breaks)Gurusamy Sarathy1999-07-191-4/+8
* display thread id in diagnostics (suggested by Dan Sugalski)Gurusamy Sarathy1999-07-181-2/+10
* Some lib/ExtUtils/Manifest.pm POD fixesJan Dubois1999-07-181-18/+19
* mention the -Minteger effect on modulus (from Nathan Torkington)Gurusamy Sarathy1999-07-181-0/+11
* tiny bug in vars.pm (from John Dlugosz)Gurusamy Sarathy1999-07-171-1/+1
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
* use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5Gurusamy Sarathy1999-07-171-19/+31