summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | catch a neophyte trap: open(<FH>), close(<FH>) etc.Gurusamy Sarathy1998-11-141-0/+4
* | update ChangesGurusamy Sarathy1998-11-144-4/+377
* | doc tweakGurusamy Sarathy1998-11-131-3/+3
| * Allow hints file override for d_socketJarkko Hietaniemi1998-11-121-28/+33
| * Re: Making Perl work on DYNIX/ptxMartin J. Bligh1998-11-121-7/+24
| * Re: Making Perl work on DYNIX/ptxMartin J. Bligh1998-11-122-0/+7
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-1223-38/+283
| |\ | |/ |/|
* | provide -DPERL_POLLUTEGurusamy Sarathy1998-11-112-2/+2
* | avoid endless loops in Text::Wrap (from a suggestion by LupeGurusamy Sarathy1998-11-091-7/+22
* | fix misplaced brace in s2p (as suggested by Lionel FourquauxGurusamy Sarathy1998-11-091-1/+1
* | patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>Gurusamy Sarathy1998-11-092-2/+2
* | PL_block_type undefined unless DEBUGGINGJan Dubois1998-11-092-1/+2
* | integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-0810-14/+233
* | integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-0824-626/+1352
|\ \
* | | set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-083-3/+12
* | | typo in newHVhv()Gurusamy Sarathy1998-11-081-3/+2
* | | fix AvREALISH bogusnessGurusamy Sarathy1998-11-062-5/+7
| | * Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1Hans Mulder1998-11-092-5/+8
| |/
| * Finalize the Mach CThreads support.Hans Mulder1998-11-072-10/+32
| * Renamed malloc.c ASSERT() macro to P_ASSERT() becauseJarkko Hietaniemi1998-11-061-8/+8
| * Mach CThreads needs #include <mach/cthreads.h>.Jarkko Hietaniemi1998-11-061-0/+1
| * PERL_BADLANG wrongly documented.Jarkko Hietaniemi1998-11-051-7/+8
| * Document all the control flow keywords in perlfuncJarkko Hietaniemi1998-11-051-21/+110
| * Configure update. Remove last trace of PTHREADS_CREATED_JOINABLEJarkko Hietaniemi1998-11-056-512/+939
| * VM/ESA and VMS sig_num_init (change#2101) catchup.Jarkko Hietaniemi1998-11-052-5/+7
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-0512-18/+47
| |\ | |/ |/|
* | another POPSTACK victimGurusamy Sarathy1998-11-052-2/+3
* | fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-053-0/+4
* | makefile notesGurusamy Sarathy1998-11-052-0/+10
* | indeterminate order-of-evaluation fixesGurusamy Sarathy1998-11-041-3/+8
* | refetch local stack pointer in POPSTACKGurusamy Sarathy1998-11-042-2/+3
* | fix return value of win32_pclose()Gurusamy Sarathy1998-11-041-8/+7
* | s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-044-5/+14
| * Configure update.Jarkko Hietaniemi1998-11-041-21/+26