summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hand-apply whitespace mutiliated patchHans Mulder1999-07-055-20/+165
* applied parts not duplicated by previous patchesVishal Bhatia1999-07-055-50/+268
* "\e" and "\a" didn't produce right escape under EBCDICPeter Prymmer1999-07-051-0/+9
* s/scalar ref constructor/single ref constructor/ (suggestedGurusamy Sarathy1999-07-052-2/+2
* no such thing as gdbm_clearerr() (from Andy Dougherty)Gurusamy Sarathy1999-07-051-1/+0
* allow C<-foo> under C<use integer> (behavior of C<-$string>Gurusamy Sarathy1999-07-051-1/+7
* Re: [PATCH 5.005_57] pp_sort sorted outVishal Bhatia1999-07-053-10/+55
* suppress fancy display when in verbose mode (suggested byGurusamy Sarathy1999-07-051-2/+3
* cygwin32 updateFifer, Eric1999-07-0520-172/+667
* NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)Gurusamy Sarathy1999-07-051-2/+7
* [ PATCH perl5.005_57 ] new perlcc + regression testsEd Peschko1999-07-054-101/+168
* compatibility tweak for Class::StructGurusamy Sarathy1999-07-051-0/+1
* test tweakGurusamy Sarathy1999-07-041-3/+2
* adapted suggested tests for addition to testsuiteRonaldWS@aol.com1999-07-043-0/+82
* perl_run() should call my_exit(0) for normal completionGurusamy Sarathy1999-07-041-0/+2
* make overload, Data::Dumper, and dumpvar understand qr// stringifyGurusamy Sarathy1999-07-046-19/+59
* make AIX dynaloading work when libperl is shared (and thus underJens-Uwe Mager1999-07-041-57/+13
* remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-045-25/+24
* MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-043-6/+122
* newer version of perlxstut from Jeff Okamoto (slightly editedGurusamy Sarathy1999-07-041-255/+451
* avoid warningsGurusamy Sarathy1999-07-022-3/+3
* inc version (for CPAN.pm sanity)Gurusamy Sarathy1999-06-281-1/+1
* regen perltocGurusamy Sarathy1999-06-281-12/+25
* [19990526.002] Misc. improvements to Class:StructDamian Conway1999-06-282-18/+112
* remove bogus PL_optype_sizeGurusamy Sarathy1999-06-282-33/+0
* upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)Gurusamy Sarathy1999-06-289-166/+596
* make autogenerated files writableGurusamy Sarathy1999-06-283-954/+21
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-2745-3823/+9128
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-06-2718-218/+440
|\
| * Tidy up #3542 and #3543.Jarkko Hietaniemi1999-06-182-8/+10
| * Spice up locale.t.Jarkko Hietaniemi1999-06-181-182/+254
| * Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-1718-113/+261
| * Integrate from mainperl.Jarkko Hietaniemi1999-06-172-2/+2
| |\
| * \ Integrate from mainperl.Jarkko Hietaniemi1999-06-1236-240/+342
| |\ \
| * \ \ Integrate from mainperl.Jarkko Hietaniemi1999-06-102-49/+20
| |\ \ \
| * \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-06-10103-9997/+12837
| |\ \ \ \
| * \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-06-0294-1642/+2141
| |\ \ \ \ \
* | | | | | | fix indentsGurusamy Sarathy1999-06-271-16/+20
* | | | | | | update ChangesGurusamy Sarathy1999-06-241-1/+293
* | | | | | | avoid race condition in the CAPI extension bootstrap handlerGurusamy Sarathy1999-06-242-2/+10
* | | | | | | sanity check to cover the case when perl is installed into theGurusamy Sarathy1999-06-241-3/+6
* | | | | | | tweak RefHash to make intent clearer (suggested by John Dlugosz)Gurusamy Sarathy1999-06-221-3/+4
* | | | | | | oops, backout bogus change#3545Gurusamy Sarathy1999-06-221-1/+2
* | | | | | | remove dead codeGurusamy Sarathy1999-06-221-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | dump C<0> as such, not C<'0'>Gurusamy Sarathy1999-06-161-1/+1
* | | | | | fix coredumper in change#3498Gurusamy Sarathy1999-06-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-1212-53/+84
* | | | | caller.pm typosGurusamy Sarathy1999-06-121-4/+2
* | | | | various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-117-39/+33
* | | | | implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-116-4/+79