| Commit message (Expand) | Author | Age | Files | Lines |
* | Change #2582 fallout: the amagic_cmp* are no more file static. | Jarkko Hietaniemi | 1999-01-06 | 1 | -4/+4 |
* | Bugs in hairy interactions of feature in REx | Ilya Zakharevich | 1998-12-29 | 1 | -1/+2 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -14/+21 |
* | fix for pat.t failure under USE_THREADS | Gurusamy Sarathy | 1998-11-29 | 1 | -6/+2 |
* | applied suggested patch with PERL_OBJECT tweaks | Ilya Zakharevich | 1998-11-28 | 1 | -1/+1 |
* | Fix \G in REx without //g | Ilya Zakharevich | 1998-11-28 | 1 | -2/+3 |
* | format "..." bug | Unknown Ricoh Contributor II | 1998-11-27 | 1 | -1/+7 |
* | tweak change#2245 to skip previous message if any | Gurusamy Sarathy | 1998-11-18 | 1 | -2/+4 |
* | propagate failures in DESTROY() as (optional) warnings | Gurusamy Sarathy | 1998-11-17 | 1 | -0/+2 |
* | fix a location affected by change#2191, add note about POPSTACK | Gurusamy Sarathy | 1998-11-05 | 1 | -0/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -11/+11 |
* | Make sort respect overloading | Ilya Zakharevich | 1998-10-28 | 1 | -4/+70 |
* | Re: die with a reference should use overload "" operator | Graham Barr | 1998-10-25 | 1 | -0/+2 |
* | Re: taint checking for: use lib "$ENV{'EVIL'}" | Graham Barr | 1998-10-25 | 1 | -0/+1 |
* | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 1 | -4/+2 |
* | fix handling of mayhaps-extended @_ in goto &sub | Gurusamy Sarathy | 1998-10-21 | 1 | -2/+10 |
* | let docatch() pass the buck when restartop turns out to be null, | Gurusamy Sarathy | 1998-10-14 | 1 | -4/+3 |
* | change#1614 merely disabled earlier fix (doh!); undo it and properly | Gurusamy Sarathy | 1998-10-13 | 1 | -22/+22 |
* | don't longjmp() in pp_goto() (regressive bug from old single-stack | Gurusamy Sarathy | 1998-10-13 | 1 | -5/+0 |
* | fix globals caught by change#1927; builds and tests on Solaris | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+1 |
* | undo bogus part of change#1903 (as pointed out by Larry) | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+1 |
* | fixes for bugs in /RE/p from Hugo van der Sanden | Gurusamy Sarathy | 1998-10-02 | 1 | -3/+3 |
* | use SETERRNO() to reset errno (suggested by Charles Bailey) | Gurusamy Sarathy | 1998-10-02 | 1 | -1/+1 |
* | make C<goto &sub> AUTOLOAD-aware (autouse now works for modules | Gurusamy Sarathy | 1998-09-24 | 1 | -3/+14 |
* | reset errno after C<require> search (as suggested by Larry) | Gurusamy Sarathy | 1998-09-23 | 1 | -0/+2 |
* | Implicit require during compile reset line numbering | Larry Wall | 1998-09-05 | 1 | -0/+1 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -19/+36 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -5/+3 |
|\ |
|
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -5/+3 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -2/+90 |
|/ |
|
* | fix off-by-one in change#623 that broke lexical lookups in eval'' | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | part 1 of PERL_OBJECT fixes for new var names | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | Compile (?{}) into a correct package | Ilya Zakharevich | 1998-07-21 | 1 | -0/+4 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -14/+14 |
* | integrate ansi branch to get s/foo/PL_foo/ changes | Gurusamy Sarathy | 1998-07-20 | 1 | -391/+391 |
|\ |
|
| * | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -93/+93 |
| * | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -305/+305 |
* | | fix C<$1 .. $2> coredump under debugger | Gurusamy Sarathy | 1998-07-20 | 1 | -0/+1 |
|/ |
|
* | typecast long vs. IV compares in pp_flip/pp_flop | Gurusamy Sarathy | 1998-07-15 | 1 | -2/+2 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+1 |
* | fix pp_caller() to fully traverse stacklevels | Gurusamy Sarathy | 1998-07-12 | 1 | -11/+28 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -0/+12 |
* | misc tweaks to docs and qsortsv() warning | Gurusamy Sarathy | 1998-07-10 | 1 | -1/+1 |
* | undo problematic change#1367 | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+0 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -2/+2 |
* | add patch for C<use re 'debug'> | Ilya Zakharevich | 1998-07-08 | 1 | -2/+2 |
* | Faster foreach integer range | Gisle Aas | 1998-07-08 | 1 | -0/+1 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+2 |
* | patchlevel up to 5.004_70, various tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -10/+9 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 1 | -3/+13 |