summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Another threaded, perl malloc issue, x2p's Makefile.SH has a Nick Ing-Simmons1998-07-191-1/+1
| * Drat! - threaded perl-malloc has mutex that needs PL_Nick Ing-Simmons1998-07-192-14/+14
| * PL_ for perl's mallocNick Ing-Simmons1998-07-192-10/+10
| * PL_ minir tidy upNick Ing-Simmons1998-07-193-33/+57
| * Add PL_ to merged fileNick Ing-Simmons1998-07-191-1/+1
| * Merge MainlineNick Ing-Simmons1998-07-1930-226/+449
| |\
| * | PL_ stuff passes non-threaded on Mingw32Nick Ing-Simmons1998-07-181-3/+3
| * | PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-189-137/+137
| * | Merge latest mainlineNick Ing-Simmons1998-07-184-30/+45
| |\ \
| * | | Edited "behind my back" ...Nick Ing-Simmons1998-07-181-28/+28
| * | | PL_ stuff for threadsNick Ing-Simmons1998-07-1830-1218/+1217
| * | | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CCNick Ing-Simmons1998-07-183-11/+12
| * | | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-1851-5557/+5229