summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integer overflow iteration.Jarkko Hietaniemi1999-07-313-8/+23
* Remove a lot of unused regnode codes.Jarkko Hietaniemi1999-07-313-1821/+89
* Make the use64bits and usethreads friendlier/braver;Jarkko Hietaniemi1999-07-312-391/+378
* Hack the "integer overflow" code some more.Jarkko Hietaniemi1999-07-313-26/+15
* Test oct() at the 2^32-1 limit.Jarkko Hietaniemi1999-07-311-1/+8
* Update MANIFEST for #3837.Jarkko Hietaniemi1999-07-311-0/+1
* Digital UNIX 4.0D doesn't like perl malloc on sdbmJarkko Hietaniemi1999-07-311-0/+1
* Allow for Configure -Ubincompat5005 override.Jarkko Hietaniemi1999-07-291-3/+3
* Make Configure support PERL_BINCOMPAT_5005.Jarkko Hietaniemi1999-07-295-4/+68
* AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>Jarkko Hietaniemi1999-07-291-1/+1
* Integrate with Sarathy. I overruled on perldeltaJarkko Hietaniemi1999-07-2915-280/+775
|\
| * cperl-mode.el v4.19Gurusamy Sarathy1999-07-291-204/+583
| * win32/bin/pl2bat.pl doesn't work correctlyJan Dubois1999-07-291-10/+14
| * tweak previous change for multiple hitsGurusamy Sarathy1999-07-291-1/+3
| * band-aid for perldoc -t broken-ness (the new Pod::TextGurusamy Sarathy1999-07-291-4/+1
| * minor tweaks to pods and toke.c commentsGurusamy Sarathy1999-07-294-75/+57
| * integrate cfgperl changes into mainlineGurusamy Sarathy1999-07-2924-213/+729
| |\
| * | misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-2810-26/+138
* | | Repent and make overly large integerishJarkko Hietaniemi1999-07-2910-210/+270
* | | AIX exhibits different error on failed system().Jarkko Hietaniemi1999-07-291-1/+11
| |/ |/|
* | Tiny patch to go over #3820 (via private mail from Lincoln).Jarkko Hietaniemi1999-07-281-3/+3
* | Continue pack() doc honing.Jarkko Hietaniemi1999-07-281-5/+9
* | Enhance pack() doc.Jarkko Hietaniemi1999-07-281-15/+34
* | UNIX Domain Sockets are not implemented under QNX.Norton T. Allen1999-07-281-0/+2
* | IO::* enhancements.Lincoln Stein1999-07-283-3/+8
* | Need to add QNX to the list for DONT_DECLARE_STD.Norton T. Allen1999-07-281-1/+1
* | Need to add some more conditions to deal with the caseNorton T. Allen1999-07-281-2/+4
* | The QNX shell needs a couple more semicolons.Norton T. Allen1999-07-284-26/+30
* | 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
* | Talk more about subsecond things in perlfunc.Jarkko Hietaniemi1999-07-281-9/+17
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-286-6/+24
|\ \ | |/
| * fix the perl -V breakageIlya Zakharevich1999-07-281-0/+1
| * avoid warning (from Doug MacEachern)Gurusamy Sarathy1999-07-281-1/+3
| * Pod::Html tweakJan Dubois1999-07-281-2/+2
| * freebsd hints updateAnton Berezin1999-07-281-1/+8
| * cosmetic testsuite patchGraham Barr1999-07-282-2/+10
* | Document toke.c.Nathan Torkington1999-07-281-4/+331
* | perlre clarification.Ian Phillipps1999-07-281-1/+1
* | Minuscule cleanup of the integer overflow patch.Jarkko Hietaniemi1999-07-271-4/+3
* | Test hex('x...').Jarkko Hietaniemi1999-07-271-1/+6
* | Integrate with Sarathy (5.005_58).Jarkko Hietaniemi1999-07-2724-389/+871
|\ \ | |/
| * here lies 5.005_58Gurusamy Sarathy1999-07-277-112/+170
| * regenerate win32/config_H.?cGurusamy Sarathy1999-07-273-246/+390
| * Patch pl2bat.pl so batch file can failTye McQueen1999-07-271-8/+171
| * decrease memory footprint of standard modulesIlya Zakharevich1999-07-274-14/+35
| * support -DPERL_BINCOMPAT_5005, still needs a Configure testGurusamy Sarathy1999-07-272-4/+58
| * recognize more constructs such as C<$-> in pod (from Russ AllberyGurusamy Sarathy1999-07-271-2/+4
| * cover case where CLK_TCK is a float, not integer (fromGurusamy Sarathy1999-07-271-2/+2