summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32 tweaks: disable XSLOCKS in perl.c, correct typo, searchDouglas Lankshear1998-07-223-3/+6
* suppress redefined warnings on C<INIT {} INIT {}>Gurusamy Sarathy1998-07-221-0/+1
* remove spurious $VERSION line that confuses CPANJohan Vromans1998-07-221-1/+0
* Porting/config* updates for 5.005Andy Dougherty1998-07-223-29/+38
* add a few more globals with old names #definedGurusamy Sarathy1998-07-222-0/+10
* allow extensions to be specified as paths Paul Johnson1998-07-221-1/+1
* make $ prototype to accept THREADSVsGurusamy Sarathy1998-07-221-1/+5
* fix Liblist.pm to find entries that are plain pathnames on win32Gurusamy Sarathy1998-07-221-0/+8
* perlfaq update from From Tom Christiansen and Nathan TorkingtonGurusamy Sarathy1998-07-228-183/+252
* applied patch, modulo parts already added to perldeltaStephen McCamant1998-07-221-6/+24
* applied patch, add new message to perldetaStephen McCamant1998-07-224-0/+19
* fix up B modules for PL_* changesGurusamy Sarathy1998-07-223-40/+40
* Compiler docs for 5.005Malcolm Beattie1998-07-225-9/+981
* s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitiveGurusamy Sarathy1998-07-226-246/+246
* Mingw32 PERL_OBJECT tweaksNick Ing-Simmons1998-07-213-0/+14
* fix off-by-one in change#623 that broke lexical lookups in eval''Gurusamy Sarathy1998-07-211-1/+1
* final tweaks before beta2Gurusamy Sarathy1998-07-218-22/+611
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-218-71/+64
* fix bytecode.pl with moved var namesGurusamy Sarathy1998-07-212-81/+121
* tweak toke.cGurusamy Sarathy1998-07-211-1/+1
* change case of PERL_OBJECT filenames, consistent with the restGurusamy Sarathy1998-07-219-34/+34
* part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)Gurusamy Sarathy1998-07-215-114/+126
* part 1 of PERL_OBJECT fixes for new var namesGurusamy Sarathy1998-07-218-981/+993
* redundant RV2GVs in ck_fun()Stephen McCamant1998-07-211-1/+1
* B::Deparse 0.56 (first testsuite fixes; big)Stephen McCamant1998-07-211-48/+154
* applied a slightly tweaked version of suggested patchColin Kuskie1998-07-211-7/+41
* disable malloced_size() feedback with -DLEAKTESTIlya Zakharevich1998-07-212-2/+2
* fix hints/hpux.sh for cpp recognitionAndy Dougherty1998-07-211-0/+1
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-212-1/+18
* allocate a whole fd_set for pp_sselect() on more platformsJarkko Hietaniemi1998-07-211-1/+2
* add tests to check if context propagation worksFrançois Désarménien1998-07-212-0/+19
* applied RE doc patches, with tweaks to the proseIlya Zakharevich1998-07-211-0/+120
* pod tweak suggested by IlyaGurusamy Sarathy1998-07-211-1/+1
* enable color output with -Mre=debugcolor with -DDEBUGGINGIlya Zakharevich1998-07-211-0/+1
* perlbug does not report usage on invalid flagsJohn L. Allen1998-07-211-1/+1
* don't use SelectSaver on IO::Handle->input_*() methodsRobin Barker1998-07-211-2/+0
* applied a tweaked version of suggested patchIlya Zakharevich1998-07-211-2/+27
* remove compat3.sym and rename perld4.podGurusamy Sarathy1998-07-213-48/+1
* update patchlevel, ChangesGurusamy Sarathy1998-07-217-33/+794
* documentation tweaks from Abigail <abigail@fnx.com>Gurusamy Sarathy1998-07-214-244/+255
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-215-109/+166
* change#1481 didn't go through at all, redo itGurusamy Sarathy1998-07-211-6/+13
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-212-4/+5
* do not override PERL_DESTRUCT_LEVEL if use has it setGurusamy Sarathy1998-07-211-1/+3
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-215-4/+20
* fix memory leak in C<local(*foo) = 'bar'>Gurusamy Sarathy1998-07-211-1/+1
* add rsfp_filters and perldb to pollutants listGurusamy Sarathy1998-07-201-0/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-2060-528/+473
* integrate ansi branch to get s/foo/PL_foo/ changesGurusamy Sarathy1998-07-2062-6284/+6073
|\
| * Missed file that had changedNick Ing-Simmons1998-07-191-0/+23