| Commit message (Expand) | Author | Age | Files | Lines |
* | win32 tweaks: disable XSLOCKS in perl.c, correct typo, search | Douglas Lankshear | 1998-07-22 | 3 | -3/+6 |
* | suppress redefined warnings on C<INIT {} INIT {}> | Gurusamy Sarathy | 1998-07-22 | 1 | -0/+1 |
* | remove spurious $VERSION line that confuses CPAN | Johan Vromans | 1998-07-22 | 1 | -1/+0 |
* | Porting/config* updates for 5.005 | Andy Dougherty | 1998-07-22 | 3 | -29/+38 |
* | add a few more globals with old names #defined | Gurusamy Sarathy | 1998-07-22 | 2 | -0/+10 |
* | allow extensions to be specified as paths | Paul Johnson | 1998-07-22 | 1 | -1/+1 |
* | make $ prototype to accept THREADSVs | Gurusamy Sarathy | 1998-07-22 | 1 | -1/+5 |
* | fix Liblist.pm to find entries that are plain pathnames on win32 | Gurusamy Sarathy | 1998-07-22 | 1 | -0/+8 |
* | perlfaq update from From Tom Christiansen and Nathan Torkington | Gurusamy Sarathy | 1998-07-22 | 8 | -183/+252 |
* | applied patch, modulo parts already added to perldelta | Stephen McCamant | 1998-07-22 | 1 | -6/+24 |
* | applied patch, add new message to perldeta | Stephen McCamant | 1998-07-22 | 4 | -0/+19 |
* | fix up B modules for PL_* changes | Gurusamy Sarathy | 1998-07-22 | 3 | -40/+40 |
* | Compiler docs for 5.005 | Malcolm Beattie | 1998-07-22 | 5 | -9/+981 |
* | s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive | Gurusamy Sarathy | 1998-07-22 | 6 | -246/+246 |
* | Mingw32 PERL_OBJECT tweaks | Nick Ing-Simmons | 1998-07-21 | 3 | -0/+14 |
* | fix off-by-one in change#623 that broke lexical lookups in eval'' | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | final tweaks before beta2 | Gurusamy Sarathy | 1998-07-21 | 8 | -22/+611 |
* | fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 | Gurusamy Sarathy | 1998-07-21 | 8 | -71/+64 |
* | fix bytecode.pl with moved var names | Gurusamy Sarathy | 1998-07-21 | 2 | -81/+121 |
* | tweak toke.c | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | change case of PERL_OBJECT filenames, consistent with the rest | Gurusamy Sarathy | 1998-07-21 | 9 | -34/+34 |
* | part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h) | Gurusamy Sarathy | 1998-07-21 | 5 | -114/+126 |
* | part 1 of PERL_OBJECT fixes for new var names | Gurusamy Sarathy | 1998-07-21 | 8 | -981/+993 |
* | redundant RV2GVs in ck_fun() | Stephen McCamant | 1998-07-21 | 1 | -1/+1 |
* | B::Deparse 0.56 (first testsuite fixes; big) | Stephen McCamant | 1998-07-21 | 1 | -48/+154 |
* | applied a slightly tweaked version of suggested patch | Colin Kuskie | 1998-07-21 | 1 | -7/+41 |
* | disable malloced_size() feedback with -DLEAKTEST | Ilya Zakharevich | 1998-07-21 | 2 | -2/+2 |
* | fix hints/hpux.sh for cpp recognition | Andy Dougherty | 1998-07-21 | 1 | -0/+1 |
* | Compile (?{}) into a correct package | Ilya Zakharevich | 1998-07-21 | 2 | -1/+18 |
* | allocate a whole fd_set for pp_sselect() on more platforms | Jarkko Hietaniemi | 1998-07-21 | 1 | -1/+2 |
* | add tests to check if context propagation works | François Désarménien | 1998-07-21 | 2 | -0/+19 |
* | applied RE doc patches, with tweaks to the prose | Ilya Zakharevich | 1998-07-21 | 1 | -0/+120 |
* | pod tweak suggested by Ilya | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | enable color output with -Mre=debugcolor with -DDEBUGGING | Ilya Zakharevich | 1998-07-21 | 1 | -0/+1 |
* | perlbug does not report usage on invalid flags | John L. Allen | 1998-07-21 | 1 | -1/+1 |
* | don't use SelectSaver on IO::Handle->input_*() methods | Robin Barker | 1998-07-21 | 1 | -2/+0 |
* | applied a tweaked version of suggested patch | Ilya Zakharevich | 1998-07-21 | 1 | -2/+27 |
* | remove compat3.sym and rename perld4.pod | Gurusamy Sarathy | 1998-07-21 | 3 | -48/+1 |
* | update patchlevel, Changes | Gurusamy Sarathy | 1998-07-21 | 7 | -33/+794 |
* | documentation tweaks from Abigail <abigail@fnx.com> | Gurusamy Sarathy | 1998-07-21 | 4 | -244/+255 |
* | VMS patches from Dan Sugalski <sugalskd@osshe.edu> | Brad Hughes | 1998-07-21 | 5 | -109/+166 |
* | change#1481 didn't go through at all, redo it | Gurusamy Sarathy | 1998-07-21 | 1 | -6/+13 |
* | workaround C<"foo" "bar"> catenation-intolerant compilers | Gurusamy Sarathy | 1998-07-21 | 2 | -4/+5 |
* | do not override PERL_DESTRUCT_LEVEL if use has it set | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+3 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 5 | -4/+20 |
* | fix memory leak in C<local(*foo) = 'bar'> | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | add rsfp_filters and perldb to pollutants list | Gurusamy Sarathy | 1998-07-20 | 1 | -0/+2 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 60 | -528/+473 |
* | integrate ansi branch to get s/foo/PL_foo/ changes | Gurusamy Sarathy | 1998-07-20 | 62 | -6284/+6073 |
|\ |
|
| * | Missed file that had changed | Nick Ing-Simmons | 1998-07-19 | 1 | -0/+23 |