summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | document changed PERL_HASH()Gurusamy Sarathy1998-11-282-15/+28
* | Handle INIT list in C.pmNick Ing-Simmons1998-11-273-8/+25
* | integrate change#2315 from maint-5.005Gurusamy Sarathy1998-11-272-10/+21
* | integrate changes#2304,2305,2306,2308 from maint-5.005Gurusamy Sarathy1998-11-274-21/+42
* | malloc bugfix and documentation from Ilya ZakharevichGurusamy Sarathy1998-11-271-1/+68
* | B::C tweaks to allow Tk compiles from Nick Ing-SimmonsGurusamy Sarathy1998-11-271-3/+20
* | format "..." bugUnknown Ricoh Contributor II1998-11-272-2/+31
* | add ext/Devel/PeekJan Dubois1998-11-2720-587/+1669
* | ensure 'make regen_headers' even without perl installedGurusamy Sarathy1998-11-272-0/+6
* | Cosmetic malloc patchIlya Zakharevich1998-11-271-16/+73
* | eliminate dup hunk from integrationGurusamy Sarathy1998-11-272-36/+1
* | integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-2733-167/+802
|\ \ | |/
| * C<-x>.Jarkko Hietaniemi1998-11-271-6/+7
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-2720-1690/+2934
| |\ | |/ |/|
* | fix PL_defoutgv leak under threadsGurusamy Sarathy1998-11-261-2/+4
* | properly free temporaries created by threadsGurusamy Sarathy1998-11-261-0/+2
* | fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-263-2/+17
* | Part-1 of tweaks to allow Tk to be "compiled"Nick Ing-Simmons1998-11-241-3/+0
* | fix broken CAPI generationGurusamy Sarathy1998-11-221-17/+17
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-227-1651/+2838
* | another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-212-2/+27
* | win32_recvfrom() compatibility fixGurusamy Sarathy1998-11-211-0/+7
* | mess_sv tweak for change#2249Gurusamy Sarathy1998-11-191-0/+3
* | use PL_mess_sv only during global destruction (fixes problems withGurusamy Sarathy1998-11-182-12/+14
* | tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-182-2/+6
| * The new socket tests need in some platformsJarkko Hietaniemi1998-11-231-0/+1
| * Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)Gerben Wierda1998-11-232-8/+7
| * Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.Jarkko Hietaniemi1998-11-221-7/+7
| * MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-228-110/+579
| * perlhist.pod 1.54, containing 5_53.Jarkko Hietaniemi1998-11-221-3/+7
| * Fix thinko.Jarkko Hietaniemi1998-11-221-1/+1
| * Document the d_socket override.Jarkko Hietaniemi1998-11-221-0/+18
| * perlfaq typosJohn Tobey1998-11-225-9/+9
| * DB_File 1.61 patch for 5.005_53 & 5.005_02Paul Marquess1998-11-223-9/+33
| * NeXTstep /etc/group and /etc/passwd are used only at boot time,Gerben Wierda1998-11-222-2/+10
| * Permission testing is tricky when we have too much power.Gerben Wierda1998-11-221-5/+16
| * -x should be C<-x>, reported by Gerben Wierda.Jarkko Hietaniemi1998-11-221-1/+1
| * Re: [PATCH] Re: pod2man bug in date generated lineKurt D. Starsinic1998-11-221-0/+1
| * Benchmark.pm suggestionThomas Bowditch1998-11-211-0/+14
| * MPE/iX Perl 5.005_02 oopsMark Bixby1998-11-202-5/+11
| * Display use64bits and usemultiplicity but only if necessary.Jarkko Hietaniemi1998-11-181-0/+9
| * pp.c uses 'unsigned Quad_t'Horst von Brand1998-11-182-9/+13
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-1725-159/+616
| |\ | |/ |/|
* | allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-173-5/+30
* | propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-173-0/+26
* | ensure PL_dirty is reinit-ed properly under -DMULTIPLICITYGurusamy Sarathy1998-11-172-3/+3
* | sort WARN_FOO symbols to avoid hash traversal order dependencyGurusamy Sarathy1998-11-173-87/+86
* | fix skipspace() to properly account for newlines in eval''-edGurusamy Sarathy1998-11-173-9/+22
* | s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-176-26/+15
* | rework op/groups.tGurusamy Sarathy1998-11-142-22/+50